﻿*,
*:before,
*:after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul[class],
ol[class] {
  list-style: none;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}
button {
  border: 0;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  background: #0000;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.flex {
  display: flex;
}
.flex.f-d-column {
  flex-direction: column;
}
@media (min-width: 835px) {
  .flex.f-d-column--desktop {
    flex-direction: column;
  }
}
@media (max-width: 834px) {
  .flex.f-d-column--tablet {
    flex-direction: column;
  }
}
.flex.f-wrap {
  flex-wrap: wrap;
}
@media (min-width: 835px) {
  .flex.f-wrap--desktop {
    flex-wrap: wrap;
  }
}
@media (max-width: 834px) {
  .flex.f-wrap--tablet {
    flex-wrap: wrap;
  }
}
.flex.f-j-start {
  justify-content: flex-start;
}
@media (min-width: 835px) {
  .flex.f-j-start--desktop {
    justify-content: flex-start;
  }
}
@media (max-width: 834px) {
  .flex.f-j-start--tablet {
    justify-content: flex-start;
  }
}
.flex.f-j-center {
  justify-content: center;
}
@media (min-width: 835px) {
  .flex.f-j-center--desktop {
    justify-content: center;
  }
}
@media (max-width: 834px) {
  .flex.f-j-center--tablet {
    justify-content: center;
  }
}
.flex.f-j-end {
  justify-content: flex-end;
}
@media (min-width: 835px) {
  .flex.f-j-end--desktop {
    justify-content: flex-end;
  }
}
@media (max-width: 834px) {
  .flex.f-j-end--tablet {
    justify-content: flex-end;
  }
}
.flex.f-j-between {
  justify-content: space-between;
}
@media (min-width: 835px) {
  .flex.f-j-between--desktop {
    justify-content: space-between;
  }
}
@media (max-width: 834px) {
  .flex.f-j-between--tablet {
    justify-content: space-between;
  }
}
.flex.f-j-around {
  justify-content: space-around;
}
@media (min-width: 835px) {
  .flex.f-j-around--desktop {
    justify-content: space-around;
  }
}
@media (max-width: 834px) {
  .flex.f-j-around--tablet {
    justify-content: space-around;
  }
}
.flex.f-a-start {
  align-items: flex-start;
}
@media (min-width: 835px) {
  .flex.f-a-start--desktop {
    align-items: flex-start;
  }
}
@media (max-width: 834px) {
  .flex.f-a-start--tablet {
    align-items: flex-start;
  }
}
.flex.f-a-center {
  align-items: center;
}
@media (min-width: 835px) {
  .flex.f-a-center--desktop {
    align-items: center;
  }
}
@media (max-width: 834px) {
  .flex.f-a-center--tablet {
    align-items: center;
  }
}
.flex.f-a-end {
  align-items: flex-end;
}
@media (min-width: 835px) {
  .flex.f-a-end--desktop {
    align-items: flex-end;
  }
}
@media (max-width: 834px) {
  .flex.f-a-end--tablet {
    align-items: flex-end;
  }
}
.flex.f-grow {
  flex-grow: 1;
}
@media (min-width: 835px) {
  .flex.f-grow--desktop {
    flex-grow: 1;
  }
}
@media (max-width: 834px) {
  .flex.f-grow--tablet {
    flex-grow: 1;
  }
}
.flex[class*="f-grid--"] {
  flex-wrap: wrap;
}
.flex.f-grid {
  flex-wrap: wrap;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.flex.f-grid > * {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 835px) {
  .flex.f-grid--desktop {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .flex.f-grid--desktop > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (max-width: 834px) {
  .flex.f-grid--tablet {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .flex.f-grid--tablet > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
.flex.f-grid--xxs {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.flex.f-grid--xxs > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
@media (min-width: 835px) {
  .flex.f-grid--xxs--desktop {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .flex.f-grid--xxs--desktop > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}
@media (max-width: 834px) {
  .flex.f-grid--xxs--tablet {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .flex.f-grid--xxs--tablet > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}
.flex.f-grid--xs {
  margin-left: -5px;
  margin-right: -5px;
}
.flex.f-grid--xs > * {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 835px) {
  .flex.f-grid--xs--desktop {
    margin-left: -5px;
    margin-right: -5px;
  }
  .flex.f-grid--xs--desktop > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 834px) {
  .flex.f-grid--xs--tablet {
    margin-left: -5px;
    margin-right: -5px;
  }
  .flex.f-grid--xs--tablet > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.flex.f-grid--s {
  margin-left: -10px;
  margin-right: -10px;
}
.flex.f-grid--s > * {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 835px) {
  .flex.f-grid--s--desktop {
    margin-left: -10px;
    margin-right: -10px;
  }
  .flex.f-grid--s--desktop > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 834px) {
  .flex.f-grid--s--tablet {
    margin-left: -10px;
    margin-right: -10px;
  }
  .flex.f-grid--s--tablet > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.flex.f-grid--m {
  margin-left: -15px;
  margin-right: -15px;
}
.flex.f-grid--m > * {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 835px) {
  .flex.f-grid--m--desktop {
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex.f-grid--m--desktop > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 834px) {
  .flex.f-grid--m--tablet {
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex.f-grid--m--tablet > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.flex.f-grid--l {
  margin-right: -20px;
}
.flex.f-grid--l > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 835px) {
  .flex.f-grid--l--desktop {
    margin-left: -20px;
    margin-right: -20px;
  }
  .flex.f-grid--l--desktop > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 834px) {
  .flex.f-grid--l--tablet {
    margin-left: -20px;
    margin-right: -20px;
  }
  .flex.f-grid--l--tablet > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.flex.f-grid--xl {
  margin-left: -30px;
  margin-right: -30px;
}
.flex.f-grid--xl > * {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 835px) {
  .flex.f-grid--xl--desktop {
    margin-left: -30px;
    margin-right: -30px;
  }
  .flex.f-grid--xl--desktop > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 834px) {
  .flex.f-grid--xl--tablet {
    margin-left: -30px;
    margin-right: -30px;
  }
  .flex.f-grid--xl--tablet > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.flex.f-grid--xxl {
  margin-left: -100px;
  margin-right: -100px;
}
.flex.f-grid--xxl > * {
  padding-left: 100px;
  padding-right: 100px;
}
@media (min-width: 835px) {
  .flex.f-grid--xxl--desktop {
    margin-left: -100px;
    margin-right: -100px;
  }
  .flex.f-grid--xxl--desktop > * {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 834px) {
  .flex.f-grid--xxl--tablet {
    margin-left: -100px;
    margin-right: -100px;
  }
  .flex.f-grid--xxl--tablet > * {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.custom-positioning {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}
.custom-positioning.position--top-left {
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 835px) {
  .custom-positioning.position--top-left--desktop {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 834px) {
  .custom-positioning.position--top-left--tablet {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.custom-positioning.position--top-middle {
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 835px) {
  .custom-positioning.position--top-middle--desktop {
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 834px) {
  .custom-positioning.position--top-middle--tablet {
    justify-content: center;
    align-items: flex-start;
  }
}
.custom-positioning.position--top-right {
  justify-content: flex-end;
  align-items: flex-start;
}
@media (min-width: 835px) {
  .custom-positioning.position--top-right--desktop {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (max-width: 834px) {
  .custom-positioning.position--top-right--tablet {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.custom-positioning.position--middle-left {
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 835px) {
  .custom-positioning.position--middle-left--desktop {
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 834px) {
  .custom-positioning.position--middle-left--tablet {
    justify-content: flex-start;
    align-items: center;
  }
}
.custom-positioning.position--middle-middle {
  justify-content: center;
  align-items: center;
}
@media (min-width: 835px) {
  .custom-positioning.position--middle-middle--desktop {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 834px) {
  .custom-positioning.position--middle-middle--tablet {
    justify-content: center;
    align-items: center;
  }
}
.custom-positioning.position--middle-right {
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 835px) {
  .custom-positioning.position--middle-right--desktop {
    justify-content: flex-end;
    align-items: center;
  }
}
@media (max-width: 834px) {
  .custom-positioning.position--middle-right--tablet {
    justify-content: flex-end;
    align-items: center;
  }
}
.custom-positioning.position--bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
}
@media (min-width: 835px) {
  .custom-positioning.position--bottom-left--desktop {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media (max-width: 834px) {
  .custom-positioning.position--bottom-left--tablet {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.custom-positioning.position--bottom-middle {
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 835px) {
  .custom-positioning.position--bottom-middle--desktop {
    justify-content: center;
    align-items: flex-end;
  }
}
@media (max-width: 834px) {
  .custom-positioning.position--bottom-middle--tablet {
    justify-content: center;
    align-items: flex-end;
  }
}
.custom-positioning.position--bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}
@media (min-width: 835px) {
  .custom-positioning.position--bottom-right--desktop {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 834px) {
  .custom-positioning.position--bottom-right--tablet {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.text-left {
  text-align: left;
}
@media (min-width: 835px) {
  .text-left--desktop {
    text-align: left;
  }
}
@media (max-width: 834px) {
  .text-left--tablet {
    text-align: left;
  }
}
.text-center {
  text-align: center;
}
@media (min-width: 835px) {
  .text-center--desktop {
    text-align: center;
  }
}
@media (max-width: 834px) {
  .text-center--tablet {
    text-align: center;
  }
}
.text-right {
  text-align: right;
}
@media (min-width: 835px) {
  .text-right--desktop {
    text-align: right;
  }
}
@media (max-width: 834px) {
  .text-right--tablet {
    text-align: right;
  }
}
.text-upper {
  text-transform: uppercase;
}
@media (min-width: 835px) {
  .text-upper--desktop {
    text-transform: uppercase;
  }
}
@media (max-width: 834px) {
  .text-upper--tablet {
    text-transform: uppercase;
  }
}
.text-lower {
  text-transform: lowercase;
}
@media (min-width: 835px) {
  .text-lower--desktop {
    text-transform: lowercase;
  }
}
@media (max-width: 834px) {
  .text-lower--tablet {
    text-transform: lowercase;
  }
}
.text-underline {
  text-decoration: underline;
}
@media (min-width: 835px) {
  .text-underline--desktop {
    text-decoration: underline;
  }
}
@media (max-width: 834px) {
  .text-underline--tablet {
    text-decoration: underline;
  }
}
.text-no-underline {
  text-decoration: none;
}
@media (min-width: 835px) {
  .text-no-underline--desktop {
    text-decoration: none;
  }
}
@media (max-width: 834px) {
  .text-no-underline--tablet {
    text-decoration: none;
  }
}
.text-light {
  font-weight: 300;
}
@media (min-width: 835px) {
  .text-light--desktop {
    font-weight: 300;
  }
}
@media (max-width: 834px) {
  .text-light--tablet {
    font-weight: 300;
  }
}
.text-regular {
  font-weight: 400;
}
@media (min-width: 835px) {
  .text-regular--desktop {
    font-weight: 400;
  }
}
@media (max-width: 834px) {
  .text-regular--tablet {
    font-weight: 400;
  }
}
.text-medium {
  font-weight: 500;
}
@media (min-width: 835px) {
  .text-medium--desktop {
    font-weight: 500;
  }
}
@media (max-width: 834px) {
  .text-medium--tablet {
    font-weight: 500;
  }
}
.text-bold {
  font-weight: 600;
}
@media (min-width: 835px) {
  .text-bold--desktop {
    font-weight: 600;
  }
}
@media (max-width: 834px) {
  .text-bold--tablet {
    font-weight: 600;
  }
}
.hide {
  display: none;
}
[class*="object-fit--"] {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  display: block;
  line-height: 0;
}
[class*="object-fit--"] > img,
[class*="object-fit--"] > video,
[class*="object-fit--"] picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.object-fit--small {
  padding-bottom: 25%;
}
@media (min-width: 835px) {
  .object-fit--small--desktop {
    padding-bottom: 25%;
  }
}
@media (max-width: 834px) {
  .object-fit--small--tablet {
    padding-bottom: 25%;
  }
}
.object-fit--medium {
  padding-bottom: 50%;
}
@media (min-width: 835px) {
  .object-fit--medium--desktop {
    padding-bottom: 50%;
  }
}
@media (max-width: 834px) {
  .object-fit--medium--tablet {
    padding-bottom: 50%;
  }
}
.object-fit--large {
  padding-bottom: 75%;
}
@media (min-width: 835px) {
  .object-fit--large--desktop {
    padding-bottom: 75%;
  }
}
@media (max-width: 834px) {
  .object-fit--large--tablet {
    padding-bottom: 75%;
  }
}
.object-fit--square {
  padding-bottom: 100%;
}
@media (min-width: 835px) {
  .object-fit--square--desktop {
    padding-bottom: 100%;
  }
}
@media (max-width: 834px) {
  .object-fit--square--tablet {
    padding-bottom: 100%;
  }
}
.object-fit--cover > img,
.object-fit--cover > video,
.object-fit--cover picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media (min-width: 835px) {
  .object-fit--cover--desktop > img,
  .object-fit--cover--desktop > video,
  .object-fit--cover--desktop picture img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
}
@media (max-width: 834px) {
  .object-fit--cover--tablet > img,
  .object-fit--cover--tablet > video,
  .object-fit--cover--tablet picture img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
}
.object-fit--contain > img,
.object-fit--contain > video,
.object-fit--contain picture img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
@media (min-width: 835px) {
  .object-fit--contain--desktop > img,
  .object-fit--contain--desktop > video,
  .object-fit--contain--desktop picture img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: contain; object-position: center;";
  }
}
@media (max-width: 834px) {
  .object-fit--contain--tablet > img,
  .object-fit--contain--tablet > video,
  .object-fit--contain--tablet picture img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: contain; object-position: center;";
  }
}
.object-fit--contain.position--bottom > img,
.object-fit--contain.position--bottom > video,
.object-fit--contain.position--bottom picture img {
  -o-object-position: bottom;
  object-position: bottom;
  font-family: "object-fit: contain; object-position: bottom;";
}
@media (min-width: 835px) {
  .object-fit--contain.position--bottom--desktop > img,
  .object-fit--contain.position--bottom--desktop > video,
  .object-fit--contain.position--bottom--desktop picture img {
    -o-object-position: bottom;
    object-position: bottom;
    font-family: "object-fit: contain; object-position: bottom;";
  }
}
@media (max-width: 834px) {
  .object-fit--contain.position--bottom--tablet > img,
  .object-fit--contain.position--bottom--tablet > video,
  .object-fit--contain.position--bottom--tablet picture img {
    -o-object-position: bottom;
    object-position: bottom;
    font-family: "object-fit: contain; object-position: bottom;";
  }
}
.fnt--primary {
  font-family: AvenirLTPro-Black, Arial, sans-serif;
}
.fnt--secondary {
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
}
@media (max-width: 1024px) {
  .big-desktop-only {
    display: none;
  }
}
@media (min-width: 1025px) {
  .small-desktop-only {
    display: none;
  }
}
@media (min-width: 835px) {
  .tablet-only {
    display: none !important;
  }
}
.keen-slider--wrapper {
  overflow: hidden;
}
.custom-slide-nav {
  position: relative;
  display: inline-flex;
}
.custom-slide-nav .slide-counts {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 40px;
  font-size: 12px;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-slide-nav .slide-counts {
    padding: 0 30px;
  }
}
.custom-slide-nav .keen-nav {
  display: flex;
}
.custom-slide-nav .keen-nav li {
  margin: 0;
  line-height: 0;
}
.custom-slide-nav .keen-nav li:last-child {
  margin-left: 50px;
}
@media (max-width: 834px) {
  .custom-slide-nav .keen-nav li:last-child {
    margin-left: 30px;
  }
}
.custom-slide-nav .keen-nav li .keen-arrow-prev {
  transform: rotate(180deg);
}
.custom-slide-nav .keen-nav li button[disabled] {
  display: none;
}
.custom-slide-nav .keen-nav svg {
  width: 33px;
  height: 33px;
}
@media (max-width: 834px) {
  .custom-slide-nav .keen-nav svg {
    width: 23px;
    height: 23px;
  }
}
.keen-slider {
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  flex-wrap: nowrap !important;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.keen-slider li:not(.flex) {
  display: block;
}
.keen-slider:not(.keen-slider--ready) {
  opacity: 0;
  visibility: hidden;
}
.keen-slider.keen--adaptive-height {
  align-items: flex-start;
  transition: height 0.15s ease, opacity 0.35s ease, visibility 0.35s ease;
}
.keen-slider.keen--adaptive-height .keen-slider__slide {
  min-height: 0;
}
.keen-slider__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}
.keen-slider[data-keen-slider-v] {
  flex-wrap: wrap;
}
.keen-slider[data-keen-slider-v] .keen-slider__slide {
  width: 100%;
}
.keen-slider[data-keen-slider-moves] * {
  pointer-events: none;
}
.keen-slider.fade-slider {
  transition: height 0.25s;
}
.keen-slider.fade-slider .fader-slide {
  transform: none !important;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.keen-slider.fade-slider .fader-slide:not(.active) {
  pointer-events: none;
}
.keen-slider .keen-arrow {
  pointer-events: auto;
  transition: opacity 0.35s ease, visibility 0.35s ease, background 0.35s ease;
  position: relative;
}
.keen-slider .keen-arrow[disabled] {
  opacity: 0;
  visibility: hidden;
}
.keen-slider .keen-arrow.keen-arrow-prev {
  transform: rotate(180deg);
}
.keen-slider .keen-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 41px;
}
.keen-slider .keen-dots li {
  margin: 0 4px;
}
.keen-slider .keen-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  background: #00b495;
  border-radius: 50%;
  padding: 0;
  transition: opacity 0.35s ease;
  border: 1px solid #00b495;
}
.keen-slider .keen-dots li button:not(.active) {
  background: #0000;
}
.keen-slider .keen-nav-group {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 834px) {
  .keen-slider .keen-nav-group {
    justify-content: space-between;
  }
}
.keen-slider .keen-nav-group .keen-dots {
  margin: 0 40px;
  display: inline-flex;
  width: auto;
  position: static;
}
.keen-slider .keen-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin: 0;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
}
@media (max-width: 834px) {
  .keen-slider .keen-nav {
    padding: 0 25px;
  }
}
.keen-slider .keen-nav li {
  padding: 0;
  line-height: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: AvenirLTPro-Black, Arial, sans-serif;
  line-height: normal;
  color: #16193a;
}
h1,
.h1 {
  font-size: px;
}
@media (max-width: 834px) {
  h1,
  .h1 {
    font-size: px;
  }
}
h2,
.h2 {
  font-size: px;
}
@media (max-width: 834px) {
  h2,
  .h2 {
    font-size: px;
  }
}
h3,
.h3 {
  font-size: px;
}
@media (max-width: 834px) {
  h3,
  .h3 {
    font-size: px;
  }
}
h4,
.h4 {
  font-size: px;
}
@media (max-width: 834px) {
  h4,
  .h4 {
    font-size: px;
  }
}
h5,
.h5 {
  font-size: px;
}
@media (max-width: 834px) {
  h5,
  .h5 {
    font-size: px;
  }
}
h6,
.h6 {
  font-size: px;
}
@media (max-width: 834px) {
  h6,
  .h6 {
    font-size: px;
  }
}
h1--desktop,
.h1--desktop {
  font-size: px;
}
@media (max-width: 834px) {
  h1--tablet,
  .h1--tablet {
    font-size: px;
  }
}
h2--desktop,
.h2--desktop {
  font-size: px;
}
@media (max-width: 834px) {
  h2--tablet,
  .h2--tablet {
    font-size: px;
  }
}
h3--desktop,
.h3--desktop {
  font-size: px;
}
@media (max-width: 834px) {
  h3--tablet,
  .h3--tablet {
    font-size: px;
  }
}
h4--desktop,
.h4--desktop {
  font-size: px;
}
@media (max-width: 834px) {
  h4--tablet,
  .h4--tablet {
    font-size: px;
  }
}
h5--desktop,
.h5--desktop {
  font-size: px;
}
@media (max-width: 834px) {
  h5--tablet,
  .h5--tablet {
    font-size: px;
  }
}
h6--desktop,
.h6--desktop {
  font-size: px;
}
@media (max-width: 834px) {
  h6--tablet,
  .h6--tablet {
    font-size: px;
  }
}
ol.list,
ul.list {
  padding-left: 20px;
}
ol.list {
  list-style: decimal;
}
ul.list {
  list-style: disc;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.35s ease;
}
.rte {
  font-size: 18px;
  line-height: 1.15;
}
.rte > * + * {
  margin-top: 15px;
}
.rte > * + h1,
.rte > * + h2,
.rte > * + h3,
.rte > * + h4,
.rte > * + h5,
.rte > * + h6 {
  margin-top: 50px;
  margin-bottom: 5px;
}
.rte h3 {
  font-size: px;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  font-weight: 500;
}
.rte h1 + h1,
.rte h1 + h2,
.rte h1 + h3,
.rte h1 + h4,
.rte h1 + h5,
.rte h1 + h6,
.rte h2 + h1,
.rte h2 + h2,
.rte h2 + h3,
.rte h2 + h4,
.rte h2 + h5,
.rte h2 + h6,
.rte h3 + h1,
.rte h3 + h2,
.rte h3 + h3,
.rte h3 + h4,
.rte h3 + h5,
.rte h3 + h6,
.rte h4 + h1,
.rte h4 + h2,
.rte h4 + h3,
.rte h4 + h4,
.rte h4 + h5,
.rte h4 + h6,
.rte h5 + h1,
.rte h5 + h2,
.rte h5 + h3,
.rte h5 + h4,
.rte h5 + h5,
.rte h5 + h6,
.rte h6 + h1,
.rte h6 + h2,
.rte h6 + h3,
.rte h6 + h4,
.rte h6 + h5,
.rte h6 + h6 {
  margin-top: 10px;
}
.rte ol,
.rte ul {
  padding-left: 20px;
}
.rte ol li,
.rte ul li {
  margin-bottom: 10px;
}
.rte ol {
  list-style: decimal;
}
.rte ul {
  list-style: disc;
}
.rte p {
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
  font-size: inherit;
  color: #16193a;
}
.rte p strong {
  font-family: AvenirLTPro-Black, Arial, sans-serif;
}
.rte .image-grid,
.rte > img,
.rte > p > img {
  margin-top: 50px;
}
.rte img {
  display: inline-block;
}
.rte .image-grid {
  list-style: none;
  padding: 0;
}
@media (max-width: 834px) {
  .rte .image-grid.slick-dotted {
    padding-bottom: 30px;
  }
  .rte .image-grid.slick-dotted .slick-dots {
    justify-content: center;
    padding: 0;
  }
}
.rte .image-grid > li {
  width: 50%;
}
.rte .image-grid > li img {
  width: 100%;
  display: block;
}
.rte a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration: underline;
}
.rte table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
@media (max-width: 834px) {
  .rte table {
    display: block;
    overflow-x: auto;
  }
}
.rte table th,
.rte table td {
  border: 1px solid #000;
  padding: 12px 15px;
}
.rte.rte--xs,
.rte.rte--s,
.rte.rte--l,
.rte.rte--xl {
  font-size: px;
}
hr {
  display: block;
  border: 0;
  margin: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  color: inherit;
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
.cta {
  font-size: px;
  font-weight: 700;
  letter-spacing: 2.25px;
}
.cta.cta--s {
  font-size: px;
}
.arrow-cta {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.arrow-cta span {
  text-decoration: underline;
}
.arrow-cta img,
.arrow-cta svg {
  margin-left: 16px;
  transition: all 0.35s ease;
}
.arrow-cta img path,
.arrow-cta svg path {
  fill: currentColor;
}
.arrow-cta:hover img,
.arrow-cta:hover svg {
  transform: translate(5px);
}
.underline {
  position: relative;
  overflow: hidden;
}
.underline:after {
  content: "";
  transition: all 0.25s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid currentColor;
}
:root {
  --header-height: 74px;
}
@media (max-width: 834px) {
  :root {
    --header-height: 60px;
  }
}
html {
  height: auto;
}
body {
  overflow-x: hidden;
}
body .body-wrapper {
  overflow-x: hidden;
  position: relative;
}
* {
  outline: none;
}
iframe {
  max-width: 100%;
}
input {
  box-shadow: none;
}
input::-moz-placeholder {
  line-height: normal !important;
}
input::placeholder {
  line-height: normal !important;
}
.select {
  align-items: center;
}
.select svg {
  margin-bottom: 0;
}
.animation--spin {
  -webkit-animation: rotate 0.5s linear infinite;
  animation: rotate 0.5s linear infinite;
}
input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.wrapper {
  width: 100%;
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 834px) {
  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.wrapper.wrapper--no-pad {
  padding-left: 0;
  padding-right: 0;
}
.wrapper.wrapper--only-pad {
  max-width: none;
}
.wrapper.wrapper--xs {
  max-width: 1040px;
}
.wrapper.wrapper--s {
  max-width: 1240px;
}
.wrapper.wrapper--l {
  max-width: 1640px;
}
.wrapper.wrapper--xl {
  max-width: 1840px;
}
.btn {
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 26px;
  border: 1px solid #16193a;
  border-radius: 40px;
  transition: all 0.3s ease;
  background-color: #16193a;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 834px) {
  .btn {
    padding: 8px 25px;
  }
}
@media (max-width: 480px) {
  .btn {
    padding: 8px 25px;
    font-size: 15px;
  }
}
.btn:hover {
  background-color: #0000;
  opacity: 0.9;
}
.btn.btn--large {
  font-size: 20px;
  min-width: 190px;
  padding: 16px 34px;
}
.btn img,
.btn svg {
  display: block;
  width: 6px;
  height: 10px;
  margin: 0 0 0 10px;
}
.btn img path,
.btn svg path {
  transition: fill 0.25s ease, stroke 0.25s ease;
  stroke: ;
}
.btn[disabled] {
  pointer-events: none;
}
.btn.loading .loading-overlay__spinner {
  height: auto;
  width: auto;
}
.btn.loading .loading-overlay__spinner svg {
  width: 16px;
  height: 16px;
}
.btn:hover {
  background: transparent;
  color: ;
  border-color: transparent;
}
.btn:hover svg path {
  stroke: ;
}
.btn[type="submit"],
.btn.btn--has-loader {
  position: relative;
}
.btn[type="submit"]:before,
.btn.btn--has-loader:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  background-image: url(../image/icon-loading.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: rotate 0.5s linear infinite;
  animation: rotate 0.5s linear infinite;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn[type="submit"].ffc--adding-to-cart,
.btn[type="submit"].btn--loading,
.btn.btn--has-loader.ffc--adding-to-cart,
.btn.btn--has-loader.btn--loading {
  color: #0000 !important;
  pointer-events: none;
}
.btn[type="submit"].ffc--adding-to-cart:hover,
.btn[type="submit"].btn--loading:hover,
.btn.btn--has-loader.ffc--adding-to-cart:hover,
.btn.btn--has-loader.btn--loading:hover {
  color: #0000;
}
.btn[type="submit"].ffc--adding-to-cart:before,
.btn[type="submit"].btn--loading:before,
.btn.btn--has-loader.ffc--adding-to-cart:before,
.btn.btn--has-loader.btn--loading:before {
  opacity: 1;
  visibility: visible;
}
.btn.btn--square {
  border-radius: 0;
}
.btn.btn--primary {
  background-color: #16193a;
}
.btn.btn--primary:hover {
  border-color: #00b495;
  color: #00b495;
  background-color: #fff;
}
.btn.btn--secondary {
  background-color: #00b495;
  border: 1px solid #00b495;
}
.btn.btn--secondary:hover {
  background-color: #fff;
  color: #00b495;
}
.btn.btn--third {
  background-color: #0000;
  border: 1px solid #16193a;
  font-size: 14px;
  color: #16193a;
  height: 40px;
}
.btn.btn--third:hover {
  border-color: #00b495;
  color: #00b495;
}
.btn.btn--fourth {
  background-color: #0000;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  height: 40px;
}
.link-cta {
  text-transform: uppercase;
  padding-bottom: 3px;
  font-size: px;
  position: relative;
  letter-spacing: 0.95px;
  display: inline-flex;
}
.link-cta:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  transition: width 0.35s ease;
  display: block;
  background: currentColor;
}
.link-cta:hover:after {
  width: calc(100% - 10px);
}
[data-preload] {
  transition: all 0.35s ease;
}
[data-preload]:not([data-preload="loaded"]) {
  opacity: 0;
  visibility: hidden;
}
picture {
  position: relative;
}
picture .placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
img[data-lazy][data-srcset]:not([srcset]) {
  visibility: hidden;
}
img[data-lazy]:not(.picture-element-image) {
  transition: opacity 0.25s ease;
}
img[data-lazy]:not(.picture-element-image):not([src]) {
  visibility: hidden;
}
img[data-lazy]:not(.picture-element-image):not(.loaded) {
  opacity: 0;
}
img[data-lazy-manual] {
  transition: opacity 0.25s ease, visibility 0.35s ease;
  opacity: 0;
}
img[data-lazy-manual]:not([srcset]) {
  visibility: hidden;
}
img[data-lazy-manual].loaded,
img[data-lazy-manual].error {
  opacity: 1;
}
.picture-element-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: var(--aspect-desktop);
}
@media (max-width: 834px) {
  .picture-element-wrapper {
    padding-bottom: var(--aspect-tablet);
  }
}
.picture-element-wrapper picture,
.picture-element-wrapper .placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.picture-element-wrapper picture img {
  width: 100%;
}
.picture-element-wrapper .placeholder {
  z-index: 1;
  transition: opacity 0.5s ease, filter 0.5s ease;
  pointer-events: none;
}
.picture-element-wrapper picture.loaded + .placeholder,
.picture-element-wrapper picture.error + .placeholder {
  opacity: 0;
}
.social-icons {
  margin: 0 -7.5px;
}
.social-icons > * {
  padding: 0 7.5px;
}
.social-icons li a {
  width: 30px;
  height: 30px;
  background: #d36228;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  transition: transform 0.25s ease;
}
@media (max-width: 834px) {
  .social-icons li a {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
@media (min-width: 835px) {
  .social-icons li a:hover {
    transform: scale(1.12);
  }
}
.newsletter-form {
  max-width: 330px;
}
@media (max-width: 480px) {
  .newsletter-form {
    max-width: none;
  }
}
.newsletter-form input {
  background: #fff;
  color: #16193a;
  padding: 10px;
  flex-grow: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  margin: 0;
}
.newsletter-form input::-moz-placeholder {
  color: #b0a4bf;
}
.newsletter-form input::placeholder {
  color: #b0a4bf;
}
.newsletter-form button {
  background: #d36228;
  padding: 15px 25px;
  margin: 0;
}
@media (max-width: 834px) {
  .newsletter-form button {
    padding: 13px 20px;
  }
}
.newsletter-form button img {
  width: 9px;
  height: 15px;
  min-width: 9px;
  min-height: 15px;
}
.search-dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #f4f2ee;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 10;
  border-bottom: 1px solid #f4f2ee;
  max-height: calc(100vh - 74px);
  max-height: calc((var(--vh, 1vh) * 100) - 74px);
}
@media (max-width: 834px) {
  .search-dropdown {
    max-height: calc(100vh - 60px);
    max-height: calc((var(--vh, 1vh) * 100) - 60px);
  }
}
.search-dropdown.ajax-search--loading:before,
.search-dropdown.ajax-search--loading:after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-dropdown:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 150px;
  left: calc(50% - 15px);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: rotate 0.5s linear infinite;
  animation: rotate 0.5s linear infinite;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.search-dropdown:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fffc;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 1;
  pointer-events: none;
}
.search-dropdown:not(.open) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}
.search-dropdown .wrapper {
  padding-top: 120px;
  padding-bottom: 55px;
}
@media (max-width: 834px) {
  .search-dropdown .wrapper {
    padding-top: 70px;
  }
}
.search-dropdown .close-search-dropdown {
  position: absolute;
  top: 25px;
  right: 40px;
  padding: 10px;
  line-height: 0;
}
@media (max-width: 834px) {
  .search-dropdown .close-search-dropdown {
    top: 15px;
    right: 15px;
  }
}
.search-dropdown .close-search-dropdown img,
.search-dropdown .close-search-dropdown svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 834px) {
  .search-dropdown .close-search-dropdown img,
  .search-dropdown .close-search-dropdown svg {
    width: 15px;
    height: 15px;
  }
}
.search-dropdown form {
  width: 100%;
  display: block;
  max-width: 650px;
  margin: auto;
}
.search-dropdown .inner {
  position: relative;
}
.search-dropdown .inner label {
  display: block;
  margin-top: 25px;
  color: #d36228;
}
.search-dropdown .inner input {
  font-size: 45px;
  background: #f4f2ee;
  font-weight: 500;
  border: 0 none;
  border-bottom: 1px solid #005f7c;
  padding: 0;
  width: 100%;
  transition: border-color 0.25s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Equity Text -WEBKIT-BODY;
  line-height: normal;
  outline: none;
  box-shadow: none;
  color: #005f7c;
  overflow: hidden;
}
.search-dropdown .inner input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
.search-dropdown .inner input::placeholder {
  opacity: 1;
  color: inherit;
}
.search-dropdown .inner input:focus,
.search-dropdown .inner input:valid {
  border-bottom-color: currentColor;
}
@media (max-width: 834px) {
  .search-dropdown .inner input {
    font-size: 30px;
  }
}
.search-dropdown .search-results {
  margin-top: 25px;
}
.search-dropdown .search-results .search-results-header span {
  color: #d36228;
}
.search-dropdown .search-results .search-results-header a {
  text-transform: none;
}
.search-dropdown .search-results .search-results-products {
  margin-top: 55px;
}
@media (max-width: 834px) {
  .search-dropdown .search-results .search-results-products {
    margin-top: 25px;
  }
}
.search-dropdown .search-results .search-results-products .no-results {
  color: #d36228;
  width: 100%;
}
.search-dropdown .search-results .search-results-products .product-grid-item {
  width: 33.3333333333%;
}
@media (max-width: 834px) {
  .search-dropdown .search-results .search-results-products .product-grid-item {
    width: 50%;
  }
}
.search-dropdown .popular-searches {
  margin-top: 55px;
}
@media (max-width: 834px) {
  .search-dropdown .popular-searches {
    margin-top: 25px;
  }
}
.search-dropdown .popular-searches ul {
  margin-top: 15px;
}
@media (max-width: 834px) {
  .search-dropdown .popular-searches ul {
    flex-direction: column;
  }
  .search-dropdown .popular-searches ul > * + * {
    margin-top: 25px;
  }
}
.search-dropdown .popular-searches ul li a {
  color: #d36228;
  cursor: pointer;
}
.search-dropdown .popular-searches ul li a:hover {
  color: #16193a;
}
.search-dropdown .arrow-cta {
  position: absolute;
  right: 0;
  top: 25%;
}
.search-dropdown .arrow-cta svg path {
  fill: #0000;
}
.mobile-nav {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #ede7da;
  transform: translate(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 10;
  height: calc(100vh - 60px);
  height: calc(var(--vh, 1vh) * 100 - var(--header-height));
  padding: 0 25px 25px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav.open {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.mobile-nav .double-arrow {
  margin-left: 20px;
}
.mobile-nav a svg {
  transition: transform 0.25s ease;
}
.mobile-nav a svg path {
  fill: #005f7c;
}
.mobile-nav a.open svg {
  transform: rotate(90deg);
}
.mobile-nav .top-menu > ul > li > span {
  padding: 20px 0;
  border-bottom: 1px solid #16193a;
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
  font-size: 14px;
  color: #16193a;
}
.mobile-nav .top-menu > ul > li ul li:not(:last-child) a {
  border-bottom: 1px solid #16193a;
}
.mobile-nav .top-menu > ul > li ul li a {
  padding: 15px 0 15px 10px;
  font-size: 13px;
}
.mobile-nav .top-menu > ul > li ul li ul a {
  padding-left: 20px;
}
.mobile-nav .bottom-menu {
  margin-top: 30px;
}
.mobile-nav .bottom-menu li {
  margin-bottom: 10px;
}
.mobile-nav .bottom-menu li a {
  font-size: 13px;
  padding: 5px 0;
}
.quantity-selector button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c1c1c1;
  transition: background 0.15s, border-color 0.15s;
}
.quantity-selector button img,
.quantity-selector button svg {
  width: 15px;
  height: 15px;
}
.quantity-selector button img path,
.quantity-selector button svg path {
  stroke: #c1c1c1;
  transition: stroke 0.15s, fill 0.15s;
}
.quantity-selector button:hover {
  background: #16193a;
  border-color: #16193a;
}
.quantity-selector button:hover svg path {
  stroke: #fff;
}
.quantity-selector input {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 0 none;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.accordion .accordion-item {
  border-bottom: 1px solid #16193a;
}
.accordion .accordion-item:first-child {
  border-top: 1px solid #16193a;
}
.accordion .accordion-item .accordion-header {
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
}
.accordion .accordion-item .accordion-header > h4 {
  font-family: AvenirLTPro-Black, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.accordion .accordion-item .accordion-header svg {
  width: 12px;
  height: 12px;
  transition: all 0.35s ease;
}
.accordion .accordion-item .accordion-header svg .horizontal-line {
  transition: all 0.35s ease;
}
.accordion .accordion-item.open .accordion-header svg {
  transform: rotate(90deg);
}
.accordion .accordion-item.open .accordion-header svg .horizontal-line {
  opacity: 0;
}
.accordion .accordion-item .accordion-content {
  transition: max-height 0.25s;
  overflow: hidden;
}
.accordion .accordion-item .accordion-content:not(.open) {
  max-height: 0px;
}
.accordion .accordion-item .accordion-content .rte {
  margin-bottom: 20px;
}
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 4px 4px #0000000d;
}
.mega-menu.open {
  opacity: 1;
  visibility: visible;
}
.mega-menu:not(.open) img:not(.placeholder):not(.loaded) {
  display: none;
}
@media (min-width: 835px) {
  .mega-menu:not(.open) {
    pointer-events: none;
  }
}
.mega-menu .wrapper {
  margin: 0;
}
.mega-menu .mega-menu-inner {
  background: #f4f2ee;
  padding: 30px 60px;
}
.mega-menu .mega-menu-inner .menu-area {
  margin: 0 -40px;
  flex-wrap: nowrap;
}
.mega-menu .mega-menu-inner .menu-area > * {
  padding: 0 40px;
}
.mega-menu .mega-menu-inner .menu-area .menu-block + .product-grid-block {
  margin-left: 20px;
}
.mega-menu .mega-menu-inner .menu-area .menu-block.product-grid-block .h4 {
  color: #0b331f;
}
.mega-menu .mega-menu-inner .menu-area .menu-block h3 {
  margin-bottom: 16px;
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
  font-size: 16px;
}
.mega-menu .mega-menu-inner .menu-area .menu-block h3.s4 {
  margin-bottom: 35px;
}
.mega-menu .mega-menu-inner .menu-area .menu-block ul:not(.product-grid) li {
  display: block;
}
.mega-menu
  .mega-menu-inner
  .menu-area
  .menu-block
  ul:not(.product-grid)
  li
  + li {
  margin-top: 10px;
}
.mega-menu .mega-menu-inner .menu-area .menu-block ul:not(.product-grid) li a {
  font-size: 14px;
}
.mega-menu .mega-menu-inner .menu-area .menu-block ul.product-grid li {
  width: 33.3333333333%;
  max-width: 160px;
  display: flex;
}
.mega-menu .mega-menu-inner .menu-area .menu-block ul.product-grid li > * {
  width: 100%;
}
.mega-menu
  .mega-menu-inner
  .menu-area
  .menu-block
  ul.product-grid
  li
  .product-title {
  font-size: 14px;
}
.mega-menu
  .mega-menu-inner
  .menu-area
  .menu-block
  ul.product-grid
  li
  .product-prices {
  font-size: 15px;
}
.slide-toggle-sub {
  transition: max-height 0.35s ease;
}
.slide-toggle-sub:not(.open) {
  overflow: hidden;
  max-height: 0;
}
@media (max-width: 834px) {
  .facets-container {
    padding-top: 0 !important;
  }
}
.facets-container .facets__form {
  gap: 0;
}
.facets-container .facets__heading {
  display: flex;
  align-items: center;
  font-family: Untitled ui-sans-serif;
  font-size: 14px;
  color: #005f7c;
  font-weight: 700;
}
.facets-container .facets__heading svg {
  margin-right: 5px;
}
.facets-container .product-count {
  display: none;
}
.facets-container .facets__display {
  background-color: #fff;
}
.facets-container details span {
  font-family: Untitled sans-serif;
  color: #005f7c;
  text-decoration: underline;
}
.facets-container details span.mobile-facets__close {
  z-index: 999999;
}
.facets-container details div svg {
  margin-left: 5px;
  margin-bottom: 2.5px;
}
.facets-container .facet-filters .facet-filters__label {
  margin-right: 0;
}
.facets-container .facet-filters label,
.facets-container .facet-filters select {
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
}
.facets-container .facet-filters label {
  text-decoration: none;
  margin-right: 5px;
}
.facets-container .active-facets {
  margin-bottom: 36px;
}
.facets-container .active-facets a {
  margin-top: 0;
  border: 1px solid #005f7c;
  border-radius: 0;
  padding: 4px 9px;
}
.facets-container .active-facets a span {
  font-family: Untitled sans-serif;
  font-size: 14px;
  color: #005f7c;
}
.facets-container .active-facets a span svg {
  margin-top: 0;
}
.facets-container .active-facets .active-facets__button-wrapper {
  padding-top: 0;
}
.facets-container .active-facets .active-facets__button-wrapper a {
  border: none;
  text-decoration: underline;
}
@media (max-width: 834px) {
  .mobile-facets__wrapper {
    margin-bottom: 20px;
  }
}
.mobile-facets__inner,
.mobile-facets__submenu {
  background-color: #fff !important;
}
.mobile-facets__disclosure {
  border: 1px solid #16193a;
  border-radius: 30px;
}
.mobile-facets__disclosure span {
  text-decoration: none !important;
}
.mobile-facets__open {
  padding: 10px 20px !important;
}
.mobile-facets__open svg {
  width: auto;
}
.mobile-facets__open span {
  margin-left: 0;
  margin-top: 2px;
}
.card-wrapper:hover a {
  text-decoration: none !important;
}
.card-wrapper .card .product__swatches {
  margin-bottom: 15px;
}
.card-wrapper .card .product__swatches li {
  width: 16.6666666667%;
}
.card-wrapper .card .card__media {
  z-index: 1 !important;
}
.card-wrapper .card__heading {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: auto;
  font-family: AvenirLTPro-Heavy, Arial, sans-serif;
  line-height: 1.2;
}
.card-wrapper .card.card--product .card__heading a:after {
  display: none;
  content: none;
}
.card-wrapper .card .card__inner .card__content {
  padding: 20px;
}
.card-wrapper .card .card__inner .card__content .card__wishlist {
  width: 100%;
  height: 100%;
  text-align: right;
}
.card-wrapper .card .card__inner .card__content .card__wishlist button {
  z-index: 9;
  min-height: 20px;
}
.card-wrapper .card .card__inner .card__content .card__wishlist button:after {
  font-size: 20px;
  color: #16193a !important;
}
.card-wrapper .card .price .price-item {
  margin-top: 0;
  font-size: 20px;
  font-family: Untitled sans-serif;
  color: #005f7c;
}
.card-wrapper .card .price__sale .price-item--regular {
  margin-top: 0;
  color: #11133980;
  text-decoration: line-through;
  font-size: 20px;
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
}
.swym-wishlist-container-title-bar {
  background: #00b495 !important;
}
.swym-ui-component
  .swym-wishlist-detail-content
  .swym-wishlist-grid
  .swym-wishlist-item {
  width: 29%;
  border: none;
}
@media (max-width: 834px) {
  .swym-ui-component
    .swym-wishlist-detail-content
    .swym-wishlist-grid
    .swym-wishlist-item {
    width: 48%;
  }
}
.swym-ui-component
  .swym-wishlist-detail-content
  .swym-wishlist-grid
  .swym-wishlist-item
  .swym-wishlist-image-wrapper {
  height: auto;
}
.swym-ui-component
  .swym-wishlist-detail-content
  .swym-wishlist-grid
  .swym-wishlist-item
  .swym-title {
  font-family: AvenirLTPro-Black, Arial, sans-serif;
}
.swym-ui-component
  .swym-wishlist-detail-content
  .swym-wishlist-grid
  .swym-wishlist-item
  .swym-add-to-cart-btn {
  font-family: AvenirLTPro-Black, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  background-color: #0000;
  color: #00b495;
  text-decoration: underline;
  text-align: left;
}
html > .swym-button-bar.swym-inject {
  display: none !important;
}
.product__swatches {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -3px;
}
.product__swatches li {
  width: 81px;
  padding: 3px;
}
.product__swatches li a {
  border: 1px solid rgba(0, 0, 0, 0);
  display: block;
  padding-bottom: 62%;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}
.product__swatches li a.current {
  border-color: #005f7c;
  opacity: 1;
}
.site-footer {
  overflow: hidden;
  background-color: #000000;
  padding-top: 70px;
  margin-top: 35px;
}
.site-footer .top-row {
  width: 100%;
}
@media (max-width: 834px) {
  .site-footer .top-row {
    padding-bottom: 70px;
  }
}
.site-footer .top-row .columns {
  width: 100%;
  margin-bottom: 72px;
}
.site-footer .top-row .columns__left {
  margin-right: 140px;
}
@media (max-width: 834px) {
  .site-footer .top-row .columns__left {
    margin-right: 56px;
  }
}
.site-footer .top-row .columns .image {
  justify-self: flex-end;
  margin-left: auto;
}
.site-footer .top-row ul li a {
  color: #fff;
  font-family: Equity Text -WEBKIT-BODY;
  font-size: 20px;
  line-height: 44px;
}
.site-footer .middle-row {
  padding: 32px 0;
}
@media (max-width: 834px) {
  .site-footer .middle-row {
    flex-direction: column;
  }
}
.site-footer .middle-row h4 {
  color: #fff;
  font-family: Equity Text -WEBKIT-BODY;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 21px;
}
.site-footer .middle-row .left {
  margin-right: 135px;
}
@media (max-width: 834px) {
  .site-footer .middle-row .left {
    margin-right: 0;
    width: 100%;
  }
}
.site-footer .middle-row .left form input {
  height: 40px;
  font-size: 14px;
  font-family: Untitled sans-serif;
  color: #005f7c;
  font-weight: 400;
  width: 327px;
  max-width: 100%;
  margin-right: 14px;
  border-radius: 0;
}
@media (max-width: 834px) {
  .site-footer .middle-row .left form input {
    width: 162px;
    font-size: 14px;
  }
}
.site-footer .middle-row .left form input::-moz-placeholder {
  font-size: 16px;
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
  color: #16193a;
}
.site-footer .middle-row .left form input::placeholder {
  font-size: 16px;
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
  color: #16193a;
}
@media (max-width: 834px) {
  .site-footer .middle-row .left form input::-moz-placeholder {
    font-size: 14px;
  }
  .site-footer .middle-row .left form input::placeholder {
    font-size: 14px;
  }
}
.site-footer .middle-row .left form .newsletter-form__message {
  color: #fff;
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
  font-weight: 400;
}
.site-footer .middle-row .left form .btn {
  border-width: 2px;
}
@media (max-width: 834px) {
  .site-footer .middle-row .right {
    width: 100%;
  }
  .site-footer .middle-row .right .socials {
    text-align: center;
    margin-top: 36px;
  }
}
@media (max-width: 834px) {
  .site-footer .middle-row .right .list-social {
    justify-content: center;
  }
}
.site-footer
  .middle-row
  .right
  .list-social__item:not(
    .site-footer .middle-row .right .list-social__item:first-of-type
  ) {
  margin-left: 15px;
}
.site-footer .middle-row .right .list-social__link {
  width: 25px;
  height: 25px;
}
.site-footer .middle-row .right .list-social__link svg path {
  fill: #fff;
}
.site-footer .bottom-row {
  padding: 30px 0;
}
@media (max-width: 834px) {
  .site-footer .bottom-row {
    flex-direction: column;
  }
}
.site-footer .bottom-row .left {
  width: 50%;
}
@media (max-width: 834px) {
  .site-footer .bottom-row .left {
    width: 100%;
  }
}
.site-footer .bottom-row .left p {
  font-size: 14px;
  font-weight: 400;
  font-family: Equity Text -WEBKIT-BODY;
  color: #fffdf5;
  opacity: 0.7;
}
@media (max-width: 834px) {
  .site-footer .bottom-row .left p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.site-footer .bottom-row .right {
  width: 50%;
}
@media (max-width: 834px) {
  .site-footer .bottom-row .right {
    width: 100%;
    flex-direction: column;
  }
}
.site-footer .bottom-row .right a {
  color: #fff;
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 834px) {
  .site-footer .bottom-row .right a {
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.site-footer .bottom-row .right a:last-of-type {
  margin-left: 40px;
}
@media (max-width: 834px) {
  .site-footer .bottom-row .right a:last-of-type {
    margin-left: 0;
    text-decoration: underline;
  }
}
@media (max-width: 834px) {
  .site-footer .image {
    margin-top: 40px;
  }
}
.site-footer .divider {
  display: block;
  height: 1px;
  background-color: #fff;
  width: 100%;
}
.site-header {
  position: relative;
  background: #fffdf5;
  z-index: 999 !important;
  border-top: 1px solid #16193a;
  border-bottom: 1px solid #16193a;
}
@media (max-width: 1368px) {
  .site-header {
    margin-bottom: 0;
  }
}
.site-header .top-area .keen-slider .keen-slider__slide {
  padding: 10px;
  font-weight: 600;
  font-size: 13px;
  min-width: 100%;
  text-align: center;
}
.site-header .header-outer {
  z-index: inherit;
  position: relative;
  transition: all 0.15s ease;
  background: inherit;
}
.site-header .header-outer.search-open .burger-menu-inner:before,
.site-header .header-outer.search-open .burger-menu-inner:after,
.site-header .header-outer.search-open .burger-menu-inner span {
  background: #16193a !important;
}
.site-header .left-nav-area ul.flex {
  min-width: 725px;
}
.site-header.dropdown-open .header-outer {
  background: #f4f2ee;
}
@media (max-width: 834px) {
  .site-header.dropdown-open .header-outer .trigger-nav li.cart-trigger-item {
    display: none;
  }
  .site-header.dropdown-open .header-outer .trigger-nav li.search-trigger-item {
    display: flex;
  }
}
.site-header.dropdown-open .header-inner .left-nav-area ul li a.nav-item,
.site-header.dropdown-open .header-inner .right-nav-area ul li a.nav-item,
.site-header.dropdown-open .header-inner .left-nav-area ul li a.nav-item span,
.site-header.dropdown-open .header-inner .right-nav-area ul li a.nav-item span {
  color: #041e42;
}
.site-header.dropdown-open
  .header-inner
  .left-nav-area
  ul
  li
  .disclosure
  button
  span,
.site-header.dropdown-open
  .header-inner
  .right-nav-area
  ul
  li
  .disclosure
  button
  span {
  color: #16193a;
}
.site-header.dropdown-open
  .header-inner
  .left-nav-area
  ul
  li
  .disclosure
  button
  span
  svg,
.site-header.dropdown-open
  .header-inner
  .right-nav-area
  ul
  li
  .disclosure
  button
  span
  svg {
  fill: #16193a;
}
.site-header.dropdown-open .middle-area a img,
.site-header.dropdown-open .right-nav-area a img {
  filter: invert(1);
}
.site-header .header-inner {
  z-index: 11;
  position: relative;
  max-height: 74px;
  padding: 25px;
  background: #ffffff;
}
@media (max-width: 1264px) {
  .site-header .header-inner {
    max-height: 95px;
  }
}
@media (max-width: 834px) {
  .site-header .header-inner {
    max-height: 100%;
    height: auto;
    align-items: flex-start;
    padding: 15px 20px;
  }
}
.site-header .header-inner .left-nav-area,
.site-header .header-inner .right-nav-area {
  flex-basis: 0;
  flex-grow: 1;
}
.site-header .header-inner .left-nav-area > ul,
.site-header .header-inner .right-nav-area > ul {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.site-header .header-inner .left-nav-area > ul > li,
.site-header .header-inner .right-nav-area > ul > li {
  margin-bottom: 0;
}
.site-header .header-inner .left-nav-area > ul > li > a,
.site-header .header-inner .right-nav-area > ul > li > a {
  padding: 31px 0;
}
@media (max-width: 834px) {
  .site-header .header-inner .left-nav-area > ul > li > a,
  .site-header .header-inner .right-nav-area > ul > li > a {
    padding: 21.5px 0;
  }
}
.site-header .header-inner .left-nav-area > ul > li > a.nav-item,
.site-header .header-inner .right-nav-area > ul > li > a.nav-item {
  transition: all 0.15s ease;
  font-size: 20px;
  color: #041e42;
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
}
.site-header .header-inner .left-nav-area > ul > li > a.nav-item:hover,
.site-header .header-inner .right-nav-area > ul > li > a.nav-item:hover {
  color: #041e42;
}
.site-header .header-inner .left-nav-area > ul > li > a.nav-item:hover span,
.site-header .header-inner .right-nav-area > ul > li > a.nav-item:hover span {
  color: #005f7c !important;
}
.site-header
  .header-inner
  .left-nav-area
  > ul
  > li
  > a.nav-item.has-submenu
  svg,
.site-header
  .header-inner
  .right-nav-area
  > ul
  > li
  > a.nav-item.has-submenu
  svg {
  transition: all 0.3s ease;
}
.site-header
  .header-inner
  .left-nav-area
  > ul
  > li
  > a.nav-item.has-submenu:hover
  svg,
.site-header
  .header-inner
  .right-nav-area
  > ul
  > li
  > a.nav-item.has-submenu:hover
  svg {
  transform: rotate(180deg);
}
.site-header .header-inner .left-nav-area > ul > li > a.nav-item > span,
.site-header .header-inner .right-nav-area > ul > li > a.nav-item > span {
  color: #005f7c80 !important;
}
.site-header .header-inner .left-nav-area > ul > li > a.nav-item > img,
.site-header .header-inner .left-nav-area > ul > li > a.nav-item > svg,
.site-header .header-inner .right-nav-area > ul > li > a.nav-item > img,
.site-header .header-inner .right-nav-area > ul > li > a.nav-item > svg {
  margin-left: 8px;
  transition: transform 0.25s ease;
  width: 9px;
  height: 6px;
}
.site-header .header-inner .left-nav-area > ul > li > a.nav-item > img path,
.site-header .header-inner .left-nav-area > ul > li > a.nav-item > svg path,
.site-header .header-inner .right-nav-area > ul > li > a.nav-item > img path,
.site-header .header-inner .right-nav-area > ul > li > a.nav-item > svg path {
  transition: all 0.15s ease;
}
.site-header
  .header-inner
  .left-nav-area
  > ul
  > li
  > a.nav-item:hover
  > span:after,
.site-header
  .header-inner
  .left-nav-area
  > ul
  > li
  > a.nav-item.active
  > span:after,
.site-header
  .header-inner
  .right-nav-area
  > ul
  > li
  > a.nav-item:hover
  > span:after,
.site-header
  .header-inner
  .right-nav-area
  > ul
  > li
  > a.nav-item.active
  > span:after {
  transform: scaleX(1);
}
.site-header .header-inner .left-nav-area > ul .localization-wrap span,
.site-header .header-inner .right-nav-area > ul .localization-wrap span {
  color: #ede7da;
  font-size: 10px;
  letter-spacing: normal;
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
}
.site-header .header-inner .left-nav-area > ul .localization-wrap .arrow svg,
.site-header .header-inner .right-nav-area > ul .localization-wrap .arrow svg {
  margin-left: 4px;
  fill: #ede7da;
}
.site-header
  .header-inner
  .left-nav-area
  > ul
  .localization-wrap
  .disclosure__list-wrap
  ul
  li
  button,
.site-header
  .header-inner
  .right-nav-area
  > ul
  .localization-wrap
  .disclosure__list-wrap
  ul
  li
  button {
  color: #16193a;
  font-size: 10px;
  letter-spacing: normal;
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
}
@media (max-width: 1368px) {
  .site-header .header-inner .left-nav-area .f-grid,
  .site-header .header-inner .right-nav-area .f-grid {
    margin: 0 -20px;
  }
}
@media (max-width: 1264px) {
  .site-header .header-inner .right-nav-area li.link-item {
    display: none;
  }
}
.site-header .header-inner .right-nav-area li:first-of-type {
  margin-right: 25px;
}
.site-header .header-inner .right-nav-area li a[aria-label="wishlist"] {
  position: relative;
  padding: 0;
}
.site-header .header-inner .right-nav-area li a span {
  font-size: 14px;
  font-family: Untitled sans-serif;
}
.site-header .header-inner .right-nav-area li a .swym-wishlist-header-counter {
  position: absolute;
  left: -5px;
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  color: #0000;
  border: 1px solid #00b495;
  background: #00b495;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  transition: all 0.35s ease;
}
.site-header
  .header-inner
  .right-nav-area
  li
  a
  .swym-wishlist-header-counter:not(.show-badge) {
  opacity: 0;
  visibility: hidden;
}
.site-header .header-inner .left-nav-area .logo {
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.site-header .header-inner .left-nav-area .logo svg {
  width: 160px;
}
@media (max-width: 1264px) {
  .site-header .header-inner .left-nav-area .big-desktop-only {
    display: none;
  }
}
@media (max-width: 1264px) {
  .site-header .header-inner .left-nav-area .small-desktop-only {
    display: block;
  }
}
.site-header .header-inner .left-nav-area .burger-menu-container {
  padding: 0;
  margin-left: 0;
  background-color: #0000;
  position: relative;
}
.site-header
  .header-inner
  .left-nav-area
  .burger-menu-container
  .burger-menu-inner {
  height: 15px;
  width: 20px;
  position: relative;
}
.site-header
  .header-inner
  .left-nav-area
  .burger-menu-container
  .burger-menu-inner:before,
.site-header
  .header-inner
  .left-nav-area
  .burger-menu-container
  .burger-menu-inner
  span,
.site-header
  .header-inner
  .left-nav-area
  .burger-menu-container
  .burger-menu-inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  transition: opacity 0.15s ease, top 0.15s ease, transform 0.15s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #005f7c;
}
.site-header
  .header-inner
  .left-nav-area
  .burger-menu-container
  .burger-menu-inner:before {
  top: 0;
}
.site-header
  .header-inner
  .left-nav-area
  .burger-menu-container
  .burger-menu-inner
  span {
  top: 6px;
}
.site-header
  .header-inner
  .left-nav-area
  .burger-menu-container
  .burger-menu-inner:after {
  top: 12px;
}
.site-header
  .header-inner
  .left-nav-area
  .burger-menu-container.active
  .burger-menu-inner {
  width: 15px;
}
.site-header
  .header-inner
  .left-nav-area
  .burger-menu-container.active
  .burger-menu-inner
  span {
  opacity: 0;
}
.site-header
  .header-inner
  .left-nav-area
  .burger-menu-container.active
  .burger-menu-inner:before {
  transform: rotate(45deg);
  top: 3px;
  display: block;
}
.site-header
  .header-inner
  .left-nav-area
  .burger-menu-container.active
  .burger-menu-inner:after {
  transform: rotate(-45deg);
  top: 3px;
}
@media (max-width: 1265px) {
  .site-header .header-inner .middle-area {
    width: 50%;
    padding-top: 16px;
    padding-bottom: 8px;
  }
}
@media (max-width: 834px) {
  .site-header .header-inner .middle-area {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.site-header .header-inner .middle-area .logo {
  display: none;
}
@media (max-width: 1265px) {
  .site-header .header-inner .middle-area .logo {
    display: flex;
    justify-content: center;
  }
  .site-header .header-inner .middle-area .logo img {
    height: 100%;
    width: auto;
    max-height: 50px;
  }
}
@media (max-width: 834px) {
  .site-header .header-inner .middle-area .logo svg {
    width: 120px;
    height: 16px;
  }
}
.site-header .header-inner .middle-area .tablet-middle-menu {
  display: none;
}
@media (max-width: 1264px) {
  .site-header .header-inner .middle-area .tablet-middle-menu {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    list-style: none;
  }
  .site-header .header-inner .middle-area .tablet-middle-menu li:first-of-type {
    margin-right: 7.5px;
  }
  .site-header .header-inner .middle-area .tablet-middle-menu li:last-of-type {
    margin-left: 7.5px;
  }
  .site-header .header-inner .middle-area .tablet-middle-menu li a span {
    font-size: 14px;
    color: #16193a;
    font-family: AvenirLTPro-Roman, Arial, sans-serif;
  }
}
@media (max-width: 1264px) and (max-width: 834px) {
  .site-header .header-inner .middle-area .tablet-middle-menu li a span {
    line-height: 1;
  }
}
.site-header .header-inner .trigger-nav {
  margin-left: 15px;
  margin-right: -20px;
}
@media (max-width: 834px) {
  .site-header .header-inner .trigger-nav {
    margin-left: 0;
    margin-right: -7px !important;
    align-items: flex-start;
  }
  .site-header .header-inner .trigger-nav li {
    padding: 0 2px;
  }
  .site-header .header-inner .trigger-nav li .flex,
  .site-header .header-inner .trigger-nav li .cart-trigger {
    align-items: flex-start;
    padding-top: 0;
  }
}
.site-header .header-inner .trigger-nav .swym-wishlist {
  display: flex;
}
.site-header .header-inner .trigger-nav .swym-wishlist img {
  width: 20px;
}
@media (max-width: 1264px) {
  .site-header .header-inner .trigger-nav .localization {
    display: none;
  }
}
.site-header .header-inner .trigger-nav .search-trigger,
.site-header .header-inner .trigger-nav .account-trigger,
.site-header .header-inner .trigger-nav .cart-trigger {
  padding: 0 24px;
  display: flex;
}
@media (max-width: 1264px) {
  .site-header .header-inner .trigger-nav .search-trigger,
  .site-header .header-inner .trigger-nav .account-trigger,
  .site-header .header-inner .trigger-nav .cart-trigger {
    padding: 8px 5px;
  }
}
.site-header .header-inner .trigger-nav .cart-trigger {
  display: flex;
  align-items: center;
  position: relative;
}
.site-header .header-inner .trigger-nav .cart-trigger .cart-count-bubble {
  position: absolute;
  left: 16px;
  top: -2px;
  width: auto;
  height: auto;
  bottom: auto;
  right: auto;
}
@media (max-width: 1265px) {
  .site-header .header-inner .trigger-nav .cart-trigger .cart-count-bubble {
    left: -2px;
    top: -1px;
  }
}
.site-header .header-inner .trigger-nav .cart-trigger span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-left: 3px;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  color: #0000;
  border: 1px solid #005f7c;
  background: #005f7c;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
@media (min-width: 1024px) {
  .site-header.shrunk .header-inner .left-nav-area > ul > li .nav-item {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
@media (min-width: 1024px) {
  .site-header.shrunk .header-inner .middle-area a img {
    width: 100px;
  }
}
.product .site-header {
  margin-bottom: 0;
}
.cart-notification-wrapper {
  max-width: none;
}
.cart-notification-wrapper #cart-notification {
  background: #fff;
  z-index: 999;
  right: 0;
  position: fixed;
  top: 0;
}
#stockist-widget .stockist-horizontal .stockist-side-panel {
  background: linear-gradient(90deg, #eff6fb, #fff0);
  padding-left: 5px;
}
#stockist-widget
  .stockist-horizontal
  .stockist-side-panel
  .stockist-search-form {
  padding-top: 10px;
}
#stockist-widget
  .stockist-horizontal
  .stockist-side-panel
  .stockist-search-form
  .stockist-search-field {
  border-radius: 0;
}
#stockist-widget
  .stockist-horizontal
  .stockist-side-panel
  .stockist-search-button
  button {
  background: #a5b290;
  border-radius: 0;
}
#stockist-widget
  .stockist-horizontal
  .stockist-side-panel
  .stockist-result-list::-webkit-scrollbar-thumb {
  background-color: #a5b290;
  border-radius: 15px;
  border: 4px solid #a5b290;
}
#stockist-widget
  .stockist-horizontal
  .stockist-side-panel
  .stockist-result-list::-webkit-scrollbar-thumb:hover,
#stockist-widget
  .stockist-horizontal
  .stockist-side-panel
  .stockist-result-list::-webkit-scrollbar-thumb
  :focus,
#stockist-widget
  .stockist-horizontal
  .stockist-side-panel
  .stockist-result-list::-webkit-scrollbar-thumb
  :focus-within {
  background-color: #000;
}
#stockist-widget
  .stockist-horizontal
  .stockist-side-panel
  .stockist-result-list::-webkit-scrollbar-track {
  background-color: #0000;
}
#stockist-widget
  .stockist-horizontal
  .stockist-side-panel
  .stockist-result-list::-webkit-scrollbar {
  width: 8px;
  background-color: #0000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#stockist-widget
  .stockist-horizontal
  .stockist-side-panel
  .stockist-result-list::-webkit-scrollbar:hover {
  background-color: #a5b2902d;
}
#stockist-widget .stockist-horizontal .stockist-map {
  left: 370px;
}
#stockist-widget
  .stockist-horizontal
  .stockist-map
  .stockist-map-inner
  [aria-roledescription="map"]
  div:first-child {
  top: 52% !important;
}
.hero-slider .keen-slider {
  position: relative;
  max-height: 100vh;
  max-height: 800px;
}
@media (max-width: 1583px) {
  .hero-slider .keen-slider {
    max-height: 600px;
  }
}
@media (max-width: 1250px) {
  .hero-slider .keen-slider {
    max-height: 500px;
  }
}
@media (max-width: 975px) {
  .hero-slider .keen-slider {
    max-height: 450px;
  }
}
@media (max-width: 834px) {
  .hero-slider .keen-slider {
    max-height: 500px;
  }
}
.hero-slider .keen-slider img {
  max-height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1583px) {
  .hero-slider .keen-slider img {
    max-height: 600px;
  }
}
@media (max-width: 1250px) {
  .hero-slider .keen-slider img {
    max-height: 500px;
  }
}
@media (max-width: 975px) {
  .hero-slider .keen-slider img {
    max-height: 450px;
  }
}
@media (max-width: 834px) {
  .hero-slider .keen-slider img {
    max-height: 500px;
  }
}
.hero-slider .keen-slider .image-area {
  width: 100%;
}
.hero-slider .keen-slider .image-area img {
  height: 100%;
}
.hero-slider .keen-slider .content-area {
  position: absolute;
  left: 0;
  padding: 90px;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media (max-width: 834px) {
  .hero-slider .keen-slider .content-area {
    padding: 40px 16px 100px;
    align-items: flex-end;
  }
}
.hero-slider .keen-slider .content-area .inner {
  max-width: 540px;
}
.hero-slider .keen-slider .content-area .hero-heading {
  font-size: 90px;
  color: #fff;
  text-align: center;
  line-height: 0.97;
}
@media (max-width: 1264px) {
  .hero-slider .keen-slider .content-area .hero-heading {
    font-size: 55px;
  }
}
.hero-slider .keen-slider .content-area .btn {
  margin: 90px auto auto;
}
.hero-slider .keen-slider .elements-area {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.hero-slider .keen-slider .elements-area .content {
  color: #fff;
  font-size: 48px;
  font-family: AvenirLTPro-Black, Arial, sans-serif;
  text-align: right;
  margin: 0 65px;
}
@media (max-width: 834px) {
  .hero-slider .keen-slider .elements-area .content {
    font-size: 32px;
    margin: 0 10px;
  }
}
.hero-slider .keen-slider .elements-area .content p {
  white-space: nowrap;
}
.hero-slider .keen-slider .elements-area .content p:last-child {
  position: absolute;
  right: 60px;
  top: 80px;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media (max-width: 834px) {
  .hero-slider .keen-slider .elements-area .content p:last-child {
    right: 10px;
    top: 50px;
  }
}
.hero-slider .keen-slider .elements-area .element-blue {
  position: absolute;
  bottom: 10%;
  left: 0;
}
.hero-slider .keen-slider .elements-area .element-teal {
  position: absolute;
  top: -110px;
  right: 5%;
  z-index: -1;
}
@media (max-width: 834px) {
  .hero-slider .keen-slider .keen-dots {
    margin-bottom: 15px;
  }
}
#shopify-section-announcement-bar {
  position: relative;
  z-index: 999;
}
.announcement-bar.color-background-1 {
  background-color: #00b495;
}
.announcement-bar.color-background-1 p {
  color: #fff;
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 5px;
}
.text-with-elements {
  background-color: #fffdf5;
  padding-top: 83px;
  padding-bottom: 90px;
  position: relative;
}
.text-with-elements .section--inner {
  position: relative;
}
.text-with-elements .rte {
  max-width: 636px;
  margin: auto;
}
@media (max-width: 1030px) {
  .text-with-elements .rte {
    padding-top: 140px;
  }
}
.text-with-elements .rte p {
  font-size: 24px;
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
  line-height: normal;
  letter-spacing: normal;
  color: #16193a;
}
@media (max-width: 1030px) {
  .text-with-elements .rte p {
    text-align: center;
  }
}
.text-with-elements .rte p strong {
  font-family: AvenirLTPro-Black, Arial, sans-serif;
}
.text-with-elements .element {
  position: absolute;
  z-index: 9;
}
.text-with-elements .element--one {
  left: -20px;
  top: 20px;
}
@media (max-width: 1375px) {
  .text-with-elements .element--one {
    max-width: 200px;
    top: -45px;
  }
}
.text-with-elements .element--two {
  right: -60px;
  top: -60px;
}
@media (max-width: 1375px) {
  .text-with-elements .element--two {
    top: -45px;
    max-width: 200px;
  }
}
.text-with-elements .element--three {
  right: 100px;
  bottom: -50%;
}
@media (max-width: 1375px) {
  .text-with-elements .element--three {
    right: -150px;
    max-width: 350px;
  }
}
@media (max-width: 834px) {
  .text-with-elements .element--three {
    bottom: -125px;
  }
}
.text-with-elements-two {
  padding-top: 100px;
  position: relative;
}
.text-with-elements-two .element {
  position: absolute;
}
.text-with-elements-two .element--bg {
  width: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -o-object-position: top;
  object-position: top;
}
.text-with-elements-two .element--one {
  top: -20%;
  right: 15%;
}
@media (max-width: 1249px) {
  .text-with-elements-two .element--one {
    top: 0%;
    max-width: 200px;
  }
}
@media (max-width: 834px) {
  .text-with-elements-two .element--one {
    max-width: 150px;
    right: 50px;
    top: -10px;
  }
}
.text-with-elements-two .element--two {
  left: -60px;
  top: 30%;
}
@media (max-width: 1009px) {
  .text-with-elements-two .element--two {
    left: -120px;
  }
}
@media (max-width: 834px) {
  .text-with-elements-two .element--two {
    top: 20px;
    max-width: 150px;
    left: -10px;
  }
}
.text-with-elements-two .element--three {
  right: 45px;
  bottom: -70px;
}
@media (max-width: 1009px) {
  .text-with-elements-two .element--three {
    bottom: -120px;
    right: 15px;
  }
}
@media (max-width: 834px) {
  .text-with-elements-two .element--three {
    bottom: 0;
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  .text-with-elements-two .element--three {
    bottom: -60px;
  }
}
.text-with-elements-two .section {
  position: relative;
  height: 650px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .text-with-elements-two .section {
    height: 750px;
  }
}
@media (max-width: 480px) {
  .text-with-elements-two .section {
    height: auto;
  }
}
@media (max-width: 834px) {
  .text-with-elements-two .section .wrapper {
    border-bottom: 20px solid #16193a;
  }
}
.text-with-elements-two .section .content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 513px;
}
@media (max-width: 834px) {
  .text-with-elements-two .section .content-wrap {
    max-width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.text-with-elements-two .section .content-wrap h2,
.text-with-elements-two .section .content-wrap p {
  color: #fff;
}
.text-with-elements-two .section .content-wrap h2 {
  font-size: 48px;
  font-family: AvenirLTPro-Black, Arial, sans-serif;
  margin-bottom: 44px;
  max-width: 335px;
  line-height: 1;
}
@media (max-width: 834px) {
  .text-with-elements-two .section .content-wrap h2 {
    font-size: 30px;
  }
}
.featured-products {
  padding-top: 81px;
  padding-bottom: 40px;
}
@media (max-width: 834px) {
  .featured-products {
    padding-bottom: 35px;
    padding-top: 0;
  }
  .featured-products.wrapper {
    padding-right: 0;
  }
}
.featured-products .section-header {
  margin-bottom: 37.3px;
}
.featured-products .section-header h2 {
  color: #005f7c;
  margin-right: 30px;
  font-size: 48px;
  line-height: 57.79px;
  font-family: Equity Text -WEBKIT-BODY;
}
@media (max-width: 834px) {
  .featured-products .section-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 834px) {
  .featured-products .section-header {
    margin-bottom: 20px;
  }
}
.text-with-image {
  background-color: #00b495;
  padding-top: 151px;
  padding-bottom: 164px;
}
@media (max-width: 834px) {
  .text-with-image {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.text-with-image .column {
  width: calc(50% - 63.5px);
}
@media (max-width: 834px) {
  .text-with-image .column {
    width: 100%;
  }
}
.text-with-image .column h2 {
  font-size: 48px;
  font-family: AvenirLTPro-Black, Arial, sans-serif;
  margin-bottom: 30px;
  line-height: normal;
  color: #16193a;
}
@media (max-width: 834px) {
  .text-with-image .column h2 {
    font-size: 32px;
  }
}
.text-with-image .column .rte p {
  color: #16193a;
}
.text-with-image .column .rte p strong {
  display: inline-block;
  margin-bottom: 10px;
}
.text-with-image .column .btn {
  font-size: 18px;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .text-with-image .column .btn {
    display: none;
  }
}
@media (max-width: 834px) {
  .text-with-image .column .image-area {
    margin-top: 30px;
  }
}
.text-with-image .column .image-area .icon-text-row {
  max-width: 370px;
}
@media (max-width: 834px) {
  .text-with-image .column .image-area .icon-text-row {
    flex-wrap: wrap;
  }
}
@media (min-width: 835px) {
  .text-with-image
    .column
    .image-area
    .icon-text-row:nth-child(2n)
    .content-area {
    padding-left: 0;
    order: -1;
  }
}
.text-with-image .column .image-area .icon-text-row + .icon-text-row {
  margin-top: 70px;
}
@media (max-width: 834px) {
  .text-with-image .column .image-area .icon-text-row + .icon-text-row {
    margin-top: 40px;
  }
}
.text-with-image .column .image-area .icon-text-row .image-area {
  width: auto;
  max-width: 50%;
}
@media (max-width: 834px) {
  .text-with-image .column .image-area .icon-text-row .image-area {
    width: 100%;
    max-width: none;
  }
}
.text-with-image .column .image-area .icon-text-row .content-area {
  padding-left: 50px;
  width: 50%;
  flex-grow: 1;
}
@media (max-width: 834px) {
  .text-with-image .column .image-area .icon-text-row .content-area {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.text-with-image .column .image-area .icon-text-row .content-area h3 {
  margin-bottom: 5px;
}
.text-with-image .extra-row {
  padding-top: 95px;
}
.text-with-image .extra-row h3 {
  margin-bottom: 17px;
}
.text-with-image .extra-row .column {
  width: var(--item-width);
}
@media (max-width: 834px) {
  .text-with-image .extra-row .column {
    width: 100%;
  }
}
.text-with-image .extra-row .column img {
  width: 100%;
}
.blog-posts {
  padding-top: 84px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .blog-posts .wrapper {
    padding-right: 0;
  }
}
.blog-posts .section-header {
  margin-bottom: 37px;
}
@media (max-width: 834px) {
  .blog-posts .section-header {
    margin-bottom: 20px;
  }
}
.blog-posts .section-header h2 {
  font-size: 48px;
}
@media (max-width: 834px) {
  .blog-posts .section-header h2 {
    font-size: 32px;
  }
}
.blog-posts .section-header .btn {
  margin-left: 20px;
}
.blog-posts ul img {
  width: 100%;
  height: auto;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 30px;
}
.blog-posts ul h3 {
  font-size: 20px;
  font-family: AvenirLTPro-Heavy, Arial, sans-serif;
  margin-bottom: 15px;
  font-weight: 700;
  min-height: 50px;
}
.blog-posts ul .rte {
  font-size: 16px;
  color: #16193a;
  min-height: 70px;
  max-height: 75px;
}
.blog-posts ul .rte strong {
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
}
.blog-posts ul .rte p {
  font-size: 16px;
  font-family: inherit;
  color: #16193a;
}
.blog-posts ul .btn {
  margin-top: 30px;
}
.instafeed .section-header {
  margin-bottom: 22px;
}
@media (max-width: 834px) {
  .instafeed .section-header {
    margin-bottom: 20px;
  }
}
.instafeed .section-header h2 {
  font-size: 48px;
}
@media (max-width: 834px) {
  .instafeed .section-header h2 {
    font-size: 32px;
  }
}
.instafeed .section-header .btn {
  margin-left: 20px;
}
@media (max-width: 834px) {
  .instafeed .btn {
    margin-top: 20px;
  }
}
.instafeed #insta-feed {
  margin-top: 0 !important;
}
.product-recommendations .section-header {
  margin-bottom: 37.3px;
}
.product-recommendations .section-header h2 {
  color: #16193a;
  margin-right: 30px;
  font-size: 48px;
}
@media (max-width: 834px) {
  .product-recommendations .section-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 834px) {
  .product-recommendations .section-header {
    margin-bottom: 20px;
  }
}
.product-recommendations ul {
  gap: 20px;
}
.product-recommendations ul li {
  flex: 1;
}
.trustbox {
  padding-top: 62px;
}
@media (max-width: 349px) {
  .trustbox iframe {
    min-height: 40px !important;
  }
}
.image-banner img {
  width: 100%;
  height: auto;
}
.text-image-text {
  background-color: #fffdf5;
  padding-top: 81px;
  padding-bottom: 81px;
}
@media (max-width: 834px) {
  .text-image-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.text-image-text .column {
  width: calc(50% - 63.5px);
}
@media (max-width: 834px) {
  .text-image-text .column {
    width: 100%;
  }
}
.text-image-text .column h2 {
  font-size: 48px;
  font-family: AvenirLTPro-Black, Arial, sans-serif;
  margin-bottom: 30px;
  line-height: normal;
  color: #16193a;
}
@media (max-width: 834px) {
  .text-image-text .column h2 {
    font-size: 32px;
  }
}
.text-image-text .column:first-child .rte {
  margin-top: 28px;
}
.text-image-text .column .rte em {
  display: block;
}
.text-image-text .column .rte p {
  color: #16193a;
}
.text-image-text .column .rte p strong {
  display: inline-block;
  margin-bottom: 10px;
}
.text-image-text .column .btn {
  margin-top: 25px;
}
@media (max-width: 834px) {
  .text-image-text .column .image-area {
    margin-top: 30px;
  }
}
.text-image-text .column .image-area img {
  width: 100%;
}
@media (max-width: 834px) {
  .text-image-text .column--two {
    margin-top: 50px;
  }
}
.text-image-text .column--two .rte {
  max-width: 390px;
  margin: 0;
}
@media (max-width: 834px) {
  .text-image-text .column--two .rte {
    max-width: 100%;
    margin-top: 0;
  }
}
.collection-hero img {
  width: 100%;
  height: auto;
}
.collection-hero h1 {
  margin-top: 30px;
  font-size: 30px;
}
.filter-padding-collections {
  padding-top: 42px !important;
}
@media (max-width: 834px) {
  .filter-padding-collections {
    padding-top: 20px !important;
  }
}
@media (max-width: 834px) {
  .filter-padding-collections .collection-title {
    margin-bottom: 20px;
  }
}
.active-facets__button--light .active-facets__button-inner {
  box-shadow: none !important;
}
.collection .grid {
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
.collection .grid__item {
  width: calc(33.333% - 20px) !important;
  max-width: calc(33.333% - 20px) !important;
}
@media (max-width: 834px) {
  .collection .grid__item {
    width: calc(50% - 20px) !important;
    max-width: calc(50% - 20px) !important;
  }
}
@media (max-width: 480px) {
  .collection .grid__item {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.collection .load-more-container button {
  transition: all 0.35s ease;
}
.collection .load-more-container button img {
  width: 25px;
  height: 25px;
}
.collection .load-more-container button:not(.shown) {
  opacity: 0;
}
.facets .disclosure-has-popup[open] > summary + * {
  z-index: 9999;
}
.product {
  align-items: flex-start;
}
.product .product__media-gallery .slider {
  margin-bottom: 0;
}
.product__title {
  font-size: 28px;
  line-height: 1.2;
}
.product .price-item {
  font-weight: 700;
}
.product__info-wrapper {
  padding-left: 20px !important;
}
@media (max-width: 834px) {
  .product__info-wrapper {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.product__info-wrapper .product-form__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product__info-wrapper .product-form__buttons .product-form__submit {
  margin: 0;
  width: auto;
  min-width: 180px;
}
.product__info-wrapper .product-form__buttons .swym-button-bar {
  margin: 0;
}
.product__info-wrapper
  .product-form__buttons
  .swym-button-bar
  button.swym-button {
  background-color: #00b495;
  border: 1px solid #00b495;
  border-radius: 50%;
  height: 45px;
  width: 45px;
}
.product__info-wrapper
  .product-form__buttons
  .swym-button-bar
  button.swym-button.disabled,
.product__info-wrapper
  .product-form__buttons
  .swym-button-bar
  button.swym-button:disabled {
  opacity: 1;
  background-color: #fff;
}
.product__info-wrapper
  .product-form__buttons
  .swym-button-bar
  button.swym-button.disabled:after,
.product__info-wrapper
  .product-form__buttons
  .swym-button-bar
  button.swym-button:disabled:after {
  color: #00b495 !important;
}
.product__info-wrapper
  .product-form__buttons
  .swym-button-bar
  button.swym-button:after {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  opacity: 1;
  color: #fff !important;
}
.product__info-wrapper
  .product-form__buttons
  .swym-button-bar
  button.swym-button:hover {
  background: #fff;
}
.product__info-wrapper
  .product-form__buttons
  .swym-button-bar
  button.swym-button:hover:after {
  color: #00b495 !important;
}
.product__info-wrapper .product__info-container > * + * {
  margin: 0;
}
@media (max-width: 834px) {
  .product__info-wrapper .product__info-container .product__title {
    font-size: 30px;
  }
}
.product__info-wrapper .product__info-container .product__swatches {
  margin-bottom: 16px;
}
.product__info-wrapper .product__info-container .price--large {
  font-size: 20px;
  font-family: AvenirLTPro-Black, Arial, sans-serif;
}
.product__info-wrapper .product__info-container .product__text.subtitle {
  font-size: 20px;
  margin-top: 20px;
  line-height: 1;
  color: #16193a;
}
.product__info-wrapper .product__info-container .opticians-box {
  margin-bottom: 30px;
}
.product__info-wrapper .product__info-container .product-form {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .product__media-item {
    padding-top: 0 !important;
  }
}
@media (max-width: 834px) {
  .product__media-list {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.product .slider-buttons span {
  font-size: 14px;
  font-family: AvenirLTPro-Roman, Arial, sans-serif;
}
.product .slider-buttons button svg {
  height: 11px;
}
@media (max-width: 834px) {
  .product .slider-buttons {
    padding-bottom: 40px;
  }
}
.product__accordion details {
  border-top: 1px solid #16193a;
}
.product__accordion details summary[aria-expanded="true"] svg {
  transform: none;
}
.product__accordion details summary svg {
  transform: rotate(90deg);
  transition: all 0.3s ease;
  margin-top: 5px;
}
.product__accordion:last-of-type details {
  border-bottom: 1px solid #16193a;
}
.product .opticians-box h3 {
  margin-bottom: 1rem;
}
.product .accordion .accordion-item {
  padding: 0 10px;
}
.product .accordion .accordion-item.open .accordion-header {
  font-family: AvenirLTPro-Black, Arial, sans-serif;
}
.product .accordion .accordion-item.open .accordion-header svg {
  transform: rotate(-180deg);
}
.product .accordion .accordion-header {
  font-size: 20px;
  line-height: 23px;
  font-family: AvenirLTPro-Light, Arial, sans-serif;
  padding: 16px 0 0;
}
.product .accordion .accordion-header svg {
  transform-origin: 6px 8px;
}
.product .accordion .accordion-content {
  font-size: 20px;
  color: #16193a;
  margin: 8px 0;
}
.product .accordion .accordion-content .rte {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}
.product .accordion .accordion-content .rte p {
  font-size: 20px;
  color: #16193a;
}
@media (max-width: 834px) {
  .wrapper--product-custom {
    padding: 0 !important;
  }
}
.product-media-modal {
  z-index: 999 !important;
}
.contact {
  width: 50%;
  --inputs-radius: 25px;
}
.page-block .main-page-title {
  color: #16193a;
  font-size: 48px;
  font-family: AvenirLTPro-Black, Arial, sans-serif;
  margin-bottom: 0;
}
.page-block .main-page-title.light {
  font-family: AvenirLTPro-Book Pro, Arial, sans-serif;
  opacity: 1;
}
@media (max-width: 834px) {
  .page-block .main-page-title {
    font-size: 30px;
  }
}
.page-block.page-block-header .rte {
  margin-top: 15px;
}
.template-search__search .predictive-search--search-template {
  z-index: 12;
  width: calc(100% - 2px) !important;
  top: calc(100% - 1px);
  left: 1px;
  box-shadow: none;
  background: #fff;
}
.landing-page .page-block-header h1 {
  margin-bottom: 0;
}
.landing-page .page-block-header .rte {
  max-width: 800px;
}
.custom-modal-opener svg {
  color: #fff;
  fill: #fff;
}
.for-mobile {
  display: none;
}
.product-custom-label span {
  color: #005f7c;
  font-family: Untitled sans-serif;
}
.product__info-container b {
  display: block;
}
.custom_slider_outer {
  position: relative;
}
span.outer-dot.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005f7c;
}
span.outer-dot.swiper-pagination-bullet {
  background: #007aff;
  height: 10px;
  width: 10px;
}
a.nav-item:hover,
.mega-menu-inner .menu-block ul li a:hover,
.columns__right li a:hover,
.columns__left li a:hover {
  opacity: 0.7;
}
.close-search-dropdown svg path {
  fill: #005f7c;
}
.product__info-container .accordion {
  border: 0;
}
.cart-notification__heading {
  font-family: Equity Text -WEBKIT-BODY;
  color: #005f7c;
  font-size: 20px;
}
.cart-notification__heading svg {
  color: #005f7c !important;
}
.cart-notification-product__image {
  margin-top: 0 !important;
}
h3.cart-notification-product__name.h4 {
  font-size: 20px;
  font-family: Equity Text -WEBKIT-BODY;
  line-height: 24.08px;
}
.page-block-header .rte h3,
.page-block-header .rte strong {
  font-family: Equity Text -WEBKIT-BODY;
  color: #005f7c;
  font-size: 20px;
  line-height: 24.98px;
  margin-top: 0;
}
.page-block-header .rte p {
  font-family: Untitled sans-serif;
  color: #005f7c;
  font-size: 14px;
  line-height: 20px;
}
cart-items h1.title.title--primary,
.custom_richtext-outer h2.h1,
.page-block .main-page-title.light,
.cart__empty-text {
  font-family: Equity Text -WEBKIT-BODY;
  color: #005f7c;
  font-size: 80px;
  line-height: 96.32px;
}
table.cart-items thead th {
  font-size: 14px;
  font-family: Untitled sans-serif;
  line-height: 20px;
  color: #005f7c;
}
a.cart-item__name.h4 {
  font-size: 20px;
  font-family: Equity Text -WEBKIT-BODY;
  line-height: 24.08px;
}
.product-option {
  font-family: Untitled sans-serif;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #16193a !important;
  line-height: 24.98px !important;
}
.quantity__button svg path,
cart-remove-button .icon-remove path {
  fill: #16193a;
}
.quantity:after {
  box-shadow: 0 0 0 var(--inputs-border-width) #16193a !important;
}
.quantity {
  font-family: Untitled sans-serif;
  color: #16193a !important;
}
.cart-item__price-wrapper span.price.price--end {
  font-family: Untitled sans-serif;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #16193a !important;
  line-height: 24.98px !important;
}
h3.totals__subtotal {
  color: #005f7c;
  font-family: Equity Text -WEBKIT-BODY;
  font-size: 20px !important;
}
p.totals__subtotal-value {
  color: #005f7c;
  font-family: Equity Text -WEBKIT-BODY;
  font-size: 20px;
}
.cart__blocks small.tax-note.caption-large.rte {
  font-family: Untitled sans-serif;
  font-size: 14px;
  color: #005f7c;
  line-height: 20px;
}
.cart__ctas button,
.contact__button button,
.cart__warnings a.button {
  background: #ecc4dc !important;
  border-color: #ecc4dc !important;
  color: #005f7c;
  text-decoration: underline;
  border-radius: 0;
  font-family: Untitled sans-serif;
  font-size: 20px;
  cursor: pointer;
}
.cart__ctas button:hover,
.contact__button button:hover,
.cart__warnings a.button:hover {
  background: #005f7c !important;
  color: #ecc4dc !important;
  text-decoration: none;
  border-color: #005f7c !important;
}
.custom_richtext-outer .rte p {
  font-family: Untitled sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #005f7c;
}
.page-contact .gradient {
  background: inherit;
}
.custom_richtext-outer .rte p strong {
  font-family: Equity Text -WEBKIT-BODY;
  font-size: 20px;
  line-height: 24.08px;
  color: #005f7c;
  margin-bottom: 10px;
  display: block;
}
.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  box-shadow: 0 0 0 var(--inputs-border-width) #16193a;
}
.field__input,
.customer .field input {
  border: 0;
}
.field__label,
.customer .field label {
  display: inline-flex;
  color: #16193a;
  font-family: Untitled sans-serif;
}
.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) #16193a;
}
.image.desktop-only img {
  width: 100%;
  height: auto;
}
.image.desktop-only {
  width: 25%;
}
.header-outer .header-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 3px solid #005f7c;
  width: 100%;
  left: 0;
  right: 0;
}
#shopify-section-header {
  background: #f4f2ee;
}
.announcement-bar__message {
  font-family: Untitled sans-serif;
  font-size: 12px;
  line-height: 14.99px;
}
.facet-filters__field .select svg {
  display: none;
}
.hero-video-slider.with_page-width-wrapp {
  margin-left: 0;
  margin-right: 0;
}
.facets-container details div svg path {
  stroke: #005f7c;
}
.site-footer .bottom-row .right a {
  color: #fff;
  font-family: Equity Text -WEBKIT-BODY;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  opacity: 0.7;
}
.site-footer .middle-row .left form input::placeholder {
  font-size: 14px;
  color: #005f7c;
  font-family: Untitled sans-serif;
}
.site-footer .middle-row .left form .btn {
  border-width: 2px;
  border-radius: 3px;
  background: #ecc4dc;
  color: #005f7c;
  border-color: #ecc4dc;
  text-decoration: underline;
  font-size: 14px;
  font-family: Untitled sans-serif;
}
.site-footer .middle-row .left form .btn:hover {
  background: #005f7c;
  color: #ecc4dc;
  border-color: #ecc4dc;
  text-decoration: none;
}
.facets-container .active-facets a span svg path {
  stroke: #005f7c;
}
.newsletter-form__field-wrapper .field:after {
  content: none;
}
.collection .grid__item .full-unstyled-link {
  font-family: Equity Text -WEBKIT-BODY;
}
.collection .grid__item .card-wrapper .card .price .price-item {
  color: #16193a;
}
h1.product__title {
  color: #005f7c;
  font-size: 48px;
  font-family: Equity Text -WEBKIT-BODY;
}
.facet-filters__field {
  text-decoration: underline;
  color: #005f7c;
}
select#SortBy {
  color: #005f7c;
}
.active-facets facet-remove {
  margin-top: 14px;
}
.facets__disclosure {
  margin-right: 39px;
}
div#trustpilot-widget-trustbox-0-wrapper {
  display: none;
}
a.nav-item.flex.f-a-center.has-submenu.dropdown-open {
  opacity: 0.7;
}
li.search-trigger-item a.search-trigger {
  padding-right: 0 !important;
}
.featured-products a.full-unstyled-link {
  color: #005f7c;
  font-family: Equity Text -WEBKIT-BODY;
}
.new-logo-menus_wrapp a.nav-item svg path {
  stroke: #005f7c;
}
.custom_new_banner_wrapper img {
  height: auto;
  width: 100%;
}
.custom_banner_cts_wrapp {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: unset;
  display: inline-block;
  width: auto;
  text-align: center;
}
.custom_new_banner_wrapper {
  position: relative;
}
.multicolumn {
  background: inherit;
}
.custom_banner_cts_wrapp a {
  background: #ecc4dc;
  color: #005f7c;
  text-decoration: underline;
  font-size: 20px;
  font-family: Untitled sans-serif;
}
.custom_banner_cts_wrapp a:hover {
  background: #005f7c;
  color: #ecc4dc;
  text-decoration: none;
}
.color-accent-1 {
  background: #000000 !important;
}
.color-accent-1 p {
  color: #ffffff;
}
.new-logo-menus_wrapp ul {
  justify-content: center;
}
.new-logo-menus_wrapp a.nav-item {
  font-family: Equity Text -WEBKIT-BODY;
  color: #005f7c;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.08px;
}
.new-logo-menus_wrapp a.nav-item span {
  color: #005f7c !important;
}
.new-logo-menus_wrapp.flex a.logo {
  width: 245px;
}
.new-logo-menus_wrapp.flex a.logo img {
  height: auto;
}
.custom-modal-opener .deferred-media__poster {
  border: 2px solid #fff;
}
.product .accordion .accordion-header svg {
  transform-origin: 8px 8px;
}
.accordion .accordion-item .accordion-content .rte,
.accordion .accordion-item .accordion-content .rte p {
  font-size: 16px;
  line-height: 1.6;
}
.mobile-nav {
  background: #fffdf5 !important;
}
.mobile-nav .top-menu > ul > li > span {
  color: #005f7c !important;
  font-size: 18px !important;
  border-bottom: 1px solid #d9d9d9 !important;
  font-family: Equity Text -WEBKIT-BODY;
}
.mobile-nav .top-menu > ul > li ul li ul a {
  color: #005f7c !important;
  font-size: 14px !important;
  border-bottom: 0px !important;
  font-family: Untitled sans-serif;
}
.mobile-nav .top-menu .slide-toggle-sub a {
  color: #005f7c !important;
  font-family: Equity Text -WEBKIT-BODY;
}
.mobile-nav .top-menu > ul > li ul li:not(:last-child) a {
  border-bottom: 0px !important;
}
.mobile-nav .top-menu > ul > li ul {
  font-size: 18px !important;
}
.mobile-nav .top-menu > ul > li ul li a {
  font-size: 18px !important;
}
.mega-menu .mega-menu-inner .menu-area > * {
  padding: 0 100px !important;
}
.site-header {
  border-top: 0px !important;
  border-bottom: 0px !important;
}
.site-header .header-inner .left-nav-area > ul > li > a.nav-item > span {
  color: #00b495 !important;
}
.mega-menu .mega-menu-inner .menu-area .menu-block ul:not(.product-grid) li a {
  color: #005f7c !important;
  line-height: 28px;
  font-family: Untitled sans-serif;
}
.mega-menu .mega-menu-inner .menu-area .menu-block h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: Equity Text -WEBKIT-BODY;
  color: #005f7c;
  line-height: 28.9px;
}
.mega-menu .mega-menu-inner .menu-area {
  width: 100%;
}
.mega-menu .mega-menu-inner .menu-area .menu-block.image-grid-block {
  padding: 0 !important;
  max-width: 400px;
  min-width: 300px;
  margin-left: auto;
  position: relative;
}
.mega-menu .mega-menu-inner .menu-area .menu-block.image-grid-block h3 {
  color: #005f7c;
  font-family: Equity Text -WEBKIT-BODY;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 15px;
}
.mega-menu .mega-menu-inner .menu-area .menu-block.image-grid-block p {
  font-size: 12px;
  line-height: 19px;
  font-family: Avenir;
  color: #005f7c;
}
.mega-menu .mega-menu-inner .menu-area .menu-block.image-grid-block a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  display: block;
}
.site-header
  .header-inner
  .left-nav-area
  > ul
  > li
  > a.nav-item.has-submenu
  svg
  path {
  stroke: #00b495;
}
.hero-video-slider {
  margin: 40px;
}
.hero-video-slider .keen-slider .content-area .hero-heading {
  font-size: 46px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 23px;
  line-height: 48.85px;
  font-family: Equity Text -WEBKIT-BODY;
}
.hero-video-slider .keen-slider .content-area .content p {
    color: #ffffff;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25.92px;
  font-family: Average sans-serif;
}
.hero-video-slider .keen-slider .content-area .content p:last-child {
  margin-bottom: 0;
}
span.deferred-media__poster-button.motion-reduce {
  position: static;
  display: flex;
  transform: none;
  border: 0;
  height: auto;
  width: auto;
}
.hero-video-slider .keen-slider .custom-modal-opener .deferred-media__poster {
  background: #ecc4dc;
  border: 0px;
  border-radius: 0;
  padding: 33px 34px;
}
span.deferred-media__poster-button.motion-reduce {
  display: flex;
}
.custom-modal-opener span.deferred-media__poster-button.motion-reduce svg {
  width: 25px;
  height: 30px;
}
.custom-modal-opener svg path {
  fill: #005f7c;
}
.hero-video-slider .keen-slider .content-area .inner {
  max-width: 350px;
}
.hero-video-slider .keen-slider .content-area .btn {
  margin: 40px 0 0;
  padding: 16px 25px;
  font-size: 20px;
  width: 100%;
  background: transparent;
  color: #005f7c;
  text-decoration: underline;
  border-radius: 0;
  max-width: 178px;
  border-color: #005f7c !important;
  font-family: Untitled sans-serif;
  line-height: 24.98px;
}
.hero-video-slider .keen-slider .content-area .btn:hover {
  background: #005f7c;
  color: #ecc4dc;
  text-decoration: none !important;
  border-color: #005f7c;
}
li.multicolumn-list__item.grid__item.center {
  border-right: 3px solid #005f7c;
}
li.multicolumn-list__item.grid__item.center:last-child {
  border: 0;
}
.multicolumn-card__info p {
  font-family: Untitled sans-serif;
  font-size: 14px;
  line-height: 17.49px;
  color: #005f7c;
  margin-bottom: 16px !important;
}
.images-grid-section-item-content .button.btn.btn--secondary {
  background: #ecc4dc;
  color: #005f7c;
  text-decoration: underline !important;
  border-radius: 0;
  border-color: #ecc4dc;
  font-family: Untitled sans-serif;
}
.images-grid-section-item-content .button.btn.btn--secondary:after {
  box-shadow: none;
}
.images-grid-section-item-content .button.btn.btn--secondary:hover {
  background: #005f7c;
  color: #ecc4dc;
  text-decoration: none !important;
  border-color: #005f7c;
}
.featured-products a.btn {
  border-radius: 0;
  text-decoration: underline;
  font-family: Untitled sans-serif;
  color: #005f7c;
  border-color: #005f7c;
}
.featured-products a.btn:hover {
  color: #ecc4dc;
  border-color: #005f7c;
  background: #005f7c;
  text-decoration: none;
}
.text-background-outer-wrapper.with-heading-section img {
  height: 1200px;
}
.main_top_heading-background {
  text-align: center;
  font-size: 80px;
  color: #f4f2ee;
  line-height: 96.32px;
  padding-bottom: 49px;
  font-family: Equity Text -WEBKIT-BODY;
}
.wrapper.collection-title h1 {
  font-size: 48px;
  color: #005f7c;
  font-family: Equity Text -WEBKIT-BODY;
  line-height: 57.79px;
  margin-bottom: 12px;
}
.facets-container .facets__heading svg path {
  fill: #005f7c;
}
.product .price__regular .price-item--regular {
  color: #005f7c;
  font-family: Untitled sans-serif;
}
.product__info-wrapper .product-form__buttons .product-form__submit,
.opticians-box .buttons-holder a.btn.btn--secondary.btn--large {
  border-radius: 0;
  background: #ecc4dc;
  border-color: #ecc4dc;
  color: #005f7c;
  font-size: 18px;
  font-family: Untitled sans-serif;
  text-decoration: underline;
}
a#cart-notification-button {
  border-radius: 0;
  background: #ecc4dc;
  border-color: #ecc4dc;
  color: #005f7c;
  font-size: 16px;
  font-family: Untitled sans-serif;
  text-decoration: underline;
}
a#cart-notification-button:hover,
.product__info-wrapper .product-form__buttons .product-form__submit:hover,
.opticians-box .buttons-holder a.btn.btn--secondary.btn--large:hover {
  background: #005f7c;
  color: #ecc4dc;
  border-color: #005f7c;
  text-decoration: none;
}
form#cart-notification-form button.btn.btn--primary.button--full-width {
  border-radius: 0;
  text-decoration: underline;
  font-family: Untitled sans-serif;
  color: #005f7c;
  border-color: #005f7c;
  background: transparent;
  font-size: 16px;
}
form#cart-notification-form button.btn.btn--primary.button--full-width:hover {
  color: #ecc4dc;
  border-color: #005f7c;
  background: #005f7c;
  text-decoration: none;
}
button.link.button-label {
  color: #005f7c;
  font-size: 16px;
  font-family: Untitled sans-serif;
}
button.cart-notification__close {
  color: #005f7c;
}
.product__info-container {
  color: #005f7c;
  font-size: 20px;
  font-family: Untitled sans-serif;
  line-height: 24.98px;
  font-weight: 400;
}
a.logo.big-desktop-only {
  display: none;
}
.template-search__header h1.h2 {
  font-family: Equity Text -WEBKIT-BODY;
  font-size: 80px;
  line-height: 96.32px;
  color: #005f7c;
  font-weight: 400;
}
input#Search-In-Template {
  font-family: Equity Text -WEBKIT-BODY;
  font-size: 20px;
  color: #005f7c;
  border-bottom: 1px solid #005f7c;
  box-shadow: none !important;
}
.template-search__search label.field__label {
  color: #005f7c;
  font-family: Equity Text -WEBKIT-BODY;
}
.template-search__search .field:after,
.template-search__search .select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  box-shadow: 0 0 0 var(--inputs-border-width) #005f7c !important;
}
h2#predictive-search-products {
  font-family: Equity Text -WEBKIT-BODY;
  color: #005f7c;
  font-size: 20px;
  line-height: 24.08px;
}
h3.predictive-search__item-heading.h5 {
  font-family: Untitled sans-serif;
  font-size: 14px;
  color: #005f7c;
  line-height: 20px;
}
button.predictive-search__item {
  font-family: Untitled sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #005f7c;
}
.predictive-search__heading .spinner circle.path,
.predictive-search__loading-state svg.spinner circle.path {
  stroke: #005f7c;
}
@media (min-width: 1265px) {
  .site-header .header-inner .left-nav-area,
  .site-header .header-inner .right-nav-area {
    flex-basis: unset;
    flex-grow: unset;
  }
  .new-logo-menus_wrapp.flex.big-desktop-only {
    justify-content: center;
  }
  nav.left-nav-area {
    width: 60%;
  }
  nav.right-nav-area.flex.f-j-end.f-a-center {
    width: 20%;
  }
  .facets-container details div svg path {
    stroke: #005f7c;
  }
  a.logo.big-desktop-only {
    width: 20%;
    display: block;
  }
  a.logo.big-desktop-only img {
    height: 50px;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 834px) {
  .hero-video-slider .keen-slider .content-area.f-j-start .custom-modal-opener,
  .hero-video-slider .keen-slider .content-area.f-j-end .custom-modal-opener {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hero-video-slide .keen-slider .content-area .custom-modal-opener {
    display: block;
  }
  .hero-video-slide .keen-slider .image-area .custom-modal-opener {
    display: none;
  }
}
@media (min-width: 835px) and (max-width: 1000px) {
  .hero-video-slider .keen-slider .content-area {
    padding: 30px;
  }
}
@media (max-width: 834px) {
  .hero-video-slider {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-video-slider .keen-slider {
    max-height: none;
    height: auto;
  }
  .hero-video-slider .keen-slider .content-area {
    position: relative;
    height: auto;
    padding: 40px 25px 0;
  }
  .hero-video-slider .keen-slider .content-area .custom-modal-opener {
    display: none;
  }
  .hero-video-slider .keen-slider .image-area {
    position: relative;
  }
  .hero-video-slider .keen-slider .image-area .custom-modal-opener {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hero-video-slider .keen-slider .content-area .inner {
    margin: 0 auto;
  }
}
@media (min-width: 835px) {
  .text-with-image
    .column
    .image-area
    .icon-text-row:nth-child(2n)
    .content-area {
    padding-left: 50px;
    order: 1;
  }
}
.text-with-image .column .image-area .icon-text-row .image-area {
  width: 135px;
}
@media (max-width: 988px) {
  li.multicolumn-list__item.grid__item.center {
    border-right: 0;
  }
  li.multicolumn-list__item.grid__item.center {
    border-bottom: 3px solid #005f7c;
  }
}
@media (max-width: 834px) {
  .text-with-image .column .image-area .icon-text-row {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .text-with-image .column .image-area {
    margin-top: 24px;
  }
  .text-with-image .column .image-area .icon-text-row .content-area {
    padding-left: 20px;
  }
}
@media screen and (max-width: 749px) {
  cart-items h1.title.title--primary,
  .custom_richtext-outer h2.h1,
  .page-block .main-page-title.light,
  .cart__empty-text {
    font-size: 50px;
    line-height: 60.2px;
  }
  .template-search__header h1.h2 {
    font-size: 50px;
    line-height: 60.2px;
  }
  .hero-video-slider .keen-slider .custom-modal-opener .deferred-media__poster {
    padding: 20px;
  }
  .custom-modal-opener span.deferred-media__poster-button.motion-reduce svg {
    width: 20px;
    height: 20px;
  }
  .for-mobile {
    display: block;
  }
  .main_top_heading-background {
    font-size: 55px;
  }
  h1.product__title {
    font-size: 32px;
  }
  .text-background-outer-wrapper.with-heading-section img {
    height: 1500px;
  }
  .for-desktop {
    display: none;
  }
  .text-with-image .extra-row .column picture {
    display: block;
    overflow: auto;
    margin: 0 -25px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .text-with-image .extra-row .column picture::-webkit-scrollbar {
    display: none;
  }
  .text-with-image .extra-row .column img {
    width: auto;
    max-width: none;
    margin: 0 25px;
  }
}
@media (max-width: 834px) {
  .desktop-only {
    display: none;
  }
}
@media (max-width: 480px) {
  .custom_banner_cts_wrapp a {
    font-size: 14px;
    padding: 0 1rem;
    min-height: 30px;
  }
}
/*# sourceMappingURL=/cdn/shop/t/42/assets/ffc.css.map?v=112233023423706664441735907852 */
