/** Shopify CDN: Minification failed

Line 19:41 Unexpected "\" instead of \""
Line 19:55 Comments in CSS use "/* ... */" instead of "//"
Line 19:58 Unterminated string token
Line 32:55 Comments in CSS use "/* ... */" instead of "//"
Line 32:58 Unterminated string token
Line 43:55 Comments in CSS use "/* ... */" instead of "//"
Line 43:58 Unterminated string token
Line 51:57 Comments in CSS use "/* ... */" instead of "//"
Line 51:60 Unterminated string token
Line 3040:26 Comments in CSS use "/* ... */" instead of "//"
... and 1 more hidden warnings

**/
/** Shopify CDN: Minification failed

Line 17:41 Unexpected "\" instead of \""
Line 17:55 Comments in CSS use "/* ... */" instead of "//"
Line 17:58 Unterminated string token
Line 28:55 Comments in CSS use "/* ... */" instead of "//"
Line 28:58 Unterminated string token
Line 36:57 Comments in CSS use "/* ... */" instead of "//"
Line 36:60 Unterminated string token
Line 3025:26 Comments in CSS use "/* ... */" instead of "//"
Line 3080:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 15:41 Unexpected "\" instead of \""
Line 15:55 Comments in CSS use "/* ... */" instead of "//"
Line 15:58 Unterminated string token
Line 23:57 Comments in CSS use "/* ... */" instead of "//"
Line 23:60 Unterminated string token
Line 3006:26 Comments in CSS use "/* ... */" instead of "//"
Line 3061:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 12:43 Unexpected "\" instead of \""
Line 12:57 Comments in CSS use "/* ... */" instead of "//"
Line 12:60 Unterminated string token
Line 2996:26 Comments in CSS use "/* ... */" instead of "//"
Line 3051:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 2987:26 Comments in CSS use "/* ... */" instead of "//"
Line 3042:0 Unexpected "}"

**/
*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
}
html.cart-show .wrapper-overlay {
  display: block;
}

@media only screen and (max-width: 68.75em) {
  html {
    font-size: 50%;
  }
}
/* @media only screen and (max-width: 56.25em) {
  html {
    font-size: 40%;
  }

  p {
    font-size: 65%;
  }
} */
:root {
  --color-primary: #376455;
}
body {
  box-sizing: border-box;
}
body,
main {
  background-color: #fff;
}
main {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul {
  list-style: none;
}
.full-width-container {
  width: 100%;
}
.fixed-width-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.wrapper-overlay {
  position: fixed;
  background-color: rgba(35, 35, 35, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 4;
}
.section-vmargins {
  margin-top: 8rem;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 37.5em) {
  .section-vmargins {
    margin-top: 4rem;
    margin-bottom: 8rem;
  }
}
.section-vpadding {
  padding-top: 10rem;
  padding-bottom: 1rem;
}
.hr-primary {
  width: 15rem;
  height: 0.6rem;
  background-color: #333f48;
  margin-top: 2rem;
  margin-bottom: 6rem;
}
.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.Heading {
  font-family: arial, sans-serif;
}
.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
@font-face {
  font-family: arial, sans-serif;
  src: url("{{ 'arial.ttf' | asset_url }}") format("truetype");
}
@font-face {
  font-family: DIN Light, sans-serif;
  src: url("{{ 'DIN-Light.otf' | asset_url }}") format("opentype");
}
@font-face {
  font-family: Paralucent Bold, sans-serif;
  src: url("{{ 'Paralucent-Bold.otf' | asset_url }}") format("opentype");
}
body {
  font-weight: 400;
  line-height: 1.7;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: arial, sans-serif;
  color: #45634f;
}
h1 {
  font-size: 7.2rem;
}
h2 {
  font-size: 5.6rem;
}
h3 {
  font-size: 1.5rem;
}
p {
  font-family: arial, sans-serif;
  color: #45634f;
  line-height: 1.5;
  font-size: 2.5rem;
}
a {
  text-decoration: none;
}
a:hover,
button:hover {
  cursor: pointer;
}
hr {
  border: none;
}
.heading-primary {
  font-size: 7rem;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1;
}
.heading-primary,
.heading-secondary {
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.heading-secondary {
  font-size: 4rem;
  color: #4f4d4d;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 37.5em) {
  .heading-secondary {
    font-size: 3.2rem;
  }
}
.heading-tertiary {
  font-size: 2.4rem;
}
.heading-quaternary,
.heading-tertiary {
  color: #45634f;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1;
}
.heading-quaternary {
  font-size: 2rem;
}
.pb-large {
  padding-bottom: 8rem;
}
.inner-container {
  padding: 7rem 2rem 2rem;
}
.accordion,
.inner-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.accordion {
  padding-left: 0;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 46.875em) {
  .accordion {
    width: 100%;
  }
}
.accordion__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: stretch;
  justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}
.accordion__item .icon {
  color: #f7921e;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid #f7921e;
  border-radius: 50%;
}
.accordion__item.open .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion__category {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  padding: 3rem 0;
  border-bottom: 1px solid #fff;
}
.accordion__sub-heading {
  color: #fff;
  margin-right: auto;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: 1rem;
}
.accordion__sub-menu {
  display: none;
  background: transparent;
  font-size: 14px;
  padding-left: 0;
  width: 100%;
}
.accordion .heading-tertiary {
  line-height: 4.8rem;
  font-family: arial;
}
.accordion__menu-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-decoration: none;
  padding: 2rem 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 1rem;
  font-size: 2rem;
  text-align: left;
}
.accordion__menu-item__name {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 300;
  color: #fff;
}
.accordion__menu-item__note {
  margin-bottom: 3rem;
}
.accordion__menu-item__row--items {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.appointment-drawer {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 7rem;
  z-index: 9999;
  height: calc(100% - 10rem);
  width: 50rem;
  background: #f7921e;
  -webkit-transition: top 0.1s, -webkit-transform 0.2s;
  transition: top 0.1s, -webkit-transform 0.2s;
  transition: top 0.1s, transform 0.2s;
  transition: top 0.1s, transform 0.2s, -webkit-transform 0.2s;
  padding: 4rem 2rem;
  box-shadow: 2px 4px 5px #000;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: scroll;
}
.appointment-drawer.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.appointment-drawer .drawer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.appointment-drawer .drawer__header {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  padding-bottom: 2rem;
}
.appointment-drawer .drawer__close {
  position: absolute;
  right: 2rem;
  top: 0;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
}
.appointment-drawer .drawer__close:hover {
  color: #45634f;
}
.appointment-drawer
  .drawer
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"] {
  display: inline-block;
  background-color: #fff;
  color: #f7921e;
  padding: 1.5rem 3.5rem;
  width: 100%;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.18em;
  text-align: center;
  font-family: arial;
  font-weight: 700;
  text-transform: uppercase;
  border: 3px solid #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.appointment-drawer
  .drawer
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:hover {
  color: #efcdc3;
}
.appointment-drawer div.wpforms-container-full .appointment-drawer__download {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #f7921e;
  padding: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 3px solid #f7921e;
}
.appointment-drawer
  div.wpforms-container-full
  .appointment-drawer__download:hover {
  background-color: #f7921e;
  color: #fff;
  border: 3px solid #fff;
}
.appointment-drawer
  div.wpforms-container-full
  .wpforms-form
  .appointment-drawer__upload {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 3px solid #f3f3f3;
}
.appointment-drawer
  div.wpforms-container-full
  .wpforms-form
  .appointment-drawer__upload
  .wpforms-field-label {
  color: #fff;
}
.appointment-drawer
  div.wpforms-container-full
  .wpforms-form
  .appointment-drawer__upload
  input {
  background-color: #fff;
  padding: 1.5rem 3.5rem;
  font-size: 1.8rem;
  border: 3px solid #f7921e;
  cursor: pointer;
  width: 100%;
}
header.nav-down ~ .appointment-drawer {
  top: 11rem;
}
@media only screen and (max-width: 46.875em) {
  header.nav-down ~ .appointment-drawer {
    top: 14rem;
  }
}
header.nav-up ~ .appointment-drawer {
  top: 7rem;
  height: calc(100% - 7rem);
}
@media only screen and (max-width: 46.875em) {
  header.nav-up ~ .appointment-drawer {
    top: 10rem;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  overflow: hidden;
}
body.page-template .ui-timepicker-wrapper {
  width: 12em;
}
.section-attributes-banner {
  padding: 8.8rem 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.section-attributes-banner .attributes-banner__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 56.25em) {
  .section-attributes-banner .attributes-banner__row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.section-attributes-banner .attributes-banner img {
  width: 13rem;
  margin: 2.4rem;
}
.section-banner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: 50%;
  height: 100%;
  margin-top: 2rem;
}
.section-banner--bg-primary {
  background-color: #45634f;
}
.section-banner--bg-secondary {
  background-color: #f7921e;
}
.section-banner--bg-white {
  background-color: #fff;
}
.section-banner .banner {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 12rem 2rem;
  height: 100%;
  width: 75%;
}
@media only screen and (max-width: 37.5em) {
  .section-banner .banner {
    width: 95%;
  }
}
.section-banner .banner__heading {
  text-align: center;
  color: #f7921e;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}
.section-banner .banner__heading--color-primary {
  color: #45634f;
}
.section-banner .banner__heading--color-secondary {
  color: #f7921e;
}
.section-banner .banner__heading--color-white {
  color: #fff;
}
.section-banner .banner__subheading {
  font-size: 2.4rem;
  font-family: arial, sans-serif;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}
.section-banner .banner__subheading--color-primary {
  color: #45634f;
}
.section-banner .banner__subheading--color-secondary {
  color: #f7921e;
}
.section-banner .banner__subheading--color-tertiary {
  color: #333f48;
}
.section-banner .banner__subheading--color-white {
  color: #fff;
}
.section-banner .banner__text {
  color: #fff;
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1.5;
  font-family: DIN Light, sans-serif;
}
.section-banner .banner__text--color-primary {
  color: #45634f;
}
.section-banner .banner__text--color-secondary {
  color: #f7921e;
}
.section-banner .banner__text--color-white {
  color: #fff;
}
.section-banner .banner__text--color-black {
  color: #4f4d4d;
}
.section-banner .banner__link {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 3.8rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  letter-spacing: 0.02em;
}
.section-banner .banner__row {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.section-banner-1 {
  background-size: cover;
  background-repeat: no-repeat;
}
.section-banner-1,
.section-banner-1 .banner-1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}
.section-banner-1 .banner-1 {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 12rem 2rem;
  width: 65%;
}
@media only screen and (max-width: 37.5em) {
  .section-banner-1 .banner-1 {
    width: 95%;
  }
}
.section-banner-1 .banner-1__heading {
  font-size: 4rem;
  text-align: center;
  color: rgba(79, 77, 77, 0.93);
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 1.6rem;
}
.section-banner-1 .banner-1__heading--color-primary {
  color: #45634f;
}
.section-banner-1 .banner-1__heading--color-secondary {
  color: #f7921e;
}
.section-banner-1 .banner-1__heading--color-white {
  color: #fff;
}
.section-banner-1 .banner-1__subheading {
  color: rgba(79, 77, 77, 0.93);
  font-size: 2.4rem;
  font-family: arial, sans-serif;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 2.4rem;
}
.section-banner-1 .banner-1__subheading--color-primary {
  color: #45634f;
}
.section-banner-1 .banner-1__subheading--color-secondary {
  color: #f7921e;
}
.section-banner-1 .banner-1__subheading--color-tertiary {
  color: #333f48;
}
.section-banner-1 .banner-1__subheading--color-white {
  color: #fff;
}
.section-banner-1 .banner-1__row {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.section-banner-1 .banner-1__content {
  padding-top: 1.6rem;
  text-align: center;
  font-size: 2rem;
  color: #4f4d4d;
}
.section-banner-1 .banner-1__spacer {
  width: 3px;
  background-color: rgba(79, 77, 77, 0.93);
  height: 5rem;
}
.section-banner-1 .banner-1__img {
  margin: 2rem 0;
}
.breadcrumb {
  padding: 1.7rem 0 1.5rem 1rem;
  margin-bottom: 1.2rem;
  margin-top: 10rem;
}
.breadcrumb * {
  text-transform: capitalize;
  color: #cdcdcd;
  font-size: 1.6rem;
}
.breadcrumb-active {
  color: #5e5e5e;
}
.btn-cart {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.8rem 1.5rem 0.6rem;
  background-color: transparent;
  color: #45634f;
  border: 1px solid #5a5a5a;
  text-transform: capitalize;
  letter-spacing: normal;
  width: 100%;
  max-width: 160px;
  min-width: 130px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-cart:hover {
  background-color: #45634f;
  color: #fff;
}
@media (max-width: 56.25em) {
  .btn-cart {
    margin-bottom: 1rem;
  }
}
.btn-checkout {
  display: block;
  width: 100%;
  min-width: 52px;
  max-width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1.3rem 1.5rem 1rem;
  background: #45634f;
  color: #fff;
  border: 1px solid #45634f;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 2rem;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-checkout:hover {
  background-color: #fff;
  color: #45634f;
}
.btn-main {
  display: inline-block;
  background-color: #f7921e;
  color: #fff;
  padding: 0.8rem 3.5rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: center;
letter-spacing: .08rem;
  font-family: arial, sans-serif;
  font-weight: 700;
  border: 3px solid #f7921e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  border-radius:50px;
}

.section-product .ProductForm__AddToCart {
    border-radius: 50px;
}

@media only screen and (max-width: 37.5em) {
  .btn-main {
    padding: 0.8rem 3.5rem;
    font-size: 1.8rem;
  }
}
.btn-main:hover {
  background-color: #fff;
  color: #45634f;
}
.btn-main:hover svg {
  fill: #f7921e;
}
.btn-main--white {
  background-color: #fff;
  color: #45634f;
}
.btn-main--white--secondary {
  color: #f7921e;
  border: 3px solid #f7921e;
}
.btn-main--white--secondary:hover {
  color: #efcdc3;
}
.btn-main--primary {
  background-color: #45634f;
  color: #fff;
}
.btn-main--primary:hover {
  color: #d7e3dc;
}
.btn-main--secondary {
  background-color: #f7921e;
  color: #fff;
  border-color: #f7921e;
}
.btn-main--secondary:hover {
  background-color: #fff;
  color: #f7921e;
}
.btn-main--black {
  background-color: #4f4d4d;
  color: #fff;
  border-color: #4f4d4d;
}
.btn-main--secondary:hover {
  background-color: #fff;
  color: #4f4d4d;
}
.btn-main--transparent {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
@media only screen and (max-width: 37.5em) {
  .btn-main--transparent {
    background-color: #45634f;
  }
}
.btn-main--transparent:hover {
  background-color: #fff;
  color: #45634f;
}
.btn-main__rounded {
  border-radius: 3rem;
}
.section-call-to-action {
  background-size: cover;
  background-position: 50%;
  margin-top: 8rem;
}
.section-call-to-action,
.section-call-to-action .call-to-action {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}
.section-call-to-action .call-to-action {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 12rem 2rem;
  width: 75%;
}
@media only screen and (max-width: 37.5em) {
  .section-call-to-action .call-to-action {
    width: 95%;
  }
}
.section-call-to-action .call-to-action__heading {
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 1.6rem;
}
.section-call-to-action .call-to-action__heading--color-primary {
  color: #45634f;
}
.section-call-to-action .call-to-action__heading--color-secondary {
  color: #f7921e;
}
.section-call-to-action .call-to-action__heading--color-white {
  color: #fff;
}
.section-call-to-action .call-to-action__link {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 3.8rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  letter-spacing: 0.02em;
}
.card {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  background: #f3f3f3;
  margin: 0 0.8rem 2.4rem;
  padding: 3rem 1.6rem 3.1rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
}
.card .heading-secondary {
  margin-bottom: 1rem;
}
.card__img {
  width: 100%;
}
.card__img,
.card__text {
  margin-bottom: 2rem;
}
.card-overlay {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1rem 0;
  position: relative;
}
.card-overlay,
.card-overlay__overlay {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.card-overlay__overlay {
  width: 50%;
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
  padding: 0 1.75rem;
}
@media only screen and (max-width: 37.5em) {
  .card-overlay__overlay {
    width: 95%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.card-overlay__overlay .heading-secondary {
  color: #d1d3d3;
  line-height: 2.9rem;
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 37.5em) {
  .card-overlay__overlay .heading-secondary {
    margin-bottom: 1.2rem;
  }
}
.card-overlay__overlay--text {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 37.5em) {
  .card-overlay__overlay--text {
    margin-bottom: 1rem;
  }
}
.card-overlay__overlay .btn-main {
  color: #d1d3d3;
  border: 2px solid #d1d3d3;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 37.5em) {
  .card-overlay__overlay .btn-main {
    margin-bottom: 1rem;
  }
}
.card-overlay__overlay .btn-main:hover {
  background: #fff;
  color: #45634f;
}
.section-sign-up-form {
  background: rgba(0, 0, 0, 0.05);
}
.section-sign-up-form .sign-up-form #contactFormWrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.section-sign-up-form .sign-up-form #contactFormWrapper .contactForm__heading {
  color: #333f48;
  text-transform: capitalize;
}
.section-sign-up-form
  .sign-up-form
  #contactFormWrapper
  .contactForm__input-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 3.2rem;
  background: #000;
}
.section-sign-up-form
  .sign-up-form
  #contactFormWrapper
  .contactForm__input-wrap
  #contactFormSubmit {
  width: 8rem;
  height: 5.6rem;
  color: #333f48;
  font-size: 1.6rem;
  border: 2px solid #000;
  border-left: none;
  background-position: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}
.section-sign-up-form
  .sign-up-form
  #contactFormWrapper
  .contactForm__input-wrap
  #contactFormSubmit:hover {
  color: #f7921e;
}
.section-sign-up-form
  .sign-up-form
  #contactFormWrapper
  .contactForm__input-wrap
  #contactFormEmail {
  width: 35rem;
  height: 5.6rem;
  font-size: 1.6rem;
  color: #333f48;
  padding-left: 1.6rem;
  border: 2px solid #000;
}
.section-sign-up-form
  .sign-up-form
  #contactFormWrapper
  .contactForm__input-wrap
  #contactFormEmail::-webkit-input-placeholder {
  color: #000;
  font-size: 1.6rem;
}
.section-sign-up-form
  .sign-up-form
  #contactFormWrapper
  .contactForm__input-wrap
  #contactFormEmail::-moz-placeholder {
  color: #000;
  font-size: 1.6rem;
}
.section-sign-up-form
  .sign-up-form
  #contactFormWrapper
  .contactForm__input-wrap
  #contactFormEmail:-ms-input-placeholder {
  color: #000;
  font-size: 1.6rem;
}
.section-sign-up-form
  .sign-up-form
  #contactFormWrapper
  .contactForm__input-wrap
  #contactFormEmail::-ms-input-placeholder {
  color: #000;
  font-size: 1.6rem;
}
.section-sign-up-form
  .sign-up-form
  #contactFormWrapper
  .contactForm__input-wrap
  #contactFormEmail::placeholder {
  color: #000;
  font-size: 1.6rem;
}
.section-contact-banner {
  background: #fff;
}
.section-contact-banner .contact-banner__heading {
  font-size: 5.6rem;
  font-family: Paralucent Bold, sans-serif;
  color: #333f48;
  text-transform: capitalize;
  margin-bottom: 1.6rem;
  letter-spacing: 0.01em;
}
.section-contact-banner .contact-banner__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 8rem 0;
  width: 80%;
  margin: 0 auto;
  border-bottom: 2px solid #333f48;
}
@media only screen and (max-width: 46.875em) {
  .section-contact-banner .contact-banner__row {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}
.section-contact-banner .contact-banner__row.reverse-cols {
  grid-auto-flow: dense;
}
.section-contact-banner .contact-banner__row.reverse-cols :first-child {
  grid-column: 2;
}
.section-contact-banner .contact-banner__col {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 46.875em) {
  .section-contact-banner .contact-banner__col {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 46.875em) {
  .section-contact-banner .contact-banner__col:first-child {
    -webkit-box-ordinal-group: 2;
    order: 1;
    -webkit-box-align: center;
    align-items: center;
  }
}
.section-contact-banner .contact-banner__col:last-child {
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 46.875em) {
  .section-contact-banner .contact-banner__col:last-child {
    justify-content: space-around;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-contact-banner .contact-banner__col:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
}
.section-contact-banner .contact-banner__subheading {
  color: #333f48;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 37.5em) {
  .section-contact-banner .contact-banner__block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.section-contact-banner .contact-banner__block:not(:last-child) {
  margin-bottom: 2rem;
}
.section-contact-banner .contact-banner__text {
  font-size: 1.6rem;
  color: #4f4d4d;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 37.5em) {
  .section-contact-banner .contact-banner__text {
    text-align: center;
  }
}
.section-contact-banner .contact-banner__text span {
  font-weight: 700;
}
.section-contact-banner .contact-banner__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.section-contact-banner .contact-banner__info:not(:last-child) {
  margin-right: 3.2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 37.5em) {
  .section-contact-banner .contact-banner__info {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
.section-contact-banner .contact-banner__info-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
@media only screen and (max-width: 37.5em) {
  .section-contact-banner .contact-banner__info-wrap {
    -webkit-box-align: center;
    align-items: center;
  }
}
.section-contact-banner .contact-banner__info-wrap p {
  color: #333f48;
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 37.5em) {
  .section-contact-banner .contact-banner__social {
    padding: 0 4rem;
  }
}
.section-contact-banner .contact-banner__social-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .section-contact-banner .contact-banner__social-list {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.section-contact-banner .contact-banner__social-item {
  list-style-type: none;
  margin-bottom: 1rem;
}
.section-contact-banner .contact-banner__social-item:not(:last-child) {
  margin-right: 1rem;
}
.section-contact-banner .contact-banner__social-link {
  color: #45634f;
  font-size: 1.4rem;
}
.section-contact-banner .contact-banner__social-link:hover {
  color: #5e5e5e;
}
.section-contact-banner .contact-banner__social-icon {
  width: 5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section-contact-banner .contact-banner__social-icon:hover {
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}
body.desktop .animate-zoom-in,
body.mobile .animate-zoom-in__mobile {
  opacity: 0;
}
body.desktop .animate-zoom-in.is-visible,
body.mobile .animate-zoom-in__mobile.is-visible {
  -webkit-animation: zoom-in 2s cubic-bezier(0, 1, 0.3, 1) 0.25s;
  animation: zoom-in 2s cubic-bezier(0, 1, 0.3, 1) 0.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
body.desktop .animate-fade-in,
body.mobile .animate-fade-in__mobile {
  opacity: 0;
}
body.desktop .animate-fade-in.is-visible,
body.mobile .animate-fade-in__mobile.is-visible {
  -webkit-animation: fade-in 3s cubic-bezier(0, 1, 0.3, 1) 0.25s;
  animation: fade-in 3s cubic-bezier(0, 1, 0.3, 1) 0.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.desktop .animate-fade-in-right,
body.mobile .animate-fade-in-right__mobile {
  opacity: 0;
}
body.desktop .animate-fade-in-right.is-visible,
body.mobile .animate-fade-in-right__mobile.is-visible {
  -webkit-animation: fade-in-right 3s cubic-bezier(0, 1, 0.3, 1) 0.25s;
  animation: fade-in-right 3s cubic-bezier(0, 1, 0.3, 1) 0.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.desktop .animate-fade-in-left,
body.mobile .animate-fade-in-left__mobile {
  opacity: 0;
}
body.desktop .animate-fade-in-left.is-visible,
body.mobile .animate-fade-in-left__mobile.is-visible {
  -webkit-animation: fade-in-left 0.7s ease-out 0.25s;
  animation: fade-in-left 0.7s ease-out 0.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.desktop .animate-fade-in-bottom,
body.mobile .animate-fade-in-bottom__mobile {
  opacity: 0;
}
body.desktop .animate-fade-in-bottom.is-visible,
body.mobile .animate-fade-in-bottom__mobile.is-visible {
  -webkit-animation: fade-in-bottom 0.5s ease-out 0.25s;
  animation: fade-in-bottom 0.5s ease-out 0.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.desktop .animate-fade-in-top,
body.mobile .animate-fade-in-top__mobile {
  opacity: 0;
}
body.desktop .animate-fade-in-top.is-visible,
body.mobile .animate-fade-in-top__mobile.is-visible {
  -webkit-animation: fade-in-top 0.5s ease-out 0.25s;
  animation: fade-in-top 0.5s ease-out 0.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fade-in-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header.nav-up ~ #sidebar-cart {
  top: 7rem;
  height: calc(100% - 7rem);
}
@media only screen and (max-width: 37.5em) {
  .header.nav-up ~ #sidebar-cart {
    top: 10rem;
    height: calc(100% - 10rem);
  }
}
.header.nav-down ~ #sidebar-cart {
  top: 4rem;
}
#sidebar-cart {
  z-index: 200;
}
.Cart__Checkout:before {
  display: none;
}
@media only screen and (max-width: 37.5em) {
  .Drawer__Header {
    padding: 2rem;
  }
}
#dropdown-cart {
  display: none;
  background-color: #fff;
  padding: 16px 20px 10px;
}
#dropdown-cart,
#dropdown-customer {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  z-index: 20;
  overflow-y: scroll;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  padding-bottom: 100px;
  width: 337px;
  max-width: calc(100vw - 40px);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  margin-top: var(--nav-height);
}
@media only screen and (max-width: 37.5em) {
  #dropdown-cart,
  #dropdown-customer {
    margin-top: var(--mobile-nav-height);
  }
}
html.cart-show #dropdown-cart {
  -webkit-transform: none;
  transform: none;
}
#dropdown-cart .btn {
  width: 100%;
  margin-bottom: 10px;
}
#dropdown-cart .cart-title {
  margin-bottom: 2.2rem;
  margin-top: 0.7rem;
}
#dropdown-cart .cart-title h5 {
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 17px;
  margin-bottom: 0;
  text-align: left;
}
#dropdown-cart .mini-products-list {
  max-height: calc(100% - 240px);
  text-align: left;
  overflow-y: auto;
  margin: 8px -9px 30px 0;
}
#dropdown-cart .mini-products-list .item {
  display: -webkit-box;
  display: flex;
  margin-bottom: 22px;
}
#dropdown-cart .mini-products-list .item:last-of-type {
  margin-bottom: 0;
}
#dropdown-cart .mini-products-list .item + .item {
  padding-top: 2.2rem;
  border-top: 1px solid #ebebeb;
}
#dropdown-cart .mini-products-list .product-image {
  width: 79px;
  padding-right: 15px;
}
#dropdown-cart .mini-products-list .product-image img {
  max-width: 64px;
}
#dropdown-cart .cart-title .close {
  font-size: 1.2rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 400;
  color: var(--color-primary);
  margin-bottom: 30px;
}
#dropdown-cart .cart-title .close .cross {
  width: 19px;
  height: 21px;
}
#dropdown-cart .btn.btn-checkout,
#dropdown-cart .btn.btn-view-cart {
  background: var(--color-primary);
  color: #fff;
}
#dropdown-cart .btn.btn-checkout:hover,
#dropdown-cart .btn.btn-continue,
#dropdown-cart .btn.btn-view-cart:hover {
  background: #fff;
  color: var(--color-primary);
}
#dropdown-cart .total {
  font-weight: 500;
  color: var(--color-primary);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 18px 0 15px;
  border-top: 1px solid #ebebeb;
}
#dropdown-cart .total .label {
  font-size: 1.5rem;
}
#dropdown-cart .total .price {
  font-size: 16px;
  letter-spacing: normal;
}
#dropdown-cart .cart_empty {
  margin-bottom: 15px;
  text-align: center;
}
#dropdown-cart .product-details {
  width: calc(100% - 79px);
  padding-right: 28px;
  position: relative;
  margin-top: -2px;
}
#dropdown-cart .product-details .product-name {
  line-height: 20px;
  margin-bottom: 3px;
  color: var(--color-primary);
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
}
#dropdown-cart .product-details .option {
  color: #969696;
  font-style: italic;
  margin-bottom: 3px;
}
#dropdown-cart .product-details .btn-remove {
  display: -webkit-inline-box;
  display: inline-flex;
  position: absolute;
  top: 1px;
  right: 12px;
}
#dropdown-cart .product-details .btn-remove .cross {
  width: 20px;
  height: 20px;
}
#dropdown-cart .cart-collateral {
  color: var(--color-primary);
}
#dropdown-cart .cart-collateral .price {
  color: var(--color-primary);
  font-weight: 500;
  letter-spacing: normal;
}
#dropdown-cart .has-items {
  max-width: 100%;
  overflow: hidden;
}
.section-feature-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-bottom: 8rem;
  padding-bottom: 6rem;
}
.section-feature-banner .feature-banner__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.section-feature-banner .feature-banner__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem 4rem;
}
@media only screen and (max-width: 37.5em) {
  .section-feature-banner .feature-banner__list {
    padding: 5%;
  }
}
@media only screen and (max-width: 31.25em) {
  .section-feature-banner .feature-banner__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.section-feature-banner .feature-banner__list-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 40rem;
  margin-right: auto;
  padding: 1.6rem 5%;
}
@media only screen and (max-width: 37.5em) {
  .section-feature-banner .feature-banner__list-item {
    width: 24rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .section-feature-banner .feature-banner__list .feature-banner__list-item {
    max-width: 42rem;
  }
}
.section-feature-banner .feature-banner__icon {
  padding-right: 2rem;
  width: 81px;
}
.section-feature-banner .feature-banner__item {
  color: #fff;
  font-weight: 700;
}

.hero {
  width: 100%;
  position: relative;
  margin: auto;
}

.hero__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  min-height: 50rem;
  height: calc(100vh - 11rem);
  margin-top: 11rem;
}
@media only screen and (max-width: 37.5em) {
  .hero__container {
    height: 55vh;
    margin-top: 14rem;
  }
}
.hero .partial-vh {
  height: 60vh;
  min-height: unset;
}
@media only screen and (max-width: 37.5em) {
  .hero .partial-vh {
    margin-top: 14rem;
    height: 32vh;
  }
}
.hero__video {
  display: none;
}
@media only screen and (min-width: 37.5em) {
  .hero__video {
    display: block;
  }
}
.hero__image,
.hero__video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -o-object-position: center center;
  object-position: center 25%;
  width: 100%;
  z-index: 1;
}
.hero__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(94, 94, 94, 0.2);
  z-index: 2;
}
.hero__content,
.hero__content--block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.hero__content--block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 75%;
}
.hero__content--block.is-visible {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
@media only screen and (max-width: 56.25em) {
  .hero__content--block {
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
    width: 95%;
  }
}
.hero__heading {
  font-family: arial, sans-serif;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 37.5em) {
  .hero__heading {
    font-size: 5rem;
  }
}
.hero__heading:not(:last-child) {
  margin-bottom: 1.6rem;
}
.hero__subheading {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.19em;
}
@media only screen and (max-width: 37.5em) {
  .hero__subheading {
    font-size: 2.4rem;
  }
}
.hero__text {
  font-size: 2.4rem;
  color: #333f48;
  text-align: left;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 37.5em) {
  .hero__link {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
.hero__social-block {
  position: absolute;
  bottom: 4rem;
  right: 5.6rem;
  z-index: 0;
}
@media only screen and (max-width: 37.5em) {
  .hero__social-block {
    right: 2.6rem;
    bottom: 1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .hero__social {
    padding: 0 4rem;
  }
}
.hero__social-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .hero__social-list {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.hero__social-item {
  list-style-type: none;
  margin-bottom: 1rem;
}
.hero__social-item:not(:last-child) {
  margin-right: 1rem;
}
.hero__social-link {
  color: #45634f;
  font-size: 1.4rem;
}
.hero__social-link:hover {
  color: #5e5e5e;
}
.hero__social-icon {
  width: 5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hero__social-icon:hover {
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}
#shopify-section-section-home-product-slider .section-home-product-slider {
  margin-bottom: 8rem;
  background-size: cover;
  background-repeat: no-repeat;
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .home-product-slider {
  position: relative;
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .home-product-slider__block {
  display: -webkit-box;
  display: flex;
  position: relative;
  background: #fff;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 46.875em) {
  #shopify-section-section-home-product-slider
    .section-home-product-slider
    .home-product-slider__block {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;

    max-height: unset;
  }
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .home-product-slider__heading {
  color: inherit;
  font-size: 4rem;
  font-family: arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .home-product-slider__img-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 2% 2% 2% 6%;
  width: 50%;
}
@media only screen and (max-width: 46.875em) {
  #shopify-section-section-home-product-slider
    .section-home-product-slider
    .home-product-slider__img-wrap {
    width: 75%;
    padding-top: 5%;
  }
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .home-product-slider__img {
  width: 100%;
  z-index: 1;
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .home-product-slider__text {
  margin-bottom: 3.2rem;
  color: inherit;
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .home-product-slider__text
  img {
  margin-top: 0.8rem;
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .home-product-slider__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: stretch;
  justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 5%;
  position: relative;
  background: #fff;
  color: rgba(79, 77, 77, 0.93);
  width: 50%;
}
@media only screen and (max-width: 46.875em) {
  #shopify-section-section-home-product-slider
    .section-home-product-slider
    .home-product-slider__content {
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 10% 5% 8rem;
  }
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .home-product-slider
  #shopify-section-section-product-icon-blocks {
  width: 100%;
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .home-product-slider__performance {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 37.5em) {
  #shopify-section-section-home-product-slider
    .section-home-product-slider
    .home-product-slider__performance {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .home-product-slider__icon-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 4rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .home-product-slider__icon {
  width: 6rem;
  margin-bottom: 1.6rem;
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .home-product-slider__icon-text {
  text-transform: uppercase;
  color: #45634f;
  font-weight: 900;
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .home-product-slider__link {
  margin: 0 auto;
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .owl-carousel
  .owl-stage-outer {
  overflow: visible;
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .owl-carousel
  .owl-stage {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .owl-theme
  .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3rem;
  display: none;
}
@media only screen and (max-width: 31.25em) {
  #shopify-section-section-home-product-slider
    .section-home-product-slider
    .owl-theme
    .owl-dots {
    display: block;
  }
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .owl-theme
  .owl-dots
  .owl-dot.active
  span,
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .owl-theme
  .owl-dots
  .owl-dot:hover
  span {
  background: #f7921e;
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .owl-carousel
  .owl-nav
  button.owl-next,
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .owl-carousel
  .owl-nav
  button.owl-prev {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 7rem;
  background-color: transparent;
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 31.25em) {
  #shopify-section-section-home-product-slider
    .section-home-product-slider
    .owl-carousel
    .owl-nav
    button.owl-next,
  #shopify-section-section-home-product-slider
    .section-home-product-slider
    .owl-carousel
    .owl-nav
    button.owl-prev {
    display: none !important;
  }
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .owl-next {
  right: 0;
}
@media only screen and (max-width: 37.5em) {
  #shopify-section-section-home-product-slider
    .section-home-product-slider
    .owl-next {
    right: -15px;
  }
}
#shopify-section-section-home-product-slider
  .section-home-product-slider
  .owl-prev {
  left: 0;
}
@media only screen and (max-width: 37.5em) {
  #shopify-section-section-home-product-slider
    .section-home-product-slider
    .owl-prev {
    left: -15px;
  }
}
#shopify-section-section-home-collection-slider .home-collection-wrap {
  position: relative;
}
#shopify-section-section-home-collection-slider {
  background: #5e5e5e;
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .home-collection-slider {
  position: relative;
  width: 80%;
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .home-collection-slider__block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .home-collection-slider__block:hover
  .home-collection-slider__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 46.875em) {
  #shopify-section-section-home-collection-slider
    .section-home-collection-slider
    .home-collection-slider__block {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    max-height: unset;
  }
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .home-collection-slider__heading {
  color: #beb7a6;
  font-size: 4rem;
  font-family: arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
  text-align: center;
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .home-collection-slider__heading
  span {
  color: #f7921e;
}
@media only screen and (max-width: 37.5em) {
  #shopify-section-section-home-collection-slider
    .section-home-collection-slider
    .home-collection-slider__heading
    span {
    display: none;
  }
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .home-collection-slider__subheading {
  color: inherit;
  font-size: 2.4rem;
  font-family: arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .home-collection-slider__img-wrap {
  overflow: hidden;
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .home-collection-slider__img {
  height: 28rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
@media only screen and (max-width: 46.875em) {
  #shopify-section-section-home-collection-slider
    .section-home-collection-slider
    .home-collection-slider__img {
    height: 30rem;
  }
}
@media only screen and (max-width: 31.25em) {
  #shopify-section-section-home-collection-slider
    .section-home-collection-slider
    .home-collection-slider__img {
    height: 56rem;
  }
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .home-collection-slider__text {
  margin-bottom: 3.2rem;
  color: inherit;
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .home-collection-slider__text
  img {
  margin-top: 0.8rem;
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .home-collection-slider__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 2.4rem 1.6rem;
  position: relative;
  background: #beb7a6;
  color: rgba(79, 77, 77, 0.93);
  width: 100%;
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .home-collection-slider__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#shopify-section-section-home-collection-slider .home-collection-slider__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .owl-carousel
  .owl-stage {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .owl-carousel
  .owl-stage-outer {
  width: 100%;
  margin: 0 auto;
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .owl-theme
  .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5rem;
  display: none;
}
@media only screen and (max-width: 46.875em) {
  #shopify-section-section-home-collection-slider
    .section-home-collection-slider
    .owl-theme
    .owl-dots {
    display: block;
  }
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .owl-theme
  .owl-dots
  .owl-dot.active
  span,
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .owl-theme
  .owl-dots
  .owl-dot:hover
  span {
  background: #f7921e;
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .owl-carousel
  .owl-nav
  button.owl-next,
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .owl-carousel
  .owl-nav
  button.owl-prev {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 7rem;
  background-color: transparent;
}
/* @media only screen and (max-width: 46.875em) {
  #shopify-section-section-home-collection-slider
    .section-home-collection-slider
    .owl-carousel
    .owl-nav
    button.owl-next,
  #shopify-section-section-home-collection-slider
    .section-home-collection-slider
    .owl-carousel
    .owl-nav
    button.owl-prev {
    display: none !important;
  }
} */
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .owl-next {
  right: -8rem;
}
@media only screen and (max-width: 37.5em) {
  #shopify-section-section-home-collection-slider
    .section-home-collection-slider
    .owl-next {
    right: -50px;
  }
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .owl-prev {
  left: -8rem;
}
@media only screen and (max-width: 37.5em) {
  #shopify-section-section-home-collection-slider
    .section-home-collection-slider
    .owl-prev {
    left: -50px;
  }
}
#shopify-section-section-home-collection-slider
  .section-home-collection-slider
  .owl-carousel
  .owl-dots.disabled,
.owl-carousel .owl-nav {
  display: block !important;
}
.loader__icon-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 301;
}
.section-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #45634f;
  z-index: 300;
}
.section-loader .loader__container {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #45634f;
  z-index: 3;
}
.section-loader .loader__img {
  width: 50%;
  visibility: hidden;
}
.section-loader .loader__bg1 {
  background: #333f48;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  visibility: hidden;
  z-index: 2;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:first-child {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
}
.lds-ellipsis div:nth-child(2),
.lds-ellipsis div:nth-child(3) {
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(24px);
    transform: translate(24px);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(24px);
    transform: translate(24px);
  }
}
html.halo-modal-open {
  overflow-y: hidden;
}
html.halo-modal-open .wrapper-overlay {
  display: block;
}
.halo-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(35, 35, 35, 0.8);
}
.halo-modal .modal-overlay {
  position: relative;
  margin: 0.5rem auto;
  pointer-events: none;
  max-width: 84.7rem;
  top: 50vh;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.halo-modal-content {
  position: relative;
  flex-direction: column;
  -webkit-box-orient: vertical;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}
.halo-modal-content,
.halo-modal-content .close {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.halo-modal-content .close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  background-color: #000;
  color: #fff;
  z-index: 2;
}
.halo-modal-content .close:hover {
  background: #e95144;
  color: #fff;
  border-color: #e95144;
}
.halo-modal-body {
  max-height: 81vh;
  overflow: auto;
}
.halo-modal-body::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}
.halo-modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: #e6e6e6;
}
.halo-modal-body::-webkit-scrollbar-thumb {
  background-color: #969696;
}
.ajax-success-modal .modal-overlay {
  max-width: 101rem;
}
@media only screen and (max-width: 56.25em) {
  .ajax-success-modal .modal-overlay {
    max-width: 90%;
  }
}
.ajax-success-modal .halo-modal-body {
  padding: 1.4rem 4rem 1.5rem;
  -webkit-overflow-scrolling: touch;
}
.ajax-success-modal .cart-popup-content .des {
  line-height: 2.7rem;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.ajax-success-modal .cart-popup-content .cart-des {
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.ajax-success-modal .alert-warning {
  padding: 9px 15px 7px;
  margin: 24px 0 15px;
}
.ajax-success-modal .alert-warning,
.ajax-success-modal .cart-empty {
  text-align: center;
  line-height: 2.7rem;
}
.ajax-success-modal .cart-empty a {
  font-weight: 700;
}
.ajax-success-modal .cross {
  width: 1.9rem;
  height: 1.9rem;
}
.ajax-success-modal .cart-modal-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 3rem;
}
.ajax-success-modal .cart-modal-content,
.ajax-success-modal .cart-modal-content .ajax-product {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.ajax-success-modal .cart-modal-content .ajax-product {
  flex-wrap: wrap;
  font-family: Benton Sans Regular, sans-serif;
  color: #99999a;
  font-size: 1.8rem;
  border-top: 1px solid #99999a;
  border-bottom: 1px solid #99999a;
  padding: 4rem 0;
}
@media only screen and (max-width: 46.875em) {
  .ajax-success-modal .cart-modal-content .ajax-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.ajax-success-modal .cart-modal-content .ajax-product-image {
  margin-right: 1rem;
}
@media only screen and (max-width: 46.875em) {
  .ajax-success-modal .cart-modal-content .ajax-product-image {
    margin-right: 0;
  }
}
.ajax-success-modal .cart-modal-content .ajax-product-title {
  color: #45634f;
  padding-right: 0.3rem;
}
.ajax-success-modal .cart-modal-content .ajax-product-title a {
  color: #45634f;
}
.ajax-success-modal .cart-modal-content .ajax-left {
  padding-left: 2rem;
  -webkit-box-flex: 0;
  flex: 0 0 8.4rem;
  margin-top: -0.5rem;
}
.ajax-success-modal .cart-modal-content .ajax-right {
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 8.4rem);
  font-family: Benton Sans Regular, sans-serif;
  color: #99999a;
  font-size: 1.8rem;
  line-height: 2.7rem;
  padding-left: 1rem;
}
.ajax-success-modal .cart-modal-content .ajax-right .ajax-product-title,
.ajax-success-modal .cart-modal-content .ajax-right .message-added-cart {
  display: inline;
}
.ajax-success-modal .cart-modal-content .actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 4.1rem;
}
@media only screen and (max-width: 46.875em) {
  .ajax-success-modal .cart-modal-content .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.ajax-success-modal .cart-modal-content .actions .btn {
  margin: 0 1rem 2rem;
}
@media only screen and (max-width: 46.875em) {
  .ajax-success-modal .cart-modal-content .actions .btn {
    background-color: #45634f;
    color: #fff;
  }
}
.ajax-success-modal .cart-modal-content .actions .btn:hover {
  background: #fff;
  color: #45634f;
}
.nav-mobile__checkbox {
  display: none;
}
.nav-mobile__button {
  display: none;
  background-color: #45634f;
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(51, 51, 51, 0.1);
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 56.25em) {
  .nav-mobile__button {
    display: block;
  }
}
.nav-mobile__background {
  display: none;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  background: #45634f;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 56.25em) {
  .nav-mobile__background {
    display: block;
    top: 2rem;
    left: 1.5rem;
    right: unset;
  }
}
.nav-mobile__nav {
  visibility: hidden;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  opacity: 0;
  width: 0;
  overflow-y: scroll;
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-mobile__nav-wrapper {
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.nav-mobile__list,  
.nav-mobile__nav-wrapper {
  display: -webkit-box;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.nav-mobile__list {
  list-style: none;
  text-align: center;
  width: 100%;
}
.nav-mobile__item,
.nav-mobile__list {
  -webkit-box-align: stretch;
  align-items: strethttps://cordia-hunting.myshopify.com/admin/themes/120369217667?key=templates%2Fblog.liquidch;
}
.nav-mobile__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0.5rem;
}
.nav-mobile__logo {
  width: 35rem;
}
.nav-mobile__link:link,
.nav-mobile__link:visited {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 600;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
/*   background-image: linear-gradient(
    120deg,
    transparent,
    transparent 50%,
    #fff 0
  ); */
  background-size: 220%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
@media only screen and (max-width: 37.5em) {
  .nav-mobile__link:link,
  .nav-mobile__link:visited {
    padding: 0 2rem;
    line-height: 3;
  }
}
.nav-mobile__link:link span,
.nav-mobile__link:visited span {
  margin-right: 1.5rem;
  display: inline-block;
}
/* .nav-mobile__link:active,
.nav-mobile__link:hover {
  background-position: 100%;
  color: #45634f;
} */
@media only screen and (max-width: 37.5em) {
  .nav-mobile__link:active,
/*   .nav-mobile__link:hover {
    background-position: unset;
    color: #fff;
  } */
}
.nav-mobile__checkbox:checked ~ .nav-mobile__background {
  -webkit-transform: scale(80);
  transform: scale(80);
}
.nav-mobile__checkbox:checked ~ .nav-mobile__nav {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.nav-mobile__icon {
  position: relative;
  margin-top: 3.5rem;
}
.nav-mobile__icon,
.nav-mobile__icon:after,
.nav-mobile__icon:before {
  width: 3rem;
  height: 2px;
  background-color: #fff;
  display: inline-block;
}
.nav-mobile__icon:after,
.nav-mobile__icon:before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-mobile__icon:before {
  top: -0.8rem;
}
.nav-mobile__icon:after {
  top: 0.8rem;
}
.nav-mobile__button:hover .nav-mobile__icon:before {
  top: -1rem;
}
.nav-mobile__button:hover .nav-mobile__icon:after {
  top: 1rem;
}
.nav-mobile__checkbox:checked + .nav-mobile__button .nav-mobile__icon {
  background-color: transparent;
}
.nav-mobile__checkbox:checked + .nav-mobile__button .nav-mobile__icon:before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav-mobile__checkbox:checked + .nav-mobile__button .nav-mobile__icon:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.owl-next,
.owl-prev {
  width: 9rem;
  height: 7rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block !important;
  border: 0 solid #000;
}
.owl-prev {
  left: -20px;
}
.owl-next {
  right: -20px;
}
.owl-next i,
.owl-prev i {
  -webkit-transform: scale(2, 5);
  transform: scale(2, 5);
  color: #ccc;
}
.parallax {
  position: relative;
  opacity: 0.7;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section-range-slider {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}
.section-range-slider .range-slider__link {
  margin-top: 4.8rem;
}
.section-range-slider .range-slider {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 75vh;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 37.5em) {
  .section-range-slider .range-slider {
    height: 50vh;
  }
}
.section-range-slider .range-slider__line {
  width: 100%;
  z-index: 2;
  -webkit-appearance: none;
  background: transparent;
}
.section-range-slider .range-slider__line::-webkit-slider-runnable-track {
  width: 100%;
  height: 0;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  border: 0 solid #010101;
}
.section-range-slider .range-slider__line::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  border: 0 solid #010101;
}
.section-range-slider .range-slider__line::-webkit-slider-thumb {
  box-shadow: none;
  border: 0 solid #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-range-slider .range-slider__bullet {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: baseline !important;
  -webkit-box-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 30px;
  font-weight: bolder;
  color: rgba(79, 77, 77, 0.93);
  background: #dadada;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px;
}

.section-range-slider .range-slider__divider {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.section-range-slider .range-slider__text {
  position: absolute;
  bottom: 5%;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  z-index: 3;
  text-transform: uppercase;
  width: auto;
}
@media only screen and (max-width: 46.875em) {
  .section-range-slider .range-slider__text {
    width: 24rem;
    font-size: 3.6rem;
  }
}
.section-range-slider .range-slider__text--left {
  left: 5%;
}
.section-range-slider .range-slider__text--right {
  right: 5%;
}
@media only screen and (max-width: 37.5em) {
  .section-range-slider .range-slider__text--right {
    text-align: right;
  }
}
.section-related-products .related-products {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90vw;
}
.section-related-products .related-products__heading {
  display: block;
  text-align: center;
  margin-top: 15rem;
  margin-bottom: 5rem;
}
.section-related-products .related-products__item {
  width: 30%;
  margin: 0 2rem;
  overflow: hidden;
}
.section-related-products
  .related-products__image-wrap:hover
  .related-products__image-link:before {
  opacity: 1;
  visibility: visible;
}
.section-related-products
  .related-products__image-wrap:hover
  .related-products__image-overlay {
  opacity: 1;
}
.section-related-products .related-products__image-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.section-related-products .related-products__image-overlay-text {
  width: 13rem;
  text-align: center;
  color: #fff;
  background: #45634f;
  padding: 2rem 1rem;
  border-radius: 3rem;
}
.section-related-products .related-products__image-link {
  display: block;
  position: relative;
}
.section-related-products .related-products__image-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  visibility: hidden;
  z-index: 1;
}
.section-related-products .related-products__image {
  display: block;
  width: 100%;
  position: relative;
}
.section-related-products .related-products__description {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 2rem 0;
}
.section-related-products .related-products__name,
.section-related-products .related-products__price {
  color: #45634f;
  text-transform: capitalize;
  font-size: 2rem;
  line-height: 4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-social {
  margin-top: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-social,
.section-social .social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}
.section-social .social {
  position: relative;
  width: 75%;
  padding: 12rem 2rem 3rem 2rem;
}
.section-social .social__banner {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.section-social .social__banner,
.section-social .social__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.section-social .social__heading {
  color: #f7921e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}
.section-social .social__heading span {
  color: #beb7a6;
  font-size: 5rem;
  margin: 0 1rem;
}
.section-social .social__heading span:first-child {
  padding-bottom: 1px;
}
.section-social .social__icon {
  margin-bottom: 1.6rem;
}
.section-social .social__handle {
  color: #beb7a6;
  font-size: 2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 900;
}
.tabs__product-page {
  margin-bottom: 20px;
}
.tabs__product-page .list-tabs {
  margin-bottom: 30px;
  display: -webkit-box;
  display: flex;
}
.tabs__product-page .list-tabs .tab-title {
  margin: 0 -1px 0 0;
}
.tabs__product-page .list-tabs .tab-title:not(:last-child) {
  margin-right: 65px;
}
@media only screen and (max-width: 37.5em) {
  .tabs__product-page .list-tabs .tab-title:not(:last-child) {
    margin-right: auto;
  }
}
.tabs__product-page .list-tabs .tab-links {
  font-size: 16px;
  color: #232323;
  font-weight: 700;
  font-family: arial;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
  padding: 12px 15px 9px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  background-color: #fafafa;
}
.tabs__product-page .list-tabs .tab-links:before {
  position: absolute;
  width: calc(100% + 2px);
  height: 2px;
  content: "";
  top: -1px;
  left: -1px;
}
@media only screen and (min-width: 768px) {
  .tabs__product-page .list-tabs .tab-links:before {
    top: auto;
    bottom: -1px;
    left: 0;
    width: 100%;
  }
}
.tabs__product-page .list-tabs .tab-links.active {
  background-color: hsla(0, 0%, 100%, 0);
  margin-bottom: 0;
}
.tabs__product-page .list-tabs .tab-links.active:before {
  background-color: #232323;
}
@media only screen and (min-width: 992px) {
  .tabs__product-page .list-tabs .tab-links {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .tabs__product-page .list-tabs .tab-links {
    font-size: 14px;
    font-weight: 700;
    border: none;
    background-color: hsla(0, 0%, 100%, 0);
    margin-bottom: 0;
    padding: 16px 0 14px;
  }
}
.tabs__product-page .wrapper-tab-content .tab-title {
  display: none !important;
  border-top: 1px solid red;
}
.tabs__product-page .wrapper-tab-content .tab-links {
  padding: 15px 30px 12px 0;
}
.tabs__product-page .wrapper-tab-content .tab-content {
  display: none;
  color: #5e5e5e;
}
.tabs__product-page .wrapper-tab-content .tab-content.active {
  display: block !important;
}
.tabs__product-page .wrapper-tab-content .tab-content p {
  margin-bottom: 2rem;
  color: inherit;
}
@media only screen and (max-width: 56.25em) {
  .tabs__product-page .wrapper-tab-content .tab-content p {
    margin-bottom: 1rem;
  }
}
.tabs__product-page .wrapper-tab-content .tab-content h4 {
  font-size: 16px;
  font-weight: 500;
  color: #45634f;
  line-height: 16px;
  margin-bottom: 10px;
}
.tabs__product-page .wrapper-tab-content .tab-content ol,
.tabs__product-page .wrapper-tab-content .tab-content ul {
  margin: 0 0 25px;
}
.tabs__product-page .wrapper-tab-content .tab-content ul li {
  margin-bottom: 6px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-family: arial;
}
.tabs__product-page .wrapper-tab-content .tab-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #8c8c8c;
  border-radius: 50%;
  border: none;
  margin-right: 1rem;
  float: left;
}
.tabs__product-page .wrapper-tab-content .tab-content ol li {
  counter-increment: li;
}
.tabs__product-page .wrapper-tab-content .tab-content ol li:before {
  content: counter(li);
  min-width: 17px;
  float: left;
}
.tabs__product-page .wrapper-tab-content .tab-content__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 56.25em) {
  .tabs__product-page .wrapper-tab-content .tab-content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.tabs__product-page .wrapper-tab-content .tab-content__column {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.tabs__product-page .wrapper-tab-content .tab-content__column:not(:last-child) {
  padding-right: 2rem;
}
.tabs__product-page .wrapper-tab-content .tab-content__column:first-child {
  -webkit-box-flex: 0;
  flex: 0 0 60%;
}
.tabs__product-page .wrapper-tab-content .tab-content__column:first-child ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.tabs__product-page .wrapper-tab-content .tab-content__column:first-child li {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  margin-right: auto;
}
@media only screen and (max-width: 37.5em) {
  .tabs__product-page .wrapper-tab-content .tab-content__column:first-child li {
    flex-basis: 100%;
  }
}
.tabs__product-page .wrapper-tab-content .tab-content__column:last-child,
.tabs__product-page .wrapper-tab-content .tab-content__column:nth-child(2) {
  -webkit-box-flex: 0;
  flex: 0 0 20%;
}
.tabs__product-page .wrapper-tab-content .tab-content__heading {
  font-size: 16px;
  color: #232323;
  font-weight: 700;
  font-family: arial;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.tabs__product-page .wrapper-tab-content .tab-content__suggested {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 68.75em) {
  .tabs__product-page .wrapper-tab-content .tab-content__suggested {
    flex-wrap: wrap;
  }
}
.tabs__product-page
  .wrapper-tab-content
  .tab-content__suggested
  .tab-content__heading {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
  min-height: 5.6rem;
}
@media only screen and (max-width: 56.25em) {
  .tabs__product-page
    .wrapper-tab-content
    .tab-content__suggested
    .tab-content__heading {
    margin-bottom: 1rem;
  }
}
.tabs__product-page .wrapper-tab-content .tab-content__suggested .video-block {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 56.25em) {
  .tabs__product-page
    .wrapper-tab-content
    .tab-content__suggested
    .video-block {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 68.75em) {
  .tabs__product-page .wrapper-tab-content .tab-content__suggested .card {
    flex-basis: 48%;
  }
}
@media only screen and (max-width: 56.25em) {
  .tabs__product-page .wrapper-tab-content .tab-content__suggested .card {
    flex-basis: 47%;
  }
}
@media only screen and (max-width: 37.5em) {
  .tabs__product-page .wrapper-tab-content .tab-content__suggested .card {
    flex-basis: 100%;
  }
}
.tabs__product-page .wrapper-tab-content .spr-container {
  padding: 0;
  border: none;
}
.tabs__product-page .wrapper-tab-content .spr-container .spr-header-title {
  display: none;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-summary-actions-newreview {
  min-width: 188px;
  text-align: center;
  display: inline-block;
}
.tabs__product-page .wrapper-tab-content .spr-container .spr-form {
  margin-top: 30px;
  padding-top: 33px;
}
.tabs__product-page .wrapper-tab-content .spr-container .spr-form > form {
  margin-bottom: 50px;
}
.tabs__product-page .wrapper-tab-content .spr-container .spr-form-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #45634f;
  margin-bottom: 24px;
}
.tabs__product-page .wrapper-tab-content .spr-container .spr-form-label {
  font-size: 16px;
  font-weight: 500;
}
.tabs__product-page .wrapper-tab-content .spr-container .spr-form-contact-name,
.tabs__product-page .wrapper-tab-content .spr-container .spr-form-review-title {
  margin-bottom: 18px;
}
.tabs__product-page .wrapper-tab-content .spr-container input[type="email"],
.tabs__product-page .wrapper-tab-content .spr-container input[type="password"],
.tabs__product-page .wrapper-tab-content .spr-container input[type="tel"],
.tabs__product-page .wrapper-tab-content .spr-container input[type="text"],
.tabs__product-page .wrapper-tab-content .spr-container textarea {
  border: 1px solid #cacaca;
  font-size: 1.4rem;
}
.tabs__product-page .wrapper-tab-content .spr-container input[type="email"],
.tabs__product-page .wrapper-tab-content .spr-container input[type="password"],
.tabs__product-page .wrapper-tab-content .spr-container input[type="tel"],
.tabs__product-page .wrapper-tab-content .spr-container input[type="text"] {
  max-width: 370px;
  height: 2.6rem;
  margin-left: 0.5rem;
}
.tabs__product-page .wrapper-tab-content .spr-container textarea {
  max-width: 670px;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-summary-starrating {
  position: relative;
  top: 0.5px;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-form-review-rating {
  margin-bottom: 20px;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-form-review-rating
  label {
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-form-review-rating
  .spr-starrating {
  display: inline-block;
  vertical-align: middle;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-form-review-rating
  .spr-icon {
  width: 16px;
  height: 24px;
  padding: 0;
}
.tabs__product-page .wrapper-tab-content .spr-container .spr-form-review-body {
  margin-bottom: 20px;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-form-review-body
  label {
  margin-bottom: 14px;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-form-actions
  .spr-button-primary {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem 3rem;
  background-color: transparent;
  color: #45634f;
  border: 2px solid #45634f;
  max-width: 190px;
  float: none;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-form-actions
  .spr-button-primary:hover {
  background-color: #45634f;
  color: #fff;
}
.tabs__product-page .wrapper-tab-content .spr-container .spr-summary-caption {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.tabs__product-page .wrapper-tab-content .spr-container .spr-summary {
  line-height: 16px;
}
.tabs__product-page .wrapper-tab-content .spr-container .spr-reviews {
  margin-top: 30px;
  border-color: red;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-reviews
  .spr-review {
  padding: 28px 0 30px;
}
.tabs__product-page .wrapper-tab-content .spr-container .spr-starratings {
  font-size: 16px;
  margin-bottom: 8px;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-review-header-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #45634f;
  margin-bottom: 7px;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-review-header-byline {
  color: #45634f;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 13px;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-review-header-byline
  strong {
  font-weight: 400;
}
.tabs__product-page .wrapper-tab-content .spr-container .spr-review-content {
  line-height: 16px;
  margin: 0;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-review-content-body {
  font-size: 16px !important;
  margin-bottom: 10px;
  color: #4f4d4d;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-review-content-body
  p {
  margin-bottom: 10px;
  color: #4f4d4d;
}
.tabs__product-page
  .wrapper-tab-content
  .spr-container
  .spr-review-reportreview {
  float: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: rgba(233, 81, 68, 0.8);
}
.section-testimonials .testimonials {
  position: relative;
}
.section-testimonials .testimonials__block {
  display: grid;
  position: relative;
  grid-template-columns: 50% 50%;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 65%;
  height: 100%;
  max-height: 45rem;
  margin: 0 auto;
}
@media only screen and (max-width: 46.875em) {
  .section-testimonials .testimonials__block {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    max-height: unset;
  }
}
.section-testimonials .testimonials__heading {
  text-align: center;
  color: #333f48;
  font-family: Paralucent Bold, sans-serif;
  margin-bottom: 4rem;
  text-transform: capitalize;
}
@media only screen and (max-width: 37.5em) {
  .section-testimonials .testimonials__heading {
    font-size: 4rem;
  }
}
.section-testimonials .testimonials__subheading {
  color: #fff;
  font-size: 4rem;
  font-family: Paralucent Bold, sans-serif;
}
.section-testimonials .testimonials__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 46.875em) {
  .section-testimonials .testimonials__img {
    width: 30rem !important;
    height: 30rem !important;
    border-radius: 50%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-testimonials .testimonials__img {
    width: 20rem !important;
    height: 20rem !important;
  }
}
.section-testimonials .testimonials__name {
  margin-bottom: 1.6rem;
  color: inherit;
}
.section-testimonials .testimonials__name img {
  margin-top: 0.8rem;
}
.section-testimonials .testimonials__quote {
  margin-bottom: 4rem;
  color: inherit;
}
@media only screen and (max-width: 37.5em) {
  .section-testimonials .testimonials__quote {
    font-size: 2.4rem;
  }
}
.section-testimonials .testimonials__date {
  margin-bottom: 1.6rem;
  color: inherit;
}
.section-testimonials .testimonials__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: stretch;
  justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 8rem 4rem;
  position: relative;
  background: #333f48;
  color: #fff;
}
@media only screen and (max-width: 46.875em) {
  .section-testimonials .testimonials__content {
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10rem 5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-testimonials .testimonials__content {
    padding: 4rem;
  }
}
.section-testimonials .testimonials__profession {
  font-size: 1.8rem;
  color: #5b5b5b;
  margin-bottom: 2rem;
}
.section-testimonials .testimonials__link-wrap {
  margin-top: 2.4rem;
  -webkit-box-pack: center;
  justify-content: center;
}
.section-testimonials .owl-carousel .owl-stage,
.section-testimonials .testimonials__link-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.section-testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #f3f3f3;
}
.section-testimonials .owl-carousel .owl-nav button.owl-next,
.section-testimonials .owl-carousel .owl-nav button.owl-prev {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 7rem;
  background-color: transparent;
}
.section-testimonials .owl-next {
  right: 0;
}
.section-testimonials .owl-prev {
  left: 0;
}
.section-two-col-banner {
  background: #fff;
}
.section-two-col-banner .two-col-banner__heading {
  font-size: 5.6rem;
  font-family: Paralucent Bold, sans-serif;
  color: #333f48;
  text-transform: capitalize;
  margin-bottom: 1.6rem;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 46.875em) {
  .section-two-col-banner .two-col-banner__heading {
    text-align: center;
  }
}
.section-two-col-banner .two-col-banner__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 8rem 0;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 46.875em) {
  .section-two-col-banner .two-col-banner__row {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-two-col-banner .two-col-banner__row {
    width: 95%;
  }
}
.section-two-col-banner .two-col-banner__row.reverse-cols {
  grid-auto-flow: dense;
}
.section-two-col-banner .two-col-banner__row.reverse-cols :first-child {
  grid-column: 2;
}
.section-two-col-banner .two-col-banner__col {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  padding: 9rem 4rem;
}
@media only screen and (max-width: 46.875em) {
  .section-two-col-banner .two-col-banner__col {
    padding: 2rem 4rem;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 46.875em) {
  .section-two-col-banner .two-col-banner__col:first-child {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (max-width: 46.875em) {
  .section-two-col-banner .two-col-banner__col:last-child {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
.section-two-col-banner .two-col-banner__subheading {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 37.5em) {
  .section-two-col-banner .two-col-banner__block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.section-two-col-banner .two-col-banner__block:not(:last-child) {
  margin-bottom: 2rem;
}
.section-two-col-banner .two-col-banner__text {
  font-size: 1.6rem;
  color: #4f4d4d;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 46.875em) {
  .section-two-col-banner .two-col-banner__text {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-two-col-banner .two-col-banner__text {
    text-align: center;
    margin-bottom: 4rem;
  }
}
.section-two-col-banner .two-col-banner__text span {
  font-weight: 700;
}
.section-two-col-grid {
  background: #fff;
}
.section-two-col-grid .two-col-grid__heading {
  font-size: 5.6rem;
  font-family: Paralucent Bold, sans-serif;
  color: #333f48;
  text-transform: capitalize;
  margin-bottom: 1.6rem;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 37.5em) {
  .section-two-col-grid .two-col-grid__heading {
    text-align: center;
  }
}
.section-two-col-grid .two-col-grid__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 12rem 0;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 46.875em) {
  .section-two-col-grid .two-col-grid__row {
    grid-template-columns: 1fr;
    padding: 8rem 0;
  }
  .section-two-col-grid .two-col-grid__row :first-child {
    grid-column: 1;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-two-col-grid .two-col-grid__row {
    width: 95%;
  }
}
.section-two-col-grid .two-col-grid__row.reverse-cols {
  grid-auto-flow: dense;
}
.section-two-col-grid .two-col-grid__row.reverse-cols :first-child {
  grid-column: 2;
}
@media only screen and (max-width: 46.875em) {
  .section-two-col-grid .two-col-grid__row.reverse-cols :first-child {
    grid-column: 1;
  }
}
.section-two-col-grid .two-col-grid__col {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  padding: 9rem 4rem;
}
@media only screen and (max-width: 46.875em) {
  .section-two-col-grid .two-col-grid__col:first-child {
    -webkit-box-ordinal-group: 2;
    order: 1;
    -webkit-box-align: center;
    align-items: center;
    padding: 4rem;
  }
}
.section-two-col-grid .two-col-grid__subheading {
  font-size: 1.8rem;
  font-weight: 700;
}
.section-two-col-grid .two-col-grid__img-wrap {
  padding: 0;
  background-position: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 46.875em) {
  .section-two-col-grid .two-col-grid__img-wrap {
    background-size: 40%;
  }
}
.section-two-col-grid .two-col-grid__img-wrap img {
  width: 42rem;
  height: 40rem;
  max-width: 45rem;
  max-height: 50rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 37.5em) {
  .section-two-col-grid .two-col-grid__block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.section-two-col-grid .two-col-grid__block:not(:last-child) {
  margin-bottom: 2rem;
}
.section-two-col-grid .two-col-grid__text {
  font-size: 1.6rem;
  color: #4f4d4d;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 37.5em) {
  .section-two-col-grid .two-col-grid__text {
    text-align: center;
    font-size: 2.4rem;
  }
}
.section-two-col-grid .two-col-grid__text span {
  font-weight: 700;
}
.section-visit .visit__heading {
  color: #f7921e;
  text-transform: uppercase;
}
.section-visit .visit__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 2rem;
  width: 100%;
}
.section-visit .visit__col {
  display: grid;
  grid-template-rows: 23rem auto auto 1fr 1fr;
  grid-gap: 2.5rem;
}
@media only screen and (max-width: 37.5em) {
  .section-visit .visit__col {
    justify-items: center;
  }
}
.section-visit .visit__col p {
  color: #333;
  word-break: break-all;
}
@media only screen and (max-width: 37.5em) {
  .section-visit .visit__col p {
    text-align: center;
  }
}
.section-visit .visit__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 31.25em) {
  .section-visit .visit__img {
    -o-object-fit: none;
    object-fit: none;
  }
}
.section-visit .visit__subheading {
  font-weight: 700;
}
.section-visit .visit__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  justify-self: stretch;
  align-self: center;
  font-size: 1.8rem;
  line-height: 1;
}
.footer {
  height: 75vh;
  background: transparent;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4.8rem 2.4rem;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background: transparent;
}
@media only screen and (max-width: 37.5em) {
  .footer__inner {
    grid-template-columns: 1fr;
  }
}
.footer__inner--block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  padding: 2rem 5%;
}
@media only screen and (max-width: 37.5em) {
  .footer__inner--block {
    grid-template-columns: 1fr;
    padding: 4rem 0;
  }
}
.footer__inner--block:first-child {
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .footer__inner--block:first-child {
    -webkit-box-ordinal-group: 2;
    order: 1;
    padding-bottom: 0;
  }
}
.footer__inner--block:last-child form {
  width: 100%;
}
.footer__logo {
  width: 25rem;
  margin-bottom: 4rem;
}
.footer__menu-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 37.5em) {
  .footer__menu-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
@media only screen and (max-width: 37.5em) {
  .footer__menu-container nav:nth-child(2) {
    margin-top: 2.4rem;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
@media only screen and (max-width: 37.5em) {
  .footer__wrap {
    -webkit-box-align: center;
    align-items: center;
  }
}
.footer .nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  width: 24rem;
}
@media only screen and (max-width: 37.5em) {
  .footer .nav {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.footer .nav__item {
  color: #545454;
  padding: 0;
  margin-bottom: 1.6rem;
  height: auto;
  font-weight: 700;
  text-transform: uppercase;
}
.footer .nav__item:hover {
  background: transparent;
  color: #f7921e;
  box-shadow: none;
}
.footer .nav__item:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 46.875em) {
  .footer .nav__item:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .footer .nav__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: transparent;
  z-index: 1;
  position: relative;
}
.footer__bottom--text {
  font-size: 1.4rem;
  text-align: center;
  color: #45634f;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.footer__bg {
  height: 75vh;
  background-size: cover;
  position: relative;
  z-index: 0;
  -webkit-transform: translateY(-38vh);
  transform: translateY(-38vh);
}
.footer__contact-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.footer__contact-form label {
  font-size: 2.4rem;
  color: #4f4d4d;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.footer__contact-input {
  display: -webkit-box;
  display: flex;
  width: 100%;
  border: 2px solid #4f4d4d;
}
.footer__contact-input input {
  padding: 1rem 1.6rem;
  width: 100%;
  font-size: 2rem;
  border: none;
}
.footer__contact-input input::-webkit-input-placeholder {
  color: #545454;
  font-size: 2rem;
}
.footer__contact-input input::-moz-placeholder {
  color: #545454;
  font-size: 2rem;
}
.footer__contact-input input:-ms-input-placeholder {
  color: #545454;
  font-size: 2rem;
}
.footer__contact-input input::-ms-input-placeholder {
  color: #545454;
  font-size: 2rem;
}
.footer__contact-input input::placeholder {
  color: #545454;
  font-size: 2rem;
}
.footer__contact-input button {
  border: none;
}
@media only screen and (max-width: 37.5em) {
  .footer__contact-input button {
    border-radius: 0;
  }
}
.footer__contact-input button:hover {
  background-color: #45634f;
  color: #fff;
}
.footer__contact-checkbox {
  display: flex;
  margin-top: 2.4rem;
}
.footer__contact-checkbox input {
  height: 2rem;
  transform: scale(1.5);
}
.footer__contact-checkbox a {
  font-weight: bold;
}
.footer__contact-checkbox label {
  margin-left: 0.8rem;
  font-size: 1.4rem;
}
.header {
  display: block;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 56.25em) {
  .header {
    height: 10rem;
  }
}
.header.nav-up {
  top: 0;
}
.header.nav-up .header__top-popup {
  -webkit-transform: translateY(-7rem);
  transform: translateY(-7rem);
  z-index: 4;
  opacity: 0;
  margin-bottom: -4rem;
}
.header.nav-up .header__fixed {
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
}
.header.nav-up .header__fixed-logo img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header.nav-up .wrapper-cart-drawer .cart-icon svg {
  fill: #45634f;
}
.header.nav-up .nav__item {
  color: #45634f;
}
.header.nav-up .nav__item.active,
.header.nav-up .nav__item.hover {
  color: #f7921e;
}
.header__top-popup {
  width: 100%;
  font-size: 2.2rem;
  position: relative;
  background: #eee;
  background: #f7921e;
  text-align: center;
  color: #333;
  color: #fff;
  line-height: 4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__fixed {
  position: relative;
  background: transparent;
  background: hsla(0, 0%, 93.3%, 0.25);
  background: #fff;
  width: 100%;
  z-index: 5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0);
}
.header__fixed-logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  height: 7rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  width: 100%;
}
@media only screen and (max-width: 56.25em) {
  .header__fixed-logo {
    width: unset;
    margin-right: auto;
    margin-left: auto;
    order: 1;
  }
}
.header__fixed-logo img {
  width: 18rem;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media only screen and (max-width: 56.25em) {
  .header__fixed-logo img {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .header__fixed-logo img {
    margin-left: 0;
    width: 20rem;
  }
}
.header__fixed-logo--white {
  display: none;
}
.header__fixed-container {
  display: grid;
  grid-template-columns: 20rem 1fr 20rem;
  -webkit-box-align: center;
  align-items: center;
  height: 7rem;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media only screen and (max-width: 56.25em) {
  .header__fixed-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 10rem;
  }
}
.header__fixed-container .menu,
.header__fixed-container .nav {
  -webkit-box-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 56.25em) {
  .header__fixed-container .menu,
  .header__fixed-container .nav {
    display: none;
  }
}
.header__link {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 56.25em) {
  .header__link {
    position: absolute;
    right: 12rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .header__link {
    display: none;
  }
}
.menu,
.nav {
  height: 100%;
  padding: 0;
}
.menu,
.menu .menu-item a,
.menu__item,
.nav,
.nav .menu-item a,
.nav__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.menu .menu-item a,
.menu__item,
.nav .menu-item a,
.nav__item {
  height: 100%;
  color: #45634f;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.8rem;
  line-height: 2rem;
  height: 7rem;
  text-decoration: none;
  font-weight: 700;
  font-family: arial, sans-serif;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu .menu-item a.active,
.menu .menu-item a:hover,
.menu__item.active,
.menu__item:hover,
.nav .menu-item a.active,
.nav .menu-item a:hover,
.nav__item.active,
.nav__item:hover {
  color: #f7921e;
}
.menu .current-menu-item a,
.nav .current-menu-item a {
  color: #4f4d4d;
}
.menu__btn,
.nav__btn {
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
  letter-spacing: 0.18em;
  color: #45634f;
  border: 3px solid #45634f;
  border-radius: 3rem;
  padding: 0.5rem 1.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  font-family: Neuzeit Bold;
}
@media only screen and (max-width: 46.875em) {
  .menu__btn,
  .nav__btn {
    display: none;
  }
}
.menu__btn:hover,
.nav__btn:hover {
  background-color: #45634f;
  color: #fff;
}
.wrapper-cart-drawer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  position: relative;
  height: 7rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .wrapper-cart-drawer {
    order: 2;
    margin-right: 0;
  }
}
.wrapper-cart-drawer .cart-icon {
  color: #fff;
  display: -webkit-inline-box;
  display: inline-flex;
}
.wrapper-cart-drawer .cart-icon svg {
  stroke-width: 0;
  stroke: #fff;
  fill: #45634f;
  width: 3.4rem;
  height: 3.4rem;
  margin-right: 2.6rem;
}
@media only screen and (max-width: 37.5em) {
  .wrapper-cart-drawer .cart-icon svg {
    width: 4rem;
    height: 4rem;
  }
}
.wrapper-cart-drawer .cart-icon .cartCount {
  right: 0.3rem;
  top: 0.65rem;
  line-height: 3rem;
  background-color: #fff;
  color: #45634f;
  position: absolute;
  min-width: 3.5rem;
  min-height: 3rem;
  text-align: center;
  border-radius: 86%;
  z-index: 2;
  font-size: 1.8rem;
  border: 2px solid #45634f;
}
@media only screen and (max-width: 37.5em) {
  .wrapper-cart-drawer .cart-icon .cartCount {
    font-size: 2rem;
  }
}
.section-hero-about .hero__heading {
  text-transform: uppercase;
}
.section-about-banner {
  margin-bottom: 4.8rem;
}
#shopify-section-section-about .section-banner .banner {
  width: 50%;
  padding-top: 2rem;
}
@media only screen and (max-width: 37.5em) {
  #shopify-section-section-about .section-banner .banner {
    width: 100%;
  }
}
#shopify-section-section-about .section-banner .banner__text {
  color: rgba(79, 77, 77, 0.93);
  font-size: 2rem;
}
@media only screen and (max-width: 46.875em) {
  #shopify-section-section-about .section-about-banner {
    margin-bottom: 0;
    padding: 0;
  }
}
#shopify-section-section-about .section-about-banner .about-banner__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 46.875em) {
  #shopify-section-section-about .section-about-banner .about-banner__row {
    min-height: unset;
  }
}
#shopify-section-section-about .section-about-banner .about-banner__col {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 50%;
  margin-right: 4rem;
  z-index: 1;
  padding: 10%;
  min-height: 70rem;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 46.875em) {
  #shopify-section-section-about .section-about-banner .about-banner__col {
    padding: 10% 5% 40rem;
    width: 100%;
    margin-right: 0;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}
#shopify-section-section-about .section-about-banner .about-banner__img {
  position: absolute;
  left: 7%;
  width: 60rem;
  z-index: 2;
}
@media only screen and (max-width: 46.875em) {
  #shopify-section-section-about .section-about-banner .about-banner__img {
    width: 32rem;
    bottom: 4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#shopify-section-section-about .section-about-banner .about-banner__heading {
  font-size: 4rem;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 1.6rem;
}
#shopify-section-section-about .section-about-banner .about-banner__text {
  color: #fff;
  font-size: 2rem;
}
@media only screen and (max-width: 46.875em) {
  #shopify-section-section-about .section-about-banner .about-banner__text,
  #shopify-section-section-about .section-about-banner .about-banner__heading {
    text-align: center;
  }
}
#about-callout {
  background-color: #beb7a6;
  margin-bottom: 8rem;
  max-width: 1440px;
  margin: auto;
}
@media only screen and (max-width: 46.875em) {
  #about-callout .text-btn-banner {
    margin-top: 0;
  }
}
#about-callout .text-btn-banner .banner {
  width: 75%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#about-callout .text-btn-banner .banner__heading {
  color: #fff;
  font-size: 3.2rem;
  text-transform: capitalize;
}
@media only screen and (max-width: 46.875em) {
  #about-callout .text-btn-banner .banner__heading {
    margin-bottom: 3.2rem;
    margin-top: 0rem;
  }
}
body#contact .hero__content {
  background: none;
}
.section-contact-form .contact-form__heading {
  color: #f7921e;
  font-size: 3.2rem;
  text-transform: capitalize;
  text-align: center;
}
.section-contact-form .contact-form__submit {
  display: block;
  margin: 50px auto;
}
.section-contact-form .Form__Input,
.section-contact-form {
  color: #beb7a6;
  border-color: #beb7a6;
  font-size: 2.4rem;
}

.section-contact-form .Form__Input,
.section-contact-form .Form__Textarea {
  color: #beb7a6;
  border-color: #beb7a6;
  font-size: 2.4rem;
  border: 2px solid;
}
.section-contact-form .Form__Input,
.section-contact-form .Form__Textarea::placeholder {
  color: #beb7a6;
}

.section-contact-form .Form__Input::placeholder {
  color: #beb7a6;
}

@media only screen and (max-width: 37.5em) {
  .section-contact-form .Form__Submit {
    display: block;
    margin: 0 auto;
  }
}
#shopify-section-section-home {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#shopify-section-section-home
  .grid_two_col_grid:first-child
  .two-col-grid__row {
  border-bottom: 2px solid #4f4d4d;
}
.section-hero-home {
  margin-bottom: 15rem;
  width: 100%;
}
@media only screen and (max-width: 46.875em) {
  .section-hero-home {
    margin-bottom: 0;
  }
}
.section-hero-home .hero__container {
  height: calc(80vh - 4rem);
}
@media only screen and (max-width: 46.875em) {
  .section-hero-home .hero__container {
    height: calc(65vh - 4rem);
  }
}
.section-hero-home .hero__altitude-bg {
  position: absolute;
  z-index: 3;
  top: 10%;
  left: 2%;
  width: 6.4rem;
}
@media only screen and (max-width: 46.875em) {
  .section-hero-home .hero__altitude-bg {
    top: 5%;
  }
}
.section-hero-home .hero__compass-bg {
  position: absolute;
  z-index: 3;
  bottom: 25%;
  right: 2%;
  width: 14rem;
}
@media only screen and (max-width: 46.875em) {
  .section-hero-home .hero__compass-bg {
    width: 9rem;
    bottom: 5%;
  }
}
.section-hero-home .hero__content--block {
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .section-hero-home .hero__content--block {
    -webkit-box-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 46.875em) {
  .section-hero-home .hero__content--block {
    margin-bottom: 0;
  }
}
.section-hero-home .hero__content--block .hero__heading {
  font-size: 8.4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.3rem;
  text-transform: unset;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 56.25em) {
  .section-hero-home .hero__content--block .hero__heading {
    font-size: 10rem;
    text-align: center;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-hero-home .hero__content--block .hero__heading {
    font-size: 7rem;
  }
}
.section-hero-home .hero__content--block .hero__subheading {
  margin-bottom: 2.4rem;
}
.section-hero__icon-banner,
.section-hero__icon-banner .hero__icon-banner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.section-hero__icon-banner .hero__icon-banner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  background-image: linear-gradient(90deg, #5e5e5e, #5e5e5e);
  width: 65%;
  top: 70vh;
  z-index: 3;
  padding: 3.5rem 6%;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 46.875em) {
  .section-hero__icon-banner .hero__icon-banner {
    width: 100%;
    position: relative;
    top: unset;
    border-radius: 0;
    box-shadow: none;
  }
}
.section-hero__icon-banner .hero__icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-hero__icon-banner .hero__icon-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 46.875em) {
  .section-hero__icon-banner .hero__icon-row {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.section-hero__icon-banner .hero__icon-col {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 2rem;
  width: 25%;
}
@media only screen and (max-width: 31.25em) {
  .section-hero__icon-banner .hero__icon-col {
    width: calc((100% / 2) - 4rem);
  }
}
.section-hero__icon-banner .hero__icon-heading {
  color: #beb7a6;
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  margin-bottom: 2.4rem;
  text-align: center;
}
.section-hero__icon-banner .hero__icon-text {
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
}
.section-hero__icon-banner .hero__icon-img {
  margin-bottom: 1.6rem;
  width: 9rem;
}
.section-home-about .home-about {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.section-home-about .home-about__heading {
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  width: 60%;
  letter-spacing: 0.1em;
}
.section-home-about .home-about__subheading {
  color: #4f4d4d;
  text-align: center;
  text-transform: uppercase;
  font-family: arial, sans-serif;
}
.section-home-about .home-about__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  row-gap: 5rem;
  width: 80%;
  margin: 0 auto;
}
.section-home-about .home-about__card {
  display: grid;
  grid-template-rows: 9rem auto 1fr;
  -webkit-box-align: start;
  align-items: start;
  justify-items: center;
  row-gap: 3rem;
  background: #fff;
  border-radius: 1rem;
  padding: 4rem 2rem;
}
.section-home-about .home-about__image {
  align-self: center;
}
.section-home-about .home-about__text {
  text-align: center;
  color: #4f4d4d;
  font-family: DIN Light, sans-serif;
}
.section-home-video .home-video {
  margin-top: 8rem;
}
.section-banner-home-1 {
  margin-top: 0;
}
.section-banner-home-1 p {
  font-size: 2.4rem;
}
@media only screen and (max-width: 37.5em) {
  .section-banner-home-1 p {
    font-size: 1.8rem;
  }
}
.section-apartment-grid {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 37.5em) {
  .section-apartment-grid {
    margin-bottom: 4rem;
  }
}
.section-apartment-grid .apartment-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.section-apartment-grid .apartment-grid__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media only screen and (max-width: 37.5em) {
  .section-apartment-grid .apartment-grid__gallery {
    grid-template-columns: 1fr;
  }
}
.section-apartment-grid .apartment-grid__col {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 40rem;
  max-height: 60rem;
}
.section-apartment-grid .apartment-grid__col:hover .apartment-grid__content {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(69, 99, 79, 0.5)),
    to(rgba(69, 99, 79, 0.5))
  );
  background: linear-gradient(
    90deg,
    rgba(69, 99, 79, 0.5),
    rgba(69, 99, 79, 0.5)
  );
}
.section-apartment-grid .apartment-grid__col:hover h2 {
  opacity: 1;
}
.section-apartment-grid .apartment-grid__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-apartment-grid .apartment-grid__heading {
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
}
@media only screen and (max-width: 37.5em) {
  .section-apartment-grid .apartment-grid__heading {
    opacity: 1;
  }
}
.section-apartment-grid .apartment-grid__link {
  margin: 6rem 0;
}
.section-apartment-grid .apartment-grid__page-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-home-services .home-services__heading {
  color: #45634f;
  text-transform: uppercase;
}
.section-home-services .home-services__subheading {
  color: #fff;
  text-transform: uppercase;
}
.section-home-services .home-services__row:not(:last-child) {
  margin-bottom: 2rem;
}
.section-home-services .home-services__col {
  width: 60%;
  padding: 4rem 2rem;
}
@media only screen and (max-width: 56.25em) {
  .section-home-services .home-services__col {
    width: 75%;
  }
}
@media only screen and (max-width: 46.875em) {
  .section-home-services .home-services__col {
    width: 100%;
  }
}
.section-home-services .home-services__col--right {
  margin-left: auto;
  text-align: right;
  padding-left: 25%;
  padding-right: 7rem;
  background-image: linear-gradient(
    115deg,
    transparent 30%,
    rgba(69, 99, 79, 0.85) 30% 100%
  );
}
@media only screen and (max-width: 56.25em) {
  .section-home-services .home-services__col--right {
    padding-left: 30%;
  }
}
@media only screen and (max-width: 46.875em) {
  .section-home-services .home-services__col--right {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(69, 99, 79, 0.85)),
      to(rgba(69, 99, 79, 0.85))
    );
    background-image: linear-gradient(
      rgba(69, 99, 79, 0.85),
      rgba(69, 99, 79, 0.85)
    );
  }
}
.section-home-services .home-services__col--left {
  margin-right: auto;
  text-align: left;
  padding-right: 25%;
  padding-left: 7rem;
  background-image: linear-gradient(
    65deg,
    rgba(69, 99, 79, 0.85) 70%,
    transparent 70% 100%
  );
}
@media only screen and (max-width: 56.25em) {
  .section-home-services .home-services__col--left {
    padding-right: 30%;
  }
}
@media only screen and (max-width: 46.875em) {
  .section-home-services .home-services__col--left {
    padding-right: 3rem;
    padding-left: 3rem;
    text-align: center;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(69, 99, 79, 0.85)),
      to(rgba(69, 99, 79, 0.85))
    );
    background-image: linear-gradient(
      rgba(69, 99, 79, 0.85),
      rgba(69, 99, 79, 0.85)
    );
  }
}
.section-home-services .home-services__text {
  color: #fff;
  padding-bottom: 4rem;
}
.section-banner-info .banner-info {
  margin-top: 8rem;
}
.section-banner-info .banner-info__heading {
  color: #45634f;
  text-transform: uppercase;
}
.section-banner-info .banner-info__subheading {
  color: #fff;
}
.section-banner-info .banner-info__row:not(:last-child) {
  margin-bottom: 2rem;
}
.section-banner-info .banner-info__col {
  width: 60%;
  padding: 4rem 2rem;
}
@media only screen and (max-width: 56.25em) {
  .section-banner-info .banner-info__col {
    width: 75%;
  }
}
@media only screen and (max-width: 46.875em) {
  .section-banner-info .banner-info__col {
    width: 100%;
  }
}
.section-banner-info .banner-info__col--right {
  margin-left: auto;
  text-align: right;
  padding-left: 25%;
  padding-right: 7rem;
  background-image: linear-gradient(
    115deg,
    transparent 30%,
    rgba(69, 99, 79, 0.85) 30% 100%
  );
}
.section-banner-info .banner-info__col--left {
  margin-right: auto;
  text-align: left;
  padding-right: 25%;
  padding-left: 7rem;
  background-image: linear-gradient(
    65deg,
    rgba(34, 34, 34, 0.85) 70%,
    transparent 70% 100%
  );
}
@media only screen and (max-width: 56.25em) {
  .section-banner-info .banner-info__col--left {
    padding-right: 30%;
  }
}
@media only screen and (max-width: 46.875em) {
  .section-banner-info .banner-info__col--left {
    padding-right: 3rem;
    padding-left: 3rem;
    text-align: center;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(34, 34, 34, 0.85)),
      to(rgba(34, 34, 34, 0.85))
    );
    background-image: linear-gradient(
      rgba(34, 34, 34, 0.85),
      rgba(34, 34, 34, 0.85)
    );
  }
}
.section-banner-info .banner-info__text {
  color: #fff;
  padding-bottom: 4rem;
}
body.template-page\.performance .hero__content {
  background: none;
}
body.template-page\.performance .section-performance-banner {
  background-size: cover;
  background-position: 50%;
  margin-top: 2rem;
}
body.template-page\.performance .section-performance-banner,
body.template-page\.performance
  .section-performance-banner
  .performance-banner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 12rem 2rem;
  width: 65%;
}
@media only screen and (max-width: 37.5em) {
  body.template-page\.performance
    .section-performance-banner
    .performance-banner {
    width: 95%;
  }
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner__heading {
  text-align: center;
  color: #45634f;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner__heading--color-primary {
  color: #45634f;
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner__heading--color-secondary {
  color: #f7921e;
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner__heading--color-white {
  color: #fff;
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner__subheading {
  font-size: 2.4rem;
  color: #beb7a6;
  font-family: arial, sans-serif;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 1.6rem;
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner__subheading--color-primary {
  color: #45634f;
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner__subheading--color-secondary {
  color: #f7921e;
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner__subheading--color-tertiary {
  color: #333f48;
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner__subheading--color-white {
  color: #fff;
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner__text {
  color: #5e5e5e;
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
  font-family: DIN Light, sans-serif;
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner__text--color-primary {
  color: #45634f;
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner__text--color-secondary {
  color: #f7921e;
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner__text--color-white {
  color: #fff;
}
body.template-page\.performance
  .section-performance-banner
  .performance-banner__text--color-black {
  color: #4f4d4d;
}
body.template-page\.performance
  .section-performance-image-banner
  .performance-image-banner__img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 50rem;
  width: 100%;
}
body.template-page\.performance
  .section-performance-image-banner
  .performance-image-banner__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  height: 50rem;
  background: #45634f;
}
body.template-page\.performance
  .section-performance-image-banner
  .performance-image-banner__row
  span {
  font-size: 5.6rem;
  color: #fff;
  line-height: 1.2;
  z-index: 1;
}
body.template-page\.performance
  .section-performance-image-banner
  .performance-image-banner__heading {
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
body.template-page\.performance
  .section-performance-image-banner
  .performance-image-banner__heading--1:hover {
  color: #f7921e;
}
body.template-page\.performance
  .section-performance-image-banner
  .performance-image-banner__heading--1:hover
  ~ .performance-image-banner__img--2 {
  opacity: 0;
}
body.template-page\.performance
  .section-performance-image-banner
  .performance-image-banner__heading--2:hover {
  color: #f7921e;
}
body.template-page\.performance
  .section-performance-image-banner
  .performance-image-banner__heading--2:hover
  ~ .performance-image-banner__img--1 {
  opacity: 0;
}
body.template-page\.performance .section-performance-feature {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(40%, rgba(205, 187, 167, 0.18)),
    to(#cdbba7)
  );
  background-image: linear-gradient(
    180deg,
    #fff 0 40%,
    rgba(205, 187, 167, 0.18) 40%,
    #cdbba7
  );
}
@media only screen and (max-width: 37.5em) {
  body.template-page\.performance .section-performance-feature {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #fff),
      color-stop(40%, rgba(205, 187, 167, 0.18)),
      to(#cdbba7)
    );
    background-image: linear-gradient(
      180deg,
      #fff 0 25%,
      rgba(205, 187, 167, 0.18) 40%,
      #cdbba7
    );
  }
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 12rem;
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__heading {
  font-size: 2.5rem;
  color: #45634f;
  width: 65%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 37.5em) {
  body.template-page\.performance
    .section-performance-feature
    .performance-feature__heading {
    width: 90%;
  }
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__image-container {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__image-container
  span {
  color: #545454;
  position: absolute;
  border-bottom: 3px solid rgba(79, 77, 77, 0.93);
  font-size: 2.4rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__image {
  width: 80%;
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__sweat {
  top: 27%;
  left: 5%;
  width: 16%;
}
@media only screen and (max-width: 37.5em) {
  body.template-page\.performance
    .section-performance-feature
    .performance-feature__sweat {
    left: 3%;
    top: 15%;
  }
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__airflow {
  top: 25%;
  right: 5%;
  width: 19%;
  text-align: right;
}
@media only screen and (max-width: 37.5em) {
  body.template-page\.performance
    .section-performance-feature
    .performance-feature__airflow {
    top: 13%;
    right: 3%;
  }
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__bodyheat {
  top: 78%;
  left: 5%;
  width: 30%;
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__subheading {
  font-weight: 700;
  margin-bottom: 4rem;
  color: #545454;
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__feature-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  padding: 2rem 4rem;
}
@media only screen and (max-width: 31.25em) {
  body.template-page\.performance
    .section-performance-feature
    .performance-feature__list {
    width: 100%;
    margin-left: 0;
  }
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__list-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding: 1.25rem 5%;
}
@media only screen and (max-width: 37.5em) {
  body.template-page\.performance
    .section-performance-feature
    .performance-feature__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__icon {
  padding-right: 2rem;
  width: 81px;
}
@media only screen and (max-width: 37.5em) {
  body.template-page\.performance
    .section-performance-feature
    .performance-feature__icon {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__item {
  font-weight: 700;
  text-align: center;
  color: #545454;
  font-size: 2rem;
}
body.template-page\.performance
  .section-performance-feature
  .performance-feature__note {
  padding-top: 8rem;
  padding-bottom: 2rem;
  color: #545454;
  font-size: 2rem;
}
.section-product {
  padding-top: 11rem;
}
@media only screen and (max-width: 56.25em) {
  .section-product {
    padding-top: 14rem;
  }
}
.section-product .Product__InfoWrapper {
  top: 11rem;
}
.section-product .product__heading {
  color: #45634f;
  font-family: arial;
}
.section-product .product__description {
  font-size: 1.6rem;
  color: #333f48;
}
@media only screen and (max-width: 37.5em) {
  .section-product .product__description {
    font-size: 2.4rem;
  }
}
.section-product .product__btn-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.section-product .Price {
  font-size: 2.4rem;
  font-weight: bold;
}
.section-product .Price,
.section-product .ProductMeta__ShareTitle {
  font-family: arial, sans-serif;
}
.section-product .ProductForm {
  margin-top: 16px;
}
.section-product .ProductForm__Option--labelled {
  margin-bottom: 32px;
}
.section-product .ProductForm__Item span,
.section-product .QuantitySelector {
  color: #333f48;
}
.section-product .QuantitySelector {
  border: none;
}
.section-product .QuantitySelector svg {
  stroke-width: 2.5px;
}
.section-product .QuantitySelector__Button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 3rem;
  width: 4rem;
  border: 1px solid #000;
  padding: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .section-product .QuantitySelector__Button {
    height: 6rem;
    width: 6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-product .QuantitySelector__CurrentQuantity,
  .section-product .Rte {
    font-size: 2.4rem;
  }
}
.section-product .ProductForm__Label {
  font-size: 1.6rem;
  color: #333f48;
}
@media only screen and (max-width: 37.5em) {
  .section-product .ProductForm__Label,
  .section-product .SizeSwatch {
    font-size: 2.4rem;
  }
}
.section-product .SizeSwatch {
  min-width: 43px;
}
@media only screen and (max-width: 62.5em) {
  .section-product .SizeSwatch {
    min-width: 57px;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-product .SizeSwatch {
    min-width: 51px;
  }
}
.section-product .ProductForm__AddToCart,
.section-product .shopify-payment-button__button {
  padding: 1.6rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 37.5em) {
  .section-product .ProductForm__AddToCart,
  .section-product .shopify-payment-button__button {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-product .ProductForm__AddToCart {
    width: 100%;
  }
}
.section-product .Product__Tabs .Collapsible__Content {
  color: #333f48;
  font-size: 1.6rem;
}
.section-product .ProductMeta__ShareItem {
  opacity: 1;
  -webkit-transform: unset;
  transform: unset;
}
.section-product .shopify-payment-button {
  text-align: left;
  margin-top: 0;
}
.section-product #shopify-product-reviews .spr-summary-actions-newreview,
.section-product #shopify-product-reviews input.spr-button-primary,
.section-product .ProductForm__AddToCart,
.section-product .shopify-payment-button__button {
  display: inline-block;
  background-color: #f7921e;
  color: #fff;
  padding: 0.5rem 3.5rem;
  line-height: 2.6rem;
  letter-spacing: 0.18em;
  text-align: center;
  font-family: arial;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  border: 3px solid #f7921e;
  margin-top: 10px;
  width: unset;
}
@media only screen and (max-width: 37.5em) {
  .section-product #shopify-product-reviews .spr-summary-actions-newreview,
  .section-product #shopify-product-reviews input.spr-button-primary,
  .section-product .ProductForm__AddToCart,
  .section-product .shopify-payment-button__button {
    padding: 2rem 3.5rem;
  }
}
.section-product #shopify-product-reviews .spr-summary-actions-newreview:hover,
.section-product #shopify-product-reviews input.spr-button-primary:hover,
.section-product .ProductForm__AddToCart:hover,
.section-product .shopify-payment-button__button:hover {
  background-color: #fff;
  color: #333f48;
}
.section-product #shopify-product-reviews .spr-summary-actions-newreview:before,
.section-product #shopify-product-reviews input.spr-button-primary:before,
.section-product .ProductForm__AddToCart:before,
.section-product .shopify-payment-button__button:before {
  display: none;
}
.section-product .ProductForm__AddToCart {
  width: 100%;
  background-color: #4f4d4d;
  border-color: #4f4d4d;
}
.section-product .spr-badge {
  color: #333f48;
}
@media only screen and (max-width: 37.5em) {
  .section-product .spr-badge,
  .section-product .spr-review-header-byline,
  .section-product .spr-review-header-title {
    font-size: 2.4rem;
  }
}
.section-product .ProductForm__Variants {
  margin-top: 32px;
}
.section-product .ProductForm__Inventory {
  font-style: normal;
  font-size: 2rem;
}
.section-product-attributes {
  margin-bottom: 3.2rem;
}
.section-product-attributes .product-attributes__row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 46.875em) {
  .section-product-attributes .product-attributes__row {
    grid-template-columns: 1fr;
  }
}
.section-product-attributes .product-attributes__col {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 46.875em) {
  .section-product-attributes .product-attributes__img {
    width: 100%;
    max-height: 40vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (max-width: 46.875em) {
  .section-product-attributes .product-attributes__content-wrap {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
.section-product-attributes .product-attributes__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 10%;
}
.section-product-attributes .product-attributes__heading {
  font-size: 4rem;
  margin-bottom: 1.6rem;
}
.section-product-attributes .product-attributes__text {
  margin-bottom: 1.6rem;
}
#shopify-product-reviews {
  margin: 0 auto 4rem !important;
}
#shopify-product-reviews .spr-container {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 95%;
}
#shopify-product-reviews .spr-header {
  align-self: center;
  width: unset;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 37.5em) {
  #shopify-product-reviews .spr-header {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#shopify-product-reviews .spr-content {
  padding: 5%;
  background: #f3f3f3;
}
#shopify-product-reviews .spr-form-input,
#shopify-product-reviews .spr-form-input::placeholder,
#shopify-product-reviews .spr-form-label {
  font-size: 13px;
  font-family: arial, sans-serif;
  letter-spacing: 0;
}
#shopify-product-reviews .spr-form-label {
  text-transform: capitalize;
}
#shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-pagination .spr-pagination-prev a:not([disabled]),
#shopify-product-reviews .spr-pagination .spr-pagination-next a:not([disabled]),
#shopify-product-reviews .spr-form-actions input[type="submit"] {
  display: inline-block;
  background-color: #f7921e;
  color: #fff;
  padding: 0.5rem 3.5rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.18em;
  text-align: center;
  font-family: arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 3px solid #f7921e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
#shopify-product-reviews
  .spr-pagination
  .spr-pagination-prev
  a:not([disabled]):before,
#shopify-product-reviews
  .spr-pagination
  .spr-pagination-next
  a:not([disabled]):before {
  display: none;
}
@media only screen and (max-width: 37.5em) {
  #shopify-product-reviews .spr-summary-actions-newreview,
  #shopify-product-reviews .spr-form-actions input[type="submit"] {
    padding: 2rem 3.5rem;
    font-size: 2.4rem;
    width: 100%;
  }
}
#shopify-product-reviews .spr-summary-actions-newreview:hover,
#shopify-product-reviews
  .spr-pagination
  .spr-pagination-prev
  a:not([disabled]):hover,
#shopify-product-reviews
  .spr-pagination
  .spr-pagination-next
  a:not([disabled]):hover {
  background-color: #fff;
  color: #45634f;
}
#shopify-product-reviews .spr-summary-actions-newreview:hover svg {
  fill: #f7921e;
}
#shopify-product-reviews .spr-pagination {
  display: block;
}
#shopify-product-reviews .spr-pagination > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#shopify-product-reviews .spr-pagination .spr-pagination-prev {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 6rem;
}
#shopify-product-reviews .spr-pagination .spr-pagination-next {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 6rem;
}
#shopify-product-reviews .spr-pagination .spr-pagination-page {
  font-size: 14px;
}
#shopify-product-reviews
  .spr-pagination
  .spr-pagination-page:not(:last-of-type) {
  margin-right: 1rem;
}
#shopify-product-reviews .new-review-form {
  margin-top: 6.4rem;
}
.ProductMeta__PriceList .spr-badge .spr-icon {
  font-size: 10px;
  color: #f7a921;
}
.ProductMeta__PriceList .spr-badge .spr-icon + .spr-icon {
  margin-left: 3px;
}
@media only screen and (max-width: 37.5em) {
  .ProductMeta__PriceList .spr-badge .spr-badge-caption {
    font-size: 1.4rem;
  }
}
.section-recommendations .recommendations__heading {
  color: #f7921e;
}
.section-recommendations .recommendations__link {
  margin-top: auto;
  margin-bottom: 5px;
  position: absolute;
 bottom: 4rem;
}
.section-recommendations .flickity-viewport {
  overflow: unset;
}
@media screen and (min-width: 1240px) {
  .section-recommendations .ProductList--carousel .Carousel__Cell {
    width: 50%;
  }
}
.section-recommendations .ProductItem {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
  margin-bottom: 4rem;
}
.section-recommendations .ProductItem__Wrapper {
  height: 100%;
}
.section-recommendations .ProductItem__Info {
 display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 2rem;
    height: 24rem;
}
.section-recommendations .ProductItem__Title {
  font-size: 2.4rem;
  color: #45634f;
  text-transform: unset;
  margin-bottom: 1.6rem;
  font-weight: 700;
  letter-spacing: 0rem;
  line-height: 3rem;
}

.section-recommendations .ProductItem__Price {
  font-family: arial;
  font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.section-recommendations .ProductItem__PriceList {
  margin-bottom: 1.6rem;
  position: absolute;
  bottom: 9rem;
}
  
.section-hero-shop .hero__heading {
  text-transform: uppercase;
}
.section-hero-shop .hero__content {
  background: none;
}
#shopify-section-section-shop .section-banner .banner {
  width: 75%;
}
@media only screen and (max-width: 46.875em) {
  #shopify-section-section-shop .section-banner .banner {
    width: 100%;
  }
}
#shopify-section-section-shop .section-banner .banner__heading {
  font-size: 4rem;
  color: rgba(79, 77, 77, 0.93);
  text-transform: unset;
  font-weight: 100;
  width: 650px;
  margin-top: 0rem;
}
@media only screen and (max-width: 46.875em) {
  #shopify-section-section-shop .section-banner .banner__heading {
    width: auto;
  }
}
.section-collection .collection,
.section-collection .shop-products,
.section-shop-products .collection,
.section-shop-products .shop-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
}

.section-collection .collection,
.section-collection .shop-products-books,
.section-shop-products .collection,
.section-shop-products .shop-products-books {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 2fr));
  width: 100%;
  padding-top: 2rem;
  margin: auto;
}

.shop-products-media {
  width: 100%;
  object-fit: cover;
  height: 50rem;
}

.shop-products__img {
  position: relative;
  object-fit: cover;
}

.shop-products__img-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-shop-products {
  max-width: 1474px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.section-collection .collection__col,
.section-collection .shop-products__col,
.section-shop-products .collection__col,
.section-shop-products .shop-products__col {
  margin: 2rem;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}
.section-collection .collection__icon,
.section-collection .shop-products__icon,
.section-shop-products .collection__icon,
.section-shop-products .shop-products__icon {
  margin: 1.6rem 0;
}
.section-collection .collection__heading,
.section-collection .shop-products__heading,
.section-shop-products .collection__heading,
.section-shop-products .shop-products__heading {
  font-size: 2.4rem;
   color: #45634f;
  text-transform: unset;
  margin-bottom: 1.6rem;
  text-align: center;
  font-weight: 700;
    letter-spacing: 0rem;
    line-height: 3rem;
}


.section-collection .collection__content,
.section-collection .shop-products__content,
.section-shop-products .collection__content,
.section-shop-products .shop-products__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 4rem 2rem;
  text-align: center;
}
.section-collection .collection__price,
.section-collection .shop-products__price,
.section-shop-products .collection__price,
.section-shop-products .shop-products__price {
  font-size: 2rem;
  margin-bottom: 1.6rem;
  color: #4f4d4d;
}
/*# sourceMappingURL=style.css.map */

.ProductItem__Title .Heading {
  font-family: arial;
  font-size: 9.4rem;
}

.contact_info {
  text-align: center;
  width: 60%;
  padding-bottom: 10rem;
  margin: auto;
  font-size: 2rem;
}

.shopify-challenge__container {
  padding-top: 12rem;
}

.shop-now__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  padding: 4rem 0;
}

body.template-collection .PageHeader {
  padding-top: 12rem;
}
body.template-collection .ProductItem__Title {
  font-size: 1.6rem;
}
body.template-collection .ProductItem__PriceList {
  margin-bottom: 1.6rem;
}
.section-img-banner .img-banner {
  display: -webkit-box;
  display: flex;
  height: 60rem;
}
.section-img-banner .img-banner__img {
  object-fit: cover;
}
body.template-list-collections {
  padding-top: 12rem;
}
body.template-list-collections #section-list-collections-template {
  padding-top: 4rem;
}
body.template-list-collections
  #section-list-collections-template
  .CollectionItem__Content
  .SectionHeader__Heading {
  font-family: arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
}
body.template-list-collections
  #section-list-collections-template
  .CollectionItem__Content
  .CollectionItem__Link {
  border-color: #f7921e;
  color: #fff;
}
body.template-list-collections
  #section-list-collections-template
  .CollectionItem__Content
  .CollectionItem__Link:hover {
  color: #f7921e;
}
body.template-collection .PageHeader .SectionHeader__Heading {
  font-family: arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #45634f;
}
body.template-collection .CollectionMain .ProductItem {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}
body.template-collection .CollectionMain .ProductItem .ProductItem__Info {
  padding-bottom: 20px;
}
body.template-collection
  .CollectionMain
  .ProductItem
  .ProductItem__Info
  .ProductItem__Title {
    font-size: 2.4rem;
    color: #45634f;
    text-transform: unset;
    margin-bottom: 1.6rem;
    font-weight: 700;
    letter-spacing: 0rem;
    line-height: 3rem;
}
  
body.template-collection
  .CollectionMain
  .ProductItem
  .ProductItem__Info
  .ProductItem__Price {
  font-size: 2rem;
  color: #4f4d4d;
}
.page-container {
  background-size: contain;
  background-repeat: no-repeat;
}
.page-container.bg-repeat {
  background-repeat: repeat-y;
}
body.template-index .instagram-wrapper {
  margin-bottom: 0;
  padding-bottom: 0.8rem;
}
body.template-index .instagram-wrapper,
body.template-index .shop-now__container {
  background: #fff;
}
.section-product-video .product-video__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.section-product-video .product-video__title {
  text-align: center;
  margin-bottom: 1.6rem;
  font-weight: 300;
}
.section-product-video .product-video__content {
  text-align: center;
  margin-bottom: 1.6rem;
  max-width: 98rem;
  padding: 0 24px;
}
.section-product-video .product-video__content > * {
  color: #4f4d4d;
}
.section-product-video .product-video__video-wrap {
  width: 75%;
  margin-top: 6rem;
  margin-bottom: 8rem;
}
.section-product-video .product-video__video-wrap iframe {
  width: 100%;
  height: 60rem;
}
@media only screen and (max-width: 37.5em) {
  .section-product-video .product-video__video-wrap iframe {
    height: 36rem;
  }
  .section-product-video .product-video__video-wrap {
    width: 100%;
  }
}
.section-product .sizing-guide-toggle {
  font-size: 1.6rem;
  font-family: arial, sans-serif;
  text-transform: capitalize;
  color: #aeaeae;
  text-decoration: underline;
  float: right;
  margin-top: 1rem;
}
.section-product .sizing-guide-toggle:hover {
  color: #f7921e;
}
@media only screen and (max-width: 37.5em) {
  .section-product .sizing-guide-toggle {
    font-size: 2.4rem;
    float: none;
    margin-top: 3.2rem;
  }
}
.section-sizing-guide {
  background: #fff;
  z-index: 101;
  box-shadow: 2px 0 10px rgb(54 54 54 / 20%);
  width: 60%;
  top: 60%;
  min-width: 340px;
}
@media only screen and (max-width: 56.25em) {
  .section-sizing-guide {
    width: 80%;
  }
}
@media only screen and (max-width: 31.25em) {
  .section-sizing-guide {
    width: 95%;
  }
}
.section-sizing-guide .sizing-guide__inner {
  position: relative;
}
.section-sizing-guide .sizing-guide__title {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.section-sizing-guide .sizing-guide__product-name {
  color: #4f4d4d;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}
.section-sizing-guide .sizing-guide__table {
  width: 80%;
  border-collapse: collapse;
  margin: 0 auto;
}
@media only screen and (max-width: 56.25em) {
  .section-sizing-guide .sizing-guide__table {
    width: 90%;
  }
}
.section-sizing-guide table,
.section-sizing-guide th,
.section-sizing-guide td {
  border: 1px solid #4f4d4d;
  text-align: center;
  font-size: 2rem;
  color: #4f4d4d;
  vertical-align: middle;
}
.section-sizing-guide .sizing-guide__head {
  height: 4rem;
}
.section-sizing-guide tr:not(.sizing-guide__head) {
  height: 5rem;
}
.section-sizing-guide th {
  text-transform: uppercase;
  font-weight: bold;
}
.section-sizing-guide td:not(.sizing-guide__size-name) {
}
.section-sizing-guide .sizing-guide__size-name {
  font-weight: bold;
}
button.Cart__Checkout.Button.Button--primary.Button--full {
  background-color: #4f4d4d;
}
.Drawer .Cart__Checkout.Button.Button--primary span {
  color: #fff;
  font-family: arial, sans-serif;
}
shopify-payment-terms {
  color: #535454;
  margin-bottom: 22px;
}
@media only screen and (max-width: 37.5em) {
  shopify-payment-terms {
    font-size: 2rem;
  }
}
.Drawer .CartItem__Title {
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: capitalize;
  color: #45634f;
  letter-spacing: 0;
}
.Drawer .CartItem__Variant {
  font-size: 1.6rem;
  color: #4f4d4d;
}
.Drawer .CartItem__Price {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0;
}
.Drawer .CartItem__Remove {
  font-size: 1.6rem;
}
.Drawer .QuantitySelector__CurrentQuantity {
  font-size: 14px;
}
.Drawer .Cart__NoteButton {
  font-size: 1.6rem;
  display: none;
}
.Drawer .Cart__Taxes {
  font-size: 1.8rem;
   display: none;
}
.Drawer .Cart__Checkout {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.18rem;
}

.main-menu-item{
  list-style-type: none;
}
  
.subMenu{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.header.nav-up .nav__item:hover {
  color: #f7921e;
}
  
#dropdown7:hover .subMenu {
  display: block;
} 

.main-menu-item.accordion .nav-mobile__link {
  width: auto;
}
.main-menu-item.accordion.db-active,
.main-menu-item.accordion.active {
  background: #fff;
}
.main-menu-item.accordion.db-active > .nav-mobile__link {
  color: #f7921e;
}
.accordion {
  position: relative;
}

#dropdown5:after {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  top: 3rem;
  width: 42px;
  height: 28px;
  background-image: url("/cdn/shop/files/white-arrow.svg?v=1645994989");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: transform .1s ease-in-out;
}

#dropdown5:hover:after,
#dropdown5.active:after {
  background-image: url("/cdn/shop/files/grey-arrow.svg?v=1645994989");
}

#dropdown5.db-active:after {
  background-image: url("/cdn/shop/files/grey-arrow.svg?v=1645994989");
  transform: scale(-1);
}
  
.subMenu2{
  display: none;
  position: absolute;
  position: inherit;
  background-color: #ffffff;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
  
/* #dropdown5:hover .subMenu2 {
  display: block;
} */
/* 
#dropdown5:hover .mobil-arrow {
  filter: opacity(0) drop-shadow(0 0 0 orange);
}  */
  
.nav-mobile__nav-wrapper {
  display: flex;
  justify-content: flex-start;
  padding-top: 18rem;
}

.nav-mobile__link.sub_link{
	color:#686868;
}
.nav-mobile__link.active{
    background: #fff;
    color: #686868;
}

.nav-mobile__list .main-menu-item:hover,
.nav-mobile__list .main-menu-item:focus{
	background: #fff;
}

.nav-mobile__list .main-menu-item:hover > .nav-mobile__link,
.nav-mobile__list .main-menu-item:focus > .nav-mobile__link{
color: orange;
}

.sub_link.active2       
{
 color: orange;
}  


.sub_link:hover       
{
 color: orange;
}    

body.mobile-nav-open {
  overflow: hidden;
}
  
.mobil-arrow{
  margin: 17px 0 0 0; width: 42px;
  position: absolute;
  margin: 0;
  right: 2rem;
}  

.mobil-arrow2{
  margin: 22px 0 0 0;
    width: 30px;
   display: none;
}    

a.nav-mobile__link.active .mobil-arrow {
    display: none;
}
a.nav-mobile__link.active .mobil-arrow2 {
    display: inline;
}  
  
.categories-menu {
    display: flex;
    margin-top: 10px;
    text-align: center;
    justify-content: space-around;
    width: 80%;
    margin-left: 10%;
}
       
 .categories-menu > li{
    display: inline;
    border: 2px solid #4c4c4c;
    font-size: 15px;
    color: #fff;
    font-weight: 800;
    background-color: #4c4c4c;
    margin: 2px;
    font-family: arial, system-ui;
    width: 20%;
    letter-spacing: 2px;
    padding: 3px;
    text-transform: uppercase;
     align-content: center!important;
}

.category-menue-section {
  
  text-align:center;
  padding: 30px 20px;
}

.categories-menu > li:hover,
.categories-menu > li.active2,
.categories-menu > li.active-mobile-filter       
 {
 background-color: #ffffff;
 color:  #45634f;
}       


.category-header {       
	margin-top: 1%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #4c4c4c;
    font-family: inherit;
}      
       
.dropbtn {
  	display: none;
    background-color: #4c4c4c;
    color: white;
    padding: 10px;
    font-size: 19px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    letter-spacing: 3px;
    
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content > li {
    color: #4a4a4a;
    padding: 5px;
    text-decoration: none;
    display: flex;
    list-style-type: none;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}       
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
       
@media only screen and (max-width: 600px) {
  .dropbtn {
    display: block;
  }
  .categories-menu {
    width: 100%!important;
    margin-left: 0%!important;
}

}


.categories__filter-btn {
  cursor: pointer;
}
#dropdown-content .categories__filter-btn.active-mobile-filter,
#dropdown-content .categories__filter-btn:hover {
  color: #45634f;
}
.section-shop-products-all .shop-products {
  display: none;
}
.section-shop-products-all .shop-products.active-filter {
  display: grid;
}
.shop-products__color-quantity {
  font-size: 1.5rem;
  color: #6a6a6a;
  margin-top: 1.6rem;
  letter-spacing: 1px;
  font-weight:600;
  position: absolute;
  bottom: 10px;
}

  .shop-products__color-quantity_shop {
  font-size: 1.5rem;
  color: #6a6a6a;
  margin-top: 1.6rem;
  letter-spacing: 1px;
  font-weight:600;
  position: relative;
  bottom: 0px;
}
.shop-products__sold-out .shop-products__img img {
  filter: grayscale(1);
}
.shop-products__sold-out-label {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #6a6a6a;
  background-color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  padding: 0.6rem 2rem;
  white-space: nowrap;
  z-index: 1;
}

/* COLLECTIONS PAGE STYLES */
body.template-collection .ProductListWrapper {
  max-width: 1474px;
  margin: 0 auto;
}
body.template-collection .ProductList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
body.template-collection .ProductList--grid .Grid__Cell {
  display: flex;
  flex-direction: column;
  margin: 2rem;
  width: auto;
  padding-left: 0;
}
body.template-collection .ProductList--grid .ProductItem {
  height: 100%;
}
body.template-collection .ProductList--grid .ProductItem__Wrapper {
  height: 100%;
}
body.template-collection .ProductItem__LabelList,
body.template-collection .ProductItem__ColorSwatchList {
  display: none;
}
body.template-collection .ProductList--grid .ProductItem .ProductItem__Info {
  padding: 4rem 2rem;
}
body.template-collection .CollectionMain .ProductList--grid .ProductItem .ProductItem__Title {
  color: #45634f;
}
body.template-collection .CollectionMain .ProductList--grid .ProductItem .ProductItem__Price {
  color: #6a6a6a;
}
body.template-collection .CollectionMain .ProductList--grid .ProductItem .ProductItem__Price.Price--highlight {
  color: #f94c43;
}
body.template-collection .CollectionMain .ProductList--grid .shop-products__icon {
  margin: 1.6rem 0;
}