button {
  letter-spacing: 0;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  button {
    font-size: 16px;
    line-height: 20px;
  }
}

:root {
  --two-thirds: 70vh;
}
.btn--primary:hover, .btn--primary:focus {
  background: #DBE5C7;
}
.btn--long {
  min-width: min(236px, 100%);
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}

.standard__cta {
  letter-spacing: 0;
  text-transform: none;
}

.standard__heading {
  overflow: unset !important;
}

.theme__header {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.theme__header .header__desktop {
  max-width: 1386px;
  margin: 0 auto;
}
.theme__header span.navtext {
  font-size: 16px !important;
  line-height: 19px !important;
  text-transform: none !important;
  font-weight: 400 !important;
}
.theme__header .navlink {
  padding-left: 17px;
  padding-right: 17px;
}
@media (max-width: 640px) {
  .theme__header .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .theme__header .header__mobile .header__mobile__left, .theme__header .header__mobile .header__mobile__right {
    width: 24px;
  }
  .theme__header .header__mobile .header__logo {
    width: 226px;
  }
  .theme__header .header__mobile .header__logo .header__logo__link {
    width: 226px;
    max-width: 226px;
  }
  .theme__header .header__mobile .header__logo .header__logo__link img {
    width: 226px;
  }
}
.theme__header .hover__bar {
  bottom: 28px;
  background-color: #b8c997 !important;
}

.js__header__stuck.js__header__stuck__backdrop .theme__header {
  background-color: rgb(255, 255, 255) !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  -webkit-backdrop-filter: unset !important;
          backdrop-filter: unset !important;
}

.hide-desktop-search {
  display: none;
}

/* mobile header dropdown*/
.header__drawer .drawer__search {
  border-color: #07332F !important;
}
.header__drawer .search__predictive {
  background: #BBC997 !important;
}
.header__drawer .search__predictive svg {
  color: #fff !important;
}
.header__drawer .search__predictive input[type=search] {
  color: #07332F;
}
.header__drawer .search__predictive input[type=search]::-webkit-input-placeholder {
  color: #E7EBDD !important;
  opacity: 1 !important;
  font-style: normal !important;
}
.header__drawer .search__predictive input[type=search]::-moz-placeholder {
  color: #E7EBDD !important;
  opacity: 1 !important;
  font-style: normal !important;
}
.header__drawer .search__predictive input[type=search]:-ms-input-placeholder {
  color: #E7EBDD !important;
  opacity: 1 !important;
  font-style: normal !important;
}
.header__drawer .search__predictive input[type=search]::-ms-input-placeholder {
  color: #E7EBDD !important;
  opacity: 1 !important;
  font-style: normal !important;
}
.header__drawer .search__predictive input[type=search]::placeholder {
  color: #E7EBDD !important;
  opacity: 1 !important;
  font-style: normal !important;
}
.header__drawer .drawer__close {
  background: #BBC997;
}
.header__drawer .drawer__content {
  background: #BBC997 !important;
}
.header__drawer .drawer__content .sliderow {
  background: #BBC997 !important;
}
.header__drawer .drawer__top {
  border-color: #07332F !important;
}
.header__drawer .drawer__menu .sliderow {
  color: #fff !important;
  text-transform: none !important;
  letter-spacing: 0;
  border-color: #07332F !important;
}
.header__drawer .drawer__menu .sliderow > .sliderow__title {
  letter-spacing: 0;
}
.header__drawer .drawer__menu .sliderow + .sliderow__links .sliderow__title {
  letter-spacing: 0;
}
.header__drawer .drawer__menu > .sliderule__wrapper > .sliderow {
}

@media (max-width: 767px) {
  .footer .footer__logo__wrapper {
    padding-bottom: 40px;
  }
}
.footer .footer__content {
  position: relative;
  max-width: 746px;
  margin-left: auto;
}
.footer .footer__content .footer-br-element {
  position: absolute;
  bottom: 0;
  right: -50px;
}
@media (max-width: 800px) {
  .footer .footer__content .footer-br-element {
    display: none;
  }
}
.footer .footer__content .footer__content__inner {
  z-index: 1;
  position: relative;
  padding-top: 64px;
}
@media (max-width: 767px) {
  .footer .footer__content .footer__content__inner {
    padding-top: 40px;
  }
}
.footer .footer__content .footer__block--socials {
  z-index: 1;
  position: relative;
  border: none;
}
.footer .footer__content .footer__block--socials > h3 {
  font-style: italic !important;
  font-size: 50px !important;
  line-height: 60px !important;
}
.footer .footer__content .footer__title {
  text-transform: none !important;
  font-size: 15px !important;
  line-height: 19px !important;
  font-weight: 700 !important;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer__content .footer__title {
    border-color: #fff;
  }
}
.footer .footer__content .footer__quicklinks li {
  font-size: 15px !important;
  line-height: 19px !important;
  letter-spacing: 0;
}
.footer .footer__content .rte p {
  font-size: 16px !important;
  line-height: 20px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .footer .footer__content .grid--uniform .grid__item {
    width: 100% !important;
    margin-bottom: 32px;
  }
}
.footer .footer__newsletter {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .footer__newsletter .footer__newsletter__image {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 100%;
}
.footer .footer__newsletter .footer__newsletter__body {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 100%;
  padding-top: 32px;
  padding-left: 42px;
}
@media (max-width: 767px) {
  .footer .footer__newsletter .footer__newsletter__body {
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 42px;
    padding-top: 30px;
  }
}
.footer .footer__newsletter .footer__newsletter__body form {
  max-width: 540px;
}
.footer .footer__newsletter .rte p {
}
.footer .footer__newsletter strong, .footer .footer__newsletter b {
  font-weight: 700 !important;
}
.footer .footer__newsletter .newsletter-block label {
  display: block;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .footer .footer__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 760px;
  }
}

.subfooter__copyright {
}

.section-video .hero__content {
  padding: 44px 44px;
}
.section-video .section--image {
  position: relative;
}
.section-video .section--image.has-mob .desktop-image {
  display: block;
}
.section-video .section--image.has-mob .mobile-image {
  display: none;
}
@media (max-width: 767px) {
  .section-video .section--image.has-mob .desktop-image {
    display: none;
  }
  .section-video .section--image.has-mob .mobile-image {
    display: block !important;
  }
}
.section-video .use_screen_two_thirds {
  height: 80vh;
}
.section-video .hero__btn--play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.section-video .hero__btn--play svg {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-video .hero__btn--play svg:hover {
  opacity: 1;
}
@media (max-width: 640px) {
  .section-video .hero__cta__wrapper {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.section-video .hero__cta__wrapper .hero__btn {
  color: #07332F !important;
}

section[data-section-type=rich-text] p.stylized-heading {
  color: #07332f !important;
  font-style: italic !important;
}
section[data-section-type=rich-text] .heading-size-13 p {
  font-size: 76px !important;
  line-height: 86px !important;
}
@media only screen and (max-width: 1280px) {
  section[data-section-type=rich-text] .heading-size-13 p {
    font-size: 64px !important;
    line-height: 72px !important;
  }
}
@media only screen and (max-width: 640px) {
  section[data-section-type=rich-text] .heading-size-13 p {
    font-size: 48px !important;
    line-height: 56px !important;
  }
}

section[data-section-type=custom-content] .brick__block__text {
  position: relative;
}
section[data-section-type=custom-content] .brick__block:first-child .brick__block__text__inner {
  max-width: 652px;
  margin-left: auto;
}
section[data-section-type=custom-content] .brick__block:nth-child(2) .brick__block__text__inner {
  max-width: 652px;
  margin-right: auto;
}
section[data-section-type=custom-content] .floating-bg-element {
  position: absolute;
  z-index: 1;
}
section[data-section-type=custom-content] .floating-bg-element.br-element {
  bottom: 0;
  right: 0;
}
@media (max-width: 480px) {
  section[data-section-type=custom-content] .floating-bg-element.br-element {
    width: 133px;
  }
}
section[data-section-type=custom-content] .floating-bg-element.tr-element {
  top: 0;
  right: 0;
}
@media (max-width: 480px) {
  section[data-section-type=custom-content] .floating-bg-element.tr-element {
    width: 111px;
  }
}
section[data-section-type=custom-content] .brick__block__text__inner {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 800px) {
  section[data-section-type=custom-content] .brick__block__text__inner .text-left {
    padding-right: 36px;
  }
}
@media only screen and (min-width: 800px) {
  section[data-section-type=custom-content] .brick__block__text__inner .text-right {
    padding-left: 36px;
  }
}
section[data-section-type=custom-content] .brick__block__text__inner h2 {
  color: #07332f;
}
@media (max-width: 480px) {
  section[data-section-type=custom-content] .brick__block__text__inner h2 {
    font-size: 44px !important;
    line-height: 52px !important;
  }
}
section[data-section-type=custom-content] .brick__block__text__inner p {
  color: #07332f;
}
section[data-section-type=custom-content] .brick__block__image .hero__title {
  color: #DBE5C7 !important;
}
@media (max-width: 480px) {
  section[data-section-type=custom-content] .brick__block__image .hero__title {
    font-size: 26px !important;
    line-height: 31px !important;
  }
}
section[data-section-type=custom-content] .brick__block__image img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 800px) {
  section[data-section-type=custom-content] .brick__block__image.has-mob-image .desktop-image {
    display: none;
  }
}
section[data-section-type=custom-content] .brick__block__image.has-mob-image .mobile-image {
  display: none;
}
@media (max-width: 800px) {
  section[data-section-type=custom-content] .brick__block__image.has-mob-image .mobile-image {
    display: block;
  }
}
@media (min-width: 801px) {
  section[data-section-type=custom-content] .brick__block__image:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (max-width: 800px) {
  section[data-section-type=custom-content] .text__standard {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}
section[data-section-type=custom-content] .standard__cta {
  color: #07332F !important;
}
section[data-section-type=custom-content] .standard__cta:after {
  background: #07332F !important;
}
@media (max-width: 800px) {
  section[data-section-type=custom-content] .standard__cta {
    margin-top: 36px !important;
  }
}
@media (max-width: 800px) {
  section[data-section-type=custom-content] .sdev-gallery-carousel .slick-list {
    padding: 0 20% 0 16px;
  }
  section[data-section-type=custom-content] .sdev-gallery-carousel .brick__block__image {
    padding-right: 20px;
  }
  section[data-section-type=custom-content] .sdev-gallery-carousel .image__hero__frame {
    min-height: 200px !important;
    aspect-ratio: 300/200 !important;
    height: auto !important;
  }
}
@media (max-width: 800px) {
  section[data-section-type=custom-content].has-carousel .section-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section[data-section-type=custom-content].has-carousel .use_screen_one_half {
    height: initial !important;
  }
  section[data-section-type=custom-content].has-carousel .brick__block {
    margin-top: 0 !important;
  }
  section[data-section-type=custom-content].has-carousel .image__hero__scale {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

div[data-section-type=gallery] {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
@media (max-width: 480px) {
  div[data-section-type=gallery] {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
}
div[data-section-type=gallery] .gallery {
  margin: 0 -22.5px !important;
}
div[data-section-type=gallery] [data-grid]:not([data-grid-no-gutters]) [data-item] {
  padding: 0 22.5px !important;
}
div[data-section-type=gallery] .gallery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  row-gap: 17px;
}
@media (max-width: 767px) {
  div[data-section-type=gallery] .gallery__grid {
    grid-template-columns: 1fr;
  }
}

.theme-animate-hover .gallery__item__wrapper.has-zoom-animation img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

div[data-section-type=collection-tabs] {
  overflow: hidden;
}
@media (max-width: 767px) {
  div[data-section-type=collection-tabs] .tab__scroll {
    margin: 0 !important;
    width: calc(100% + 16px);
  }
}
div[data-section-type=collection-tabs] .tabs-collections__arrow {
  display: none;
}
div[data-section-type=collection-tabs] .section-padding {
  padding-top: 119px;
  padding-bottom: 102px;
}
@media (max-width: 480px) {
  div[data-section-type=collection-tabs] .section-padding {
    padding-top: 40px;
    padding-bottom: 26px;
  }
}
div[data-section-type=collection-tabs] .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 33px 33px;
}
@media (max-width: 768px) {
  div[data-section-type=collection-tabs] .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 22px;
  }
}
div[data-section-type=collection-tabs] .product-grid .product__grid__title {
}
@media (max-width: 480px) {
  div[data-section-type=collection-tabs] .product-grid .product__grid__title {
    font-size: 15px !important;
    line-height: 19px !important;
  }
}
div[data-section-type=collection-tabs] .product-grid .product__grid__price {
}
@media (max-width: 480px) {
  div[data-section-type=collection-tabs] .product-grid .product__grid__price {
    font-size: 15px !important;
    line-height: 19px !important;
  }
}
div[data-section-type=collection-tabs] .collection-tabs > h2 {
  color: #07332F !important;
  text-transform: none !important;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  div[data-section-type=collection-tabs] .collection-tabs > h2 {
    font-size: 26px !important;
    line-height: 26px !important;
  }
}
div[data-section-type=collection-tabs] .collection-tabs > h2:after {
  background: #d8e3c3;
  opacity: 1;
}
div[data-section-type=collection-tabs] .collection-tabs .tab-link {
  font-size: 15px !important;
  line-height: 19px !important;
  text-transform: none !important;
  padding: 7px 36px;
  border-radius: 0;
  color: #07332F !important;
  letter-spacing: 0 !important;
}
@media (max-width: 480px) {
  div[data-section-type=collection-tabs] .collection-tabs .tab-link {
    padding: 7px 25px;
    font-size: 15px !important;
    line-height: 19px !important;
  }
}
div[data-section-type=collection-tabs] .collection-tabs .tab-link.current {
  background: #DBE5C7;
}
div[data-section-type=collection-tabs] .collection-tabs .tab-content {
  margin-top: 48px;
}

.section-scrolling-articles {
  width: 100%;
  position: relative;
}
.section-scrolling-articles .full-width--wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  .section-scrolling-articles .full-width--wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section-scrolling-articles .left-sticky-container {
  position: relative;
  width: calc(50% - 11px);
}
@media (max-width: 800px) {
  .section-scrolling-articles .left-sticky-container {
    width: 100%;
    margin-bottom: 26px;
  }
}
.section-scrolling-articles .left-sticky-container .sticky-content {
  position: sticky;
  left: 0;
  height: calc(100vh - 98px);
}
@media (max-width: 800px) {
  .section-scrolling-articles .left-sticky-container .sticky-content {
    height: auto;
    position: relative;
    aspect-ratio: 360/377;
    top: initial;
    left: initial;
  }
}
.section-scrolling-articles .left-sticky-container .sticky-content a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.section-scrolling-articles .left-sticky-container .sticky-content .image-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section-scrolling-articles .left-sticky-container .sticky-content .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section-scrolling-articles .left-sticky-container .sticky-content .content-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 32px;
  text-align: center;
}
.section-scrolling-articles .left-sticky-container .sticky-content .content-container h3 {
  margin: 0 0 12px;
}
.section-scrolling-articles .right-articles {
  width: calc(50% - 11px);
  padding-right: 15px;
  padding-bottom: 22px;
}
@media (max-width: 800px) {
  .section-scrolling-articles .right-articles {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .section-scrolling-articles .right-articles .slick-list {
    padding: 0 20% 0 16px;
  }
}
.section-scrolling-articles .right-articles .right-articles--wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8.5px;
  row-gap: 22px;
}
@media (max-width: 800px) {
  .section-scrolling-articles .right-articles .right-articles--wrapper {
    margin: 0;
  }
}
.section-scrolling-articles .right-articles .article-grid__item {
  width: 50%;
  padding: 0 8.5px;
}
@media (max-width: 800px) {
  .section-scrolling-articles .right-articles .article-grid__item {
    width: 100%;
    padding: 0 23px 0 0;
  }
}
.section-scrolling-articles .right-articles .article-grid__item .image-container {
  width: 100%;
  aspect-ratio: 457/500;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 800px) {
  .section-scrolling-articles .right-articles .article-grid__item .image-container {
    aspect-ratio: 267/300;
    min-height: 300px;
  }
}
.section-scrolling-articles .right-articles .article-grid__item .image-container a {
  text-decoration: none;
}
.section-scrolling-articles .right-articles .article-grid__item .image-container a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.section-scrolling-articles .right-articles .article-grid__item .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section-scrolling-articles .right-articles .article-grid__item .details-container {
  margin-top: 25px;
  text-transform:none;
}
.section-scrolling-articles .right-articles .article-grid__item .details-container span.tag {
  display: block;
  margin: 0 0 5px;
  text-transform:uppercase;
}
.section-scrolling-articles .right-articles .article-grid__item .details-container span.name {
  display: block;
  text-transform:none;
}
.section-scrolling-articles .right-articles .article-grid__item .details-container a {
  text-decoration: none;
}

.section-three-column-richtext {
  padding: 70px 0;
  min-height: 428px;
  width: 100%;
  position: relative;
  background: #BBC997;
  overflow: hidden;
}
@media (max-width: 640px) {
  .section-three-column-richtext {
    min-height: initial;
    padding: 25px 0 30px;
  }
}
.section-three-column-richtext h3 {
  color: #07332F;
  margin: 0 0 22px;
}
@media (max-width: 480px) {
  .section-three-column-richtext h3 {
    font-size: 44px !important;
    line-height: 52px !important;
    margin: 0 0 14px;
  }
}
.section-three-column-richtext .page--wrapper {
  width: 100%;
  padding: 0 36px;
  max-width: 1450px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 640px) {
  .section-three-column-richtext .page--wrapper {
    padding: 0 50px 0 26px;
  }
}
.section-three-column-richtext .text-column--wrapper {
  width: 100%;
  z-index: 2;
  position: relative;
  margin: 0 -20px;
}
.section-three-column-richtext .text-column--wrapper:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-three-column-richtext .text-column--wrapper .text-column {
  padding: 0 20px;
}
.section-three-column-richtext .text-column--wrapper .text-column .rte {
  width: 100%;
}
.section-three-column-richtext .text-column--wrapper .text-column .rte p {
  letter-spacing: 0;
  color: #07332F;
  margin: 0 0 16px;
}
@media (max-width: 480px) {
  .section-three-column-richtext .text-column--wrapper .text-column .rte p {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.section-three-column-richtext .text-column--wrapper .text-column .rte p:last-child {
  margin: 0;
}
.section-three-column-richtext .floating-element {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}
@media (max-width: 640px) {
  .section-three-column-richtext .floating-element {
    width: 194px;
    bottom: -45px;
  }
}

@media (max-width: 640px) {
  section[data-section-type=page],
  div.section-page {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
section[data-section-type=page] h2.standard__heading,
div.section-page h2.standard__heading {
  color: #07332F !important;
  margin: 0 !important;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  section[data-section-type=page] h2.standard__heading,
  div.section-page h2.standard__heading {
    font-size: 44px !important;
    line-height: 52px !important;
  }
}

.sdev-page-banner {
  width: 100%;
  position: relative;
  margin: 0 0 48px;
}
@media (max-width: 767px) {
  .sdev-page-banner {
    margin: 0 0 90px;
  }
}
.sdev-page-banner .page--wrapper {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
}
@media (max-width: 767px) {
  .sdev-page-banner .page--wrapper {
    padding: 0;
  }
}
.sdev-page-banner .image-container {
  width: 100%;
  height: auto;
  aspect-ratio: 1640/450;
  position: relative;
}
@media (max-width: 767px) {
  .sdev-page-banner .image-container {
    aspect-ratio: 362/320;
  }
}
.sdev-page-banner .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sdev-page-banner .text-content--wrapper {
  width: 100%;
  max-width: 1029px;
  background: #DBE5C7;
  padding: 36px 36px 50px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .sdev-page-banner .text-content--wrapper {
    width: calc(100% - 32px);
    bottom: -90px;
  }
}
.sdev-page-banner .text-content--wrapper .text-content {
  text-align: center;
  width: 100%;
}
.sdev-page-banner .text-content--wrapper .text-content h3 {
  margin-bottom: 16px;
  color: #07332F;
}
@media (max-width: 480px) {
  .sdev-page-banner .text-content--wrapper .text-content h3 {
    font-size: 15px !important;
    line-height: 19px !important;
  }
}
.sdev-page-banner .text-content--wrapper .text-content h1 {
  margin: 0;
  color: #07332F;
}
@media (max-width: 480px) {
  .sdev-page-banner .text-content--wrapper .text-content h1 {
    font-size: 33px !important;
    line-height: 39px !important;
  }
}

.sdev-page-banner-content {
  width: 100%;
  position: relative;
  margin: 0 0 48px;
}
@media (max-width: 767px) {
  .sdev-page-banner-content {
    margin: 0 0 90px;
  }
}
.sdev-page-banner-content .page--wrapper {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
}
@media (max-width: 767px) {
  .sdev-page-banner-content .page--wrapper {
    padding: 0;
  }
}
.sdev-page-banner-content .image-container {
  width: 100%;
  height: auto;
  aspect-ratio: 1640/450;
  position: relative;
}
@media (max-width: 767px) {
  .sdev-page-banner-content .image-container {
    aspect-ratio: 362/320;
  }
}
.sdev-page-banner-content .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sdev-page-banner-content .text-content--wrapper {
  width: 100%;
  max-width: 1029px;
  background: #DBE5C7;
  padding: 36px 36px 50px;
  margin: -150px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .sdev-page-banner-content .text-content--wrapper {
    width: calc(100% - 32px);
  }
}
.sdev-page-banner-content .text-content--wrapper .text-content {
  text-align: center;
  width: 100%;
}
.sdev-page-banner-content .text-content--wrapper .text-content h3 {
  margin-bottom: 16px;
  color: #07332F;
}
@media (max-width: 480px) {
  .sdev-page-banner-content .text-content--wrapper .text-content h3 {
    font-size: 15px !important;
    line-height: 19px !important;
  }
}
.sdev-page-banner-content .text-content--wrapper .text-content h1 {
  margin: 0;
  color: #07332F;
}
@media (max-width: 480px) {
  .sdev-page-banner-content .text-content--wrapper .text-content h1 {
    font-size: 33px !important;
    line-height: 39px !important;
  }
}

.section-faq {
  width: 100%;
  position: relative;
}
.section-faq .section-padding {
  max-width: 1450px;
  padding-top: 32px;
  padding-bottom: 128px;
}
@media (max-width: 767px) {
  .section-faq .section-padding {
    padding-top: 0;
    padding-bottom: 49px;
  }
}
.section-faq .accordion__wrapper {
  border-color: #DBE5C7;
  border-bottom-width: 2px;
}
.section-faq .accordion__wrapper:first-child {
  border-top: none !important;
}
.section-faq .accordion__title {
    padding-bottom: 32px;
    padding-top: 32px;
    color: #07332F !important;
    position: relative;
    padding-right: 60px;
}
@media (max-width: 767px) {
  .section-faq .accordion__title {
    padding-top: 30px;
    padding-bottom: 7px;
    padding-right: 40px;
  }
}
.section-faq .accordion__title:after {
  display: none;
}
.section-faq .accordion__title.accordion-is-open .accordion__toggle i:last-child {
  opacity: 0;
}
.section-faq .accordion__title .accordion__toggle {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 15px;
  bottom: 18px;
}
@media (max-width: 767px) {
  .section-faq .accordion__title .accordion__toggle {
    width: 20px;
    height: 20px;
    right: 0;
  }
}
.section-faq .accordion__title .accordion__toggle i {
  background: #DBE5C7;
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.section-faq .accordion__title .accordion__toggle i:first-child {
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
}
.section-faq .accordion__title .accordion__toggle i:last-child {
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
}
.section-faq .accordion__body {
  padding-top: 0;
  padding-bottom: 32px;
  color: #07332F !important;
}
.section-faq .accordion__body p {
  letter-spacing: 0;
  color: #07332F !important;
}

.product-section {
  padding-top: 72px;
}
.product-section .product__block__price .product__price {
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .product-section .product__block__price .product__price {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.product-section .accordion__wrapper {
  border-color: #dbe5c7 !important;
  border-bottom-width: 2px;
  border-top-width: 2px;
}
.product-section .accordion__title {
  text-transform: none;
  letter-spacing: 0;
}
.product-section .accordion__title::after {
  display: none !important;
}
.product-section .accordion__title.accordion-is-open .accordion__toggle i:last-child {
  opacity: 0;
}
.product-section .accordion__title .accordion__toggle {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}
@media (max-width: 767px) {
  .product-section .accordion__title .accordion__toggle {
    width: 20px;
    height: 20px;
    right: 0;
  }
}
.product-section .accordion__title .accordion__toggle i {
  background: #DBE5C7;
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.product-section .accordion__title .accordion__toggle i:first-child {
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
}
.product-section .accordion__title .accordion__toggle i:last-child {
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
}
.product-section .accordion__body p, .product-section .accordion__body li {
  letter-spacing: 0;
}

.product-single .is-sticky {
  top: 136px;
}

.section-list-collections h2 {
  text-transform: none;
  letter-spacing: 0;
}

.section-related h2 {
  padding-bottom: 20px;
  margin-bottom: 48px;
  text-transform: none !important;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .section-related h2 {
    font-size: 26px !important;
    line-height: 26px !important;
  }
}
.section-related h2:after {
  background: #d8e3c3;
  opacity: 1;
}
.section-related .product__grid__title {
}
@media (max-width: 480px) {
  .section-related .product__grid__title {
    font-size: 15px !important;
    line-height: 19px !important;
  }
}
.section-related .product__grid__price {
}
@media (max-width: 480px) {
  .section-related .product__grid__price {
    font-size: 15px !important;
    line-height: 19px !important;
  }
}
.section-related .tab-content {
  margin-top: 0 !important;
}

.collection__heading h1 {
  color: #07332F;
}
@media (max-width: 480px) {
  .collection__heading h1 {
    font-size: 44px !important;
    line-height: 52px !important;
  }
}

.collection__products .product__grid__title {
}
@media (max-width: 480px) {
  .collection__products .product__grid__title {
    font-size: 15px !important;
    line-height: 19px !important;
  }
}
.collection__products .product__grid__price {
}
@media (max-width: 480px) {
  .collection__products .product__grid__price {
    font-size: 15px !important;
    line-height: 19px !important;
  }
}

.cart__page__title {
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .cart__page__title {
    font-size: 44px !important;
    line-height: 52px !important;
  }
}

.cart__heading {
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.cart__items__total {
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .cart__items__total {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.checkout__button {
  background: #DBE5C7 !important;
  color: #07332F !important;
  text-transform: none;
  letter-spacing: 0;
}
.checkout__button:hover {
  background: #b8c997 !important;
}

.cart__return, .cart__remove.badge {
  letter-spacing: 0;
  text-transform: none;
}
@media (max-width: 480px) {
  .cart__return, .cart__remove.badge {
    font-size: 15px !important;
    line-height: 19px !important;
  }
}

.cart__continue__link {
  text-transform: capitalize;
  letter-spacing: normal;
}

div[data-section-type=blog] .article__item .rte p {
  letter-spacing: 0;
}
.newsletter-block .input-firstname {
  width:100%;
  margin-bottom:1rem;
}
.bss-b2b-cart-item-qty-table {
    border: none !important;
    margin: 0 0 2rem 0 !important;
}
.bss-b2b-qty-table-wrapper {
    border: none !important;
}
.btn--add-to-cart .cta__dot,
.btn--add-to-cart [data-button-price]{
  display: none !important;
}
.btn--add-to-cart [data-add-to-cart-text] {
  display: inline-block !important;
} 