* {
  box-sizing: border-box;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  background-color: #FFF7F2;
  color: #2E6680;
  position: relative;
  font-family: "L10", "Helvetica", "Arial";
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.4;
  overflow-x: hidden;
}

body.woocommerce-page {
  background-color: #fff;
}

body.woocommerce-page .wrapper {
  padding-top: 95px;
}

img {
  width: auto;
  height: auto;
}

a {
  color: #2E6680;
}

.wrapper {
  padding: 65px 0 95px;
  flex: 1;
  position: relative;
  width: 100%;
}

.inner,
.content-module {
  width: 100%;
  margin: auto;
  position: relative;
}

.inner {
  padding: 0 60px;
}

main {
  position: relative;
}

.cta-button {
  font-weight: 400;
  font-size: 1.5rem;
  border: 1px solid #d29783;
  border-style: none;
  border-width: 0;
  background-clip: border-box;
  border-radius: 40px;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-family: "L10", "Helvetica", "Arial";
  background: #dea38f;
  padding: 17px 50px;
  color: #fff;
  text-decoration: none;
  line-height: 18px;
  display: inline-block;
}

.is-hidden {
  display: none !important;
}

.product_modal {
  position: fixed;
  top: 100px;
  left: 100px;
  right: 100px;
  bottom: 100px;
  background: white;
  border: 2px solid #000;
  z-index: 99;
}
.product_modal-list, .product_modal-customize {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product_modal-list-content {
  overflow: auto;
  flex: 1;
}

button, .button, .minicart-button {
  font-size: 1.3rem;
  font-family: "L10", "Helvetica", "Arial";
  padding: 11px 33px;
  color: #2E6680;
  background-color: #FBE6D8;
  border: none;
  box-shadow: none;
  cursor: pointer;
  border-radius: 42px;
  text-decoration: none;
  font-weight: 600;
}
button:hover, .button:hover {
  background-color: #e9d2c3;
}
button:disabled, .button:disabled {
  /*opacity: 0.7;
  cursor: initial;*/
  opacity: 0.7;
  cursor: initial;
  background: #e2e2e2;
  color: #1a3542;
}
button:disabled:hover, .button:disabled:hover {
  /*background-color: #FBE6D8;*/
  background: #e2e2e2;
}

.button-secondary {
  font-size: 14px;
  font-family: "L10", "Helvetica", "Arial";
  padding: 9px 41px;
  color: #FFFFFF;
  background-color: #2E6680;
  border: none;
  box-shadow: none;
  cursor: pointer;
  border-radius: 40px;
  text-decoration: none;
}

.accordion ~ div {
  max-height: 0px;
  transition: max-height 0.2s ease;
  overflow: hidden;
}
.accordion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 10px;
  margin-left: -10px;
  margin-right: -10px;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
}
.accordion:hover {
  background-color: #FBE6D8;
}
.accordion::after {
  content: "+";
  padding-left: 20px;
}
.accordion.accordion-expanded::after {
  content: "-";
}

.accordion.accordion--blue {
  background: #2F6680;
  color: #fff;
  font-weight: 600;
  position: relative;
  border-radius: 8px;
  font-size: 1rem;
  text-align: left;
  padding-left: 16px;
  padding-right: 48px;
  box-shadow: 0px 4px #B0C7CC;
}
.accordion.accordion--blue:hover {
  background: #2F6680;
}
.accordion.accordion--blue::after {
  font-weight: 600;
  font-size: 28px;
  position: absolute;
  right: 16px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 575px) {
  .container-sm {
    /*width: 90% !important;*/
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

.small-button-filled {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  background-color: #DEA38F;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding: 9px 16px;
  border-radius: 40px;
  white-space: nowrap;
}
.small-button-filled img {
  max-height: 100%;
  margin-right: 10px;
}
.small-button-outlined {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #DEA38F;
  color: #DEA38F;
  text-decoration: none;
  font-size: 1rem;
  padding: 9px 16px;
  border-radius: 40px;
  white-space: nowrap;
}
.small-button-outlined img {
  max-height: 100%;
  margin-right: 10px;
}
.large-button-filled {
  background-color: #DEA38F;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding: 12px 32px;
  border-radius: 40px;
}
.large-button-filled img {
  max-height: 100%;
  margin-right: 10px;
}
.large-button-filled:disabled:hover {
  background-color: #DEA38F;
}

.button-content {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

fieldset {
  border: 1px solid #2E6680;
}

.button-main {
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  background-color: #2E6680;
  padding: 20px 50px;
  border-radius: 40px;
}

.module_width-window > .container-sm, .module_width-window > .container-md, .module_width-window > .container-xs, .module_width-window > .container-lg {
  max-width: 100%;
  padding: 0 !important;
}
.module_width-window > .container-sm .row > div, .module_width-window > .container-md .row > div, .module_width-window > .container-xs .row > div, .module_width-window > .container-lg .row > div {
  padding: 0;
}
.module_width-content > .inner {
  padding: 0 15px;
}
.module_width-window .module-inner-container {
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.module_width-center > .container-sm, .module_width-center > .container-md, .module_width-center > .container-xs, .module_width-center > .container-lg {
  max-width: 100%;
  padding: 0 !important;
}
.module_width-center > .container-sm .row > div, .module_width-center > .container-md .row > div, .module_width-center > .container-xs .row > div, .module_width-center > .container-lg .row > div {
  padding: 0;
}

.content-module {
  max-width: 100%;
  overflow: hidden;
}

.content-module .footsteps_image {
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
  min-width: 100%;
}

.content-module .module-title {
  font-size: 3.333rem;
  font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
  margin: 5px 0;
}

.no-scroll {
  overflow: hidden;
}

iframe {
  max-width: 100%;
}

.page-scroll-indicator.product_list-filters-scroll_indicator {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: bottom 0.4s cubic-bezier(0.45, 0, 0.55, 1);
  width: 150px;
  background: #d9e3e5e0;
  padding: 0;
  height: 150px;
  border-radius: 100%;
  bottom: 40px;
  cursor: default;
  z-index: 12;
  box-shadow: 0 2px 10px rgb(0 0 0 / 15%) !important;
}


.page-scroll-indicator.product_list-filters-scroll_indicator .product_list-filters-scroll_indicator-content {
  cursor: default;
}

@media (max-width: 767px) {
  .page-scroll-indicator.product_list-filters-scroll_indicator {
    width: 85px;
    height: 85px;
  }
}

#cookie-notice {
  z-index: 9999999999 !important;
}