.font-primary {
  font-family: 'Open Sans', sans-serif;
}
.font-secondary {
  font-family: 'Domine', serif;
}
.the-flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.menu-extra-margin-left {
  margin-left: 16px;
}
.the-shadow {
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
/* ----------------------------- */
/* Orfin Grid System for IdoSell */
/* ----------------------------- */
.ogs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 10px;
  grid-auto-flow: row dense;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .ogs {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .ogs {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ogs > * {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #fcfefc;
  border-radius: 3px;
}
.ogs > *::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  padding-bottom: 0;
}
.ogs a {
  text-decoration: none;
}
.ogs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}
.ogs h1,
.ogs h2,
.ogs h3,
.ogs h4,
.ogs h5,
.ogs h6,
.ogs p {
  margin-top: 0;
  margin-bottom: 15px;
}
.ogs .opaque {
  opacity: 0;
}
.ogs__two-by-two {
  grid-column: span 2;
  grid-row: span 2;
}
.ogs__two-by-two::before {
  padding-bottom: 100%;
}
@media (max-width: 768px) {
  .ogs__mobile-two-by-two {
    grid-column: span 2;
    grid-row: span 2;
  }
  .ogs__mobile-two-by-two::before {
    padding-bottom: 100%;
  }
}
.ogs__one-by-one {
  grid-column: span 1;
  grid-row: span 1;
}
.ogs__one-by-one::before {
  padding-bottom: 100%;
}
@media (max-width: 768px) {
  .ogs__mobile-one-by-one {
    grid-column: span 1;
    grid-row: span 1;
  }
  .ogs__mobile-one-by-one::before {
    padding-bottom: 100%;
  }
}
.ogs__two-by-one {
  grid-column: span 2;
  grid-row: span 1;
}
.ogs__two-by-one::before {
  padding-bottom: calc(1/2 * 100%);
}
@media (max-width: 768px) {
  .ogs__mobile-two-by-one {
    grid-column: span 2;
    grid-row: span 1;
  }
  .ogs__mobile-two-by-one::before {
    padding-bottom: calc(1/2 * 100%);
  }
}
.ogs__one-by-two {
  grid-column: span 1;
  grid-row: span 2;
}
.ogs__one-by-two::before {
  padding-bottom: 200%;
}
@media (max-width: 768px) {
  .ogs__mobile-one-by-two {
    grid-column: span 1;
    grid-row: span 2;
  }
  .ogs__mobile-one-by-two::before {
    padding-bottom: 200%;
  }
}
.ogs__contents-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (min-width: 576px) {
  .ogs__contents-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.ogs__btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #333333;
  color: #FFF;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  margin: 15px;
  border: 2px solid #FFF;
  border-radius: 3px;
  z-index: 15;
}
@media (min-width: 768px) and (max-width: 992px) {
  .ogs__btn {
    padding: 8px 16px;
    letter-spacing: 0.02em;
  }
}
.ogs__btn + .ogs__btn {
  margin-left: 15px;
}
.ogs__btn:hover {
  color: #FFF;
}
.ogs__btn.--green {
  background: #004e20;
  border-color: #004e20;
}
.ogs__btn.--green3 {
  background: #9acc9b;
  border-color: #9acc9b;
  color: #000;
}
.ogs__btn.--yellow {
  background: #fcc871;
  border-color: #fcc871;
  color: #000;
}
.ogs__btn.--earth {
  background: #8b5a45;
  border-color: #8b5a45;
}
.ogs__btn.--white {
  background: #FFF;
  color: #000;
  border-color: #FFF;
}
.ogs__btn.--white.--frame {
  border-color: #000;
}
.ogs__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  flex-basis: 100%;
}
.ogs__text.--primary {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
}
.ogs__text.--secondary {
  font-family: 'Domine', serif;
  line-height: 1.5;
}
.ogs__text.--heading {
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .ogs__text.--heading {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .ogs__text.--heading {
    font-size: 32px;
  }
}
.ogs__text.--medium {
  font-weight: 500;
}
.ogs__text.--semibold {
  font-weight: 600;
}
.ogs__text.--bold {
  font-weight: bold;
}
.ogs .--image-link-button:hover a::before,
.ogs .--image-link-button-title:hover a::before {
  opacity: 1;
}
.ogs .--image-link-button:hover a img,
.ogs .--image-link-button-title:hover a img {
  filter: grayscale(80%);
}
.ogs .--image-link-button:hover .ogs__btn,
.ogs .--image-link-button-title:hover .ogs__btn {
  opacity: 1;
}
.ogs .--image-link-button a,
.ogs .--image-link-button-title a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.ogs .--image-link-button a::before,
.ogs .--image-link-button-title a::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  z-index: 10;
  background: radial-gradient(circle, rgba(64, 64, 64, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.ogs .--image-link-button img,
.ogs .--image-link-button-title img {
  filter: grayscale(0%);
  transition: filter 0.5s ease;
}
.ogs .--image-link-button .ogs__btn,
.ogs .--image-link-button-title .ogs__btn {
  transition: opacity 0.2s ease;
  opacity: 0;
}
.ogs .--image-link-title .ogs__image-description {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-end;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.45) 18%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.66);
  z-index: 15;
  bottom: 0;
  left: 0;
  color: #FFF;
}
@media (min-width: 576px) {
  .ogs .--image-link-title .ogs__image-description {
    padding-bottom: 15px;
    font-size: 15px;
    height: 80px;
  }
}
.ogs .--image-link-title a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.ogs .--image-link-title a:hover img {
  transform: scale(1.05);
}
.ogs .--image-link-title a img {
  transition: transform 0.5s ease;
  transform: scale(1);
}
.ogs .--image-link-title.--white .ogs__image-description {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 18%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.66);
  color: #000;
}
.ogs .--image-link-title.--border {
  border: 2px solid #c3d6c4;
}
.ogs .--image-link-title.--background {
  background: #fcfefc;
}
.ogs .--image-link-button-title .ogs__image-description {
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-end;
  position: absolute;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.45) 18%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.66);
  z-index: 15;
  bottom: 0;
  left: 0;
  color: #FFF;
  transform: translateY(0);
  transition: opacity 0.5s ease;
  opacity: 1;
}
@media (min-width: 576px) {
  .ogs .--image-link-button-title .ogs__image-description {
    padding-bottom: 15px;
    font-size: 15px;
    height: 80px;
  }
}
.ogs .--image-link-button-title a:hover .ogs__image-description {
  opacity: 0;
}
.ogs .--text-cta {
  background: #fcfefc;
  border: 2px solid #c3d6c4;
}
.ogs .--text-cta .ogs__contents-wrapper {
  justify-content: flex-start;
  padding: 20px;
}
@media (min-width: 992px) {
  .ogs .--text-cta .ogs__contents-wrapper {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ogs .--text-cta .ogs__contents-wrapper {
    padding: 40px;
  }
}
.ogs .--text-cta .ogs__btn {
  margin: 0;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.ogs .--text-cta .ogs__btn:hover {
  opacity: 0.8;
}
.ogs .--text-cta p {
  z-index: 2;
}
.ogs .--text-cta p.--heading {
  color: #1a1a1a;
}
.ogs .--text-cta p:not(.--heading) {
  font-size: 14px;
  color: #4d4d4d;
}
@media (min-width: 1200px) {
  .ogs .--text-cta p:not(.--heading) {
    font-size: 16px;
  }
}
.ogs .--text-cta .ogs__background {
  width: 100%;
  max-width: 200px;
  height: 80%;
  right: -15px;
  top: unset;
  left: unset;
  bottom: -15px;
  object-fit: contain;
  z-index: 1;
  opacity: 0.18;
}
.ogs .--category {
  background: #fcfefc;
  border: 2px solid #c3d6c4;
  transition: border-color 0.2s ease;
}
.ogs .--category:hover {
  border-color: #9acc9b;
}
.ogs .--category .ogs__background {
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.15;
}
.ogs .--category .ogs__background img {
  object-fit: cover;
}
.ogs .--category .ogs__category-image {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  border: 3px solid #333333;
  z-index: 2;
  overflow: hidden;
  background: #fcfefc;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .ogs .--category .ogs__category-image {
    border: 4px solid #333333;
  }
}
.ogs .--category .ogs__category-image img {
  transition: all 0.5s ease;
  object-fit: contain;
  opacity: 0.8;
  transform: scale(2.25) translate(11%, 8%);
}
.ogs .--category .ogs__category-name {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: auto;
  height: auto;
  padding: 5px 10px;
  background: #fcfefc;
  bottom: 0;
  z-index: 10;
  color: #262626;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 18px;
  transition: all 0.2s ease;
}
@media (min-width: 576px) {
  .ogs .--category .ogs__category-name {
    padding: 5px 20px;
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-bottom: 7px;
  }
}
.ogs .--category a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.ogs .--category a:hover .ogs__background {
  opacity: 0.2;
}
.ogs .--category a:hover .ogs__category-image {
  background: #b8d6b9;
}
.ogs .--category a:hover .ogs__category-image img {
  opacity: 1;
}
.ogs .--category a:hover .ogs__category-name {
  color: #000;
}
.ogs .--category a > * {
  position: absolute;
}
.ogs .--video a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ogs .--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ------------------------*/
/* Botaniki Main Styles    */
/* For botaniki 2025 theme */
/* Updated for PSI         */
/* ----------------------- */
html {
  scroll-behavior: smooth;
  scrollbar-color: #004e20 #ecf3e9;
}
html::-webkit-scrollbar {
  width: 6px;
}
html::-webkit-scrollbar-thumb {
  background: #004e20;
  border-radius: 3px;
}
html::-webkit-scrollbar-track {
  background: #ecf3e9;
}
html:not(.order_process) {
  overflow: unset;
}
html:not(.order_process):not(.--modal) {
  overflow-y: unset;
}
h1,
h2,
h3,
h4 {
  font-family: 'Domine', serif;
  text-rendering: optimizeLegibility;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
.ec-v-form-holder.ec-v-form-holder-mobile_popup {
  margin-left: -1.5rem !important;
}
.ec-v-form-holder.ec-v-form-holder-mobile_popup #ec-v-form-close::before,
.ec-v-form-holder.ec-v-form-holder-mobile_popup #ec-v-form-close::after {
  height: 25px;
  top: 10px;
}
.ec-v-form-holder.ec-v-form-holder-mobile_popup .ec-v-forms-form-control::placeholder {
  opacity: 0.9;
}
.load-content::after {
  box-shadow: 0 0 0 2px #8b5a45;
}
body {
  overflow-x: hidden;
  min-height: 100vh;
  background: #f9faf5;
  padding-bottom: 0 !important;
  border-top: 2px solid #004e20;
  font-family: 'Open Sans', sans-serif;
  scrollbar-color: #004e20 #ecf3e9;
  --font-family: 'Open Sans', sans-serif;
  --product-name-font-family: 'Domine', serif;
  --article-title-font-family: 'Domine', serif;
  --font-family-headline: 'Domine', serif;
  --label-font-weight: bold;
  --label-color-promo: #e35c5c;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-thumb {
  background: #004e20;
  border-radius: 3px;
}
body::-webkit-scrollbar-track {
  background: #ecf3e9;
}
body .cm {
  overflow: inherit;
}
body .label.--bargain {
  background-color: var(--label-color-promo);
}
#rabateCode {
  margin: 1rem 1.5rem;
}
#freeShipping {
  border: 1px solid #004e20;
  color: #004e20;
  display: none;
}
.freeShipping__close {
  color: #004e20;
}
.order_process header {
  border-bottom: none !important;
}
@media (min-width: 979px) {
  .order_process header {
    padding-bottom: 10px;
  }
}
@media (min-width: 979px) {
  .order_process header::before {
    background: #f9faf5;
  }
}
header {
  border-bottom: 1px solid #004e20;
}
@media (min-width: 979px) {
  header {
    background: transparent;
    position: relative;
    padding-top: 10px;
    margin-bottom: 20px !important;
    border-bottom: none;
  }
}
header::before {
  background: #ecf3e9;
  position: absolute;
  display: block;
  top: 0;
  left: calc(-50vw + 50%);
  content: "";
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media (min-width: 979px) {
  header::before {
    background: linear-gradient(180deg, #ecf3e9 0%, #ecf3e9 80%, rgba(236, 243, 233, 0) 80%, rgba(236, 243, 233, 0) 100%);
  }
}
@media (min-width: 979px) {
  header #freeShipping {
    display: none !important;
  }
}
@media (min-width: 979px) {
  header #logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
header #logo::after {
  background-color: #004e20;
}
header #logo img[src$=".svg"] {
  height: 40px;
}
@media (min-width: 979px) {
  header #logo img[src$=".svg"] {
    height: 95px;
  }
}
@media (min-width: 979px) {
  header #menu_search .menu_search__block {
    border-bottom: none;
    border-radius: 22px;
    background: transparent;
  }
}
header #menu_search .menu_search__block .menu_search__input {
  background: #f0f6f0;
  border: 1px solid #004e20;
  border-radius: 22px;
}
@media (min-width: 979px) {
  header .topBasket__sub {
    background: transparent;
  }
}
header .topBasket__sub .badge-info {
  background-color: #56a446;
}
header .topBasket__details.--products {
  border: 1px solid #004e20;
}
header .topBasket__details.--shipping {
  background-color: transparent;
}
header #menu_categories {
  position: relative;
}
@media (min-width: 979px) {
  header #menu_categories {
    margin-top: 10px;
  }
}
@media (min-width: 979px) {
  header #menu_categories::before {
    left: calc(-50vw + 50%);
    display: block;
    position: absolute;
    content: "";
    width: 100vw;
    margin: 0;
    margin-bottom: 0;
    bottom: 0;
    height: 1px;
    background: #b9d1b9;
  }
}
header #menu_categories #menu_navbar {
  background: #004e20;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
header #menu_categories #menu_navbar::before {
  position: absolute;
  left: calc(-50vw + 50%);
  top: 0;
  content: "";
  background: #004e20;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
header #menu_categories #menu_navbar .navbar-nav > .nav-item > a {
  position: relative;
  color: #f9faf5;
}
header #menu_categories #menu_navbar .navbar-nav > .nav-item > a::after {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #f9faf5;
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: scale(0);
  transition: transform 0.3s ease;
}
header #menu_categories #menu_navbar .navbar-nav > .nav-item > a:hover {
  color: #f9faf5;
}
header #menu_categories #menu_navbar .navbar-nav > .nav-item > a:hover::after {
  transform: scale(1);
}
header #menu_categories #menu_navbar .navbar-nav > .nav-item > a::before {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: -8px;
  content: "";
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: "";
  opacity: 1;
}
header #menu_categories #menu_navbar .navbar-nav > .nav-item > a[href="https://botaniki.pl/pl/about/wybierz-wzor-37"] {
  margin-left: 16px;
}
header #menu_categories #menu_navbar .navbar-nav > .nav-item > a[href="https://botaniki.pl/pl/about/wybierz-wzor-37"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="551.4" height="551.4" style="enable-background:new 0 0 551.391 551.391"><path fill="%23FFF" d="M413.7 0s-45.4 44-94.4 61.8C-44.1 193.2 109.2 449.3 114.2 450c0 0 20.3-35.5 47.9-55.7C336.7 266 372.2 118.2 372.2 118.2S333 296.1 177.6 406.7c-34.3 24.4-57.5 84.6-67.4 144.7 0 0 24.4-9.8 34.8-12.5 4.1-26.6 12.6-52.1 27-74.9C389.3 490 460.4 315 469.7 254c22-144.1-56-253.9-56-253.9z"/></svg>');
}
header #menu_categories #menu_navbar .navbar-nav > .nav-item > a[href="/premium"] {
  margin-left: 16px;
}
header #menu_categories #menu_navbar .navbar-nav > .nav-item > a[href="/premium"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M511.3 197.3a15.1 15.1 0 0 0-12.1-10.2L340.5 164l-71-143.8a15 15 0 0 0-27 0l-71 143.8-158.7 23a15 15 0 0 0-8.3 25.6l114.8 112-27.1 158.1c-1 5.6 1.3 11.3 6 14.7a15 15 0 0 0 15.8 1.2L256 424l142 74.6a15 15 0 0 0 21.8-15.8l-27.1-158.1 114.9-112a15 15 0 0 0 3.8-15.4Z" style="fill:%23fff"/></svg>');
}
header #menu_categories #menu_navbar .navbar-nav > .nav-item.active > a::after {
  transform: scale(1);
}
header #menu_categories #menu_navbar .navbar-nav .nav-item {
  background: transparent;
}
header #menu_categories #menu_navbar .navbar-nav .nav-item .nav-link {
  padding: 8px 15px;
  font-size: 12px;
  letter-spacing: 0.02em;
}
@media (min-width: 1200px) {
  header #menu_categories #menu_navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    margin-right: 8px;
    letter-spacing: unset;
  }
}
header #menu_categories #menu_navbar .navbar-nav .nav-item .nav-link[href*="https://botaniki.pl/pl/contact"] {
  border: 2px solid #f9faf5;
  border-radius: 3px;
}
header #menu_categories #menu_navbar .navbar-nav .nav-item .nav-link[href*="https://botaniki.pl/pl/contact"]:hover {
  background: #f9faf5;
  color: #004e20;
}
header #menu_categories #menu_navbar .navbar-nav .navbar-subnav {
  padding: 5px 0;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
header #menu_categories #menu_navbar .navbar-nav .navbar-subnav > .nav-item {
  padding-top: 0;
  padding-bottom: 0;
}
header #menu_categories #menu_navbar .navbar-nav .navbar-subnav > .nav-item.nav-merge > .nav-item:not(.empty) > .nav-link::after {
  content: ":";
}
header #menu_categories #menu_navbar .navbar-nav .navbar-subnav > .nav-item > .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  padding: 10px 15px;
  color: #0d0d0d;
}
header #menu_categories #menu_navbar .navbar-nav .navbar-subnav > .nav-item > .nav-item .nav-link:hover {
  color: #004e20;
}
header #menu_categories #menu_navbar .navbar-nav .navbar-subnav > .nav-item > .nav-item span.nav-link {
  font-weight: bold;
  margin-top: 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #8b5a45;
  letter-spacing: 0.05em;
}
header #menu_categories #menu_navbar .navbar-nav .navbar-subnav > .nav-item > .nav-item span.nav-link:hover {
  color: #8b5a45;
}
header #menu_categories #menu_navbar .navbar-nav .navbar-subnav .navbar-subsubnav {
  padding-left: 10px;
}
header #menu_categories #menu_navbar .navbar-nav .navbar-subnav .navbar-subsubnav > .nav-item .nav-link {
  position: relative;
  padding: 5px 15px;
  font-weight: 400;
}
header #menu_categories .navbar-toggler {
  border-left: 1px solid #004e20;
}
@media (min-width: 979px) {
  .main_page header {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 979px) {
  .main_page #content {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .main_page #content #main_banner1 {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 978px) {
  aside #menu_navbar {
    background: transparent;
  }
  aside .nav-link {
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    position: relative;
  }
  aside .nav-link.active {
    color: #004e20;
  }
  aside .nav-link::before {
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: "";
    opacity: 1;
    filter: invert(100%);
  }
  aside .nav-link[href="https://botaniki.pl/pl/about/wybierz-wzor-37"] {
    padding-left: 24px;
  }
  aside .nav-link[href="https://botaniki.pl/pl/about/wybierz-wzor-37"]::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="551.4" height="551.4" style="enable-background:new 0 0 551.391 551.391"><path fill="%23FFF" d="M413.7 0s-45.4 44-94.4 61.8C-44.1 193.2 109.2 449.3 114.2 450c0 0 20.3-35.5 47.9-55.7C336.7 266 372.2 118.2 372.2 118.2S333 296.1 177.6 406.7c-34.3 24.4-57.5 84.6-67.4 144.7 0 0 24.4-9.8 34.8-12.5 4.1-26.6 12.6-52.1 27-74.9C389.3 490 460.4 315 469.7 254c22-144.1-56-253.9-56-253.9z"/></svg>');
  }
  aside .nav-link[href="/premium"] {
    padding-left: 24px;
  }
  aside .nav-link[href="/premium"]::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M511.3 197.3a15.1 15.1 0 0 0-12.1-10.2L340.5 164l-71-143.8a15 15 0 0 0-27 0l-71 143.8-158.7 23a15 15 0 0 0-8.3 25.6l114.8 112-27.1 158.1c-1 5.6 1.3 11.3 6 14.7a15 15 0 0 0 15.8 1.2L256 424l142 74.6a15 15 0 0 0 21.8-15.8l-27.1-158.1 114.9-112a15 15 0 0 0 3.8-15.4Z" style="fill:%23fff"/></svg>');
  }
  aside span.nav-link {
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.02em;
    border-bottom: 2px solid #000;
  }
  aside .nav-header .nav-header__backLink {
    height: 52px;
  }
  aside .nav-header .nav-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding-left: 45px;
    padding-right: 5px;
    border-bottom: 2px solid #000;
  }
  aside .navbar-subnav,
  aside .navbar-subsubnav {
    padding-top: 51px;
    display: block;
  }
  aside #menu_search {
    margin-top: 10px;
    margin-bottom: 15px !important;
  }
  aside #menu_search .menu_search__item.--input {
    box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
  }
  aside #menu_search .menu_search__item.--input .menu_search__input {
    border-radius: 3px;
    padding-left: 2rem;
    border: 1px solid #666;
  }
  aside #menu_search .menu_search__item.--input .menu_search__submit::before {
    font-size: 14px;
  }
  aside #menu_blog {
    display: none !important;
  }
  aside .mobileCategories__item a {
    font-size: 14px;
    font-weight: bold;
    height: 51px;
  }
  aside .mobileCategories__item a::before {
    font-size: 14px;
  }
  aside #login_menu_block a,
  aside #menu_contact a,
  aside #menu_settings a {
    font-size: 14px;
  }
  aside .shopping_list_menu__block {
    display: none;
  }
}
#login_menu .login_menu_wrapper::after {
  border-bottom: 1px solid #004e20;
}
.login_menu_sub h3 i {
  color: #004e20;
}
div.progress_bar_wrapper {
  background: #9acc9b;
}
div.progress_bar_wrapper span {
  border: none;
}
div.progress_bar_wrapper a span {
  border: 1px solid #9acc9b;
  background-color: #9acc9b;
  color: #FFF;
}
.pb_step1 ._step2 span,
.pb_step1 ._step3 span,
.pb_step1 ._step4 span,
.pb_step1 ._step5 span,
.pb_step1 ._step6 span,
.pb_step2 ._step3 span,
.pb_step2 ._step4 span,
.pb_step2 ._step5 span,
.pb_step2 ._step6 span,
.pb_step3 ._step4 span,
.pb_step3 ._step5 span,
.pb_step3 ._step6 span,
.pb_step4 ._step5 span,
.pb_step4 ._step6 span,
.pb_step5 ._step6 span {
  border: 1px solid #9acc9b;
}
.pb_step1 ._step1 span,
.pb_step2 ._step2 span,
.pb_step3 ._step3 span,
.pb_step4 ._step4 span,
.pb_step5 ._step5 span,
.pb_step6 ._step6 span {
  color: #FFF;
  background: #004e20;
}
tr.productslist_tools_bottom td {
  background: transparent;
}
.return_type.choose_return_type {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.return_type.choose_return_type.active {
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
  border: 2px solid #004e20;
}
#return_products_list tbody tr:first-child th,
#return_products_delivery tbody tr:first-child th {
  font-weight: bold;
  border-color: #004e20;
}
div.basketedit_summary {
  background: transparent;
  border-top: 2px solid #004e20;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
#points_login {
  display: none;
}
.progress__circle_back {
  stroke: rgba(0, 0, 0, 0.15);
}
.progress__circle {
  stroke: #004e20;
}
div.client_order .client_order_summary {
  background: transparent;
  border: none;
}
.orderdetails_label {
  font-weight: 600;
  color: #004e20;
  font-size: 2rem;
}
.orderdetails_label::after {
  height: 1px;
  background: rgba(0, 78, 32, 0.5);
}
.actions_return_rma > div > div {
  background: transparent;
  border-top: none;
  border-left: 4px solid #004e20;
  border-right: none;
  border-bottom: none;
}
.actions_return_rma > div > div div img {
  border: 2px solid #004e20;
  border-radius: 50%;
}
.whish_icon_wrapper::after {
  background: #004e20;
}
.whish_icon_wrapper i::before {
  color: #FFF;
}
#complaint_method {
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
.progress__rmaHelper {
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
.returm_return_list_form > .table_display > .return_form:first-child {
  display: none;
}
.return-products-info {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px;
  border-left: 4px solid #004e20;
  background: #FFF;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .return-products-info {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 40px;
    font-family: 'Domine', serif;
  }
}
@media (min-width: 979px) {
  .return-products-info {
    margin-bottom: 80px;
    margin-left: 10px;
  }
}
.return-products-info i {
  display: block;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .return-products-info i {
    display: inline;
    margin-right: 8px;
    margin-bottom: 0;
  }
}
@media (min-width: 979px) {
  .return-products-info i {
    position: absolute;
    background-color: #f9faf5;
    border-radius: 50%;
    top: -4px;
    left: -50px;
    font-size: 30px;
    margin-right: 0;
    border: 4px solid #FFF;
  }
}
.return-products-info h2 {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  grid-column: span 6;
  line-height: 1.3;
}
@media (min-width: 979px) {
  .return-products-info h2 {
    font-size: 22px;
  }
}
.return-products-info p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
  grid-column: span 3;
}
@media (min-width: 768px) {
  .return-products-info p {
    line-height: 1.7;
  }
}
@media (min-width: 979px) {
  .return-products-info p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.return-products-info p.intro {
  grid-column: span 4;
}
@media (min-width: 768px) {
  .return-products-info p.intro {
    margin-top: 5px;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .return-products-info p:last-child {
    margin-bottom: 0;
  }
}
.return-products-info p strong {
  letter-spacing: 0.05em;
}
.btn {
  font-weight: bold;
  letter-spacing: 0.02em;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
}
.btn.--large {
  letter-spacing: 0;
}
@media (min-width: 979px) {
  html.--scroll-down aside #Filters {
    max-height: calc(100vh - 10px);
  }
}
@media (min-width: 979px) {
  #layout > aside {
    background: transparent;
  }
}
@media (min-width: 979px) {
  aside #Filters {
    position: sticky;
    top: 5px;
    padding-right: 10px;
    max-height: calc(100vh - 280px);
    height: auto;
    overflow-y: auto;
    scrollbar-color: #004e20 #ecf3e9;
  }
}
@media (min-width: 979px) {
  aside #Filters::-webkit-scrollbar {
    width: 6px;
  }
}
@media (min-width: 979px) {
  aside #Filters::-webkit-scrollbar-thumb {
    background: #004e20;
    border-radius: 3px;
  }
}
@media (min-width: 979px) {
  aside #Filters::-webkit-scrollbar-track {
    background: #ecf3e9;
  }
}
aside #Filters .filters__content .filters__item {
  margin-bottom: 0.5rem !important;
}
aside #Filters .f-group .f-label {
  line-height: 1.2;
}
aside #Filters .f-group .f-label .--name {
  font-size: 12px;
}
aside #Filters .f-group .f-label .--quantity {
  font-size: 12px;
}
aside .filters__buttons button.btn {
  font-weight: bold;
  letter-spacing: 0.02em;
  border-radius: 3px;
}
aside .filters__buttons button.btn.--large.--solid {
  font-size: 13px;
}
aside #menu_categories2 {
  display: none;
}
aside .filters__toggler .btn span {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #000;
}
aside .filters__options .btn span {
  text-decoration: none;
  padding: 6px 10px;
  background: #004e20;
  color: #FFF;
  font-weight: bold;
  border-radius: 2px;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
aside .filters__options .btn.--submit {
  text-decoration: none !important;
  padding: 6px 10px !important;
  background: #004e20;
  color: #FFF !important;
  font-weight: bold;
  border-radius: 2px;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
header .breadcrumbs {
  padding-top: 10px;
  position: relative;
  background: #f9faf5;
  font-size: 12px;
  color: #8c898b;
  font-weight: 600;
}
@media (min-width: 979px) {
  header .breadcrumbs {
    background: transparent;
  }
}
header .breadcrumbs::before {
  background: #f9faf5;
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media (min-width: 979px) {
  header .breadcrumbs::before {
    background: transparent;
  }
}
header .breadcrumbs ol > li {
  color: #8c898b;
}
@media (min-width: 979px) {
  header .breadcrumbs ol > li {
    color: rgba(0, 78, 32, 0.8);
  }
}
header .breadcrumbs ol > li a {
  color: #8c898b;
}
@media (min-width: 979px) {
  header .breadcrumbs ol > li a {
    color: rgba(0, 78, 32, 0.8);
  }
}
header .breadcrumbs ol > li a:hover {
  color: #004e20;
}
#layout .breadcrumbs::before {
  background: #f9faf5;
}
@media (min-width: 979px) {
  #container.search_page #layout > aside {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  #container.search_page #layout > aside {
    flex-basis: 18%;
    max-width: 18%;
  }
}
@media (min-width: 979px) {
  #container.search_page #layout > #content {
    flex-basis: 80%;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  #container.search_page #layout > #content {
    flex-basis: 82%;
    max-width: 82%;
  }
}
@media (min-width: 979px) {
  #container::before {
    display: block;
    position: absolute;
    content: "";
    top: 90px;
    left: calc(-50vw + 50%);
    width: 100vw;
    min-height: 66vh;
    background-image: url("https://botaniki.orfincdn.com/img/background/top-q1-2024.webp");
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 1200px) {
  #container::after {
    display: none;
    position: absolute;
    content: "";
    top: calc(100% - 210px);
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 328px;
    background-image: url("https://botaniki.orfincdn.com/img/background/corner-q1-2024.webp");
    background-repeat: no-repeat;
    background-size: 492px;
    background-position: 100%;
    z-index: -1;
    pointer-events: none;
  }
}
@media (min-width: 979px) {
  #container.main_page::before,
  #container.search_page::before,
  #container.projector_page::before,
  #container.contact_page::before,
  #container.blog-list_page::before,
  #container.blog-item_page::before,
  #container.news_page::before,
  #container.text_page::before {
    top: 180px;
  }
}
@media (min-width: 1200px) {
  #container.main_page::after,
  #container.search_page::after,
  #container.projector_page::after,
  #container.basketedit_page::after,
  #container.blog-list_page::after,
  #container.blog-item_page::after,
  #container.news_page::after,
  #container.text_page::after {
    display: block;
  }
}
.basket_icon_wrapper,
.ordered_icon_wrapper {
  z-index: 1;
}
.basket_icon_wrapper::after,
.ordered_icon_wrapper::after {
  background: #004e20;
}
.basket_icon_wrapper i::before,
.ordered_icon_wrapper i::before {
  color: #FFF;
}
#Progress .progress__description {
  background: transparent;
}
#Progress .progress__description::after {
  display: none;
}
#Basket .basket__productslist {
  border: none;
}
@media (max-width: 979px) {
  #Basket .basket__productslist .basket__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#Basket .basket__productslist .basket__block.--labels {
  background: transparent;
  border-bottom: 3px solid #004e20;
}
#Basket .basket__productslist .basket__block.--labels > div {
  font-weight: bold;
  color: #004e20;
  letter-spacing: 0.02em;
  font-size: 12px;
  text-transform: uppercase;
}
#Basket .basket__productslist .basket__block.--labels .--actions {
  background: transparent;
}
#Basket .basket__productslist .basket__block.--product {
  border: none;
  border-bottom: 2px dotted #004e20;
}
#Basket .basket__productslist .basket__block .--add-comment {
  background: #f9faf5;
  border: 2px solid #004e20;
}
#Basket .basket__productslist .basket__block .--add-comment::before,
#Basket .basket__productslist .basket__block .--add-comment::after {
  border-color: transparent transparent #004e20 transparent;
}
#Basket .basket__productslist .basket__block .product__name {
  font-family: 'Open Sans', sans-serif;
}
#Basket .basket__checkbox_tools .basket__checkbox_tools_wrapper {
  border-top: none;
}
.summary_wrapper .cop_summary {
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
  border: 1px solid #96b59f;
  border-radius: 3px;
}
#botanikiSpecialOffer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px 10px;
  margin: 40px 0;
  align-items: start;
}
@media (min-width: 768px) {
  #botanikiSpecialOffer {
    grid-template-columns: 1fr 1fr;
    gap: 45px 20px;
    margin: 60px 0;
  }
}
#botanikiSpecialOffer .bso-offer {
  padding: 15px;
  background-color: rgba(86, 164, 70, 0.33);
  color: #000;
  min-height: 115px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  box-shadow: 4px 4px 0 #004e20;
  margin-right: 90px;
}
@media (min-width: 768px) {
  #botanikiSpecialOffer .bso-offer {
    padding: 20px;
    margin-right: 100px;
  }
}
#botanikiSpecialOffer .bso-offer:hover:not(:has(.bso-button)) .bso-main .bso-more {
  opacity: 1;
}
#botanikiSpecialOffer .bso-offer.--has-hidden-elements .bso-main .bso-more {
  display: inline-block;
}
#botanikiSpecialOffer .bso-offer.--has-hidden-elements .bso-main .bso-description {
  display: none;
}
#botanikiSpecialOffer .bso-offer.--has-hidden-elements:not(:has(.bso-button)) {
  cursor: pointer;
}
#botanikiSpecialOffer .bso-offer:has(.bso-button) .bso-main .bso-more:hover {
  opacity: 1;
  cursor: pointer;
}
#botanikiSpecialOffer .bso-main {
  padding-right: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
}
#botanikiSpecialOffer .bso-main span {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  color: #004e20;
  opacity: 0.88;
}
#botanikiSpecialOffer .bso-main span i {
  font-size: 14px;
  margin-right: 6px;
}
#botanikiSpecialOffer .bso-main p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  color: #003516;
}
@media (min-width: 1200px) {
  #botanikiSpecialOffer .bso-main p {
    font-size: 15px;
  }
}
#botanikiSpecialOffer .bso-main p a {
  color: #003516;
  position: relative;
  z-index: 5;
}
#botanikiSpecialOffer .bso-main p a:hover {
  color: #004e20;
}
#botanikiSpecialOffer .bso-main p.bso-more {
  font-size: 10px;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-top: 6px;
  display: none;
  opacity: 0.66;
  transition: opacity 0.2s ease;
}
#botanikiSpecialOffer .bso-main .bso-button {
  margin: 14px 0 4px 0;
}
#botanikiSpecialOffer .bso-main .bso-button a {
  border: 2px solid #004e20;
  color: #004e20;
  background: transparent;
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
#botanikiSpecialOffer .bso-main .bso-button a:hover {
  background: #004e20;
  color: #FFF;
}
#botanikiSpecialOffer .bso-main .bso-description {
  font-weight: 400;
  font-size: 13px;
  margin-top: 10px;
  color: #001b0b;
}
#botanikiSpecialOffer .bso-main .bso-description a {
  color: #001b0b;
}
#botanikiSpecialOffer .bso-main .bso-description a:hover {
  color: #004e20;
}
#botanikiSpecialOffer .bso-image {
  width: 180px;
  height: calc(100% + 40px);
  position: absolute;
  right: -90px;
  top: -20px;
}
#botanikiSpecialOffer .bso-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.unknown_delivery_time {
  border: 2px solid #fcc871;
}
.orderdetails_info__icon {
  background: #004e20;
}
@media (min-width: 979px) {
  .moreInfo__show {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid #000;
    padding: 5px;
    min-width: 2.5rem;
    min-height: 2.5rem;
    height: 2.5rem;
    border-radius: 1.25rem;
  }
}
@media (min-width: 979px) {
  .moreInfo__desc {
    background-color: #FFF;
    box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
  }
}
.basketedit_summary_container .basketedit_summary,
.basketedit_summary_container .basketedit_summary_buttons {
  background: #f9faf5;
  border: 2px solid #9acc9b;
}
.basketedit_summary_container .basketedit_summary_buttons {
  border-top: none;
  background-color: #edf0e1;
}
.basketedit_rebatecodes_outline {
  border: 2px solid #9acc9b;
  background: transparent;
  position: relative;
  padding-left: 90px !important;
}
.basketedit_rebatecodes_outline::before {
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background-image: url("https://assets.botaniki.pl/css/assets/discount.svg");
  width: 100%;
  height: 100%;
  background-size: 70px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.basketedit_rebatecodes_outline .basketedit_rebatecode_activate_txt {
  text-transform: none;
}
.basketedit_rebatecodes_outline .basketedit_rebatecode_input {
  border: 1px solid #9acc9b;
}
.basketedit_rebatecodes_outline .basketedit_rebatecode_title .basketedit_rebatecode_title {
  font-weight: bold;
  margin-right: 10px;
}
.basketedit_rebatecodes_outline .basketedit_rebatecode_title .basketedit_rebatecode_value {
  letter-spacing: 1px;
  color: #8b5a45;
  border: 2px dashed #ca9472;
  display: inline-block;
  padding: 3px 10px;
}
.basketedit_rebatecodes_outline form .btn {
  height: 35px;
}
.basketedit_rebatecodes_outline .basketedit_client_rebate {
  color: #333;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.basketedit_rebatecodes_outline .basketedit_client_rebate:hover {
  color: #004e20;
}
#basketedit_gifts {
  background: #f9faf5;
  border-top: 2px solid #8b5a45;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
#basketedit_gifts .basket_rabates_label {
  font-weight: bold;
}
#basketedit_gifts .selected {
  color: #004e20;
}
#basketedit_gifts .selected .menu_rebates__threshold {
  position: relative;
}
#basketedit_gifts .selected .menu_rebates__threshold::before {
  font-family: FontAwesome;
  content: "\f00c";
  display: block;
  width: 15px;
  height: 100%;
  top: 0;
  left: -20px;
  bottom: 0;
  position: absolute;
}
.order1_page .order__time {
  background: transparent;
  border: none;
}
.order1_page .summary {
  background: transparent;
  border: 2px solid #004e20;
}
.order1_page .summary .summary__block.--bottom {
  border-top: 1px solid rgba(0, 78, 32, 0.66);
}
.order1_page .order__payments_group,
.order1_page .order__delivery_group {
  border: 1px solid #bfbfbf;
}
.pickup-sites_page .locationField_sub,
.pickup-sites_page .pickup_map_sidebar,
.pickup-sites_page .pickupl_submit {
  background: transparent;
}
.pickup-sites_page .locationField_sub {
  border: 1px solid #56a446;
  border-bottom: none;
}
.pickup-sites_page .pickup_map_sidebar {
  border: 1px solid #56a446;
  border-top: none;
}
.pickup-sites_page .pickup_map_sidebar .asideContainer_pickup a.btn.map_dir {
  display: none;
}
.pickup-sites_page .pickupl_submit {
  border: 2px solid #004e20;
}
.order2_page .basketedit_summary_container .basketedit_summary_buttons {
  border: none;
}
.order2_page .order2_terms_wrapper .css-checkbox + .css-label {
  border: 1px solid #004e20;
}
.order1_page h1,
.order2_page h1,
.order3_page h1,
.order1_page h2,
.order2_page h2,
.order3_page h2,
.order1_page h3,
.order2_page h3,
.order3_page h3,
.order1_page h4,
.order2_page h4,
.order3_page h4,
.order1_page h5,
.order2_page h5,
.order3_page h5,
.order1_page h6,
.order2_page h6,
.order3_page h6,
.order1_page .headline,
.order2_page .headline,
.order3_page .headline {
  font-family: 'Open Sans', sans-serif;
}
.order1_page + footer .footer_settings,
.order2_page + footer .footer_settings,
.order3_page + footer .footer_settings {
  padding-top: 20px;
}
#responsibleBasketReminder {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  background: #004e20;
  color: #FFF;
  padding: 30px 20px;
  gap: 20px;
  border-radius: 3px;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 576px) {
  #responsibleBasketReminder {
    padding: 30px;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  #responsibleBasketReminder {
    gap: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 40px;
    flex-direction: row;
  }
}
#responsibleBasketReminder .column.--icon {
  display: flex;
}
@media (min-width: 768px) {
  #responsibleBasketReminder .column.--icon {
    flex-basis: 25%;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
  }
}
#responsibleBasketReminder .column.--body {
  flex-grow: 1;
}
#responsibleBasketReminder .column img {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
  animation: rotate 60s linear infinite;
}
@media (min-width: 768px) {
  #responsibleBasketReminder .column img {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1200px) {
  #responsibleBasketReminder .column img {
    width: 84px;
    height: 84px;
  }
}
#responsibleBasketReminder .column p.reminder {
  font-family: 'Domine', serif;
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #responsibleBasketReminder .column p.reminder {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #responsibleBasketReminder .column p.reminder {
    padding-right: 12%;
  }
}
#responsibleBasketReminder .column p.reminder.--large {
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #responsibleBasketReminder .column p.reminder.--large {
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #responsibleBasketReminder .column p.reminder.--large {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  #responsibleBasketReminder .column p.reminder.--large {
    margin-top: 25px;
  }
}
#responsibleBasketReminder .column .btn {
  margin-top: 10px;
  border: 2px solid #FFF;
}
@media (min-width: 1200px) {
  #responsibleBasketReminder .column .btn {
    margin-bottom: 20px;
  }
}
#main_cms2 .home-bottom-description {
  margin-top: 80px;
  font-size: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 979px) {
  #main_cms2 .home-bottom-description {
    grid-template-columns: repeat(12, 1fr);
  }
}
#main_cms2 .home-bottom-description img.background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.33;
}
#main_cms2 .home-bottom-description .home-bottom-description-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  background-color: #004e20;
  padding: clamp(1.25em, 2.887vw + 0.503em, 2.813em);
}
#main_cms2 .home-bottom-description .home-bottom-description-heading > :not(img) {
  z-index: 1;
}
@media (min-width: 979px) {
  #main_cms2 .home-bottom-description .home-bottom-description-heading {
    grid-column: span 5;
  }
}
#main_cms2 .home-bottom-description .home-bottom-description-heading h1 {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
#main_cms2 .home-bottom-description .home-bottom-description-heading h1 span {
  display: block;
}
#main_cms2 .home-bottom-description .home-bottom-description-heading h1 span.botaniki {
  font-size: clamp(2em, 1.848vw + 1.522em, 3em);
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media (min-width: 979px) {
  #main_cms2 .home-bottom-description .home-bottom-description-heading h1 span.botaniki {
    padding-left: 30px;
  }
}
#main_cms2 .home-bottom-description .home-bottom-description-heading h1 span.slogan {
  font-size: clamp(1.125em, 0.693vw + 0.946em, 1.5em);;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  margin-left: 20px;
}
@media (min-width: 768px) {
  #main_cms2 .home-bottom-description .home-bottom-description-heading h1 span.slogan {
    margin-left: 30px;
  }
}
#main_cms2 .home-bottom-description .home-bottom-description-heading h1 span.slogan::before {
  content: "—";
  left: -20px;
  top: 0;
  position: absolute;
}
@media (min-width: 768px) {
  #main_cms2 .home-bottom-description .home-bottom-description-heading h1 span.slogan::before {
    left: -30px;
  }
}
#main_cms2 .home-bottom-description .home-bottom-description-heading .home-bottom-description-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 15px;
  margin-top: 60px;
}
@media (min-width: 979px) {
  #main_cms2 .home-bottom-description .home-bottom-description-heading .home-bottom-description-meta {
    padding-left: 30px;
  }
}
#main_cms2 .home-bottom-description .home-bottom-description-heading .home-bottom-description-meta a.btn.home-bottom-description-link {
  flex: 0 0 auto;
  text-decoration: none;
  color: #FFF;
  border: 2px solid #FFF;
  border-radius: 3px;
  background-color: #004e20;
  opacity: 0.85;
  display: block;
  width: auto;
  transition: all 0.2s ease;
}
#main_cms2 .home-bottom-description .home-bottom-description-heading .home-bottom-description-meta a.btn.home-bottom-description-link:hover {
  color: #FFF;
  opacity: 1;
}
#main_cms2 .home-bottom-description .home-bottom-description-description {
  background-color: #FFF;
  padding: clamp(1.25em, 2.887vw + 0.503em, 2.813em);
}
@media (min-width: 979px) {
  #main_cms2 .home-bottom-description .home-bottom-description-description {
    grid-column: span 7;
    border-right: 10px solid #004e20;
  }
}
#main_cms2 .home-bottom-description .home-bottom-description-description p {
  font-style: 'Domine', serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: clamp(0.938em, 0.346vw + 0.848em, 1.125em);
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Domine', serif;
  max-width: 700px;
}
#main_cms2 .home-bottom-description .home-bottom-description-description p:last-child {
  margin-bottom: 0;
}
.big_label,
.headline {
  font-family: 'Domine', serif;
}
.headline__wrapper,
.section.article > h2 {
  margin-top: clamp(30px, 5vw, 50px);
  margin-bottom: 20px;
}
.headline__wrapper .headline,
.section.article > h2 .headline {
  font-size: clamp(24px, 5vw, 34px);
  font-weight: 500;
  font-family: 'Domine', serif;
  align-items: flex-end;
}
.headline__wrapper .headline:hover,
.section.article > h2 .headline:hover {
  opacity: 1;
}
.headline__wrapper a.headline:hover,
.section.article > h2 a.headline:hover {
  color: #004e20;
}
.headline__wrapper .headline__after,
.section.article > h2 .headline__after {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #004e20;
}
.headline__wrapper .headline__after::before,
.section.article > h2 .headline__after::before {
  display: none;
}
.headline__wrapper .headline__after .link__text,
.section.article > h2 .headline__after .link__text {
  text-decoration: none !important;
}
.headline__wrapper .headline__after i,
.section.article > h2 .headline__after i {
  display: none;
}
.hotspot .product .s_unit_converted_price {
  display: none;
}
#layout #main_banner1 {
  margin-bottom: 4px !important;
  padding-bottom: 0;
}
.orfin-banners {
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 20px;
  justify-items: center;
  align-items: center;
}
@media (min-width: 576px) {
  .orfin-banners {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .orfin-banners {
    grid-template-columns: repeat(4, 1fr);
  }
}
.orfin-banners .orfin-banner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (min-width: 979px) {
  .orfin-banners.--nomargin-top {
    margin-top: 0;
  }
}
@media (min-width: 979px) {
  .orfin-banners.--nomargin-bottom {
    margin-bottom: 0;
  }
}
.orfin-banners.--icons {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 979px) {
  .orfin-banners.--icons {
    grid-template-columns: repeat(4, 1fr);
  }
}
.orfin-banners.--icons .orfin-banner {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .orfin-banners.--icons .orfin-banner {
    margin-bottom: 0;
  }
}
.orfin-banners.--icons .icon {
  max-width: 48px;
  max-height: 48px;
  flex-basis: 48px;
  width: 100%;
}
@media (min-width: 979px) {
  .orfin-banners.--icons .icon {
    max-width: 64px;
    max-height: 64px;
    flex-basis: 64px;
  }
}
.orfin-banners.--icons .description {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 5px 10px;
  color: #333333;
  text-align: center;
}
@media (min-width: 576px) {
  .orfin-banners.--icons .description {
    flex-basis: calc(100% - 48px);
    text-align: left;
    justify-content: flex-start;
    padding-left: 15px;
  }
}
@media (min-width: 979px) {
  .orfin-banners.--icons .description {
    font-size: 14px;
    padding-left: 20px;
    flex-basis: calc(100% - 64px);
  }
}
.product {
  text-align: center;
}
.product .omnibus_short {
  display: none !important;
}
#container .products .product {
  --product-name-font-family: 'Domine', serif;
}
#container .products:not(.swiper-wrapper) {
  display: grid !important;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  background: transparent;
  border: none;
}
@media (min-width: 576px) {
  #container .products:not(.swiper-wrapper) {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  #container .products:not(.swiper-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  #container .products:not(.swiper-wrapper) {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  #container .products:not(.swiper-wrapper).search {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  #container .products:not(.swiper-wrapper).search {
    grid-template-columns: repeat(3, 1fr);
  }
}
#container .products:not(.swiper-wrapper) .product {
  grid-column: span 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 0 !important;
  border: none !important;
}
#container .products:not(.swiper-wrapper) .product:hover .product__details {
  opacity: 100%;
  pointer-events: all;
}
#container .products:not(.swiper-wrapper) .product .premium-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  font-size: 12px;
  border-radius: 0 0 100% 0;
  padding: 6px 0 0 6px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: 30px;
  height: 30px;
  color: #004e20;
  line-height: 1;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#container .products:not(.swiper-wrapper) .product .premium-badge.opaque {
  opacity: 1;
}
#container .products:not(.swiper-wrapper) .product .product__icon {
  background: radial-gradient(circle, #ffffff 0%, #f0f0f0 100%);
  margin-bottom: 0;
  width: 100%;
  height: 15rem;
  overflow: hidden;
}
@media (min-width: 400px) {
  #container .products:not(.swiper-wrapper) .product .product__icon {
    height: 19rem;
  }
}
@media (min-width: 576px) {
  #container .products:not(.swiper-wrapper) .product .product__icon {
    height: 300px;
  }
}
#container .products:not(.swiper-wrapper) .product .product__icon[data-product-id="33598"] img,
#container .products:not(.swiper-wrapper) .product .product__icon[data-product-id="33601"] img,
#container .products:not(.swiper-wrapper) .product .product__icon[data-product-id="33602"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container .products:not(.swiper-wrapper) .product .product__icon picture {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#container .products:not(.swiper-wrapper) .product .product__icon img {
  max-height: 16rem;
  transform: scale(1);
  transition: transform 0.2s ease;
}
@media (min-width: 400px) {
  #container .products:not(.swiper-wrapper) .product .product__icon img {
    max-height: 20rem;
  }
}
@media (min-width: 576px) {
  #container .products:not(.swiper-wrapper) .product .product__icon img {
    max-height: 300px;
  }
}
#container .products:not(.swiper-wrapper) .product .product__icon:hover img {
  transform: scale(1.25);
}
#container .products:not(.swiper-wrapper) .product .product__icon .label_icons .label {
  font-size: 10px;
}
#container .products:not(.swiper-wrapper) .product .product__icon .label_icons .label.--premium {
  background-color: #004e20;
  color: #FFF;
}
#container .products:not(.swiper-wrapper) .product h3 {
  background: #FFF;
  padding: 10px 10px 5px 10px;
  width: 100%;
  flex-grow: 1;
  text-align: left;
}
#container .products:not(.swiper-wrapper) .product h3 a {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  font-family: var(--product-name-font-family);
  line-height: 1.33;
  text-align: left;
}
@media (min-width: 576px) {
  #container .products:not(.swiper-wrapper) .product h3 a {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  #container .products:not(.swiper-wrapper) .product h3 a {
    font-size: 14px;
  }
}
#container .products:not(.swiper-wrapper) .product .versions-reminder {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  content: "";
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 12px;
  transform: rotate(90deg);
  font-weight: 400;
  color: #545454;
  pointer-events: none;
}
#container .products:not(.swiper-wrapper) .product .product__prices {
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  background: #FFF;
  padding: 10px;
  width: 100%;
  gap: 5px 20px;
}
#container .products:not(.swiper-wrapper) .product .product__prices .price {
  background: transparent;
  display: block;
  color: #262626;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.1;
  padding: 0;
  letter-spacing: 0.02em;
  width: auto;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #container .products:not(.swiper-wrapper) .product .product__prices .price {
    font-size: 12px;
  }
}
#container .products:not(.swiper-wrapper) .product .product__prices .price.--max {
  background: transparent;
  color: #545454;
  margin: 0;
  font-weight: 600;
}
#container .products:not(.swiper-wrapper) .product .product__prices .price.--max .price_percent {
  color: var(--label-color-promo);
}
#container .products:not(.swiper-wrapper) .product .product__prices .price.--new-price {
  display: none !important;
}
#container .products:not(.swiper-wrapper) .product .product__prices .price.--convert {
  display: none;
}
#container .products:not(.swiper-wrapper) .product .product__prices .price .price_vat {
  display: none;
}
#container .products:not(.swiper-wrapper) .product .product__prices .omnibus_label,
#container .products:not(.swiper-wrapper) .product .product__prices .omnibus_price,
#container .products:not(.swiper-wrapper) .product .product__prices .omnibus_short {
  display: none;
}
#container .products:not(.swiper-wrapper) .product__compare {
  margin-top: 0 !important;
}
#container .products:not(.swiper-wrapper) .product__details {
  background: #FFF;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #56a446;
  padding: 0 !important;
  left: 0;
  right: 0;
  top: 100%;
  opacity: 0%;
  transition: opacity 0.2s ease;
  display: block !important;
  pointer-events: none;
  z-index: 2;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
#container .products:not(.swiper-wrapper) .product__details::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
}
#container .products:not(.swiper-wrapper) .product__details .product__sizes {
  display: none;
}
#container .products:not(.swiper-wrapper) .product__details .product__versions {
  display: grid;
  grid-template-columns: repeat(auto-fill, 50px);
  gap: 5px;
  padding: 1rem !important;
}
#container .products:not(.swiper-wrapper) .product__details .product__versions .product__version {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.hotspot__wrapper {
  --hotspot-arrow-background: #004e20;
}
.hotspot__wrapper#products_associated_zone1 .hotspot__name {
  margin-top: 20px;
}
.hotspot__wrapper:not(#products_associated_zone4) .products {
  align-items: stretch;
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product {
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .omnibus_short {
  display: none;
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__icon {
  background: radial-gradient(circle, #ffffff 0%, #f0f0f0 100%);
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__icon img {
  max-height: 25rem !important;
  transform: scale(1);
  transition: transform 0.5s ease;
  mix-blend-mode: unset;
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__icon:hover img {
  transform: scale(1.25);
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__icon[data-product-id="33598"] img,
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__icon[data-product-id="33601"] img,
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__icon[data-product-id="33602"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper {
  background: #FFF;
  flex-direction: column !important;
  width: 100% !important;
  padding: var(--padding-xl);
  flex-grow: 1;
  display: flex;
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper h3 {
  max-width: 100%;
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper h3 a {
  font-family: var(--product-name-font-family);
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper .product__name {
  font-size: 14px;
  margin-bottom: 8px;
  text-align: left;
}
@media (min-width: 979px) {
  .hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper .product__name {
    font-size: 15px;
  }
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper .product__prices {
  flex-wrap: nowrap;
  flex-direction: column;
  text-align: left;
  align-items: baseline;
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper .product__prices .price_sellby {
  font-size: 10px;
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper .product__prices .product__promo {
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center;
  align-content: center;
  flex-basis: 100%;
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper .product__prices .product__promo .product__promo_info {
  flex-basis: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 600;
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper .product__prices .price {
  margin-left: 0;
  margin-bottom: 0;
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper .product__prices .price .price__sub {
  color: #262626;
  font-weight: bold;
  font-size: 12px;
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper .product__prices .price.--max {
  background: transparent;
  color: #545454;
  display: block;
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper .product__prices .price.--max .price_percent {
  color: var(--label-color-promo);
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper .product__prices .price.--omnibus,
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper .product__prices .price .omnibus_label {
  display: none;
}
.hotspot__wrapper:not(#products_associated_zone4) .products .product .product__content_wrapper .product__prices .price .price_sellby {
  font-size: 80%;
}
.hotspot__wrapper:not(#products_associated_zone4).--slider_standard .slick-initialized {
  margin-top: -2rem;
}
.hotspot__wrapper:not(#products_associated_zone4).--slider_standard .products .slick-list .slick-track {
  display: flex !important;
}
.hotspot__wrapper:not(#products_associated_zone4).--slider_standard .products .slick-list .slick-track .product {
  display: flex;
  flex-direction: column;
}
.hotspot__wrapper:not(#products_associated_zone4).--slider_standard .products .slick-list .slick-track .product h3 {
  flex-grow: 1;
}
.hotspot__wrapper:not(#products_associated_zone4).--slider_standard .products .slick-list .slick-track .product h3 a {
  font-weight: 600;
  font-size: 12px;
  font-family: var(--product-name-font-family);
}
@media (min-width: 576px) {
  .hotspot__wrapper:not(#products_associated_zone4).--slider_standard .products .slick-list .slick-track .product h3 a {
    font-size: 13px;
  }
}
.hotspot__wrapper:not(#products_associated_zone4).--slider_standard .products .slick-list .slick-track .product .product__prices {
  display: flex;
  flex-grow: 0;
}
.hotspot__wrapper:not(#products_associated_zone4).--slider_standard .products .slick-list .slick-track .product .product__prices .price {
  font-size: 12px;
}
@media (min-width: 576px) {
  .hotspot__wrapper:not(#products_associated_zone4).--slider_standard .products .slick-list .slick-track .product .product__prices .price {
    font-size: 13px;
  }
}
.hotspot__wrapper:not(#products_associated_zone4).--slider_standard .products .slick-list .slick-track .product .product__prices .price.--max {
  color: #545454;
  margin-top: 5px;
  display: block;
}
.hotspot__wrapper:not(#products_associated_zone4).--slider_standard .products .slick-list .slick-track .product .product__prices .price.--max .price_percent {
  color: var(--label-color-promo);
}
.hotspot__wrapper:not(#products_associated_zone4).--slider_standard .products .slick-list .slick-track .product .product__prices .price .price_vat {
  display: none;
}
.hotspot__wrapper:not(#products_associated_zone4).--slider_standard .products .slick-list .slick-track .product .product__prices .omnibus_label,
.hotspot__wrapper:not(#products_associated_zone4).--slider_standard .products .slick-list .slick-track .product .product__prices .omnibus_price {
  display: none;
}
.hotspot__wrapper .hotspot.skeleton > * {
  opacity: 0.667;
}
.hotspot__wrapper .hotspot.skeleton .products .product {
  box-shadow: none !important;
}
#search_hotspot_zone1 .products .product h3 {
  flex-grow: 1;
}
#search_hotspot_zone1 .products .product h3 a {
  font-weight: 600;
  font-size: 12px;
  font-family: var(--product-name-font-family);
}
@media (min-width: 576px) {
  #search_hotspot_zone1 .products .product h3 a {
    font-size: 14px;
  }
}
#search_hotspot_zone1 .products .product .product__prices {
  display: flex;
  flex-grow: 0;
}
#search_hotspot_zone1 .products .product .product__prices .price {
  font-size: 14px;
}
#search_hotspot_zone1 .products .product .product__prices .price.--max {
  color: #545454;
  font-weight: 600;
}
#search_hotspot_zone1 .products .product .product__prices .price.--max .price_percent {
  color: var(--label-color-promo);
}
#search_hotspot_zone1 .products .product .product__prices .price .price_vat {
  display: none;
}
.s_paging .pagination {
  gap: 10px;
}
.pagination__element.--active .pagination__link {
  border-radius: 3px;
}
.pagination__element .pagination__link {
  border-radius: 3px;
}
#client_rebates_info .rebates_active__wrapper,
#client_rebates_info .rebates_individual__wrapper,
#client_rebates_info .rebates_range__wrapper {
  border: 2px solid #9acc9b;
}
#client_rebates_info .rebates_individual__wrapper .rebates_other {
  border-bottom: none;
}
#client_rebates_info .rebates_individual__wrapper .rebates_other .rebates_other__value.--txt {
  font-weight: 600;
}
#client_rebates_info .rebates_individual__wrapper .rebates_other .rebates_other__value.--percent {
  color: #004e20;
}
#client_rebates_info .rebates_individual__wrapper .rebates_product__products {
  display: grid !important;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
#client_rebates_info .rebates_individual__wrapper .rebates_product__products .rebates_product__product {
  width: 100%;
  max-width: 100%;
  border: 1px solid #bfbfbf !important;
  position: relative;
  transition: border-color 0.3s ease;
}
#client_rebates_info .rebates_individual__wrapper .rebates_product__products .rebates_product__product:hover {
  border-color: #004e20 !important;
}
#client_rebates_info .rebates_individual__wrapper .rebates_product__products .rebates_product__product .rebates_product__name {
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
#client_rebates_info .rebates_individual__wrapper .rebates_product__products .rebates_product__product .rebates_product__name::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
#client_rebates_info .rebates_individual__wrapper .rebates_product__label {
  border-bottom: none;
  font-weight: bold;
}
.search_name {
  flex-wrap: wrap;
}
.search_name h1 {
  color: #000;
}
.search_name .headline {
  font-family: 'Domine', serif;
  font-weight: 500;
  font-size: clamp(28px, 5vw, 32px);
  padding-top: 0;
  display: block;
  width: 100%;
  padding-bottom: 0;
  line-height: 1.2;
}
.search_name .search_name__total {
  padding-left: 0 !important;
  padding-top: 4px;
  display: none;
}
.search_description.--top .search_description__wrapper {
  position: relative;
}
.search_description.--top .search_description__wrapper.--collapsed {
  mask-image: linear-gradient(to bottom, #000000 0%, #000000 66%, rgba(0, 0, 0, 0) 100%);
}
.search_description.--top #description-toggle {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 0;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.search_description.--top #description-toggle:hover {
  color: #004e20;
}
.search_description .search_categoriesdescription_sub,
.search_description .search_categoriesdescription_next,
.search_description .search_description__wrapper {
  font-size: 16px;
}
.search_description .search_categoriesdescription_sub p,
.search_description .search_categoriesdescription_next p,
.search_description .search_description__wrapper p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 15px;
}
.search_description .search_categoriesdescription_sub > p,
.search_description .search_categoriesdescription_next > p,
.search_description .search_description__wrapper > p {
  font-size: 14px;
}
.search_description .search_categoriesdescription_next.expanded {
  margin-top: 15px;
  margin-bottom: 0;
}
.search_description .show_description,
.search_description .hide_description {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #004e20;
  letter-spacing: 0.02em;
}
.search_description .show_description {
  padding-top: 0 !important;
}
.search_description .rich-description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .search_description .rich-description {
    flex-direction: row;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .search_description .rich-description {
    margin-bottom: 40px;
  }
}
.search_description .rich-description .rich-description-image {
  border-radius: 3px;
  flex: 1 1 25%;
}
.search_description .rich-description .rich-description-image img {
  border-radius: 3px;
  width: 100%;
  height: 15vh;
  display: block;
  object-fit: cover;
}
@media (min-width: 576px) {
  .search_description .rich-description .rich-description-image img {
    height: 100%;
  }
}
.search_description .rich-description .rich-description-image img.under-sm {
  display: block;
}
@media (min-width: 576px) {
  .search_description .rich-description .rich-description-image img.under-sm {
    display: none;
  }
}
.search_description .rich-description .rich-description-image img.over-sm {
  display: none;
}
@media (min-width: 576px) {
  .search_description .rich-description .rich-description-image img.over-sm {
    display: block;
  }
}
.search_description .rich-description .rich-description-heading {
  padding: 25px 0 25px 0;
  flex: 1 1 75%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .search_description .rich-description .rich-description-heading {
    padding: 25px 0 25px 15px;
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .search_description .rich-description .rich-description-heading {
    padding: 40px 5px 40px 40px;
  }
}
.search_description .rich-description .rich-description-heading .rich-description-category {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #8b5a45;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.search_description .rich-description .rich-description-heading .rich-description-header {
  font-size: 16px;
}
.search_description .rich-description .rich-description-heading .rich-description-header h1,
.search_description .rich-description .rich-description-heading .rich-description-header h2 {
  font-family: 'Domine', serif;
  color: #000;
  font-size: 1.25em;
  font-size: clamp(1.25em, 0.875em + 1.25vw, 2em);
  line-height: 1.275;
  margin-top: 0;
  margin-bottom: 0;
}
.search_description .rich-description .rich-description-heading .rich-description-intro {
  padding-top: 15px;
  max-width: 100%;
}
.search_description .rich-description .rich-description-heading .rich-description-intro p {
  font-size: 15px;
  font-family: 'Domine', serif;
}
@media (min-width: 576px) {
  .search_description .rich-description .rich-description-heading .rich-description-intro p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .search_description .rich-description .rich-description-heading .rich-description-intro p {
    font-size: 18px;
  }
}
.search_description .rich-description .rich-description-heading .rich-description-tags {
  margin-top: 20px;
  display: flex;
  gap: 5px 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.search_description .rich-description .rich-description-heading .rich-description-tags .rich-description-tag {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #004e20;
  position: relative;
}
.search_description .rich-description .rich-description-heading .rich-description-tags .rich-description-tag:last-child::after {
  display: none;
}
.search_description .rich-description .rich-description-heading .rich-description-tags .rich-description-tag::after {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: -14px;
  top: 5px;
  background-color: #789;
}
.search_description .rich-description .rich-description-heading .rich-description-tags.grid-description {
  display: grid;
  gap: 10px;
  justify-content: stretch;
  align-items: stretch;
  align-content: stretch;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .search_description .rich-description .rich-description-heading .rich-description-tags.grid-description {
    grid-template-columns: repeat(4, 1fr);
  }
}
.search_description .rich-description .rich-description-heading .rich-description-tags.grid-description .rich-description-tag {
  padding: 8px;
  border-top: 2px solid #004e20;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  min-height: 50px;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
.search_description .rich-description .rich-description-heading .rich-description-tags.grid-description .rich-description-tag::after {
  display: none;
}
.search_description .rich-description .rich-description-heading .rich-description-tags.grid-description .rich-description-tag .rich-description-tag-inner {
  display: flex;
  align-items: center;
}
.search_description .rich-description .rich-description-heading .rich-description-tags.grid-description .rich-description-tag .rich-description-tag-inner > .fas {
  margin-right: 4px;
}
.search_description .rich-description .rich-description-heading .rich-description-tags.grid-description .rich-description-tag img {
  vertical-align: bottom;
}
.search_description .rich-description .rich-description-heading .rich-description-tags.grid-description .rich-description-tag span {
  display: inline-block;
}
.search_description .rich-description .rich-description-buttons {
  margin: 25px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 15px;
  width: 100%;
}
.search_description .rich-description .rich-description-buttons .rich-description-button {
  display: inline-block;
  background: #f9faf5;
  border: 2px solid #004e20;
  border-radius: 3px;
  color: #004e20;
  font-size: 13px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 12px 25px;
  display: block;
  transition: color 0.2s ease, background 0.2s ease;
}
.search_description .rich-description .rich-description-buttons .rich-description-button:hover {
  background: #004e20;
  color: #FFF;
}
.search_description .rich-description .rich-description-buttons .rich-description-button.green {
  background: #004e20;
  border: 2px solid #004e20;
  color: #FFF;
}
.search_description .rich-description .rich-description-buttons .rich-description-button.green:hover {
  background: #f9faf5;
  color: #000;
}
.search_description .rich-description .rich-description-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
}
@media (min-width: 768px) {
  .search_description .rich-description .rich-description-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .search_description .rich-description .rich-description-menu {
    grid-template-columns: repeat(4, 1fr);
  }
}
.search_description .rich-description .rich-description-menu h2,
.search_description .rich-description .rich-description-menu h3,
.search_description .rich-description .rich-description-menu h4,
.search_description .rich-description .rich-description-menu h5 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
}
.search_description .rich-description .rich-description-menu h4 {
  text-transform: uppercase;
  font-size: 10px;
  color: #000;
  letter-spacing: 0.05em;
  color: #8b5a45;
}
.search_description .rich-description .rich-description-menu ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  list-style: none;
}
.search_description .rich-description .rich-description-menu ul li {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0 0 12px 0;
}
@media (min-width: 979px) {
  .search_description .rich-description .rich-description-menu ul li {
    margin: 0 0 8px 0;
  }
}
.search_description .rich-description .rich-description-menu .rich-description-menu-column {
  border-top: 2px solid rgba(0, 78, 32, 0.6);
  grid-column: span 1;
}
.search_description .rich-description .rich-description-card {
  flex: 1;
  margin: 0;
  padding: 20px;
  z-index: 1;
  background-color: #FFF;
  font-size: 16px;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 576px) {
  .search_description .rich-description .rich-description-card {
    padding: 25px;
  }
}
@media (min-width: 768px) {
  .search_description .rich-description .rich-description-card {
    padding: 40px;
  }
}
.search_description .rich-description .rich-description-card .full-width {
  display: block;
  width: calc(100% + 40px);
  height: auto;
  margin-left: -20px;
  margin-top: -20px;
  position: relative;
}
@media (min-width: 576px) {
  .search_description .rich-description .rich-description-card .full-width {
    margin-left: -25px;
    margin-top: -25px;
    width: calc(100% + 50px);
  }
}
@media (min-width: 768px) {
  .search_description .rich-description .rich-description-card .full-width {
    margin-left: -40px;
    margin-top: -40px;
    width: calc(100% + 80px);
  }
}
.search_description .rich-description .rich-description-card .full-width .background {
  display: block;
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
}
.search_description .rich-description .rich-description-card .full-width .logo {
  position: absolute;
  background-color: #FFF;
  border-radius: 50%;
  top: calc(50% - 60px);
  left: 20px;
}
@media (min-width: 576px) {
  .search_description .rich-description .rich-description-card .full-width .logo {
    left: 25px;
  }
}
@media (min-width: 768px) {
  .search_description .rich-description .rich-description-card .full-width .logo {
    left: 40px;
  }
}
.search_description .rich-description .rich-description-card .logo {
  display: block;
  width: 120px;
  height: 120px;
  padding: 20px;
}
.search_description .rich-description .rich-description-card .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}
.search_description .rich-description .rich-description-card h1,
.search_description .rich-description .rich-description-card h2,
.search_description .rich-description .rich-description-card h3,
.search_description .rich-description .rich-description-card h4,
.search_description .rich-description .rich-description-card h5,
.search_description .rich-description .rich-description-card h6 {
  margin-top: 40px;
}
.search_description .rich-description .rich-description-card h1:first-child,
.search_description .rich-description .rich-description-card h2:first-child,
.search_description .rich-description .rich-description-card h3:first-child,
.search_description .rich-description .rich-description-card h4:first-child,
.search_description .rich-description .rich-description-card h5:first-child,
.search_description .rich-description .rich-description-card h6:first-child {
  margin-top: 0;
}
.search_description .rich-description .rich-description-card h2 {
  line-height: 1.2;
  font-size: 1.125em;
  font-size: clamp(1.125em, 1.006188118811881em + 0.594059405940594vw, 1.5em);
}
.search_description .rich-description .rich-description-card p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: 'Domine', serif;
  line-height: 1.6;
}
@media (min-width: 576px) {
  .search_description .rich-description .rich-description-card p {
    font-size: 16px;
  }
}
.search_description .rich-description .rich-description-card p:last-child {
  margin-bottom: 0;
}
.search_description .rich-description .rich-description-card ul,
.search_description .rich-description .rich-description-card ol {
  margin: 15px 0;
}
.search_description .rich-description .rich-description-card ul li,
.search_description .rich-description .rich-description-card ol li {
  font-size: 15px;
  font-family: 'Domine', serif;
  line-height: 1.6;
}
@media (min-width: 576px) {
  .search_description .rich-description .rich-description-card ul li,
  .search_description .rich-description .rich-description-card ol li {
    font-size: 16px;
  }
}
.search_description .rich-description .rich-description-list {
  padding: 0 20px;
}
@media (min-width: 576px) {
  .search_description .rich-description .rich-description-list {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .search_description .rich-description .rich-description-list {
    padding: 0 40px;
  }
}
.search_description .rich-description .rich-description-list ul {
  padding: 0;
  margin: 35px 0 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media (min-width: 768px) {
  .search_description .rich-description .rich-description-list ul {
    gap: 10px 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 979px) {
  .search_description .rich-description .rich-description-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.search_description .rich-description .rich-description-list ul li {
  padding: 0;
  margin: 0;
  font-size: 14px;
  position: relative;
  padding-left: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 576px) {
  .search_description .rich-description .rich-description-list ul li {
    font-size: 15px;
  }
}
.search_description .rich-description .rich-description-list ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #56a446;
}
.search_description .rich-description.mid-cat .rich-description-category {
  margin-top: 8px;
}
@media (min-width: 979px) {
  .search_description .rich-description.mid-cat .rich-description-category {
    margin-top: 0;
  }
}
.search_description .rich-description.mid-cat .rich-description-heading {
  padding: 0;
}
.search_description .rich-description.mid-cat .rich-description-heading .rich-description-header {
  max-width: 800px;
}
.search_description .rich-description.bottom-column > div {
  flex: 1 1 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .search_description .rich-description.bottom-column > div {
    margin-bottom: 40px;
  }
}
@media (max-width: 757px) {
  #paging_setting_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  #paging_setting_top {
    gap: 10px;
  }
}
@media (max-width: 757px) {
  #paging_setting_top .s_paging__item.--sort {
    min-width: unset;
  }
}
.categories-list_label {
  font-family: 'Domine', serif;
  margin-top: clamp(20px, 5vw, 40px);
  margin-bottom: 20px;
  font-size: clamp(24px, 5vw, 38px);
  font-weight: 500;
}
.categories-list_wrapper ul {
  font-size: 1em;
  font-weight: 600;
}
.categories-list_wrapper ul li.categories-list_level1 {
  font-size: 16px;
}
.categories-list_wrapper ul li.categories-list_level1 a {
  font-size: 16px;
  text-decoration: none;
  border-bottom: none;
}
.categories-list_wrapper ul.categories-list_level1 > li > a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.categories-list_wrapper ul.categories-list_level2 {
  padding-left: 20px;
}
.categories-list_wrapper ul.categories-list_level2 li {
  position: relative;
}
.categories-list_wrapper ul.categories-list_level2 li::before {
  left: -20px;
  top: 23px;
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #56a446;
}
@media (min-width: 757px) {
  .categories-list_wrapper ul.categories-list_level2 li::before {
    top: 10px;
    width: 12px;
  }
}
.modal.--added .modal__wrapper {
  border-radius: 3px;
}
.modal.--added .added__headline {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .modal.--added .added__headline {
    margin-bottom: 40px;
  }
}
.modal.--added .added__headline .headline__name {
  width: 100%;
  font-size: 24px;
  font-size: clamp(24px, 5vw, 32px);
  text-align: center;
}
.modal.--added .added__block .product {
  text-align: left;
}
.modal.--added .added__block .added__name_h3 .added__name {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0.01em;
}
#products_associated_zone4 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#products_associated_zone4 .hotspot__name {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-size: clamp(18px, 5vw, 22px);
}
#products_associated_zone4 .products {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-items: stretch;
  gap: 10px;
}
@media (min-width: 979px) {
  #products_associated_zone4 .products {
    grid-template-columns: repeat(4, 1fr);
  }
}
#products_associated_zone4 .products .product {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
#products_associated_zone4 .products .product h3 {
  align-items: flex-start;
  display: none;
}
#products_associated_zone4 .products .product h3 a {
  font-family: var(--product-name-font-family);
}
#products_associated_zone4 .products .product .product__icon {
  max-height: 150px;
  background: transparent;
}
#products_associated_zone4 .products .product .product__icon img {
  max-height: 150px;
}
#products_associated_zone4 .products .product .product__content_wrapper {
  padding-top: 4px;
}
#products_associated_zone4 .products .product .product__name_wrapper {
  display: none;
}
#products_associated_zone4 .products .product .product__prices {
  padding: 0;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
#products_associated_zone4 .products .product .product__prices .omnibus_price {
  display: none;
}
#products_associated_zone4 .products .product .product__prices .price {
  background: transparent;
  display: block;
  color: #333333;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.1;
  padding: 2px 0;
  letter-spacing: 0.02em;
  width: auto;
}
#products_associated_zone4 .products .product .product__prices .price.--max {
  background: transparent;
  color: #545454;
  margin-left: 5px;
}
#products_associated_zone4 .products .product .product__prices .price.--max .omnibus_label {
  display: none;
}
#products_associated_zone4 .products .product .product__prices .price.--max .price_percent {
  color: var(--label-color-promo);
}
#products_associated_zone4 .products .product .product__prices .price.--convert,
#products_associated_zone4 .products .product .product__prices .price.omnibus_price {
  display: none;
}
#products_associated_zone4 .products .product .product__prices .price .price_vat {
  display: none;
}
#products_associated_zone4 .products .product .product__prices .price .price_sellby {
  font-size: 10px;
  line-height: 1.1;
}
@media (min-width: 979px) {
  .projector_page #content {
    grid-template-columns: minmax(0, 60%) 40%;
  }
}
.gallery_modal .modal__wrapper {
  border: 2px solid #004e20;
  background: #FFF;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1200px) {
  .gallery_modal .modal__wrapper {
    max-height: 80%;
    max-width: 80%;
    width: 80%;
    height: 80%;
  }
}
.gallery_modal .modal__wrapper .gallery_modal__name {
  display: none;
}
.gallery_modal .modal__wrapper .resizeReminder {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fafafa;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" baseProfile="tiny" overflow="visible" version="1.2" viewBox="0 0 512 512"><g fill="%23004E20"><path d="M408.1 244.7a45 45 0 0 0-53.4-28.4 45 45 0 0 0-43.7-30.6l28.6-87a45 45 0 1 0-85.7-27.5l-53.4 162.7-22.9 5.9-19.7-29.9a64.1 64.1 0 0 0-86.1-20L54.7 200a14.9 14.9 0 0 0-5.4 20.3l99.1 174.6a70.8 70.8 0 0 0 47.1 82.7l94.9 31.1a65 65 0 0 0 82-41.5l1.1-3.2a115.7 115.7 0 0 0 58.2-67.5l30.8-93.8a45.3 45.3 0 0 0-54.4-58zm25.8 48.7-30.8 93.8a86 86 0 0 1-47.8 52.2c-7.7 3.3-8.6 9.9-11.5 18.6a35 35 0 0 1-44.2 22.3l-94.9-31.1a40.9 40.9 0 0 1-26.1-51.6 15 15 0 0 0-1.2-12.1L82.6 218.4l4.4-2.6a34.1 34.1 0 0 1 45.8 10.6l25.6 38.9a15 15 0 0 0 16.3 6.3l41.2-10.7c4.9-1.3 8.9-5 10.5-9.8l55.9-170.5c2.6-8 11-12.6 18.8-10.3a15 15 0 0 1 9.9 19l-45.2 137.8a15 15 0 0 0 9.6 18.9 15 15 0 0 0 18.9-9.6l3.4-10.5a15 15 0 1 1 28.5 9.3l-6.4 20a15 15 0 0 0 9.6 18.9 15 15 0 0 0 18.9-9.6c2.9-8.9 3.7-14.7 10.6-18.2a15 15 0 0 1 21 18c-5.5 16.8-2.1 7-6.1 19.1a15 15 0 0 0 9.6 18.9 15 15 0 0 0 18.9-9.6l3.1-9.6a15 15 0 0 1 19.3-9.5 16 16 0 0 1 9.2 19.8zM151.7 69.3a15 15 0 0 0 21.2 0l17.6-17.6.4 6.7a15 15 0 0 0 15 14h1a15 15 0 0 0 14-16l-2.6-39.8a15 15 0 0 0-14-14L164.5 0c-8.3-.5-15.4 5.7-15.9 14s5.7 15.4 14 15.9l6.7.4L151.7 48a15 15 0 0 0 0 21.3z"/><path d="M69.9 136.9a15 15 0 0 0 15 14.1l39.8 2.6c7.8 0 14.4-6.1 15-14a15 15 0 0 0-14-16l-6.7-.4 17.5-17.5a15 15 0 0 0 0-21.2 15 15 0 0 0-21.2 0L97.7 102l-.4-6.7a15 15 0 0 0-29.9 1.9l2.5 39.7z"/></g></svg>');
  background-size: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 100px;
  left: calc(50% - 18px);
  position: absolute;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateY(60px);
}
.gallery_modal .modal__wrapper .resizeReminder.visible {
  opacity: 1;
  transform: translateY(0);
}
.gallery_modal .modal__wrapper .resizeReminder.--one {
  bottom: 30px;
}
@media (max-width: 979px) {
  #projector_photos {
    flex-direction: column;
  }
}
#projector_photos .photos__link {
  background: transparent;
}
#projector_photos .photos__link.--nav {
  border: 1px solid rgba(0, 78, 32, 0.4);
  background: #f9faf5;
}
#projector_photos .photos__link.--nav.--active {
  border: 1px solid #004e20;
}
#projector_photos .photos__link .photos__photo {
  border-radius: 3px;
}
#projector_photos .photos__link .photos__photo.--nav {
  mix-blend-mode: unset;
}
#projector_photos .photos__slider {
  background: transparent;
}
#projector_photos .photos__slider figure img {
  cursor: pointer;
}
#projector_productname .product_name__block.--links {
  justify-content: flex-start !important;
}
#projector_productname .product_name__block.--links a {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
#projector_productname .product_name__block.--links a:hover {
  opacity: 1;
}
#projector_productname .product_name__block.--description {
  display: none;
}
#projector_productname .product_name__block .product_name__name {
  font-family: 'Domine', serif;
  font-size: 2rem;
  font-weight: 600;
  color: #001b0b;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #projector_productname .product_name__block .product_name__name {
    font-size: 2.5rem;
  }
}
#projector_form .projector_versions__label,
#projector_form .projector_variants__label,
#projector_form .projector_multiversions__label,
#projector_form .projector_sizes__label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 979px) {
  #projector_form .projector_versions__label,
  #projector_form .projector_variants__label,
  #projector_form .projector_multiversions__label,
  #projector_form .projector_sizes__label {
    margin-bottom: 0;
  }
}
#projector_form .projector_details__wrapper {
  border: none;
  background: transparent;
  padding: 0;
}
#projector_form .projector_details__wrapper #projector_sizes_section .projector_sizes__item {
  font-weight: bold;
}
#projector_form .projector_details__wrapper #projector_sizes_section .projector_sizes__item.--disabled {
  opacity: 0.5;
}
#projector_form .projector_details__wrapper .projector_details__prices {
  grid-column: span 2;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  #projector_form .projector_details__wrapper .projector_details__prices {
    margin-left: 105px;
  }
}
#projector_form .projector_details__wrapper .projector_details__prices .projector_prices__maxprice_wrapper .omnibus_label {
  display: none;
}
#projector_form .projector_details__wrapper .projector_details__prices .projector_prices__price_wrapper .projector_prices__price {
  color: #004e20;
  font-size: 2.5rem;
}
#projector_form .projector_details__wrapper .projector_details__prices .projector_prices__price_wrapper .projector_prices__info {
  color: #367e54;
}
#projector_form .projector_details__wrapper .projector_details__prices .projector_prices__lowest_price {
  opacity: 0.66;
}
#projector_form .projector_details__wrapper #CDT {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  #projector_form .projector_details__wrapper #CDT {
    margin-left: 105px;
    grid-column: span 2;
  }
}
#projector_form .projector_details__wrapper .projector_details__buy {
  grid-column: span 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
#projector_form .projector_details__wrapper .projector_details__buy .projector_buy__number_wrapper {
  margin-bottom: 0;
  width: auto;
  min-width: 88px;
  flex-direction: column;
}
#projector_form .projector_details__wrapper .projector_details__buy .projector_buy__number_wrapper .projector_buy__number_inputs {
  width: 100%;
}
#projector_form .projector_details__wrapper .projector_details__buy .projector_buy__number_wrapper .projector_buy__number_amounts {
  margin-left: 0;
  display: none;
}
#projector_form .projector_details__wrapper .projector_details__buy .btn {
  flex: 1 1 100%;
}
#projector_form .projector_details__wrapper .projector_details__tell_availability {
  margin-top: 1rem;
  margin-bottom: 1rem;
  grid-column: span 2;
}
#projector_form .projector_details__wrapper .projector_details__tell_availability .btn {
  padding: 1.5rem;
  transition: background 0.2s ease;
}
#projector_form .projector_details__wrapper .projector_details__tell_availability .btn:hover {
  background-color: #FFF;
}
#projector_form .projector_details__wrapper .projector_prices__unit_converted {
  display: none;
}
#projector_form .projector_details__wrapper #versions .projector_versions__item {
  border: 1px solid rgba(0, 78, 32, 0.4);
  padding: 2px;
  transition: border 0.2s ease;
}
#projector_form .projector_details__wrapper #versions .projector_versions__item:hover {
  border: 1px solid #004e20;
}
#projector_form .projector_details__wrapper #versions .projector_versions__item.--selected {
  border: 1px solid #004e20;
}
#projector_form .projector_details__wrapper #versions .projector_versions__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#projector_form .projector_details__wrapper #projector_sizes_cont .projector_sizes__item {
  border: 1px solid rgba(0, 78, 32, 0.4);
  font-size: 14px;
  font-weight: 600;
  transition: border 0.2s ease, background 0.2s ease;
}
#projector_form .projector_details__wrapper #projector_sizes_cont .projector_sizes__item:hover {
  border: 1px solid #004e20;
  background-color: #004e20;
}
#projector_form .projector_details__wrapper #projector_sizes_cont .projector_sizes__item:hover span {
  color: #FFF;
}
#projector_form .projector_details__wrapper #projector_sizes_cont .projector_sizes__item.--selected {
  border: 1px solid #004e20;
  background-color: #004e20;
}
#projector_form .projector_details__wrapper #projector_sizes_cont .projector_sizes__item.--selected span {
  color: #FFF;
}
#projector_form .projector_details__wrapper #projector_chart_section {
  display: flex;
  margin-top: -0.5rem !important;
}
#projector_form .projector_details__wrapper #projector_chart_section .projector_chart__link {
  margin-top: 4px;
  font-weight: bold;
  color: #000;
  padding: 8px 8px 8px 45px;
  background: #f9faf5;
  letter-spacing: 0.02em;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  margin-left: -2px;
  transition: color 0.2s ease;
}
#projector_form .projector_details__wrapper #projector_chart_section .projector_chart__link:hover {
  color: #004e20;
}
#projector_form .projector_details__wrapper #projector_chart_section .projector_chart__link::before {
  position: absolute;
  transition: all 0.2s ease;
  content: "";
  left: 2px;
  top: 4px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cpath d='M490.3 330.3 472 348.7V67.3l18.3 18.3a8 8 0 0 0 11.3-.2c3-3.1 3-8 0-11.1l-32-32a8 8 0 0 0-11.3 0l-32 32a8 8 0 0 0 .2 11.3c3.1 3 8 3 11.1 0L456 67.3v281.4l-18.3-18.3a8 8 0 0 0-11.3.2 8 8 0 0 0 0 11.1l32 32a8 8 0 0 0 11.3 0l32-32a8 8 0 0 0-.2-11.3 8 8 0 0 0-11.2-.1zM391.4 428.9c-.4-1-1-1.9-1.7-2.6l-32-32a8 8 0 0 0-11.3.2 8 8 0 0 0 0 11.1l18.3 18.3H51.3l18.3-18.3a8 8 0 0 0-.2-11.3 8 8 0 0 0-11.1 0l-32 32a8 8 0 0 0 0 11.3l32 32a8 8 0 0 0 11.3-.2c3-3.1 3-8 0-11.1L51.3 440h313.4l-18.3 18.3a8 8 0 0 0 .2 11.3c3.1 3 8 3 11.1 0l32-32a8.2 8.2 0 0 0 1.7-8.7zM403 96.6l-135.9-56c-1-.4-2-.6-3.1-.6H152c-1.1 0-2.1.3-3.1.6L13 96.6a8 8 0 0 0-4.7 9.5l24 88a8 8 0 0 0 9.8 5.6l.7-.2 53.2-20V368a8 8 0 0 0 8 8h208a8 8 0 0 0 8-8V179.5l53.2 19.9a8 8 0 0 0 10.5-5.4l24-88a7.8 7.8 0 0 0-4.7-9.4zM255.3 56a48 48 0 0 1-94.6 0h94.6zm115.3 125.4-55.8-20.9A8 8 0 0 0 304 168v192H112V168a8 8 0 0 0-10.8-7.5l-55.8 20.9-19.8-72.7L145 59.5a64 64 0 0 0 125.9 0l119.5 49.2-19.8 72.7z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}
#projector_form .projector_details__wrapper .projector_oneclick__wrapper {
  display: none;
}
#projector_form .projector_details__wrapper .projector_buy__shopping_list {
  width: 83px;
  height: 53px;
  border: 1px solid rgba(0, 78, 32, 0.4);
}
#projector_form .projector_details__wrapper .projector_details__info {
  padding-top: 10px;
  grid-column: span 2;
  grid-row: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: start;
}
#projector_form .projector_details__wrapper .projector_details__info .projector_info__item {
  margin-bottom: 0;
}
#projector_form .projector_details__wrapper .projector_details__info .projector_info__item.--paypo {
  display: none;
}
#projector_form .projector_details__wrapper .disclaimer {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 13px;
}
#projector_form .projector_details__wrapper .disclaimer + .disclaimer {
  margin-top: 0;
}
#projector_form .projector_details__wrapper .disclaimer.animate::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(242, 186, 54, 0.7);
  animation: rippleEffect 1s ease-out 0s 3;
  pointer-events: none;
}
#projector_form .projector_details__wrapper #projector_amount {
  display: none !important;
}
#projector_form .projector_info .projector_stocks,
#projector_form .projector_info .projector_returns,
#projector_form .projector_info .projector_safe {
  display: none !important;
}
#projector_form .projector_info .botaniki-shipping img {
  vertical-align: -3px;
}
#projector_form .projector_info .botaniki-payments img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}
#projector_form .projector_info .botaniki-couriers img {
  width: auto;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}
#projector_form #oneclick_paypal {
  background: transparent;
}
#projector_form > .disclaimer {
  margin-top: 25px;
  background-color: #FFF;
  border: none;
  border-radius: 2px;
}
#projector_form > .disclaimer.orange {
  box-shadow: 5px 5px 0 0 #f2ba36;
}
#projector_form > .disclaimer.green {
  box-shadow: 5px 5px 0 0 #9acc9b;
  background-color: #deeede;
}
#projector_form > .disclaimer.green i {
  color: #004e20;
}
#projector_maxprice_percent.projector_prices__percent {
  color: var(--label-color-promo);
}
#main_cms .usp-items {
  margin-top: 0;
}
.usp-items {
  --usp-padding: 15px;
  display: grid;
  align-items: start;
  gap: 10px;
  margin: 60px 0;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .usp-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
.usp-items .usp-item {
  background-color: #FFF;
  border-top: 2px solid #004e20;
  position: relative;
  display: grid;
  padding: var(--usp-padding);
  grid-column: span 1;
  overflow: hidden;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .usp-items .usp-item {
    grid-template-columns: 36px 1fr;
    gap: 0 12px;
  }
}
.usp-items .usp-item.--is-readmore {
  cursor: pointer;
}
.usp-items .usp-item.--opened .usp-item-interface i {
  transform: rotate(-45deg);
}
.usp-items .usp-item.--opened .usp-item-readmore {
  max-height: 1000px;
  opacity: 1;
  margin-top: var(--usp-padding);
}
.usp-items .usp-item:hover .usp-item-interface {
  background-color: #004e20;
}
.usp-items .usp-item-icon {
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .usp-items .usp-item-icon {
    margin-bottom: 0;
  }
}
.usp-items .usp-item-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.usp-items .usp-item-heading {
  font-family: 'Domine', serif;
  color: #004e20;
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
@media (min-width: 992px) {
  .usp-items .usp-item-heading {
    font-size: 14px;
  }
}
.usp-items .usp-item-heading span {
  flex-grow: 1;
}
.usp-items .usp-item-interface {
  width: 50px;
  height: 50px;
  color: #FFF;
  background-color: rgba(0, 78, 32, 0.8);
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  bottom: -25px;
  right: -25px;
  text-align: center;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .usp-items .usp-item-interface {
    width: 20px;
    height: 20px;
    position: relative;
    bottom: unset;
    right: unset;
    margin-left: 10px;
  }
}
.usp-items .usp-item-interface i {
  font-size: 10px;
  line-height: 1;
  margin-top: -20px;
  margin-left: -20px;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .usp-items .usp-item-interface i {
    margin-top: 0;
    margin-left: 0;
  }
}
.usp-items .usp-item-readmore {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  hyphens: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .usp-items .usp-item-readmore {
    font-size: 13px;
    grid-column: 2 / 3;
  }
}
.usp-items .usp-btn {
  display: inline-block;
  padding: 6px 15px;
  background-color: #8b5a45;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  margin-top: 15px;
  transition: all 0.2s ease;
}
.usp-items .usp-btn:hover {
  background-color: rgba(139, 90, 69, 0.8);
}
.main_page .usp-items {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .main_page .usp-items {
    margin: 20px 0;
  }
}
/*
.usp-items {
    @media (min-width: @rwd-md) {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .usp-item {
        &:nth-child(1) {
            display: none;
        }
    }
}
*/
.botaniki-single-icons {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  margin: 40px 0;
}
@media (min-width: 576px) {
  .botaniki-single-icons {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
    margin: 60px 0;
  }
}
@media (min-width: 992px) {
  .botaniki-single-icons {
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    margin: 60px 0;
  }
}
.botaniki-single-icons .single-icon {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.botaniki-single-icons .single-icon .single-image {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .botaniki-single-icons .single-icon .single-image {
    width: 42px;
    height: 42px;
  }
}
.botaniki-single-icons .single-icon .single-title {
  font-family: 'Domine', serif;
  color: #003516;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.275;
  margin-top: 15px;
  margin-bottom: 10px;
  min-height: 45px;
}
@media (min-width: 992px) {
  .botaniki-single-icons .single-icon .single-title {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .botaniki-single-icons .single-icon .single-title {
    margin-top: 20px;
  }
}
.botaniki-single-icons .single-icon .single-description {
  font-family: 'Open Sans', sans-serif;
  color: #262626;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  padding-right: 4%;
}
@media (min-width: 992px) {
  .botaniki-single-icons .single-icon .single-description {
    font-size: 14px;
  }
}
.botaniki-single-icons .single-icon .single-description a {
  color: #004e20;
  text-decoration: underline;
}
.botaniki-single-icons .single-icon .single-description a:hover {
  color: #008135;
}
.botaniki-single-icons .botaniki-single-icons-helper {
  position: relative;
  grid-column: span 2;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .botaniki-single-icons .botaniki-single-icons-helper {
    display: none;
  }
}
.botaniki-single-icons .botaniki-single-icons-helper::before {
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted rgba(0, 78, 32, 0.3);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  z-index: -1;
}
.botaniki-single-icons .botaniki-single-icons-helper-body {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(0, 78, 32, 0.7);
  text-align: center;
  letter-spacing: 0.1em;
  padding: 3px 6px;
  background: #f9faf5;
}
.botaniki-single-icons .botaniki-single-icons-tooltip {
  display: none;
  position: absolute;
  background-color: white;
  border: 2px solid #004e20;
  border-radius: 2px;
  padding: 10px;
  z-index: 10;
  font-family: 'Open Sans', sans-serif;
  color: #262626;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
.botaniki-single-icons .botaniki-single-icons-tooltip-arrow {
  width: 0;
  height: 0;
  position: absolute;
  top: -9px;
  left: calc(50% - 8px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #004e20;
}
.projector_page .botaniki-single-icons {
  gap: 15px 10px;
  border-top: 2px dotted rgba(0, 78, 32, 0.3);
  padding-top: 16px;
}
@media (min-width: 576px) {
  .projector_page .botaniki-single-icons {
    gap: 20px;
    border-top: none;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .projector_page .botaniki-single-icons {
    gap: 15px;
  }
}
.projector_page .botaniki-single-icons .single-icon {
  flex-direction: row;
  align-items: center;
  grid-column: span 1;
  margin-left: 10px;
}
@media (min-width: 576px) {
  .projector_page .botaniki-single-icons .single-icon {
    margin-left: 0;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .projector_page .botaniki-single-icons .single-icon {
    background-color: #FFF;
    box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
    border-radius: 2px;
    border-top: 2px solid #004e20;
  }
}
.projector_page .botaniki-single-icons .single-icon .single-title {
  margin: 0 0 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .projector_page .botaniki-single-icons .single-icon .single-title {
    margin: 0 0 0 20px;
    font-weight: 600;
    font-size: 16px;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media (min-width: 1440px) {
  .projector_page .botaniki-single-icons .single-icon .single-title {
    margin-top: 20px;
  }
}
.projector_page .botaniki-single-icons .single-icon .single-title br {
  display: none;
}
@media (min-width: 576px) {
  .projector_page .botaniki-single-icons .single-icon .single-title br {
    display: inline;
  }
}
.projector_page .botaniki-single-icons .single-icon .single-description {
  display: none;
}
@media (min-width: 576px) {
  .projector_page .botaniki-single-icons .single-icon .single-description {
    display: block;
  }
}
@media (min-width: 979px) {
  #projector_longdescription {
    grid-column: 1 / span 2 !important;
  }
}
#projector_longdescription .description-botaniki {
  margin: 20px 0 40px 0;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 0;
}
@media (min-width: 576px) {
  #projector_longdescription .description-botaniki {
    margin: 20px 0 60px 0;
  }
}
@media (min-width: 979px) {
  #projector_longdescription .description-botaniki {
    margin: 20px 0 100px 0;
  }
}
#projector_longdescription .description-botaniki .description-botaniki-image {
  grid-column: 1 / 11;
  grid-row: 1 / 2;
  border-radius: 3px;
}
@media (min-width: 576px) {
  #projector_longdescription .description-botaniki .description-botaniki-image {
    grid-row: 1 / 3;
  }
}
@media (min-width: 979px) {
  #projector_longdescription .description-botaniki .description-botaniki-image {
    grid-column: 1 / 8;
    grid-row: 1 / 4;
  }
}
#projector_longdescription .description-botaniki .description-botaniki-image img {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#projector_longdescription .description-botaniki .description-botaniki-subheading {
  grid-column: 12 / 25;
  grid-row: 1 / 2;
  padding: 25px 0 105px 4px;
  font-family: 'Open Sans', sans-serif;
  color: #004e20;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
}
#projector_longdescription .description-botaniki .description-botaniki-subheading p {
  margin: 0 0 20px 0;
}
#projector_longdescription .description-botaniki .description-botaniki-subheading p:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  #projector_longdescription .description-botaniki .description-botaniki-subheading {
    grid-column: 12 / 23;
    font-size: 15px;
    padding: 20px 0;
    min-height: calc(100px + 10vw);
  }
}
@media (min-width: 979px) {
  #projector_longdescription .description-botaniki .description-botaniki-subheading {
    grid-column: 9 / 25;
    grid-row: 1 / 2;
    min-height: auto;
  }
}
#projector_longdescription .description-botaniki .description-botaniki-subheading .fas {
  margin-bottom: 3px;
  display: block;
}
@media (min-width: 979px) {
  #projector_longdescription .description-botaniki .description-botaniki-subheading .fas {
    display: inline;
    margin-right: 5px;
    margin-bottom: 0;
  }
}
#projector_longdescription .description-botaniki .description-botaniki-heading {
  grid-column: 2 / 25;
  grid-row: 2 / 3;
  background-color: #FFF;
  padding: 15px 20px;
  margin-top: -80px;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 576px) {
  #projector_longdescription .description-botaniki .description-botaniki-heading {
    grid-column: 4 / 23;
    margin-top: 0;
    grid-row: 2 / 4;
  }
}
@media (min-width: 768px) {
  #projector_longdescription .description-botaniki .description-botaniki-heading {
    padding: 30px;
  }
}
@media (min-width: 979px) {
  #projector_longdescription .description-botaniki .description-botaniki-heading {
    grid-column: 7 / 25;
    grid-row: 2 / 3;
    padding: 40px;
  }
}
#projector_longdescription .description-botaniki .description-botaniki-heading p {
  padding: 0;
  font-size: 15px;
  font-family: 'Domine', serif;
  color: #262626;
  line-height: 1.6;
  margin: 0 0 15px 0;
  hyphens: auto;
}
#projector_longdescription .description-botaniki .description-botaniki-heading p:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  #projector_longdescription .description-botaniki .description-botaniki-heading p {
    font-size: 16px;
  }
}
#projector_longdescription .description-botaniki .description-botaniki-description {
  grid-column: 3 / 24;
  grid-row: 3 / 4;
}
@media (min-width: 576px) {
  #projector_longdescription .description-botaniki .description-botaniki-description {
    grid-column: 4 / 23;
    grid-row: 4 / 5;
    padding: 0 20px;
  }
}
@media (min-width: 979px) {
  #projector_longdescription .description-botaniki .description-botaniki-description {
    grid-column: 9 / 23;
    grid-row: 3 / 4;
    padding: 0;
  }
}
#projector_longdescription .description-botaniki .description-botaniki-description ul {
  padding: 0;
  margin: 40px 0 ;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 15px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  #projector_longdescription .description-botaniki .description-botaniki-description ul {
    gap: 6px 40px;
    display: grid;
  }
}
#projector_longdescription .description-botaniki .description-botaniki-description ul li {
  padding: 0;
  margin: 0;
  font-size: 14px;
  position: relative;
  padding-left: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
#projector_longdescription .description-botaniki .description-botaniki-description ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #56a446;
}
#projector_longdescription .description-species {
  background: #FFF;
  padding: 20px !important;
  margin-bottom: 0;
  border: 2px dashed #8b5a45;
  position: relative;
}
@media (min-width: 768px) {
  #projector_longdescription .description-species {
    padding: 30px !important;
  }
}
#projector_longdescription .description-species h1,
#projector_longdescription .description-species h2 {
  font-size: clamp(26px, 5vw, 42px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  color: #58392c;
  line-height: 1.2;
}
#projector_longdescription .description-species h1 + h2,
#projector_longdescription .description-species h2 + h2 {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 20px;
  color: #8a7465;
}
#projector_longdescription .description-species h1 + h3,
#projector_longdescription .description-species h2 + h3 {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #8a7465;
}
#projector_longdescription .description-species h3 {
  font-size: clamp(18px, 4vw, 26px);
  font-weight: 600;
  margin-top: 20px;
  color: #8b5a45;
  line-height: 1.2;
}
#projector_longdescription .description-species p,
#projector_longdescription .description-species ul,
#projector_longdescription .description-species ol,
#projector_longdescription .description-species dl {
  font-size: clamp(14px, 4vw, 18px);
  line-height: 1.6;
  color: #2e2e2e;
}
#projector_longdescription .description-species ul,
#projector_longdescription .description-species ol,
#projector_longdescription .description-species dl {
  color: #404040;
}
#projector_longdescription .description-species p {
  font-family: 'Domine', serif;
}
#projector_longdescription .description-species p:last-child {
  margin-bottom: 0;
}
#projector_longdescription .description-species section {
  margin-top: 60px;
}
#projector_longdescription .description-species.--collapsed::before {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 66%, #ffffff 99%);
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
}
#projector_longdescription #description-species-toggle {
  color: #8b5a45;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 20px;
  letter-spacing: 0.02em;
  text-decoration: none;
}
#projector_longdescription #description-species-toggle:hover {
  color: #ca9472;
}
@media (min-width: 768px) {
  #projector_longdescription #description-species-toggle {
    padding: 15px 30px;
  }
}
#projector_longdescription .description-background {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  overflow: hidden;
}
#projector_longdescription .description-background.--to-left {
  justify-content: flex-start;
}
#projector_longdescription .description-background.--to-right {
  justify-content: flex-end;
}
#projector_longdescription .description-background .description-background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 400px;
  z-index: 1;
  overflow: hidden;
}
#projector_longdescription .description-background .description-background-img img {
  width: 100%;
  height: auto;
  display: block;
}
#projector_longdescription .description-background .description-background-column {
  z-index: 2;
  background-color: #FFF;
  padding: 20px;
  width: calc(100% - 10vw);
  margin-top: 5vw;
  font-family: 'Domine', serif;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 979px) {
  #projector_longdescription .description-background .description-background-column {
    padding: 30px;
    width: calc(100% - 100px);
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  #projector_longdescription .description-background .description-background-column {
    width: calc(100% - 200px);
    margin-top: 100px;
  }
}
#projector_longdescription .description-background .description-background-column p,
#projector_longdescription .description-background .description-background-column ul,
#projector_longdescription .description-background .description-background-column ol,
#projector_longdescription .description-background .description-background-column dl {
  font-size: clamp(14px, 4vw, 18px);
  line-height: 1.6;
  color: #2e2e2e;
}
#projector_longdescription .description-background .description-background-column ul,
#projector_longdescription .description-background .description-background-column ol,
#projector_longdescription .description-background .description-background-column dl {
  color: #404040;
}
#projector_longdescription .description-background .description-background-column p {
  margin-top: 0;
}
#projector_longdescription .description-background .description-background-column p:last-child {
  margin-bottom: 0;
}
#projector_longdescription .composition,
#projector_longdescription .extras {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dashed #8b5a45;
}
#projector_longdescription .composition dl dt,
#projector_longdescription .extras dl dt {
  font-size: 13px;
  color: #8b5a45;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#projector_longdescription .composition dl dd,
#projector_longdescription .extras dl dd {
  font-size: 14px;
  line-height: 1.6;
  color: #2e2e2e;
}
#projector_longdescription .composition dl dd + dt,
#projector_longdescription .extras dl dd + dt {
  margin-top: 10px;
}
#projector_longdescription .composition ul,
#projector_longdescription .extras ul,
#projector_longdescription .composition ol,
#projector_longdescription .extras ol {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
#projector_longdescription .composition ul li,
#projector_longdescription .extras ul li,
#projector_longdescription .composition ol li,
#projector_longdescription .extras ol li {
  font-size: 14px;
}
#projector_longdescription .extras {
  border-top: none;
  padding-top: 0;
}
#projector_longdescription .extras h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  color: #8b5a45;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media (min-width: 979px) {
  #projector_dictionary {
    grid-column: 1 / span 2 !important;
  }
}
#projector_dictionary em {
  font-style: normal;
}
#projector_dictionary .dictionary__group.--first {
  border-top: none;
}
#projector_dictionary .dictionary__group .dictionary__param .dictionary__name {
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8b5a45;
}
#projector_dictionary .dictionary__group .dictionary__param .dictionary__values {
  font-weight: 600;
}
#projector_dictionary .dictionary__group .dictionary__param .dictionary__picture {
  max-width: 100px;
  width: auto;
  max-height: 80px;
  height: auto;
  display: flex;
  margin-top: 6px;
  margin-bottom: 12px;
}
#projector_dictionary .dictionary__group .dictionary__param .dictionary__description.--value .table-wrapper {
  overflow: scroll;
}
#projector_dictionary .dictionary__group .dictionary__param .dictionary__description.--value table {
  margin: 8px 0;
}
#projector_dictionary .dictionary__group .dictionary__param .dictionary__description.--value table thead {
  background: #c3e1c3;
  border-bottom: 2px solid #56a446;
  font-weight: 600;
}
#projector_dictionary .dictionary__group .dictionary__param .dictionary__description.--value table th,
#projector_dictionary .dictionary__group .dictionary__param .dictionary__description.--value table td {
  padding: 3px 5px;
}
#projector_dictionary .dictionary__group .dictionary__param .dictionary__description.--value table tbody {
  border-bottom: 1px solid #56a446;
  font-weight: 400;
}
#projector_dictionary .description-author {
  padding: 100px 0 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  font-size: 16px;
}
@media (min-width: 576px) {
  #projector_dictionary .description-author {
    padding: 60px 0 40px 0;
  }
}
@media (min-width: 768px) {
  #projector_dictionary .description-author {
    gap: 5%;
  }
}
#projector_dictionary .description-author .description-author-intro-wrapper {
  grid-column: span 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #projector_dictionary .description-author .description-author-intro-wrapper {
    grid-column: span 1;
    margin-bottom: 0;
  }
}
#projector_dictionary .description-author .description-author-intro-wrapper h4 {
  font-family: 'Domine', serif;
  font-size: 16px;
  font-weight: 600;
  color: #8b5a45;
  margin: 0 0 10px 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
@media (min-width: 576px) {
  #projector_dictionary .description-author .description-author-intro-wrapper h4 {
    font-size: 18px;
  }
}
#projector_dictionary .description-author .description-author-intro-wrapper h4::before {
  position: absolute;
  top: -48px;
  left: 0;
  width: 32px;
  height: 32px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%238B5A45;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Ccircle class='st0' cx='166' cy='227' r='15'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M447.7,276.5c-5.8-5.9-15.3-5.9-21.2-0.1l-80.4,79.5l-19.5-19.5c-5.9-5.9-15.4-5.9-21.2,0s-5.9,15.4,0,21.2 l30,30c2.9,2.9,6.8,4.4,10.6,4.4c3.8,0,7.6-1.4,10.5-4.3l91-90C453.4,291.8,453.5,282.3,447.7,276.5z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M437,182H331V75c0-41.4-33.6-75-75-75H75C33.6,0,0,33.6,0,75v152c0,36.2,25.8,66.5,60,73.5V347 c0,6,3.6,11.5,9.2,13.8c5.6,2.4,12,1.1,16.3-3.1l56.6-55.7H211v75c0,41.4,33.6,75,75,75h15v45c0,6.1,3.7,11.5,9.3,13.9 c5.6,2.3,12.1,1,16.3-3.3l55.6-55.6H437c41.4,0,75-33.6,75-75V257C512,215.6,478.4,182,437,182z M211,257v15h-75 c-3.9,0-7.7,1.5-10.5,4.3L90,311.2V287c0-8.3-6.7-15-15-15c-24.8,0-45-20.2-45-45V75c0-24.8,20.2-45,45-45h181 c24.8,0,45,20.2,45,45v107h-15C244.6,182,211,215.6,211,257z M482,377c0,24.8-20.2,45-45,45h-61c-4,0-7.8,1.6-10.6,4.4L331,460.8 V437c0-8.3-6.7-15-15-15h-30c-24.8,0-45-20.2-45-45V257c0-24.8,20.2-45,45-45h151c24.8,0,45,20.2,45,45V377z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M166,60c-24.8,0-45,20.2-45,45c0,8.3,6.7,15,15,15s15-6.7,15-15c0-8.3,6.7-15,15-15s15,6.7,15,15 c0,3.9-4.4,11.6-11.1,14.2c-11.5,4.6-18.9,15.5-18.9,27.9V167c0,8.3,6.7,15,15,15s14.9-6.7,14.9-15l0-19.9 C198,140.3,211,122.2,211,105C211,80.2,190.8,60,166,60z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
#projector_dictionary .description-author .description-author-intro-wrapper p {
  font-family: 'Domine', serif;
  font-size: 14px;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  display: inline-block;
}
@media (min-width: 576px) {
  #projector_dictionary .description-author .description-author-intro-wrapper p {
    font-size: 16px;
  }
}
#projector_dictionary .description-author .description-author-bio-wrapper {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media (min-width: 768px) {
  #projector_dictionary .description-author .description-author-bio-wrapper {
    grid-column: span 2;
  }
}
#projector_dictionary .description-author .description-author-bio-wrapper .description-author-avatar {
  width: 100%;
  min-height: 96px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  background-color: #FFF;
  border-radius: 48px 0 0 48px;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 576px) {
  #projector_dictionary .description-author .description-author-bio-wrapper .description-author-avatar {
    border-radius: 64px 0 0 64px;
    min-height: 128px;
  }
}
#projector_dictionary .description-author .description-author-bio-wrapper .description-author-avatar img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
@media (min-width: 576px) {
  #projector_dictionary .description-author .description-author-bio-wrapper .description-author-avatar img {
    width: 128px;
    height: 128px;
  }
}
#projector_dictionary .description-author .description-author-bio-wrapper .description-author-name {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding-left: 20px;
}
@media (min-width: 576px) {
  #projector_dictionary .description-author .description-author-bio-wrapper .description-author-name {
    padding-left: 30px;
  }
}
#projector_dictionary .description-author .description-author-bio-wrapper .description-author-name h4 {
  font-family: 'Domine', serif;
  font-size: 1.125em;
  font-size: clamp(1.125em, 0.7678571428571428em + 1.4285714285714286vw, 1.625em);
  font-weight: 600;
  color: #004e20;
  line-height: 1.2;
  margin: 0 0 6px 0;
  padding: 0;
  display: inline-block;
}
#projector_dictionary .description-author .description-author-bio-wrapper .description-author-name h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: rgba(139, 90, 69, 0.7);
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (min-width: 576px) {
  #projector_dictionary .description-author .description-author-bio-wrapper .description-author-name h6 {
    font-size: 12px;
  }
}
#projector_dictionary .description-author .description-author-bio-wrapper .description-author-name h6::before {
  content: "\2014 \a0";
}
#projector_dictionary .description-author .description-author-bio-wrapper .description-author-bio {
  border-left: 3px dotted #004e20;
  padding: 20px 0 20px 15px;
  margin-left: 48px;
}
@media (min-width: 576px) {
  #projector_dictionary .description-author .description-author-bio-wrapper .description-author-bio {
    margin-left: 64px;
    padding: 20px 0 20px 30px;
  }
}
#projector_dictionary .description-author .description-author-bio-wrapper .description-author-bio p {
  font-family: 'Domine', serif;
  font-size: 14px;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1.6;
}
@media (min-width: 576px) {
  #projector_dictionary .description-author .description-author-bio-wrapper .description-author-bio p {
    font-size: 16px;
  }
}
.questions .questions__wrapper .questions__item {
  border: 2px solid #9acc9b;
  background-color: #f9faf5;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.questions .questions__wrapper .questions__item .questions__question {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
.questions .questions__wrapper .questions__item .questions__question::after {
  position: absolute;
  right: 0;
  color: #FFF;
  background: #9acc9b;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 25px;
  height: 25px;
  transition: background 0.2s ease;
}
.questions .questions__wrapper .questions__item .questions__question:hover::after {
  background: #004e20;
}
.questions .questions__wrapper .questions__item .questions__question .questions__question_txt {
  padding-right: 35px;
  padding-bottom: 15px !important;
}
.questions .questions__wrapper .questions__item .questions__answer {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 15px;
  border-top: 2px solid #9acc9b;
}
.questions .questions__banner {
  background: #c3e1c3;
  border-left: 10px solid #56a446;
}
.askforproduct {
  max-width: 100%;
  background: #c3e1c3;
  border-left: 10px solid #56a446;
  padding: 20px !important;
  grid-column: span 2 !important;
  margin-bottom: 30px !important;
}
@media (min-width: 992px) {
  .askforproduct {
    grid-column: span 1 !important;
  }
}
.askforproduct em {
  font-style: normal;
  width: 100%;
  max-width: 100%;
}
.askforproduct em .headline__name {
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 5vw, 28px);
}
.askforproduct .askforproduct__description,
.askforproduct .askforproduct__submit,
.askforproduct .askforproduct__inputs {
  flex-basis: 100% !important;
  max-width: 100% !important;
}
.askforproduct .askforproduct__form {
  align-items: flex-start !important;
}
.askforproduct .askforproduct__submit {
  text-align: left;
}
.askforproduct .askforproduct__submit .btn {
  margin-bottom: 0 !important;
}
.modal.--askforproduct .modal__wrapper {
  background-color: #f9faf5;
}
.modal.--askforproduct .modal__wrapper .askforproduct {
  background-color: #f9faf5;
}
.modal .scroll-indicator {
  position: fixed;
  width: 32px;
  height: 32px;
  bottom: 16px;
  left: calc(50% - 16px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  font-size: 16px;
  background-color: #f9faf5;
  color: #004e20;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}
.modal.--sizes-chart .modal__close {
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #004e20;
  border: 2px solid #f9faf5;
  border-radius: 50%;
  top: 3px;
  right: 3px;
}
.modal.--sizes-chart .modal__close::before {
  color: #FFF;
}
.modal.--sizes-chart .modal__close:hover::before {
  color: #FFF;
}
@media (min-width: 757px) {
  .modal.--sizes-chart .component_projector_sizes_chart .ui-table thead tr {
    border-bottom: 2px solid #000;
  }
}
@media (max-width: 757px) {
  .modal.--sizes-chart .component_projector_sizes_chart .ui-table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.modal.--sizes-chart .component_projector_sizes_chart .ui-table tr th {
  border-bottom: none;
}
@media (min-width: 979px) {
  .modal.--sizes-chart .component_projector_sizes_chart .ui-table tr th {
    border-bottom: 1px dashed #b7c286;
  }
}
@media (max-width: 757px) {
  .modal.--sizes-chart .component_projector_sizes_chart .ui-table tr th:first-child {
    background: #004e20;
    color: #FFF;
  }
}
@media (max-width: 757px) {
  .modal.--sizes-chart .component_projector_sizes_chart .ui-table tr th .ui-table-cell-label {
    width: 50%;
  }
}
@media (max-width: 757px) {
  .modal.--sizes-chart .component_projector_sizes_chart .ui-table tr th .ui-table-cell-label {
    text-align: right;
  }
}
.modal.--sizes-chart .component_projector_sizes_chart .ui-table tr td {
  border-bottom: 1px dashed #b7c286;
}
.modal.--sizes-chart .sizes_chart_cms {
  padding-top: 20px;
}
@media (min-width: 979px) {
  .modal.--sizes-chart .sizes_chart_cms {
    display: grid;
    grid-template-columns: calc(40% - 10px) calc(60% - 10px);
    gap: 20px;
  }
}
.modal.--sizes-chart .sizes_chart_cms > :first-child {
  padding-top: 0;
}
.modal.--sizes-chart .disclaimer {
  margin: 20px 0;
  padding: 20px;
}
.modal.--sizes-chart .disclaimer p {
  margin-bottom: 0;
}
#opinions_section {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100%;
  border: 2px solid #9acc9b;
  padding: 20px !important;
  margin-bottom: 30px !important;
  background: #f9faf5;
}
@media (min-width: 979px) {
  #opinions_section .average_opinions_container {
    position: relative;
    max-width: 100%;
    flex-basis: 100%;
    top: unset;
  }
}
@media (min-width: 979px) {
  #opinions_section .opinions_list {
    max-width: 100%;
    flex-basis: 100%;
  }
}
#opinions_section .opinion_response {
  border-left: 4px solid #004e20;
  background-color: #c3e1c3;
}
#opinions_section .opinions_add_form {
  padding-left: 0;
  padding-right: 0;
}
#opinions_section .opinions_add_form .big_label {
  font-family: 'Domine', serif;
  font-weight: 500;
  font-size: clamp(18px, 5vw, 28px);
}
#opinions_section .opinions_add_form .big_label em {
  font-style: normal;
}
#opinions_section .opinions_add_form #shop_opinion_form {
  align-items: flex-start !important;
}
#opinions_section .opinions_add_form #shop_opinion_form .shop_opinions_notes,
#opinions_section .opinions_add_form #shop_opinion_form .shop_opinions_button {
  text-align: left;
}
#opinions_section .opinions_add_form #shop_opinion_form .shop_opinions_button {
  margin-bottom: 0;
}
#opinions_section .opinions_add_form #shop_opinion_form > div {
  width: 100%;
  max-width: 100%;
}
#opinions_section .opinions_add_form #shop_opinion_form em {
  font-style: normal;
  width: 100%;
  max-width: 100%;
}
#opinions_section .opinions_add_form #shop_opinion_form em > div {
  flex-basis: 100%;
  max-width: 100%;
}
#o-series-grid .o-series-grid-intro {
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 800px;
}
#o-series-grid .o-series-grid-intro:first-child {
  margin-top: 0;
}
#o-series-grid .o-series-grid-intro h1 {
  font-size: 22px;
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.2;
  color: #000;
}
#o-series-grid .o-series-grid-intro h2 {
  font-size: 20px;
  font-size: clamp(20px, 4vw, 26px);
  line-height: 1.2;
  color: #000;
  margin: 0;
  padding: 15px 0;
}
#o-series-grid .o-series-grid-intro p {
  font-size: 16px;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
  color: #000;
  font-family: 'Domine', serif;
  margin-top: 0;
}
#o-series-grid .o-series-filters {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  gap: 10px;
}
#o-series-grid .o-series-filters .o-series-filter {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style: none !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#o-series-grid .o-series-filters .o-series-filter a {
  flex: 0 0 auto;
  padding: 10px 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #000;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #e1e6cd;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
  transition: color 0.2s ease, background 0.2s ease;
}
#o-series-grid .o-series-filters .o-series-filter a:hover {
  background-color: #004e20;
  color: #FFF;
}
#o-series-grid .o-series-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 15px;
}
@media (min-width: 576px) {
  #o-series-grid .o-series-grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 768px) {
  #o-series-grid .o-series-grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 979px) {
  #o-series-grid .o-series-grid-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
#o-series-grid .o-series-grid-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  text-align: center;
  background-color: #FFF;
  padding-top: 5px;
  border-bottom: 2px solid transparent;
  transition: border 0.2s ease;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
#o-series-grid .o-series-grid-item:hover {
  border-bottom-color: #004e20;
}
#o-series-grid .o-series-grid-item.--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#o-series-grid .o-series-grid-item.--disabled a {
  pointer-events: none;
}
#o-series-grid .o-series-grid-item.--disabled:hover {
  border-bottom-color: transparent;
}
#o-series-grid .o-series-image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  flex: 0 0 auto;
}
#o-series-grid .o-series-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
}
#o-series-grid .o-series-info-wrapper {
  border-top: 2px solid #f2f2f2;
  margin-top: 5px;
  padding: 5px;
  flex: 1 1 auto;
}
#o-series-grid .o-series-info-wrapper .o-series-info-name {
  text-decoration: none;
}
#o-series-grid .o-series-info-wrapper .o-series-info-name::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: transparent;
  display: block;
  top: 0;
  left: 0;
}
#o-series-grid .o-series-info-wrapper .o-series-info-name > * {
  font-size: 14px;
  font-family: 'Domine', serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: #000;
  display: block;
  margin: 10px 0 5px 0;
}
@media (min-width: 768px) {
  #o-series-grid .o-series-info-wrapper .o-series-info-name > * {
    font-size: 16px;
  }
}
#o-series-grid .o-series-info-wrapper .o-series-info-name > * span {
  font-size: 12px;
  display: block;
  margin-top: 4px;
}
#o-series-grid .o-series-info-wrapper .o-series-info-latin {
  display: block;
  font-size: 12px;
  font-family: 'Domine', serif;
  font-weight: 400;
  line-height: 1.2;
  color: #545454;
  margin-top: 0;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  #o-series-grid .o-series-info-wrapper .o-series-info-latin {
    font-size: 14px;
  }
}
#o-series-grid .o-series-info-wrapper .o-series-info-latin span {
  font-size: 12px;
}
#o-series-grid .o-series-grid-outro {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 800px;
}
#o-series-grid .o-series-grid-outro .o-series-grid-description {
  font-size: 16px;
  font-size: clamp(15px, 2vw, 16px);
  line-height: 1.6;
  color: #000;
  font-family: 'Domine', serif;
  margin-top: 0;
}
@media (min-width: 979px) {
  #container.blog-item_page #layout > aside,
  #container.blog-list_page #layout > aside,
  #container.news_page #layout > aside {
    display: flex;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 979px) {
  #container.blog-item_page #layout > aside #menu_blog,
  #container.blog-list_page #layout > aside #menu_blog,
  #container.news_page #layout > aside #menu_blog {
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#container.blog-item_page #layout > aside #menu_blog #menu_blog_categories,
#container.blog-list_page #layout > aside #menu_blog #menu_blog_categories,
#container.news_page #layout > aside #menu_blog #menu_blog_categories {
  width: 100%;
}
@media (min-width: 979px) {
  #container.blog-item_page #layout > aside #menu_blog #menu_blog_categories > ul,
  #container.blog-list_page #layout > aside #menu_blog #menu_blog_categories > ul,
  #container.news_page #layout > aside #menu_blog #menu_blog_categories > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 979px) {
  #container.blog-item_page #layout > aside #menu_blog #menu_blog_categories > ul li,
  #container.blog-list_page #layout > aside #menu_blog #menu_blog_categories > ul li,
  #container.news_page #layout > aside #menu_blog #menu_blog_categories > ul li {
    padding: 0;
    border-bottom: none;
  }
}
@media (min-width: 979px) {
  #container.blog-item_page #layout > aside #menu_blog #menu_blog_categories > ul li a,
  #container.blog-list_page #layout > aside #menu_blog #menu_blog_categories > ul li a,
  #container.news_page #layout > aside #menu_blog #menu_blog_categories > ul li a {
    padding: 12px 20px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    background: #FFF;
    border-radius: 3px;
    color: #000;
    box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
    transition: color 0.2s ease, background 0.2s ease;
  }
}
@media (min-width: 979px) {
  #container.blog-item_page #layout > aside #menu_blog #menu_blog_categories > ul li a:hover,
  #container.blog-list_page #layout > aside #menu_blog #menu_blog_categories > ul li a:hover,
  #container.news_page #layout > aside #menu_blog #menu_blog_categories > ul li a:hover {
    color: #FFF;
    background: #004e20;
  }
}
@media (min-width: 979px) {
  #container.blog-item_page #layout > aside #menu_blog #menu_blog_categories > ul li.active a,
  #container.blog-list_page #layout > aside #menu_blog #menu_blog_categories > ul li.active a,
  #container.news_page #layout > aside #menu_blog #menu_blog_categories > ul li.active a {
    color: #FFF;
    background: #004e20;
  }
}
#container.blog-item_page #layout > aside #menu_blog_bydates,
#container.blog-list_page #layout > aside #menu_blog_bydates,
#container.news_page #layout > aside #menu_blog_bydates,
#container.blog-item_page #layout > aside #menu_blog_rss,
#container.blog-list_page #layout > aside #menu_blog_rss,
#container.news_page #layout > aside #menu_blog_rss {
  display: none;
}
#container.blog-item_page #layout #content,
#container.blog-list_page #layout #content,
#container.news_page #layout #content {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  margin-left: auto;
  margin-right: auto;
}
#container.blog-item_page #layout #content #blog-item,
#container.blog-list_page #layout #content #blog-item,
#container.news_page #layout #content #blog-item,
#container.blog-item_page #layout #content #news_item,
#container.blog-list_page #layout #content #news_item,
#container.news_page #layout #content #news_item {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#container.blog-item_page #layout #content #blog-item .big_label,
#container.blog-list_page #layout #content #blog-item .big_label,
#container.news_page #layout #content #blog-item .big_label,
#container.blog-item_page #layout #content #news_item .big_label,
#container.blog-list_page #layout #content #news_item .big_label,
#container.news_page #layout #content #news_item .big_label {
  font-size: 24px;
  font-size: clamp(24px, 5vw, 42px);
  line-height: 1.2;
  margin: 30px 0 30px 0;
  padding: 0;
  color: #000;
}
@media (min-width: 979px) {
  #container.blog-item_page #layout #content #blog-item .big_label,
  #container.blog-list_page #layout #content #blog-item .big_label,
  #container.news_page #layout #content #blog-item .big_label,
  #container.blog-item_page #layout #content #news_item .big_label,
  #container.blog-list_page #layout #content #news_item .big_label,
  #container.news_page #layout #content #news_item .big_label {
    margin: 0 0 30px 0;
  }
}
#container.blog-item_page #layout #content #blog-item .blog_date,
#container.blog-list_page #layout #content #blog-item .blog_date,
#container.news_page #layout #content #blog-item .blog_date,
#container.blog-item_page #layout #content #news_item .blog_date,
#container.blog-list_page #layout #content #news_item .blog_date,
#container.news_page #layout #content #news_item .blog_date {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #004e20;
  letter-spacing: 0.02em;
}
#container.blog-item_page #layout #content #blog-item .cm,
#container.blog-list_page #layout #content #blog-item .cm,
#container.news_page #layout #content #blog-item .cm,
#container.blog-item_page #layout #content #news_item .cm,
#container.blog-list_page #layout #content #news_item .cm,
#container.news_page #layout #content #news_item .cm {
  font-family: 'Domine', serif;
  overflow: visible;
}
#container.blog-item_page #layout #content #blog-item .cm .blog_image,
#container.blog-list_page #layout #content #blog-item .cm .blog_image,
#container.news_page #layout #content #blog-item .cm .blog_image,
#container.blog-item_page #layout #content #news_item .cm .blog_image,
#container.blog-list_page #layout #content #news_item .cm .blog_image,
#container.news_page #layout #content #news_item .cm .blog_image {
  margin: 0 0 40px 0;
  float: none;
  max-width: 100%;
  display: block;
}
@media (min-width: 768px) {
  #container.blog-item_page #layout #content #blog-item .cm .blog_image,
  #container.blog-list_page #layout #content #blog-item .cm .blog_image,
  #container.news_page #layout #content #blog-item .cm .blog_image,
  #container.blog-item_page #layout #content #news_item .cm .blog_image,
  #container.blog-list_page #layout #content #news_item .cm .blog_image,
  #container.news_page #layout #content #news_item .cm .blog_image {
    max-width: calc(100% + 250px);
    margin: 0 0 40px -125px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .img,
#container.blog-list_page #layout #content #blog-item .cm .img,
#container.news_page #layout #content #blog-item .cm .img,
#container.blog-item_page #layout #content #news_item .cm .img,
#container.blog-list_page #layout #content #news_item .cm .img,
#container.news_page #layout #content #news_item .cm .img,
#container.blog-item_page #layout #content #blog-item .cm img,
#container.blog-list_page #layout #content #blog-item .cm img,
#container.news_page #layout #content #blog-item .cm img,
#container.blog-item_page #layout #content #news_item .cm img,
#container.blog-list_page #layout #content #news_item .cm img,
#container.news_page #layout #content #news_item .cm img {
  margin-bottom: 30px;
  border-radius: 3px;
}
#container.blog-item_page #layout #content #blog-item .cm h2,
#container.blog-list_page #layout #content #blog-item .cm h2,
#container.news_page #layout #content #blog-item .cm h2,
#container.blog-item_page #layout #content #news_item .cm h2,
#container.blog-list_page #layout #content #news_item .cm h2,
#container.news_page #layout #content #news_item .cm h2,
#container.blog-item_page #layout #content #blog-item .cm h3,
#container.blog-list_page #layout #content #blog-item .cm h3,
#container.news_page #layout #content #blog-item .cm h3,
#container.blog-item_page #layout #content #news_item .cm h3,
#container.blog-list_page #layout #content #news_item .cm h3,
#container.news_page #layout #content #news_item .cm h3,
#container.blog-item_page #layout #content #blog-item .cm h4,
#container.blog-list_page #layout #content #blog-item .cm h4,
#container.news_page #layout #content #blog-item .cm h4,
#container.blog-item_page #layout #content #news_item .cm h4,
#container.blog-list_page #layout #content #news_item .cm h4,
#container.news_page #layout #content #news_item .cm h4 {
  font-size: 24px;
  font-size: clamp(20px, 5vw, 24px);
  margin-top: 50px;
  margin-bottom: 30px;
  color: #262626;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #container.blog-item_page #layout #content #blog-item .cm h2,
  #container.blog-list_page #layout #content #blog-item .cm h2,
  #container.news_page #layout #content #blog-item .cm h2,
  #container.blog-item_page #layout #content #news_item .cm h2,
  #container.blog-list_page #layout #content #news_item .cm h2,
  #container.news_page #layout #content #news_item .cm h2,
  #container.blog-item_page #layout #content #blog-item .cm h3,
  #container.blog-list_page #layout #content #blog-item .cm h3,
  #container.news_page #layout #content #blog-item .cm h3,
  #container.blog-item_page #layout #content #news_item .cm h3,
  #container.blog-list_page #layout #content #news_item .cm h3,
  #container.news_page #layout #content #news_item .cm h3,
  #container.blog-item_page #layout #content #blog-item .cm h4,
  #container.blog-list_page #layout #content #blog-item .cm h4,
  #container.news_page #layout #content #blog-item .cm h4,
  #container.blog-item_page #layout #content #news_item .cm h4,
  #container.blog-list_page #layout #content #news_item .cm h4,
  #container.news_page #layout #content #news_item .cm h4 {
    margin-top: 60px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm h3,
#container.blog-list_page #layout #content #blog-item .cm h3,
#container.news_page #layout #content #blog-item .cm h3,
#container.blog-item_page #layout #content #news_item .cm h3,
#container.blog-list_page #layout #content #news_item .cm h3,
#container.news_page #layout #content #news_item .cm h3 {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #704837;
}
#container.blog-item_page #layout #content #blog-item .cm h4,
#container.blog-list_page #layout #content #blog-item .cm h4,
#container.news_page #layout #content #blog-item .cm h4,
#container.blog-item_page #layout #content #news_item .cm h4,
#container.blog-list_page #layout #content #news_item .cm h4,
#container.news_page #layout #content #news_item .cm h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#container.blog-item_page #layout #content #blog-item .cm p,
#container.blog-list_page #layout #content #blog-item .cm p,
#container.news_page #layout #content #blog-item .cm p,
#container.blog-item_page #layout #content #news_item .cm p,
#container.blog-list_page #layout #content #news_item .cm p,
#container.news_page #layout #content #news_item .cm p {
  font-size: 17px;
  line-height: 1.65;
  color: #262626;
  margin-bottom: 30px;
  margin-top: 0;
  hyphens: auto;
}
@media (min-width: 576px) {
  #container.blog-item_page #layout #content #blog-item .cm p,
  #container.blog-list_page #layout #content #blog-item .cm p,
  #container.news_page #layout #content #blog-item .cm p,
  #container.blog-item_page #layout #content #news_item .cm p,
  #container.blog-list_page #layout #content #news_item .cm p,
  #container.news_page #layout #content #news_item .cm p {
    font-size: 18px;
  }
}
@media (min-width: 979px) {
  #container.blog-item_page #layout #content #blog-item .cm p,
  #container.blog-list_page #layout #content #blog-item .cm p,
  #container.news_page #layout #content #blog-item .cm p,
  #container.blog-item_page #layout #content #news_item .cm p,
  #container.blog-list_page #layout #content #news_item .cm p,
  #container.news_page #layout #content #news_item .cm p {
    font-size: 20px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm ul,
#container.blog-list_page #layout #content #blog-item .cm ul,
#container.news_page #layout #content #blog-item .cm ul,
#container.blog-item_page #layout #content #news_item .cm ul,
#container.blog-list_page #layout #content #news_item .cm ul,
#container.news_page #layout #content #news_item .cm ul,
#container.blog-item_page #layout #content #blog-item .cm ol,
#container.blog-list_page #layout #content #blog-item .cm ol,
#container.news_page #layout #content #blog-item .cm ol,
#container.blog-item_page #layout #content #news_item .cm ol,
#container.blog-list_page #layout #content #news_item .cm ol,
#container.news_page #layout #content #news_item .cm ol {
  font-size: 17px;
  line-height: 1.65;
  color: #262626;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 576px) {
  #container.blog-item_page #layout #content #blog-item .cm ul,
  #container.blog-list_page #layout #content #blog-item .cm ul,
  #container.news_page #layout #content #blog-item .cm ul,
  #container.blog-item_page #layout #content #news_item .cm ul,
  #container.blog-list_page #layout #content #news_item .cm ul,
  #container.news_page #layout #content #news_item .cm ul,
  #container.blog-item_page #layout #content #blog-item .cm ol,
  #container.blog-list_page #layout #content #blog-item .cm ol,
  #container.news_page #layout #content #blog-item .cm ol,
  #container.blog-item_page #layout #content #news_item .cm ol,
  #container.blog-list_page #layout #content #news_item .cm ol,
  #container.news_page #layout #content #news_item .cm ol {
    font-size: 18px;
  }
}
@media (min-width: 979px) {
  #container.blog-item_page #layout #content #blog-item .cm ul,
  #container.blog-list_page #layout #content #blog-item .cm ul,
  #container.news_page #layout #content #blog-item .cm ul,
  #container.blog-item_page #layout #content #news_item .cm ul,
  #container.blog-list_page #layout #content #news_item .cm ul,
  #container.news_page #layout #content #news_item .cm ul,
  #container.blog-item_page #layout #content #blog-item .cm ol,
  #container.blog-list_page #layout #content #blog-item .cm ol,
  #container.news_page #layout #content #blog-item .cm ol,
  #container.blog-item_page #layout #content #news_item .cm ol,
  #container.blog-list_page #layout #content #news_item .cm ol,
  #container.news_page #layout #content #news_item .cm ol {
    font-size: 20px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm ul,
#container.blog-list_page #layout #content #blog-item .cm ul,
#container.news_page #layout #content #blog-item .cm ul,
#container.blog-item_page #layout #content #news_item .cm ul,
#container.blog-list_page #layout #content #news_item .cm ul,
#container.news_page #layout #content #news_item .cm ul {
  padding-left: 0;
  list-style: none;
}
#container.blog-item_page #layout #content #blog-item .cm ul li,
#container.blog-list_page #layout #content #blog-item .cm ul li,
#container.news_page #layout #content #blog-item .cm ul li,
#container.blog-item_page #layout #content #news_item .cm ul li,
#container.blog-list_page #layout #content #news_item .cm ul li,
#container.news_page #layout #content #news_item .cm ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  hyphens: auto;
}
#container.blog-item_page #layout #content #blog-item .cm ul li:last-child,
#container.blog-list_page #layout #content #blog-item .cm ul li:last-child,
#container.news_page #layout #content #blog-item .cm ul li:last-child,
#container.blog-item_page #layout #content #news_item .cm ul li:last-child,
#container.blog-list_page #layout #content #news_item .cm ul li:last-child,
#container.news_page #layout #content #news_item .cm ul li:last-child {
  margin-bottom: 0;
}
#container.blog-item_page #layout #content #blog-item .cm ul li::before,
#container.blog-list_page #layout #content #blog-item .cm ul li::before,
#container.news_page #layout #content #blog-item .cm ul li::before,
#container.blog-item_page #layout #content #news_item .cm ul li::before,
#container.blog-list_page #layout #content #news_item .cm ul li::before,
#container.news_page #layout #content #news_item .cm ul li::before {
  left: 0;
  top: 10px;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #004e20;
  display: block;
}
#container.blog-item_page #layout #content #blog-item .cm ol li,
#container.blog-list_page #layout #content #blog-item .cm ol li,
#container.news_page #layout #content #blog-item .cm ol li,
#container.blog-item_page #layout #content #news_item .cm ol li,
#container.blog-list_page #layout #content #news_item .cm ol li,
#container.news_page #layout #content #news_item .cm ol li {
  margin-bottom: 12px;
  hyphens: auto;
}
#container.blog-item_page #layout #content #blog-item .cm ol li:last-child,
#container.blog-list_page #layout #content #blog-item .cm ol li:last-child,
#container.news_page #layout #content #blog-item .cm ol li:last-child,
#container.blog-item_page #layout #content #news_item .cm ol li:last-child,
#container.blog-list_page #layout #content #news_item .cm ol li:last-child,
#container.news_page #layout #content #news_item .cm ol li:last-child {
  margin-bottom: 0;
}
#container.blog-item_page #layout #content #blog-item .cm ol li::marker,
#container.blog-list_page #layout #content #blog-item .cm ol li::marker,
#container.news_page #layout #content #blog-item .cm ol li::marker,
#container.blog-item_page #layout #content #news_item .cm ol li::marker,
#container.blog-list_page #layout #content #news_item .cm ol li::marker,
#container.news_page #layout #content #news_item .cm ol li::marker {
  font-weight: bold;
  color: #704837;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block,
#container.blog-list_page #layout #content #blog-item .cm .o-block,
#container.news_page #layout #content #blog-item .cm .o-block,
#container.blog-item_page #layout #content #news_item .cm .o-block,
#container.blog-list_page #layout #content #news_item .cm .o-block,
#container.news_page #layout #content #news_item .cm .o-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block > *,
#container.blog-list_page #layout #content #blog-item .cm .o-block > *,
#container.news_page #layout #content #blog-item .cm .o-block > *,
#container.blog-item_page #layout #content #news_item .cm .o-block > *,
#container.blog-list_page #layout #content #news_item .cm .o-block > *,
#container.news_page #layout #content #news_item .cm .o-block > * {
  flex: 1 1 100%;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block img,
#container.blog-list_page #layout #content #blog-item .cm .o-block img,
#container.news_page #layout #content #blog-item .cm .o-block img,
#container.blog-item_page #layout #content #news_item .cm .o-block img,
#container.blog-list_page #layout #content #news_item .cm .o-block img,
#container.news_page #layout #content #news_item .cm .o-block img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-quote,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-quote,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-quote,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-quote,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-quote,
#container.news_page #layout #content #news_item .cm .o-block.o-block-quote {
  padding-left: 25px;
  padding-top: 30px;
  margin-bottom: 30px;
  border-left: 6px double #8b5a45;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-quote p,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-quote p,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-quote p,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-quote p,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-quote p,
#container.news_page #layout #content #news_item .cm .o-block.o-block-quote p {
  color: #8b5a45;
  font-style: italic;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-external-info,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-external-info,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-external-info,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-external-info,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-external-info,
#container.news_page #layout #content #news_item .cm .o-block.o-block-external-info {
  background-color: #f9faf5;
  border: 2px solid #004e20;
  border-left: 6px solid #004e20;
  padding: 25px;
  text-decoration: none !important;
  transition: background 0.2s ease;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-external-info:hover,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-external-info:hover,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-external-info:hover,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-external-info:hover,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-external-info:hover,
#container.news_page #layout #content #news_item .cm .o-block.o-block-external-info:hover {
  background-color: #FFF;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-external-info p,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-external-info p,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-external-info p,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-external-info p,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-external-info p,
#container.news_page #layout #content #news_item .cm .o-block.o-block-external-info p {
  font-size: 16px;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-external-info p:last-child,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-external-info p:last-child,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-external-info p:last-child,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-external-info p:last-child,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-external-info p:last-child,
#container.news_page #layout #content #news_item .cm .o-block.o-block-external-info p:last-child {
  margin-bottom: 0;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-curio,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-curio,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-curio,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-curio,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-curio,
#container.news_page #layout #content #news_item .cm .o-block.o-block-curio {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #8b5a45;
}
@media (min-width: 768px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-curio,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-curio,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-curio,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-curio,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-curio,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-curio {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 979px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-curio,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-curio,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-curio,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-curio,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-curio,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-curio {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-curio .image,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-curio .image,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-curio .image,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-curio .image,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-curio .image,
#container.news_page #layout #content #news_item .cm .o-block.o-block-curio .image {
  grid-column: span 1;
}
@media (min-width: 768px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-curio .image,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-curio .image,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-curio .image,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-curio .image,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-curio .image,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-curio .image {
    grid-column: span 2;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-curio .image img,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-curio .image img,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-curio .image img,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-curio .image img,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-curio .image img,
#container.news_page #layout #content #news_item .cm .o-block.o-block-curio .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-curio .image img,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-curio .image img,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-curio .image img,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-curio .image img,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-curio .image img,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-curio .image img {
    transform: scale(110%) translateX(-15px);
    background-color: #ca9472;
    box-shadow: 0px 0px 2.1px rgba(0, 0, 0, 0.04), 0px 0px 6.9px rgba(0, 0, 0, 0.06), 0px 0px 31px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 979px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-curio .image img,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-curio .image img,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-curio .image img,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-curio .image img,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-curio .image img,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-curio .image img {
    transform: scale(133%) translateX(-40px);
    background-color: #ca9472;
    box-shadow: 0px 0px 4.1px rgba(0, 0, 0, 0.04), 0px 0px 13.6px rgba(0, 0, 0, 0.06), 0px 0px 61px rgba(0, 0, 0, 0.1);
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-curio .description,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-curio .description,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-curio .description,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-curio .description,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-curio .description,
#container.news_page #layout #content #news_item .cm .o-block.o-block-curio .description {
  padding: 30px 20px 30px 30px;
  font-size: 16px;
  color: #FFF !important;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-curio .description,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-curio .description,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-curio .description,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-curio .description,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-curio .description,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-curio .description {
    grid-column: span 3;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-curio .description a,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-curio .description a,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-curio .description a,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-curio .description a,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-curio .description a,
#container.news_page #layout #content #news_item .cm .o-block.o-block-curio .description a {
  color: #FFF;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-curio .description a:hover,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-curio .description a:hover,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-curio .description a:hover,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-curio .description a:hover,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-curio .description a:hover,
#container.news_page #layout #content #news_item .cm .o-block.o-block-curio .description a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-image-with-text,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-image-with-text,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-image-with-text,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-image-with-text,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-image-with-text,
#container.news_page #layout #content #news_item .cm .o-block.o-block-image-with-text {
  column-gap: 30px;
  row-gap: 0;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-image-with-text,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-image-with-text,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-image-with-text,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-image-with-text,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-image-with-text,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-image-with-text {
    grid-template-columns: 1fr 1fr;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-cover img,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-cover img,
#container.news_page #layout #content #blog-item .cm .o-block.o-image-cover img,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-cover img,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-cover img,
#container.news_page #layout #content #news_item .cm .o-block.o-image-cover img {
  object-fit: cover;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-has-button a:has(.o-image-button),
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-has-button a:has(.o-image-button),
#container.news_page #layout #content #blog-item .cm .o-block.o-image-has-button a:has(.o-image-button),
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-has-button a:has(.o-image-button),
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-has-button a:has(.o-image-button),
#container.news_page #layout #content #news_item .cm .o-block.o-image-has-button a:has(.o-image-button) {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  text-decoration: none;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-has-button a:has(.o-image-button):hover .o-image-button,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-has-button a:has(.o-image-button):hover .o-image-button,
#container.news_page #layout #content #blog-item .cm .o-block.o-image-has-button a:has(.o-image-button):hover .o-image-button,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-has-button a:has(.o-image-button):hover .o-image-button,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-has-button a:has(.o-image-button):hover .o-image-button,
#container.news_page #layout #content #news_item .cm .o-block.o-image-has-button a:has(.o-image-button):hover .o-image-button {
  background-color: #56a446;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-has-button .o-image-button,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-has-button .o-image-button,
#container.news_page #layout #content #blog-item .cm .o-block.o-image-has-button .o-image-button,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-has-button .o-image-button,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-has-button .o-image-button,
#container.news_page #layout #content #news_item .cm .o-block.o-image-has-button .o-image-button {
  display: inline-flex;
  text-decoration: none;
  background-color: #004e20;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 22px;
  border-radius: 3px 0 3px 3px;
  margin-top: -48px;
  margin-bottom: 18px;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1;
  border-left: 2px solid #f9faf5;
  border-top: 2px solid #f9faf5;
  transition: all 0.2s ease;
}
@media (min-width: 576px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-has-button .o-image-button,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-has-button .o-image-button,
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-has-button .o-image-button,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-has-button .o-image-button,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-has-button .o-image-button,
  #container.news_page #layout #content #news_item .cm .o-block.o-image-has-button .o-image-button {
    padding: 14px 24px;
    font-size: 14px;
    margin-top: -55px;
    margin-bottom: 0;
    border-left: 4px solid #f9faf5;
    border-top: 4px solid #f9faf5;
  }
}
@media (min-width: 979px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-wider-to-left img,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-wider-to-left img,
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-wider-to-left img,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-wider-to-left img,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-wider-to-left img,
  #container.news_page #layout #content #news_item .cm .o-block.o-image-wider-to-left img {
    margin-left: -125px;
    width: calc(100% + 125px);
    max-width: calc(100% + 125px);
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-wider-to-left.o-image-has-button .o-image-button,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-wider-to-left.o-image-has-button .o-image-button,
#container.news_page #layout #content #blog-item .cm .o-block.o-image-wider-to-left.o-image-has-button .o-image-button,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-wider-to-left.o-image-has-button .o-image-button,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-wider-to-left.o-image-has-button .o-image-button,
#container.news_page #layout #content #news_item .cm .o-block.o-image-wider-to-left.o-image-has-button .o-image-button {
  margin-bottom: 40px;
}
@media (min-width: 979px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-wider-to-right img,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-wider-to-right img,
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-wider-to-right img,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-wider-to-right img,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-wider-to-right img,
  #container.news_page #layout #content #news_item .cm .o-block.o-image-wider-to-right img {
    margin-right: -125px;
    width: calc(100% + 125px);
    max-width: calc(100% + 125px);
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-wider-to-right.o-image-has-button .o-image-button,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-wider-to-right.o-image-has-button .o-image-button,
#container.news_page #layout #content #blog-item .cm .o-block.o-image-wider-to-right.o-image-has-button .o-image-button,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-wider-to-right.o-image-has-button .o-image-button,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-wider-to-right.o-image-has-button .o-image-button,
#container.news_page #layout #content #news_item .cm .o-block.o-image-wider-to-right.o-image-has-button .o-image-button {
  margin-bottom: 40px;
}
@media (min-width: 979px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-fullwidth img,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-fullwidth img,
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-fullwidth img,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-fullwidth img,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-fullwidth img,
  #container.news_page #layout #content #news_item .cm .o-block.o-image-fullwidth img {
    width: calc(100% + 250px);
    max-width: calc(100% + 250px);
    margin: 0 -125px 40px -125px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-fullwidth.o-image-has-button,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-fullwidth.o-image-has-button,
#container.news_page #layout #content #blog-item .cm .o-block.o-image-fullwidth.o-image-has-button,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-fullwidth.o-image-has-button,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-fullwidth.o-image-has-button,
#container.news_page #layout #content #news_item .cm .o-block.o-image-fullwidth.o-image-has-button {
  margin-bottom: 40px;
}
@media (min-width: 979px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-fullwidth.o-image-has-button .o-image-button,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-fullwidth.o-image-has-button .o-image-button,
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-fullwidth.o-image-has-button .o-image-button,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-fullwidth.o-image-has-button .o-image-button,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-fullwidth.o-image-has-button .o-image-button,
  #container.news_page #layout #content #news_item .cm .o-block.o-image-fullwidth.o-image-has-button .o-image-button {
    border-right: 4px solid #f9faf5;
    margin-top: -65px;
    border-radius: 3px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical,
#container.news_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical,
#container.news_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical {
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical,
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical,
  #container.news_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical {
    gap: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *,
#container.news_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *,
#container.news_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > * {
  grid-column: span 1;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:first-child,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:first-child,
#container.news_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:first-child,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:first-child,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:first-child,
#container.news_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:first-child {
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:first-child,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:first-child,
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:first-child,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:first-child,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:first-child,
  #container.news_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:first-child {
    margin-top: -50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 979px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:first-child,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:first-child,
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:first-child,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:first-child,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:first-child,
  #container.news_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:first-child {
    margin-left: -125px;
    width: calc(100% + 125px);
    max-width: calc(100% + 125px);
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:last-child,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:last-child,
#container.news_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:last-child,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:last-child,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:last-child,
#container.news_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:last-child {
  margin-top: 20px;
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:last-child,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:last-child,
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:last-child,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:last-child,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:last-child,
  #container.news_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:last-child {
    margin-top: 50px;
    margin-bottom: -50px;
  }
}
@media (min-width: 979px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:last-child,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:last-child,
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-with-image-vertical > *:last-child,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:last-child,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:last-child,
  #container.news_page #layout #content #news_item .cm .o-block.o-image-with-image-vertical > *:last-child {
    margin-right: -125px;
    width: calc(100% + 125px);
    max-width: calc(100% + 125px);
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images,
#container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images,
#container.news_page #layout #content #news_item .cm .o-block.o-image-three-images {
  padding-top: 30px;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
}
@media (min-width: 576px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images,
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images,
  #container.news_page #layout #content #news_item .cm .o-block.o-image-three-images {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images,
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images,
  #container.news_page #layout #content #news_item .cm .o-block.o-image-three-images {
    gap: 20px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (min-width: 979px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images,
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images,
  #container.news_page #layout #content #news_item .cm .o-block.o-image-three-images {
    margin-left: -125px;
    margin-right: -125px;
    width: calc(100% + 250px);
    max-width: calc(100% + 250px);
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > img,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > img,
#container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > img,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > img,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > img,
#container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > img,
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > a,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > a,
#container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > a,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > a,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > a,
#container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > a {
  grid-column: span 1;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(1),
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(1),
#container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(1),
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(1),
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(1),
#container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(1),
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(1),
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(1),
#container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(1),
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(1),
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(1),
#container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(1) {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(1),
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(1),
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(1),
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(1),
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(1),
  #container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(1),
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(1),
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(1),
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(1),
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(1),
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(1),
  #container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(1) {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(1),
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(1),
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(1),
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(1),
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(1),
  #container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(1),
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(1),
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(1),
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(1),
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(1),
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(1),
  #container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(1) {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(2),
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(2),
#container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(2),
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(2),
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(2),
#container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(2),
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(2),
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(2),
#container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(2),
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(2),
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(2),
#container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(2) {
  margin-top: 0;
  margin-bottom: 0;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(3),
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(3),
#container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(3),
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(3),
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(3),
#container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(3),
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(3),
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(3),
#container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(3),
#container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(3),
#container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(3),
#container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(3) {
  margin-top: 0;
  margin-bottom: 0;
  grid-column: span 2;
}
@media (min-width: 576px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(3),
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(3),
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(3),
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(3),
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(3),
  #container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(3),
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(3),
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(3),
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(3),
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(3),
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(3),
  #container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(3) {
    grid-column: span 1;
    margin-top: 10px;
    margin-bottom: -10px;
  }
}
@media (min-width: 768px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(3),
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(3),
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > img:nth-child(3),
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(3),
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(3),
  #container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > img:nth-child(3),
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(3),
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(3),
  #container.news_page #layout #content #blog-item .cm .o-block.o-image-three-images > a:nth-child(3),
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(3),
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(3),
  #container.news_page #layout #content #news_item .cm .o-block.o-image-three-images > a:nth-child(3) {
    margin-top: 20px;
    margin-bottom: -20px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.video-fullwidth,
#container.blog-list_page #layout #content #blog-item .cm .o-block.video-fullwidth,
#container.news_page #layout #content #blog-item .cm .o-block.video-fullwidth,
#container.blog-item_page #layout #content #news_item .cm .o-block.video-fullwidth,
#container.blog-list_page #layout #content #news_item .cm .o-block.video-fullwidth,
#container.news_page #layout #content #news_item .cm .o-block.video-fullwidth {
  margin-top: 40px;
  margin-bottom: 40px;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.video-fullwidth video,
#container.blog-list_page #layout #content #blog-item .cm .o-block.video-fullwidth video,
#container.news_page #layout #content #blog-item .cm .o-block.video-fullwidth video,
#container.blog-item_page #layout #content #news_item .cm .o-block.video-fullwidth video,
#container.blog-list_page #layout #content #news_item .cm .o-block.video-fullwidth video,
#container.news_page #layout #content #news_item .cm .o-block.video-fullwidth video {
  width: 100%;
}
@media (min-width: 979px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.video-fullwidth video,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.video-fullwidth video,
  #container.news_page #layout #content #blog-item .cm .o-block.video-fullwidth video,
  #container.blog-item_page #layout #content #news_item .cm .o-block.video-fullwidth video,
  #container.blog-list_page #layout #content #news_item .cm .o-block.video-fullwidth video,
  #container.news_page #layout #content #news_item .cm .o-block.video-fullwidth video {
    width: calc(100% + 250px);
    max-width: calc(100% + 250px);
    margin: 0 -125px 0 -125px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-issue,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-issue,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-issue,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-issue,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-issue,
#container.news_page #layout #content #news_item .cm .o-block.o-block-issue {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 2px solid #004e20;
  border-left: 6px solid #004e20;
  padding: 0 30px;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-issue h2,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-issue h2,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-issue h2,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-issue h2,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-issue h2,
#container.news_page #layout #content #news_item .cm .o-block.o-block-issue h2,
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-issue h3,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-issue h3,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-issue h3,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-issue h3,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-issue h3,
#container.news_page #layout #content #news_item .cm .o-block.o-block-issue h3,
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-issue h4,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-issue h4,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-issue h4,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-issue h4,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-issue h4,
#container.news_page #layout #content #news_item .cm .o-block.o-block-issue h4,
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-issue h5,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-issue h5,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-issue h5,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-issue h5,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-issue h5,
#container.news_page #layout #content #news_item .cm .o-block.o-block-issue h5,
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-issue h6,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-issue h6,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-issue h6,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-issue h6,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-issue h6,
#container.news_page #layout #content #news_item .cm .o-block.o-block-issue h6 {
  color: #004e20;
  line-height: 1.3;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-issue p,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-issue p,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-issue p,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-issue p,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-issue p,
#container.news_page #layout #content #news_item .cm .o-block.o-block-issue p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-issue p,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-issue p,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-issue p,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-issue p,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-issue p,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-issue p {
    font-size: 18px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-issue p:last-child,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-issue p:last-child,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-issue p:last-child,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-issue p:last-child,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-issue p:last-child,
#container.news_page #layout #content #news_item .cm .o-block.o-block-issue p:last-child {
  margin-bottom: 30px;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-sources,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-sources,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-sources,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-sources,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-sources,
#container.news_page #layout #content #news_item .cm .o-block.o-block-sources {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid #8b5a45;
  font-family: 'Open Sans', sans-serif;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-sources .o-block-sources-heading,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-sources .o-block-sources-heading,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-sources .o-block-sources-heading,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-sources .o-block-sources-heading,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-sources .o-block-sources-heading,
#container.news_page #layout #content #news_item .cm .o-block.o-block-sources .o-block-sources-heading {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 20px;
  letter-spacing: 0.02em;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-sources p,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-sources p,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-sources p,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-sources p,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-sources p,
#container.news_page #layout #content #news_item .cm .o-block.o-block-sources p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
  padding-left: 20px;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-sources ul li,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-sources ul li,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-sources ul li,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-sources ul li,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-sources ul li,
#container.news_page #layout #content #news_item .cm .o-block.o-block-sources ul li,
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-sources ol li,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-sources ol li,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-sources ol li,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-sources ol li,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-sources ol li,
#container.news_page #layout #content #news_item .cm .o-block.o-block-sources ol li {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-sources ul li,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-sources ul li,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-sources ul li,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-sources ul li,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-sources ul li,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-sources ul li,
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-sources ol li,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-sources ol li,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-sources ol li,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-sources ol li,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-sources ol li,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-sources ol li {
    font-size: 16px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-sources ul li::before,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-sources ul li::before,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-sources ul li::before,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-sources ul li::before,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-sources ul li::before,
#container.news_page #layout #content #news_item .cm .o-block.o-block-sources ul li::before {
  background-color: #8b5a45;
  top: 8px;
  width: 6px;
  height: 6px;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-author,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-author,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-author,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-author,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-author,
#container.news_page #layout #content #news_item .cm .o-block.o-block-author {
  margin-top: 30px;
  flex-wrap: nowrap;
  background-color: #ecf3e9;
  padding: 25px;
  border-radius: 3px;
  flex-direction: column;
}
@media (min-width: 576px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-author,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-author,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-author,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-author,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-author,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-author {
    flex-direction: row;
    padding: 25px 35px;
    align-items: center;
    align-content: center;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-image,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-image,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-image,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-image,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-image,
#container.news_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-image {
  display: block;
  width: 90px;
  height: 90px;
  flex: 1 0 90px;
  max-width: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-image,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-image,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-image,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-image,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-image,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-image {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-image img,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-image img,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-image img,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-image img,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-image img,
#container.news_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-image img {
  width: 100%;
  height: auto;
  display: block;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-bio,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-bio,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-bio,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-bio,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-bio,
#container.news_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-bio {
  flex: 0 1 auto;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 576px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-bio,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-bio,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-bio,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-bio,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-bio,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-bio {
    font-size: 15px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-bio strong,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-bio strong,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-bio strong,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-bio strong,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-bio strong,
#container.news_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-bio strong {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-bio strong,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-bio strong,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-author .o-block-author-bio strong,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-bio strong,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-bio strong,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-author .o-block-author-bio strong {
    font-size: 16px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-carousel,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-carousel,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-carousel,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-carousel,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-carousel,
#container.news_page #layout #content #news_item .cm .o-block.o-block-carousel {
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 80px;
  margin-bottom: 80px;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-wrapper,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-wrapper,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-wrapper,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-wrapper,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-wrapper,
#container.news_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
#container.news_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper {
  padding: 0 10px;
  will-change: translate;
}
@media (min-width: 576px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item-wrapper {
    padding: 0 20px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item,
#container.news_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item {
  display: block;
  position: relative;
  width: 40vw;
  height: 40vw;
  overflow: hidden;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-image: radial-gradient(circle, #ffffff 0%, #f0f0f0 100%);
}
@media (min-width: 576px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item {
    width: 30vw;
    height: 30vw;
  }
}
@media (min-width: 992px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item {
    width: 350px;
    height: 350px;
  }
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item img,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item img,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item img,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item img,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item img,
#container.news_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}
#container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item .o-block-carousel-description,
#container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item .o-block-carousel-description,
#container.news_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item .o-block-carousel-description,
#container.blog-item_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item .o-block-carousel-description,
#container.blog-list_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item .o-block-carousel-description,
#container.news_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item .o-block-carousel-description {
  width: 100%;
  height: auto;
  min-height: 60px;
  position: absolute;
  bottom: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #FFF;
  padding: 30px 10px 10px 10px;
  background-image: linear-gradient(0deg, hsla(0, 0%, 0%, 0.5) 0%, hsla(0, 0%, 66%, 0.25) 50%, hsla(0, 0%, 100%, 0) 100%);
}
@media (min-width: 576px) {
  #container.blog-item_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item .o-block-carousel-description,
  #container.blog-list_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item .o-block-carousel-description,
  #container.news_page #layout #content #blog-item .cm .o-block.o-block-carousel .o-block-carousel-item .o-block-carousel-description,
  #container.blog-item_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item .o-block-carousel-description,
  #container.blog-list_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item .o-block-carousel-description,
  #container.news_page #layout #content #news_item .cm .o-block.o-block-carousel .o-block-carousel-item .o-block-carousel-description {
    font-size: 14px;
    padding: 60px 20px 20px 20px;
    background-image: linear-gradient(0deg, hsla(0, 0%, 0%, 0.5) 0%, hsla(0, 0%, 50%, 0.25) 50%, hsla(0, 0%, 100%, 0) 100%);
  }
}
@media (min-width: 979px) {
  #container.blog-item_page #layout > aside {
    display: none;
  }
}
.blog-list_page #layout #content .blog_categoriesdescription .big_label {
  margin-top: 20px;
  font-size: clamp(24px, 5vw, 38px);
  font-weight: 500;
}
@media (min-width: 979px) {
  .blog-list_page #layout #content .blog_categoriesdescription .big_label {
    margin-bottom: 40px;
  }
}
.article__block {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, 1fr);
  margin-left: 0;
  margin-right: 0;
}
.article__block .article__item {
  box-shadow: 0px 1.4px 1.9px rgba(0, 0, 0, 0.015), 0px 11px 15px rgba(0, 0, 0, 0.03);
  background-color: #FFF;
  margin-bottom: 0;
  padding: 0;
  grid-column: span 6;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.article__block .article__item > * {
  flex: 0 0 auto;
}
@media (min-width: 576px) {
  .article__block .article__item {
    grid-column: span 3;
  }
}
@media (min-width: 979px) {
  .article__block .article__item {
    grid-column: span 2;
  }
}
.article__block .article__item .article__image_wrapper {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  height: auto;
}
.article__block .article__item .article__image_wrapper:hover img {
  transform: scale(1.05);
}
.article__block .article__item .article__image_wrapper img {
  transition: all 0.3s ease;
  border-radius: 3px 3px 0 0;
  height: auto;
}
.article__block .article__item .article__image_wrapper img.b-loaded {
  width: 100%;
  height: auto;
}
.article__block .article__item .article__content {
  padding: 20px;
  flex-grow: 1;
}
.article__block .article__item .article__date {
  font-size: 12px;
  color: #999;
}
.article__block .article__item .article__name_wrapper .article__name {
  font-size: 19px;
  line-height: 1.3;
}
.article__block .article__item .article__text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  font-size: 15px;
  line-height: 1.5;
  font-family: 'Domine', serif;
  flex-grow: 1;
}
.article__block .article__item .article__text > * {
  flex: 0 0 auto;
}
.article__block .article__item .article__more_link {
  text-decoration: none;
  display: inline-block;
  padding: 1rem 1.3rem;
  background-color: #8b5a45;
  transition: background 0.2s ease, color 0.2s ease;
  color: #FFF;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-top: 10px;
  align-self: flex-start;
}
.article__block .article__item .article__more_link .link__text {
  text-decoration: none !important;
}
.article__block .article__item .article__more_link i {
  color: #FFF;
}
.article__block .article__item .article__more_link:hover {
  background: #333333;
  color: #FFF;
}
#container.news_page #news_list .headline .headline__name {
  margin-top: 20px;
  font-size: clamp(24px, 5vw, 38px);
  font-weight: 500;
}
@media (min-width: 979px) {
  #container.news_page #news_list .headline .headline__name {
    margin-bottom: 40px;
  }
}
#container.news_page .news__date_name .headline {
  align-items: center;
}
@media (min-width: 768px) {
  #container.news_page .news__date_name .headline .headline__name {
    font-size: 32px;
  }
}
#container.opinions-add_page .opinion_order__form {
  text-align: left;
  background-color: #FFF;
  border-left: 4px solid #004e20;
  padding: 20px;
}
@media (min-width: 979px) {
  #container.opinions-add_page .opinion_order__form {
    display: grid;
    gap: 0 40px;
    grid-template-columns: 1fr 1fr;
    border-left: 10px solid #004e20;
  }
}
#container.opinions-add_page .opinion_order__form .note_wrapper .note_invitation {
  max-width: 100%;
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Domine', serif;
}
#container.opinions-add_page .opinion_order__form .note_wrapper .notes {
  justify-content: flex-start;
}
#container.opinions-add_page .opinion_order__form .f-group {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px 0;
}
@media (min-width: 979px) {
  #container.opinions-add_page .opinion_order__form .f-group .has-feedback {
    height: 100%;
  }
}
#container.opinions-add_page .opinion_order__form .f-group textarea {
  height: 100%;
}
@media (min-width: 979px) {
  #container.opinions-add_page .opinion_order__form .f-button {
    grid-column: 2 / 3;
  }
}
#container.opinions-add_page .opinion_order__form textarea {
  background-color: #FFF;
}
#container.opinions-add_page .opinion_order__form textarea + .f-label {
  background-color: #FFF;
}
#container.opinions-add_page .opinion_products {
  display: grid;
}
@media (min-width: 768px) {
  #container.opinions-add_page .opinion_products {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  #container.opinions-add_page .opinion_products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  #container.opinions-add_page .opinion_products .headline {
    grid-column: span 2;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #container.opinions-add_page .opinion_products .headline {
    grid-column: span 3;
  }
}
#container.opinions-add_page .opinion_products__form {
  margin-bottom: 20px;
  display: flex;
}
#container.opinions-add_page .opinion_products__form .opinion_products__wrapper {
  border: none;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
  background-color: #FFF;
  justify-content: space-between;
}
#container.opinions-add_page .opinion_products__form .opinion_products__wrapper .opinion_products__block {
  width: 100%;
  max-width: 100%;
  padding: 0;
  flex: unset;
}
#container.opinions-add_page .opinion_products__form .opinion_products__wrapper .opinion_products__block textarea {
  background-color: #FFF;
}
#container.opinions-add_page .opinion_products__form .opinion_products__wrapper .opinion_products__block textarea + .f-label {
  background-color: #FFF;
}
#container.opinions-add_page .opinion_products__form .opinion_products__wrapper .product_name {
  font-size: 18px;
  font-family: 'Domine', serif;
  font-weight: bold;
}
#container.opinions-add_page .opinion_products__form .opinion_products__wrapper .opinion_products__photo {
  flex-flow: column;
  gap: 20px;
}
#container.opinions-add_page .opinion_products__form .opinion_products__wrapper .opinion_products__photo .opinion_add_photos_wrapper .opinion_add_photos {
  border: none;
  flex-wrap: wrap;
  padding: 0;
}
#container.opinions-add_page .opinion_products__form .opinion_products__wrapper .opinion_products__photo .opinion_add_photos_wrapper .opinion_add_photos .opinion_add_photos_text {
  margin-right: 0;
  margin-bottom: 10px;
}
#container.opinions-add_page .opinion_products__form .opinion_products__wrapper .opinion_products__photo .opinion_add_photos_wrapper .opinion_add_photos .opinion_add_photo {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
#container.opinions-add_page .opinion_products__form .opinion_products__wrapper .opinion_products__photo .f-button {
  text-align: left;
}
#container.opinions-add_page textarea {
  border: 1px solid #004e20;
}
#container.opinions-add_page textarea:focus {
  border-color: #56a446;
}
.contact_page .contact_site {
  gap: 0;
}
.contact_page .contact_site .contact_site__block:nth-child(1) {
  position: relative;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 40px;
  color: #FFF;
  background-color: #004e20;
}
@media (max-width: 757px) {
  .contact_page .contact_site .contact_site__block:nth-child(1)::before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #004e20;
    position: absolute;
    left: -15px;
    top: 0;
    z-index: -1;
  }
}
@media (min-width: 757px) {
  .contact_page .contact_site .contact_site__block:nth-child(1) {
    margin-bottom: 90px;
  }
}
.contact_page .contact_site .contact_site__block:nth-child(1) .headline {
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 3.03571429rem, 2.875rem);
  color: #FFF;
}
@media (min-width: 576px) {
  .contact_page .contact_site .contact_site__block:nth-child(1) .headline {
    padding-left: calc(22% + 10px);
  }
}
.contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items {
  font-size: 14px;
}
.contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items .contact_site__item {
  align-items: baseline;
}
@media (min-width: 576px) {
  .contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items .contact_site__item.--phone,
  .contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items .contact_site__item.--mail,
  .contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items .contact_site__item.--shopname,
  .contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items .contact_site__item.--address,
  .contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items .contact_site__item.--land_line {
    flex-direction: row;
  }
}
@media (min-width: 576px) {
  .contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items .contact_site__item.--phone .contact_site__label,
  .contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items .contact_site__item.--mail .contact_site__label,
  .contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items .contact_site__item.--shopname .contact_site__label,
  .contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items .contact_site__item.--address .contact_site__label,
  .contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items .contact_site__item.--land_line .contact_site__label {
    display: inline-block;
    width: 22%;
    margin-right: 10px;
    text-align: right;
  }
}
.contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items a {
  color: #FFF;
  letter-spacing: 0.02em;
  font-size: 18px;
  text-decoration: none;
}
.contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items strong {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85);
  font-weight: bold;
  font-size: 13px;
}
@media (min-width: 576px) {
  .contact_page .contact_site .contact_site__block:nth-child(1) .contact_site__items strong {
    display: inline-block;
    width: 22%;
    margin-right: 10px;
    text-align: right;
  }
}
.contact_page .contact_site .contact_site__block:nth-child(2) {
  padding-top: 50px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  color: #404040;
}
@media (min-width: 757px) {
  .contact_page .contact_site .contact_site__block:nth-child(2) {
    padding-left: 8%;
    border-right: 8px solid #004e20;
    margin-bottom: 90px;
    background-color: #FFF;
  }
}
.contact_page .contact_site .contact_site__block:nth-child(2) .headline {
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 3.03571429rem, 2.875rem);
}
.contact_page .contact_site .contact_site__block:nth-child(2) h3 {
  font-family: 'Open Sans', sans-serif;
}
.contact_page #contact_map {
  height: 200px;
  margin-bottom: 0;
  display: none;
}
.contact_page .contact_cms {
  overflow: visible;
}
.contact_page .contact_stocks {
  display: none !important;
}
#orfinad .oa-heading h3 {
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 3.03571429rem, 2.875rem);
  font-family: 'Domine', serif;
  line-height: 1.2;
  color: #000;
  margin-top: 0;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  #orfinad .oa-heading h3 {
    text-align: center;
    margin-bottom: 80px;
  }
}
#orfinad .oa-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px 10px;
}
@media (min-width: 576px) {
  #orfinad .oa-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 15px;
  }
}
@media (min-width: 979px) {
  #orfinad .oa-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 20px;
  }
}
#orfinad .oa-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  background-color: #FFF;
  position: relative;
  grid-column: span 1;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
#orfinad .oa-item .oa-logo {
  width: 64px;
  height: 64px;
  z-index: 10;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  border: 3px solid #f9faf5;
  left: calc(50% - (64px / 2));
  top: calc(-64px / 2);
}
@media (min-width: 979px) {
  #orfinad .oa-item .oa-logo {
    left: calc(50% - (96px / 2));
    top: calc(-96px / 2);
    width: 96px;
    height: 96px;
  }
}
#orfinad .oa-item .oa-image {
  width: 100%;
  height: auto;
}
#orfinad .oa-item .oa-image a {
  overflow: hidden;
  display: block;
}
#orfinad .oa-item .oa-image a:hover img {
  transform: scale(1.05);
}
#orfinad .oa-item .oa-image a img {
  display: block;
  transform: scale(1.001);
  transition: all 0.2s ease;
}
#orfinad .oa-item .oa-description {
  padding: 20px 30px;
}
#orfinad .oa-item .oa-description h4 {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 2.10714286rem, 2rem);
  line-height: 1.333;
  font-family: 'Domine', serif;
  color: #000;
  margin-top: 10px;
  margin-bottom: 15px;
}
#orfinad .oa-item .oa-description h4 a {
  color: #000;
  text-decoration: none;
}
#orfinad .oa-item .oa-description h4 a:hover {
  color: #004e20;
}
#orfinad .oa-item .oa-description p {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333333;
}
@media (min-width: 576px) {
  #orfinad .oa-item .oa-description p {
    font-size: 15px;
  }
}
#orfinad .oa-item .oa-description p:last-child {
  margin-bottom: 0;
}
#orfinad .oa-item .oa-link {
  padding: 20px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
}
#orfinad .oa-item .oa-link .oa-link-link {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #FFF;
  padding: 8px 13px;
  background-color: #8b5a45;
  border-radius: 3px;
}
#orfinad .oa-item .oa-link .oa-link-link:hover {
  background-color: #333;
}
.f-dropdown .f-dropdown-menu a:hover,
.f-dropdown .f-dropdown-menu a.selected,
.f-dropdown .f-dropdown-menu a.--selected {
  background: #d1e2d1;
}
.f-group.--file .f-label::before,
.f-group.--checkbox .f-label::before,
.f-group.--radio .f-label::before {
  border: 1px solid #004e20;
}
.alert {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid transparent;
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
}
.alert.alert-info {
  padding: 35px 50px 35px 70px;
  border: 1px solid #2c3066;
  background: #d6d8ee;
  color: #2c3066;
}
.alert.alert-info::before {
  position: absolute;
  content: '\F05A';
  font-size: 32px;
  font-family: fontawesome;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
}
#layout .menu_messages_error h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.orfin-popup {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 2px solid #e6e6e6;
  box-shadow: 0px 3.4px 2.7px -25px rgba(0, 0, 0, 0.062), 0px 8.7px 6.9px -25px rgba(0, 0, 0, 0.089), 0px 17.7px 14.2px -25px rgba(0, 0, 0, 0.111), 0px 36.5px 29.2px -25px rgba(0, 0, 0, 0.138), 0px 100px 80px -25px rgba(0, 0, 0, 0.2);
}
.orfin-popup .orfin-popup__close-button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: #1a1a1a;
  color: #e6e6e6;
  border: 2px solid #e6e6e6;
  margin-left: -2px;
  margin-top: -2px;
  transition: all 0.2s ease;
}
.orfin-popup .orfin-popup__close-button:hover {
  border-color: #56a446;
  color: #56a446;
}
.orfin-popup .orfin-popup__image-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.orfin-popup .orfin-popup__image-wrapper > * {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.orfin-popup .orfin-popup__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.orfin-popup .orfin-popup__image-wrapper a {
  width: 100%;
  height: 100%;
  margin: 0;
  text-decoration: none !important;
}
.orfin-popup .orfin-popup__button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: all 0.2s ease;
  width: 100%;
  height: 40px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 13px;
  color: #FFF;
  background: #004e20;
  border-top: 2px solid #e6e6e6;
}
.orfin-popup .orfin-popup__button:hover {
  background: #1a1a1a;
}
.order_process footer {
  padding-top: 60px;
}
footer {
  margin-top: 100px;
  min-height: 200px;
  background: #472e23;
  position: relative;
  z-index: 1;
  margin-left: -15px;
  margin-right: -15px;
  position: sticky;
  top: 100vh;
  --footer-link-color: #FFF;
  --footer-link-font-family: 'Open Sans', sans-serif;
  --footer-headline-color: #FFF;
  --footer-headline-color-hover: #9dce56;
}
@media (min-width: 979px) {
  footer {
    margin-left: 0;
    margin-right: 0;
  }
}
footer a {
  color: var(--footer-link-color);
  text-decoration: none !important;
}
footer a:hover {
  --footer-link-color: #9dce56;
  text-decoration: none;
}
footer #footer_links .footer_links_label {
  color: #FFF;
}
footer #footer_links .footer_links_sub {
  font-size: 14px;
}
footer #footer_links .footer_links_sub a {
  font-size: 14px;
}
footer #footer_links #order_exchange {
  display: none;
}
footer #idosell_logo {
  margin-bottom: 0 !important;
  padding-bottom: 2rem;
}
@media (min-width: 979px) {
  footer #idosell_logo {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
}
footer::after {
  content: "";
  position: absolute;
  display: block;
  border-top: 8px ridge #5e8719;
  border-bottom: 10px ridge #251812;
  background-color: #472e23;
  z-index: -1;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(-50vw + 50%);
}
footer a,
footer span,
footer h2,
footer li {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.33);
}
footer #menu_contact {
  margin-bottom: 0;
  padding-bottom: 20px;
  background: transparent;
}
footer #menu_contact ul,
footer #menu_contact div {
  background: transparent;
}
footer #menu_contact a:hover {
  color: #9dce56;
}
#backTop {
  border-radius: 25px;
  background: #fcc871;
  border: 2px solid #2c3066;
  font-size: 20px;
  color: #2c3066;
  opacity: 0.8;
}
#backTop:hover {
  color: #fcc871;
  background: #2c3066;
  opacity: 1;
}
#backTop i::before {
  transform: translateY(-3px);
}
#bot-redir-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#bot-redir-popup-wrapper #bot-redir-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#bot-redir-popup-wrapper .bot-redir-popup-body {
  background-color: #f9faf5;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  border: 2px solid #004e20;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  box-shadow: 0px 6.7px 5.3px rgba(0, 0, 0, 0.028), 0px 22.3px 17.9px rgba(0, 0, 0, 0.042), 0px 100px 80px rgba(0, 0, 0, 0.07);
}
@media (min-width: 576px) {
  #bot-redir-popup-wrapper .bot-redir-popup-body {
    max-width: 500px;
  }
}
#bot-redir-popup-wrapper .bot-redir-flag {
  width: 48px;
  height: 48px;
  display: block;
  margin-bottom: 20px;
}
#bot-redir-popup-wrapper p {
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (min-width: 576px) {
  #bot-redir-popup-wrapper p {
    font-size: 15px;
  }
}
#bot-redir-popup-wrapper .bot-redir-link {
  text-decoration: none;
  border-radius: 3px;
  background: #004e20;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  color: #FFF;
  padding: 13px 24px;
  transition: all 0.2s ease;
  margin-bottom: 6px;
  border: 2px solid #004e20;
}
#bot-redir-popup-wrapper .bot-redir-link:hover {
  color: #004e20;
  background: #FFF;
}
#bot-redir-popup-wrapper #bot-redir-popup-exit {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #f9faf5;
  color: #004e20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #004e20;
  cursor: pointer;
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
#bot-redir-popup-wrapper #bot-redir-popup-exit:hover {
  color: #FFF;
  background: #004e20;
}
#bot-redir-popup-wrapper #bot-redir-countdown {
  font-size: 12px;
  margin-bottom: 0;
  color: rgba(139, 90, 69, 0.75);
}
.disclaimer {
  padding: 10px;
  position: relative;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.6;
  background: #FFF;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  border: 1px solid #8b5a45;
  border-left: 5px solid #8b5a45;
}
.disclaimer strong {
  letter-spacing: 0.02em;
}
.disclaimer i {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  margin-right: 10px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #8b5a45;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 20px;
  line-height: 30px;
}
.disclaimer .disclaimer-title {
  font-weight: bold;
  display: block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.disclaimer.icon-center {
  padding: 30px;
  margin-left: 0;
}
.disclaimer.icon-center i {
  left: calc(50% - 20px);
}
.disclaimer.full {
  border: 2px solid #8b5a45;
}
.disclaimer.info {
  border-color: #2c3066;
  box-shadow: 3px 3px 0 0 #2c3066;
}
.disclaimer.info .disclaimer-title {
  color: #2c3066;
}
.disclaimer.info i {
  color: #2c3066;
}
.disclaimer.yellow {
  border-color: #fcc871;
}
.disclaimer.yellow .disclaimer-title {
  color: #fcc871;
}
.disclaimer.yellow i {
  color: #fcc871;
}
.disclaimer.orange {
  border-color: #f2ba36;
}
.disclaimer.orange .disclaimer-title {
  color: #f2ba36;
}
.disclaimer.orange i {
  color: #eca809;
}
.disclaimer.green {
  border-color: #004e20;
}
.disclaimer.green .disclaimer-title {
  color: #004e20;
}
.disclaimer.green i {
  color: #004e20;
}
.disclaimer.earth {
  border-color: #8b5a45;
}
.disclaimer.earth .disclaimer-title {
  color: #8b5a45;
}
.disclaimer.earth i {
  color: #8b5a45;
}
.disclaimer.earth a:hover {
  color: #8b5a45;
}
.disclaimer.same-basket-reminder {
  margin-bottom: 40px;
}
.disclaimer.basket {
  margin-top: 0;
  font-size: 1.1rem;
  padding: 8px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
@media (min-width: 576px) {
  .disclaimer.basket {
    font-size: 1.2rem;
  }
}
.disclaimer.basket i {
  width: 28px;
  height: 28px;
  margin-left: -50px;
  margin-right: 25px;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 576px) {
  .disclaimer.basket i {
    margin-left: 0;
    margin-right: 10px;
  }
}
.altumcode {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
}
.altumcode .altumcode-engagement-links-category-link-title,
.altumcode .altumcode-conversions-description,
.altumcode .altumcode-whatsapp-chat-window-header-description {
  font-size: 14px !important;
}
.altumcode .altumcode-reviews-image,
.altumcode .altumcode-informational-image,
.altumcode .altumcode-conversions-image {
  min-width: 65px !important;
  width: 65px !important;
  height: 65px !important;
  margin-right: 8px !important;
}
@media (min-width: 979px) {
  .altumcode.altumcode-top .altumcode-button-bar-wrapper {
    border-bottom: 2px solid #004e20 !important;
  }
}
.altumcode .altumcode-button-bar-wrapper {
  width: 100vw !important;
  margin-left: -15px !important;
}
.altumcode .altumcode-button-bar-wrapper .altumcode-button-bar-title {
  font-size: 16px !important;
}
@media (min-width: 979px) {
  .altumcode .altumcode-button-bar-wrapper .altumcode-button-bar-title {
    font-size: 18px !important;
  }
}
.altumcode .altumcode-button-modal-wrapper {
  box-shadow: 0px 0.5px 1.3px -5px rgba(0, 0, 0, 0.02), 0px 1.8px 4.2px -5px rgba(0, 0, 0, 0.03), 0px 8px 19px -5px rgba(0, 0, 0, 0.05);
}
.altumcode .altumcode-button-modal-wrapper .altumcode-button-modal-header .altumcode-button-modal-title {
  font-family: 'Domine', serif !important;
  font-weight: bold !important;
  color: #004e20 !important;
}
.altumcode .altumcode-button-modal-wrapper .altumcode-button-modal-close .altumcode-close {
  width: 25px !important;
  height: 25px !important;
  opacity: 1 !important;
  background: #004e20 !important;
  color: #FFF !important;
  border-radius: 50%;
}
.altumcode .altumcode-button-modal-wrapper .altumcode-button-modal-close .altumcode-close:hover {
  opacity: 0.6 !important;
}
.altumcode .altumcode-button-modal-wrapper .altumcode-button-modal-button-wrapper .altumcode-button-modal-button {
  text-decoration: none !important;
  font-weight: bold !important;
  color: #FFF !important;
  background: #004e20 !important;
}
.altumcode.altumcode-middle_center {
  border-radius: 8px;
  box-shadow: 0px 2px 22.6px rgba(0, 0, 0, 0.07), 0px 5.6px 62.6px rgba(0, 0, 0, 0.1), 0px 13.6px 150.7px rgba(0, 0, 0, 0.13), 0px 45px 500px rgba(0, 0, 0, 0.2);
}
.altumcode .altumcode-coupon-content .altumcode-coupon-title {
  font-family: 'Domine', serif !important;
  color: #004e20 !important;
  font-size: 23px !important;
}
.altumcode .altumcode-coupon-content .altumcode-coupon-description {
  font-size: 15px !important;
  line-height: 1.5 !important;
}
.altumcode .altumcode-coupon-content .altumcode-coupon-coupon-code {
  border-radius: 0 !important;
  border: 2px dashed #8b5a45 !important;
  color: #8b5a45 !important;
  letter-spacing: 0.1em;
}
.altumcode .altumcode-coupon-content .altumcode-coupon-button {
  border-radius: 3px !important;
  font-size: 1.5rem !important;
  text-decoration: none !important;
  padding: 12px 8px !important;
}
.altumcode .altumcode-coupon-content .altumcode-close {
  opacity: 0.8 !important;
}
.altumcode .altumcode-coupon-content .altumcode-close:hover {
  opacity: 1 !important;
}
.altumcode .altumcode-coupon-bar-wrapper {
  margin-left: -15px !important;
  width: 100vw !important;
}
.altumcode .altumcode-coupon-bar-wrapper .altumcode-coupon-bar-title {
  font-size: 16px !important;
}
.altumcode .altumcode-coupon-bar-wrapper .altumcode-coupon-bar-coupon-code {
  letter-spacing: 0.1em;
}
.altumcode .altumcode-informational-bar-wrapper,
.altumcode .altumcode-informational-bar-mini-wrapper {
  margin-left: -15px !important;
  width: 100vw !important;
  border-bottom: 1px solid #004e20 !important;
}
.altumcode .altumcode-image-wrapper .altumcode-close {
  padding: 7px !important;
}
.altumcode .altumcode-image-wrapper .altumcode-image-button {
  text-decoration: none !important;
  font-weight: bold !important;
}
.toc-wrapper {
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid #ca9472;
}
.toc-wrapper .toc-list {
  margin-bottom: 0 !important;
  padding-left: 20px;
}
.toc-wrapper .toc-list .toc-list-item {
  font-size: 16px;
  margin-bottom: 8px;
}
.toc-wrapper .toc-list .toc-list-item .toc-list {
  margin-top: 8px !important;
}
.toc-wrapper .toc-list .toc-list-item .toc-link {
  display: block;
  position: relative;
}
.toc-wrapper .toc-list .toc-list-item .toc-link::before {
  display: none;
}
.iai_cookie .iai_cookie__consentsActions a.btn.--large.--outline {
  border: none !important;
}
#opinions_badge {
  border-radius: 3px;
  overflow: clip;
  padding: 12px 0;
}
#opinions_badge:hover .opinions_badge__sub svg {
  transform: scale(1.4);
}
#opinions_badge .opinions_badge__alt {
  display: none;
}
#opinions_badge .opinions_badge__info {
  border-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#opinions_badge .opinions_badge__icon {
  display: none;
}
#opinions_badge .opinions_badge__sub {
  background: #004e20;
}
#opinions_badge .opinions_badge__sub svg {
  transition: transform 0.2s ease;
  transform-origin: left;
}
@keyframes rippleEffect {
  0% {
    box-shadow: 0 0 0 0 rgba(242, 186, 54, 0.7);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(242, 186, 54, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(44, 48, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(44, 48, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(44, 48, 102, 0);
  }
}
@keyframes pulse-earth {
  0% {
    box-shadow: 0 0 0 0 rgba(139, 90, 69, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(139, 90, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(139, 90, 69, 0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
