/** Shopify CDN: Minification failed

Line 14083:0 Unexpected "}"
Line 14115:46 Expected identifier but found "!"

**/
@charset "UTF-8";
/*
File structure:
[Assign user-editable variables in liquid]
[Assign settings variables in liquid]
[Assign conditional variables in liquid]
[Assign variables in scss]
*//* Typography sizes */
/* Font imports *//* Store availability variables */
/* Tabs variables */
/* Price slider variables */
/* Rating stars variables */
/* Product page breakpoints */
/* CSS3 animations */
@-webkit-keyframes reveal {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes unreveal {
  0% {
    opacity: 1;
    left: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 0;
  }
}
@keyframes unreveal {
  0% {
    opacity: 1;
    left: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 0;
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
    color: #9d6e69;
    border: 1px solid #F8F3F0;
    background: #F8F3F0 url(/cdn/shop/files/down-arrow.svg?v=1707815189) no-repeat calc(100% - 15px) center !important;
      background-size: 24px !important;
    padding: 1em 1.7em;
    max-width: 100%;
    width: 432px;
    min-height: calc(2em + 1.4rem);
    line-height: 1.4rem;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
  
}



button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* Colorbox Styles */
#cboxOverlay, #cboxWrapper, #colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
} #cboxWrapper {
  max-width: none;
} #cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
} #cboxBottomLeft, #cboxMiddleLeft {
  clear: left;
} #cboxContent {
  position: relative;
} #cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
} #cboxTitle {
  margin: 0;
} #cboxLoadingGraphic, #cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} #cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
  cursor: pointer;
} .cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
} .cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
} #cboxContent, #cboxLoadedContent, #colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
} #cboxOverlay {
  background: #fff;
} #colorbox {
  outline: 0;
} #cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(//www.thewholebride.com/cdn/shop/t/98/assets/cbox_border1.png?v=161026539057626048621756864020) no-repeat 0 0;
} #cboxTopCenter {
  height: 25px;
  background: url(//www.thewholebride.com/cdn/shop/t/98/assets/cbox_border1.png?v=161026539057626048621756864020) repeat-x 0 -50px;
} #cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(//www.thewholebride.com/cdn/shop/t/98/assets/cbox_border1.png?v=161026539057626048621756864020) no-repeat -25px 0;
} #cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(//www.thewholebride.com/cdn/shop/t/98/assets/cbox_border1.png?v=161026539057626048621756864020) no-repeat 0 -25px;
} #cboxBottomCenter {
  height: 25px;
  background: url(//www.thewholebride.com/cdn/shop/t/98/assets/cbox_border1.png?v=161026539057626048621756864020) repeat-x 0 -75px;
} #cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(//www.thewholebride.com/cdn/shop/t/98/assets/cbox_border1.png?v=161026539057626048621756864020) no-repeat -25px -25px;
} #cboxMiddleLeft {
  width: 25px;
  background: url(//www.thewholebride.com/cdn/shop/t/98/assets/cbox_border2.png?v=15919769807486749771756864020) repeat-y 0 0;
} #cboxMiddleRight {
  width: 25px;
  background: url(//www.thewholebride.com/cdn/shop/t/98/assets/cbox_border2.png?v=15919769807486749771756864020) repeat-y -25px 0;
} #cboxContent {
  background: #fff;
  overflow: hidden;
} .cboxIframe {
  background: #fff;
} #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
} #cboxLoadedContent {
  margin-bottom: 20px;
} #cboxTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
} #cboxCurrent {
  display: none !important;
  position: absolute;
  bottom: 0;
  left: 100px;
  color: #999;
} #cboxLoadingOverlay {
  background: #fff url(//www.thewholebride.com/cdn/shop/t/98/assets/loading.gif?v=148954807056263403511756864020) no-repeat center 50px;
} #cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: 0 0;
} #cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
  outline: 0;
} #cboxSlideshow {
  position: absolute;
  bottom: 0;
  right: 42px;
  color: #444;
} #cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #444;
} #cboxNext {
  position: absolute;
  bottom: 0;
  left: 6.5em;
  color: #444;
} #cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
} .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight, .cboxIE #cboxTopCenter, .cboxIE #cboxTopLeft, .cboxIE #cboxTopRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  /*width: 100%;*/
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  margin-top: -22px;
  -moz-background-size: 44px 44px;
  -webkit-background-size: 44px 44px;
  background-size: 44px 44px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  transition: all 80ms ease-out;
  border-radius: 0px;
  background-clip: content-box;
  color: #757575;
}
.swiper-button-prev:hover, .swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-button-next:focus {
  opacity: 1;
}
.swiper-button-prev:hover svg, .swiper-button-prev:focus svg,
.swiper-button-next:hover svg,
.swiper-button-next:focus svg {
  color: #000;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  transition: color 0.3s;
  margin: 0 auto;
  height: 20px;
  width: 20px;
}

.swiper-button-prev {
  left: 15px;
}
@media (min-width: 768px) {
  .swiper-button-prev {
    left: 3px;
  }
}

.swiper-button-next {
  right: 15px;
}
@media (min-width: 768px) {
  .swiper-button-next {
    right: 3px;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
}

/*.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}*/
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  bottom: 10px;
  left: 50% !important;
  transform: translateX(-50%);
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  text-align: center;
  transition: 0.5s opacity;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 4px;
  transition: 0.4s transform, 0.4s left;
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-container-vertical .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: -2px;
  z-index: 50;
  height: 3px;
  width: 98%;
}

.swiper-container-vertical .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* theme override */
.swiper-scrollbar {
  left: 0;
  width: 100%;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
}

.reading-width {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.link-display {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.link-display:hover {
  color: #000000;
  border-bottom-color: #000000;
}

.rte, #comments, #template, #address_tables, .section-accordion .cc-accordion-item__content {
  text-align: left;
  zoom: 1;
}
.rte::before, #comments::before, #template::before, #address_tables::before, .section-accordion .cc-accordion-item__content::before {
  content: "";
  display: table;
}
.rte::after, #comments::after, #template::after, #address_tables::after, .section-accordion .cc-accordion-item__content::after {
  content: "";
  display: table;
  clear: both;
}
.rte h1, #comments h1, #template h1, #address_tables h1, .rte h2, #comments h2, #template h2, #address_tables h2, .rte h3, #comments h3, #template h3, #address_tables h3, .rte h4, #comments h4, #template h4, #address_tables h4, .rte .under-cart .subtotal, #comments .under-cart .subtotal, #template .under-cart .subtotal, #address_tables .under-cart .subtotal, .under-cart .rte .subtotal, .under-cart #comments .subtotal, .under-cart #template .subtotal, .under-cart #address_tables .subtotal, .rte blockquote, #comments blockquote, #template blockquote, #address_tables blockquote, .rte h5, #comments h5, #template h5, #address_tables h5, .rte h6, #comments h6, #template h6, #address_tables h6, .section-accordion .cc-accordion-item__content h1, .section-accordion .cc-accordion-item__content h2, .section-accordion .cc-accordion-item__content h3, .section-accordion .cc-accordion-item__content h4, .section-accordion .cc-accordion-item__content .under-cart .subtotal, .under-cart .section-accordion .cc-accordion-item__content .subtotal, .section-accordion .cc-accordion-item__content blockquote, .section-accordion .cc-accordion-item__content h5, .section-accordion .cc-accordion-item__content h6 {
  margin-top: .5em;
  margin-bottom: .5em;
}
.rte ul, #comments ul, #template ul, #address_tables ul, .section-accordion .cc-accordion-item__content ul {
  display: inline-block;
margin-block-top: 0px !important;
}
.rte a, #comments a, #template a, #address_tables a, .section-accordion .cc-accordion-item__content a {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.rte a:hover, #comments a:hover, #template a:hover, #address_tables a:hover, .section-accordion .cc-accordion-item__content a:hover {
  color: #000000;
  border-bottom-color: #000000;
}
.rte a.contains-img, #comments a.contains-img, #template a.contains-img, #address_tables a.contains-img, .section-accordion .cc-accordion-item__content a.contains-img {
  border-bottom: none;
}
.rte p, #comments p, #template p, #address_tables p, .section-accordion .cc-accordion-item__content p {
  line-height: 1.6em;
}
#shopify-section-template--22664414167334__image_with_text_fdBbVA .image-with-text .image-with-text__text .image-with-text__text__wrap .rte p {
padding-left: 25px!important;
    padding-right: 15px!important;
}
.rte p:last-child, #comments p:last-child, #template p:last-child, #address_tables p:last-child, .section-accordion .cc-accordion-item__content p:last-child {
  margin-bottom: 0;
}
.rte tr, #comments tr, #template tr, #address_tables tr, .section-accordion .cc-accordion-item__content tr {
  border-top: 1px solid #bfbfbf;
}
.rte tr:first-child, #comments tr:first-child, #template tr:first-child, #address_tables tr:first-child, .section-accordion .cc-accordion-item__content tr:first-child {
  border-top: none;
}
.rte td, #comments td, #template td, #address_tables td, .rte th, #comments th, #template th, #address_tables th, .section-accordion .cc-accordion-item__content td, .section-accordion .cc-accordion-item__content th {
  border-left: 1px solid #bfbfbf;
  padding: 0.4em 0.6em;
}
.rte td:first-child, #comments td:first-child, #template td:first-child, #address_tables td:first-child, .rte th:first-child, #comments th:first-child, #template th:first-child, #address_tables th:first-child, .section-accordion .cc-accordion-item__content td:first-child, .section-accordion .cc-accordion-item__content th:first-child {
  border-left: none;
}
.rte th, #comments th, #template th, #address_tables th, .section-accordion .cc-accordion-item__content th {
  border-bottom: 2px solid #bfbfbf;
}
.rte tfoot, #comments tfoot, #template tfoot, #address_tables tfoot, .section-accordion .cc-accordion-item__content tfoot {
  border-top: 2px solid #bfbfbf;
}
@media (min-width: 768px) {
  .rte.large-text, .large-text#comments, .large-text#template, .large-text#address_tables, .section-accordion .cc-accordion-item__content.large-text {
    font-size: 1.2em;
  }
}
.rte.line-2 p:first-child, .line-2#comments p:first-child, .line-2#template p:first-child, .line-2#address_tables p:first-child, .section-accordion .cc-accordion-item__content.line-2 p:first-child {
  margin-top: 0;
}
.column.half .rte, .column.half #comments, .column.half #template, .column.half #address_tables, .grid li.half .rte, .grid li.half #comments, .grid li.half #template, .grid li.half #address_tables, header.half .rte, header.half #comments, header.half #template, header.half #address_tables, footer.half .rte, footer.half #comments, footer.half #template, footer.half #address_tables, .half#main .rte, .half#main #comments, .half#main #template, .half#main #address_tables, .column-half .rte, .column-half #comments, #order_payment .rte, #order_payment #comments,
#order_shipping .rte,
#order_shipping #comments, .column-half #template, #order_payment #template,
#order_shipping #template, .column-half #address_tables, #order_payment #address_tables,
#order_shipping #address_tables, .column.half .section-accordion .cc-accordion-item__content, .grid li.half .section-accordion .cc-accordion-item__content, header.half .section-accordion .cc-accordion-item__content, footer.half .section-accordion .cc-accordion-item__content, .half#main .section-accordion .cc-accordion-item__content, .column-half .section-accordion .cc-accordion-item__content, #order_payment .section-accordion .cc-accordion-item__content,
#order_shipping .section-accordion .cc-accordion-item__content {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.template-index .central.wide .rte, .template-index .central.wide #comments, .template-index .central.wide #template, .template-index .central.wide #address_tables, .template-index .central.wide .section-accordion .cc-accordion-item__content {
  max-width: none;
}

.content-row {
  margin-top: 100px;
  margin-bottom: 100px;
}

.content-row-bottom {
  margin-bottom: 100px;
}

.article .rte, .article #comments, .article #template, .article #address_tables {
  margin-top: 1em;
  margin-bottom: 1em;
}

.article .meta {
  margin-top: -1em;
  margin-bottom: 3em;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.article .meta .sharing {
  margin-top: 1.5em;
}
.article .meta .sharing li {
  margin: 0 1em;
}
.article .meta .sharing-label {
  display: none;
}

.article-image {
  margin-bottom: 2em;
  text-align: center;
}

.pagination {
  margin: 1em 0;
  text-align: center;
  padding-bottom: 1px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page {
  margin: 2px 0.5em;
}
.pagination .page.current {
  position: relative;
}
.pagination .page.current::after {
  content: "";
  bottom: -1px;
  left: -3px;
  right: -3px;
  height: 2px;
  position: absolute;
  background-color: currentColor;
}
.pagination .prev, .pagination .next {
  display: inline-flex;
  width: 44px;
  height: 44px;
}
.pagination .prev a, .pagination .next a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(200, 200, 200, 0.2);
  overflow: hidden;
  text-indent: -1000px;
  will-change: transform;
  transition: transform 0.3s;
}
.pagination .prev a::before, .pagination .next a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.5;
  transition: opacity 0.4s;
}
.pagination .prev:hover a, .pagination .next:hover a {
  transform: scale(1.06);
}
.pagination .prev:hover a::before, .pagination .next:hover a::before {
  opacity: 0.8;
}
.pagination .prev {
  margin-right: 0.5em;
}
.pagination .prev a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0-.25H24v24H0Z' transform='translate(0 0.25)' style='fill:none'%3E%3C/path%3E%3Cpolyline points='14.4 7.03 9 12.43 14.4 17.83' style='fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:8;stroke-width:3px'%3E%3C/polyline%3E%3C/svg%3E");
}
.pagination .next {
  margin-left: 0.5em;
}
.pagination .next a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0-.25H24v24H0Z' transform='translate(0 0.25)' style='fill:none'%3E%3C/path%3E%3Cpolyline points='10 17.83 15.4 12.43 10 7.03' style='fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:8;stroke-width:3px'%3E%3C/polyline%3E%3C/svg%3E");
}

.pager-button {
  padding: 2em 0;
  text-align: center;
}
.pager-button svg {
  width: 44px;
  height: 44px;
  fill: #000000;
}
.pager-button a.loading:hover svg {
  top: 0;
}
.pager-button a svg {
  position: relative;
  top: 0;
  -webkit-transition: top 100ms linear;
  -ms-transition: top 100ms linear;
  -moz-transition: top 100ms linear;
  -o-transition: top 100ms linear;
  transition: top 100ms linear;
}
.pager-button a:hover svg {
  top: 4px;
}
.pager-button .no-more {
  font-size: 18px;
}

.filter {
  margin: 40px 20px 0;
  text-align: center;
}
.filter .option {
  margin: 0 10px 20px;
  display: inline-block;
}
.filter .option.option--gap-top {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .filter .filter .option {
    display: block;
    margin: 0 0 20px;
  }
}

.circled-icon {
  display: inline-block;
  position: relative;
  padding: 25px;
  line-height: 1em;
  border: 1px solid;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.crumbs {
  font-style: italic;
  padding: 0;
}
.crumbs ul {
  padding: 0;
}
.crumbs li {
  display: inline;
  list-style: none;
  padding: 0 0.2em;
}
.crumbs li::before {
  content: "/";
  padding-right: 0.4em;
}
.crumbs li:first-child:before {
  content: "";
  padding-right: 0;
}
.crumbs li:last-child a {
  text-decoration: none;
  cursor: default;
  opacity: 0.8;
  border: none;
}
.crumbs a:hover {
  border-bottom: 1px dotted;
}

.next-prev {
  font-size: 80%;
}

.product-label {
  display: inline-block;
  margin: 0 0 1em;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  top: 5px;
  left: 5px;
  padding: 8px 14px;
}
@media (min-width: 768px) {
  .product-label {
    top: 10px;
    left: 10px;
    transform: scale(1);
  }
}
.product-label.sale {
  background-color: #ffffff;
  color: #9d6e69;
}
.product-label.preorder {
  background-color: #ffffff;
  color: #9d6e69;
}
.product-label.unavailable {
  background-color: #ffffff;
  color: #1e1919;
}
.product-label.product-label--new {
  background-color: #ffffff;
  color: #9d6e69;
}
.product-label span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.product-label.product-label--marquee {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  margin: 0;
  z-index: 1;
  overflow: hidden;
  padding: 0 0 2px 5px;
  font-weight: bold;
  transition: opacity 250ms;
  line-height: 24px;
}
.product-label.product-label--marquee > span {
  padding: 2px 20px 2px 4px;
  position: relative;
}
.product-label.product-label--marquee > span::after {
  content: "";
  position: absolute;
  right: 4px;
  height: 4px;
  width: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: currentColor;
  border-radius: 50%;
}
.product-label.product-label--marquee > span:nth-last-child(3) {
  opacity: 0.6;
}
.product-label.product-label--marquee > span:nth-last-child(2) {
  opacity: 0.4;
}
.product-label.product-label--marquee > span:last-child {
  opacity: 0.2;
}
.product-label.product-label--marquee > span:last-child::after {
  content: "";
}

.vendor, .product-area__text-block.product-area__subtitle {
  font-size: 14px;
  opacity: 0.5;
}

.product-area__bold {
  font-weight: 600;
}

.was-price {
  text-decoration: line-through;
  opacity: 0.5;
}

[data-shopify-buttoncontainer] {
  justify-content: center;
}

.original-price {
  text-decoration: line-through;
  opacity: 0.6;
}

.unit-price {
  font-style: italic;
}

.simple-popup {
  position: absolute;
  z-index: 10000;
  width: 140px;
  padding: 10px 15px;
  border: 1px solid #000;
  color: #eee;
  background: #444;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 0 #888;
  -ms-box-shadow: 0 0 2px 0 #888;
  -moz-box-shadow: 0 0 2px 0 #888;
  -o-box-shadow: 0 0 2px 0 #888;
  box-shadow: 0 0 2px 0 #888;
  text-align: center;
}

.inherit-colors {
  color: inherit;
}
.inherit-colors h1, .inherit-colors h2, .inherit-colors h3, .inherit-colors h4, .inherit-colors .under-cart .subtotal, .under-cart .inherit-colors .subtotal, .inherit-colors h5, .inherit-colors h6, .inherit-colors .h1, .inherit-colors .overlay-type .line-1, .overlay-type .inherit-colors .line-1, .inherit-colors .h2, .inherit-colors .h3, .inherit-colors .h4, .inherit-colors .h5, .inherit-colors .h6, .inherit-colors blockquote {
  color: inherit;
}

.footer-button-xs {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #ffffff;
  transition: transform 0.3s cubic-bezier(0, 0.14, 0.19, 1);
}
.footer-button-xs button {
  width: 100%;
  border-radius: 0 !important;
  height: 65px;
}
.footer-button-xs.-out {
  transform: translate3d(0, 105%, 0);
}
@media (min-width: 768px) {
  .footer-button-xs {
    display: none;
  }
}

#cc-veil {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
}
.animation-speed-fast #cc-veil {
  transition: opacity 0.15s, visibility 0.15s;
}
#cc-veil.-in {
  bottom: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
}
#cc-veil.cc-veil--animate .cc-veil-loader {
  position: relative;
  will-change: opacity;
  transition: opacity 0.4s;
  opacity: 0;
  overflow: hidden;
  font-family: Jost, sans-serif;
  line-height: 1em;
  padding: 20px 0;
  font-size: 32.4px;
  text-align: center;
}
.animation-speed-fast #cc-veil.cc-veil--animate .cc-veil-loader {
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  #cc-veil.cc-veil--animate .cc-veil-loader {
    padding: 0.8em 0;
  }
}
#cc-veil.cc-veil--animate .cc-veil-loader__image {
  width: 120px;
}
@media (max-width: 767px) {
  #cc-veil.cc-veil--animate .cc-veil-loader__image {
    max-width: 50vw;
  }
}
#cc-veil.cc-veil--animate .cc-veil-loader__message {
  text-align: center;
  margin: 0.8em 0 0;
  line-height: 1em;
}
@media (min-width: 768px) {
  #cc-veil.cc-veil--animate .cc-veil-loader__message {
    font-size: 36px;
  }
}
#cc-veil.cc-veil--animate .cc-veil-loader--image-text .cc-veil-loader__message {
  margin: 1.6em 0 0.8em;
}
#cc-veil.cc-veil--animate .cc-veil-loader--blank {
  min-width: 150px;
  min-height: 2px;
}
#cc-veil.cc-veil--animate .cc-veil-loader--fill::after,
#cc-veil.cc-veil--animate .cc-veil-loader--progress_bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.9s linear;
}
.animation-speed-fast #cc-veil.cc-veil--animate .cc-veil-loader--fill::after,
.animation-speed-fast #cc-veil.cc-veil--animate .cc-veil-loader--progress_bar::after {
  transition: transform 0.9s;
}
#cc-veil.cc-veil--animate .cc-veil-loader--fill::after {
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
#cc-veil.cc-veil--animate .cc-veil-loader--progress_bar::after {
  height: 2px;
  background: #222;
  transform: translateX(-100%);
}
#cc-veil.cc-veil--animate.cc-veil--animate--running .cc-veil-loader--progress_bar::after {
  transform: translateX(0);
}
#cc-veil.cc-veil--animate.cc-veil--animate--in .cc-veil-loader {
  opacity: 1;
}
#cc-veil.cc-veil--animate.cc-veil--animate--in .cc-veil-loader--fill::after {
  transform: translateX(100%);
  opacity: 1;
}
#cc-veil.cc-veil--animate.cc-veil--animate--in .cc-veil-loader--progress_bar::after {
  opacity: 1;
}

.shopify-policy__container {
  padding-top: 50px;
  padding-bottom: 70px;
}

#page-content .shopify-email-marketing-confirmation__container {
  padding-top: 50px;
  padding-bottom: 50px;
}
#page-content .shopify-email-marketing-confirmation__container h1 {
  text-align: left;
}

.wide-container {
  padding-left: 70px;
  padding-right: 70px;
}
@media (min-width: 1441px) {
  .wide-container {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.template-password body::before, .image-with-text .image-with-text__image .rimage-outer-wrapper::after, .section-image-with-text-overlay .rimage-outer-wrapper::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.type-0, .cart-list .backorder, .cart-list .subscription-description, .product-block .price, .collection-block .price, .feature-subheader, #comments .comment .comment-date, .unit-price {
  font-size: 0.875rem;
  line-height: 1.5;
}

.type-1, .collection-block:not(.hover-info) .title {
  font-size: 1rem;
  line-height: 1.4;
}

.type-2, .template-search .no-results, .template-collection .no-results, .overlay-type .line-2, h6, .h6, h5, .h5, h4, .under-cart .subtotal, blockquote, .h4 {
  font-size: 1.175rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .type-2, .template-search .no-results, .template-collection .no-results, .overlay-type .line-2, h6, .h6, h5, .h5, h4, .under-cart .subtotal, blockquote, .h4 {
    font-size: 1.175rem;
  }
}
@media (min-width: 992px) {
  .type-2, .template-search .no-results, .template-collection .no-results, .overlay-type .line-2, h6, .h6, h5, .h5, h4, .under-cart .subtotal, blockquote, .h4 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.type-3, .section-testimonials .cc-testimonial .overlay-type .line-1, .overlay-type .line-3, h3, .h3 {
  font-size: 1.28rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .type-3, .section-testimonials .cc-testimonial .overlay-type .line-1, .overlay-type .line-3, h3, .h3 {
    font-size: 1.28rem;
  }
}
@media (min-width: 992px) {
  .type-3, .section-testimonials .cc-testimonial .overlay-type .line-1, .overlay-type .line-3, h3, .h3 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.type-4, h2, .h2 {
  font-size: 1.56rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .type-4, h2, .h2 {
    font-size: 1.56rem;
  }
}
@media (min-width: 992px) {
  .type-4, h2, .h2 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.type-5, h1, .h1, .overlay-type .line-1 {
  font-size: 1.56rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .type-5, h1, .h1, .overlay-type .line-1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .type-5, h1, .h1, .overlay-type .line-1 {
    font-size: 3rem;
    line-height: 1.4;
  }
}

.type-6 {
  font-size: 1.56rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .type-6 {
    font-size: 3.8rem;
  }
}
@media (min-width: 992px) {
  .type-6 {
    font-size: 5rem;
    line-height: 1.4;
  }
}

.type-7 {
  font-size: 1.56rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .type-7 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .type-7 {
    font-size: 6rem;
    line-height: 1.4;
  }
}

.clearfix, #order_address, .cf, .other-products .other-products__products, .product-detail__form__options .option-selectors,
.product-detail__custom-option .option-selectors {
  zoom: 1;
}
.clearfix::before, #order_address::before, .cf::before, .other-products .other-products__products::before, .product-detail__form__options .option-selectors::before,
.product-detail__custom-option .option-selectors::before {
  content: "";
  display: table;
}
.clearfix::after, #order_address::after, .cf::after, .other-products .other-products__products::after, .product-detail__form__options .option-selectors::after,
.product-detail__custom-option .option-selectors::after {
  content: "";
  display: table;
  clear: both;
}

.arr {
  display: flex;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .arr {
    height: 20px;
    width: 20px;
  }
}
.arr svg {
  height: 100%;
  width: 100%;
}
.arr.arr--small {
  height: 20px;
  width: 20px;
}
@media (max-width: 767px) {
  .arr.arr--small {
    height: 15px;
    width: 15px;
  }
}

.fill-viewport {
  min-height: var(--viewport-height);
}

.height--full .rimage-outer-wrapper, .height--full .placeholder-image {
  min-height: var(--viewport-height);
}
.height--full.video-container {
  min-height: var(--viewport-height);
}

#page-content > div:first-child .fill-viewport {
  min-height: var(--viewport-height-first-section);
}
#page-content > div:first-child .height--full .rimage-outer-wrapper, #page-content > div:first-child .height--full .placeholder-image {
  min-height: var(--viewport-height-first-section);
}
#page-content > div:first-child .height--full.video-container {
  min-height: var(--viewport-height-first-section);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-heading.section-heading--with-spacing {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-heading.section-heading--with-spacing {
    margin-bottom: 40px;
  }
}
.section-heading h2 {
  line-height: 1em;
  text-align: left;
  padding-right: 2em;
}
@media (max-width: 767px) {
  .section-heading h2 {
    margin-bottom: 0;
    line-height: 1.25em;
  }
}
.section-heading.align-center {
  justify-content: center;
}
.section-heading.align-center h2 {
  padding-right: 0;
  text-align: center;
}
.section-heading.align-left {
  justify-content: flex-start;
}
.section-heading.align-left h2 {
  padding-right: 0;
  text-align: left!important;
}
.section-heading.align-right {
  justify-content: flex-end;
}
.section-heading.align-right h2 {
  padding-right: 0;
  text-align: right;
}
.section-heading .view-all-link {
  position: relative;
  font-weight: 600;
  font-size: 1em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .section-heading .view-all-link {
    font-size: 1.1em;
  }
}
.section-heading .view-all-link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 2px;
  background-color: currentColor;
  left: 0;
  width: 0;
  opacity: 0;
  transition: width 0.3s cubic-bezier(0, 0.14, 0.19, 1), opacity 0.3s;
}
.section-heading .view-all-link:hover::after {
  width: 100%;
  opacity: 1;
}
.section-heading .swiper-buttons-inline {
  display: none;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-heading .swiper-buttons-inline {
    display: block;
  }
}

.use-alt-bg {
  background-color: #f8f3f0;
  color: #000000;
}
.use-alt-bg h1, .use-alt-bg h2, .use-alt-bg h3, .use-alt-bg h4, .use-alt-bg .under-cart .subtotal, .under-cart .use-alt-bg .subtotal, .use-alt-bg blockquote, .use-alt-bg h5, .use-alt-bg .rte a, .use-alt-bg #comments a, .use-alt-bg #template a, .use-alt-bg #address_tables a, .use-alt-bg .link-display {
  color: currentColor;
  border-color: currentColor;
}
.use-alt-bg .feature-header {
  color: currentColor;
}
.use-alt-bg .feature-header:after {
  border-top-color: currentColor;
}

.border-radius-slightly_rounded {
  border-radius: 4px;
}
.border-radius-rounded {
  border-radius: 40px;
}
.border-radius-sharp {
  border-radius: 0;
}

.no-wrap {
  white-space: nowrap;
}

.errors {
  color: #800000;
  text-align: center;
  margin-top: 1em;
}
.errors ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.cc-bullet {
  font-size: 0.8em;
}

.mt-0 {
  margin-top: 0;
}

.pt-0 {
  padding-top: 0;
}

.pt-medium {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .sm\:pt-medium {
    padding-top: 50px;
  }
}

.pb-medium {
  padding-bottom: 70px;
}

.py-medium {
  padding-top: 50px;
  padding-bottom: 70px;
}

.flex {
  display: flex;
}

/* Using border-box makes it easier to work with grids: http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  font-size: 14px;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 1.3em;
  color: #000000;
  overflow: auto;
  background-color: #ffffff;
  background-position: top center;
  padding-top: var(--nav-height);
  /* Fonts on Macs look bad without these */
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

* {
  overflow-anchor: none; /* Chrome Anchoring API fix - https://wicg.github.io/ScrollAnchoring/#exclusion-api */
}

/* Responsive images and videos. */
img, iframe {
  max-width: 100%;
  vertical-align: top;
}

img {
  height: auto;
}

header, footer, #main {
  width: 100%;
}

/* Number spinners */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



@media (max-width: 767px) {
  h1, .h1, .overlay-type .line-1 {
    margin-bottom: 0.3em;
  }
}

@media (max-width: 767px) {
  h2, .h2 {
    margin-bottom: 0.2em;
  }
}

@media (max-width: 767px) {
  h3, .h3 {
    margin-bottom: 0.2em;
  }
}

@media (max-width: 767px) {
  h4, .under-cart .subtotal, blockquote, .h4 {
    margin-bottom: 0.2em;
  }
}

@media (max-width: 767px) {
  h5, .h5 {
    margin-bottom: 0.2em;
  }
}

@media (max-width: 767px) {
  h6, .h6 {
    margin-bottom: 0.2em;
  }
}

h1:not(.logo-h1), h2, h3, h4, .under-cart .subtotal, blockquote, h5, h6 {
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  margin: 0;
}
.under-cart .subtotal, blockquote {

  text-align: left!important;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 150ms, background-color 150ms;
  -ms-transition: color 150ms, background-color 150ms;
  -moz-transition: color 150ms, background-color 150ms;
  -o-transition: color 150ms, background-color 150ms;
  transition: color 150ms, background-color 150ms;
}

blockquote {
  position: relative;
  margin: 1.5em 0;
  quotes: none;
  color: inherit;
  line-height: 1.6em;
  text-align: inherit;
}
blockquote::before {
  color: #000000;
  content: open-quote;
}
blockquote::after {
  color: #000000;
  content: close-quote;
}
blockquote:first-child {
  display: inline;
}
blockquote:last-child {
  margin-bottom: 0;
}

/* This has to be non font-based */
input,
textarea {
  color: #000000;
  border: 1px solid #bfbfbf;
  background: #ffffff;
  padding: 1em 1.7em;
  max-width: 100%;
  width: 432px;
  min-height: calc(2em + 1.4rem);
  line-height: 1.4rem;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=checkbox] {
  width: auto;
  height: auto;
  min-height: 0;
  line-height: normal;
  -webkit-appearance: checkbox;
  vertical-align: middle;
}

input[type=radio] {
  line-height: normal;
  -webkit-appearance: radio;
}

textarea {
  height: 8em;
}

button,
input[type=submit],
.button {
  -webkit-appearance: none;
  display: inline-block;
  background-color: #f8f3f0;
  color: #000000;
  border: 1px solid #000000;
  height: auto;
  width: auto;
  padding: 20px 30px;
  line-height: 1.25em;
  vertical-align: top;
  font-weight: 400;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, transform 0.3s;
}
@media (min-width: 768px) {
  button,
  input[type=submit],
  .button {
    padding: 18px 30px;
  }
}
button:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):not(.custom-dot):hover,
input[type=submit]:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):not(.custom-dot):hover,
.button:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):not(.custom-dot):hover {
  background-color: #000000;
  color: #f8f3f0;
}
button:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):not(.custom-dot):hover svg,
input[type=submit]:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):not(.custom-dot):hover svg,
.button:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):not(.custom-dot):hover svg {
  fill: #f8f3f0;
}
button.hover-grow:not([disabled=disabled]):hover,
input[type=submit].hover-grow:not([disabled=disabled]):hover,
.button.hover-grow:not([disabled=disabled]):hover {
  transform: scale(1);
}
button.alt,
input[type=submit].alt,
.button.alt {
  background-color: #f8f3f0;
  color: #000000;
  border-color: #000000;
}
button.alt svg,
input[type=submit].alt svg,
.button.alt svg {
  fill: #000000;
}
button.alt:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):hover,
input[type=submit].alt:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):hover,
.button.alt:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):hover {
  background-color: #000000;
  color: #f8f3f0;
}
button.alt:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):hover svg,
input[type=submit].alt:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):hover svg,
.button.alt:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):hover svg {
  fill: #f8f3f0;
}
button svg,
input[type=submit] svg,
.button svg {
  fill: #000000;
  -webkit-transition: fill 150ms;
  -ms-transition: fill 150ms;
  -moz-transition: fill 150ms;
  -o-transition: fill 150ms;
  transition: fill 150ms;
}
button[disabled=disabled],
input[type=submit][disabled=disabled],
.button[disabled=disabled] {
  opacity: 0.6;
}

input[type=submit],
.button,
.shopify-payment-button__button {
  
  text-transform: uppercase;
  font-size: 13px !important;
  letter-spacing: 0.01em;
  font-weight: bold!important;
  
  
  border-radius: 0 !important;
  
}

button.not-a-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-align: left;
}
button.not-a-button:hover {
  background: transparent;
  background-color: transparent !important;
  box-shadow: 0 0 0 transparent;
  border: 0 solid transparent;
  text-shadow: 0 0 0 transparent;
}
.user-is-tabbing button.not-a-button:focus {
  outline: 2px solid #1f61cc;
}

.shopify-payment-button__button {
  line-height: 1.25em !important;
}

button[disabled],
input[type=submit][disabled] {
  background-color: #c6c2c0;
}

button[disabled].confirmation,
input[type=submit][disabled].confirmation {
  color: #f8f3f0;
  background-color: #000000;
}
button[disabled].confirmation svg,
input[type=submit][disabled].confirmation svg {
  fill: #f8f3f0;
}
button[disabled].confirmation.alt,
input[type=submit][disabled].confirmation.alt {
  color: #f8f3f0;
  background-color: #000000;
}
button[disabled].confirmation.alt svg,
input[type=submit][disabled].confirmation.alt svg {
  fill: #f8f3f0;
}
button[disabled].confirmation:not(.adding),
input[type=submit][disabled].confirmation:not(.adding) {
  text-indent: 20px;
}
button[disabled].confirmation svg,
input[type=submit][disabled].confirmation svg {
  position: absolute;
  margin-left: -27px;
  margin-top: -4px;
}

input[type=submit].textbutton,
button.textbutton {
  color: inherit;
  border: none;
  background: none;
  background-color: transparent;
  padding: 2px;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: 0;
}

select {
  font: inherit;
}

body:not(.user-is-tabbing) button:focus, body:not(.user-is-tabbing) input:focus, body:not(.user-is-tabbing) textarea:focus, body:not(.user-is-tabbing) select:focus {
  outline: none !important;
}

label, .sharing-label {
  display: block;
  margin: 0 0 0.75em;
  font-size: 0.75em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

hr {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 1px solid #d9d9d9;
  height: 9px;
  margin: 1em 0;
}


/* Control the pages maximum width. */
.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}
.container.container--large {
  max-width: 1160px;
}
@media (max-width: 767px) {
  .container.container--large {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Grids of products and collections, menus, buttons */
.buttons {
  margin: 15px 0;
  padding: 0;
}

.grid li, .buttons li, .nav li {
  list-style-type: none;
  display: inline;
  margin: 0 1em;
  padding: 0;
}

.grid li {
  padding: 15px 0;
}

.nav ul,
ul.nav {
  padding: 0;
}

/* Layout */
.side-gutter {
  padding-left: 15px;
  padding-right: 15px;
}

.half-gutter.side-gutter {
  padding-left: 7px;
  padding-right: 7px;
}

.row, .grid {
  margin-left: -15px;
  margin-right: -15px;
}

.column, #order_payment,
#order_shipping, .grid li, header, footer, #main {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.half-gutter .column, .half-gutter #order_payment,
.half-gutter #order_shipping, .half-gutter .grid li, .grid .half-gutter li, .half-gutter header, .half-gutter footer, .half-gutter #main {
  padding-left: 7px;
  padding-right: 7px;
}

.column.full, .full#order_payment,
.full#order_shipping, .grid li.full, header.full, footer.full, .full#main {
  width: 100%;
}

.column.half, .grid li.half, header.half, footer.half, .half#main, .column-half, #order_payment,
#order_shipping, .column.always-half, .grid li.always-half, header.always-half, footer.always-half, .always-half#main {
  width: 50%;
}

.column.third, .third#order_payment,
.third#order_shipping, .grid li.third, header.third, footer.third, .third#main {
  width: 33.3%;
}

.column.quarter, .quarter#order_payment,
.quarter#order_shipping, .grid li.quarter, header.quarter, footer.quarter, .quarter#main {
  width: 33.3%;
}
@media (min-width: 992px) {
  .column.quarter, .quarter#order_payment,
  .quarter#order_shipping, .grid li.quarter, header.quarter, footer.quarter, .quarter#main {
    width: 25%;
  }
}

.column.bleed, .grid li.bleed, header.bleed, footer.bleed, .bleed#main, .column-bleed, #order_payment,
#order_shipping {
  padding-left: 0;
  padding-right: 0;
}

.half-gutter .grid {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .half-gutter .grid {
    margin-left: -7px;
    margin-right: -7px;
  }
}

.grid--uniform .column.half:nth-child(2n+1), .grid--uniform .grid li.half:nth-child(2n+1), .grid .grid--uniform li.half:nth-child(2n+1), .grid--uniform header.half:nth-child(2n+1), .grid--uniform footer.half:nth-child(2n+1), .grid--uniform .half#main:nth-child(2n+1), .grid--uniform .column-half:nth-child(2n+1), .grid--uniform #order_payment:nth-child(2n+1),
.grid--uniform #order_shipping:nth-child(2n+1) {
  clear: left;
}
.grid--uniform .column.third:nth-child(3n+1), .grid--uniform .third#order_payment:nth-child(3n+1),
.grid--uniform .third#order_shipping:nth-child(3n+1), .grid--uniform .grid li.third:nth-child(3n+1), .grid .grid--uniform li.third:nth-child(3n+1), .grid--uniform header.third:nth-child(3n+1), .grid--uniform footer.third:nth-child(3n+1), .grid--uniform .third#main:nth-child(3n+1),
.grid--uniform .column.quarter:nth-child(3n+1),
.grid--uniform .quarter#order_payment:nth-child(3n+1),
.grid--uniform .quarter#order_shipping:nth-child(3n+1),
.grid--uniform .grid li.quarter:nth-child(3n+1),
.grid .grid--uniform li.quarter:nth-child(3n+1),
.grid--uniform header.quarter:nth-child(3n+1),
.grid--uniform footer.quarter:nth-child(3n+1),
.grid--uniform .quarter#main:nth-child(3n+1) {
  clear: left;
}
@media (min-width: 992px) {
  .grid--uniform .column.quarter:nth-child(3n+1), .grid--uniform .quarter#order_payment:nth-child(3n+1),
  .grid--uniform .quarter#order_shipping:nth-child(3n+1), .grid--uniform .grid li.quarter:nth-child(3n+1), .grid .grid--uniform li.quarter:nth-child(3n+1), .grid--uniform header.quarter:nth-child(3n+1), .grid--uniform footer.quarter:nth-child(3n+1), .grid--uniform .quarter#main:nth-child(3n+1) {
    clear: none;
  }
  .grid--uniform .column.quarter:nth-child(4n+1), .grid--uniform .quarter#order_payment:nth-child(4n+1),
  .grid--uniform .quarter#order_shipping:nth-child(4n+1), .grid--uniform .grid li.quarter:nth-child(4n+1), .grid .grid--uniform li.quarter:nth-child(4n+1), .grid--uniform header.quarter:nth-child(4n+1), .grid--uniform footer.quarter:nth-child(4n+1), .grid--uniform .quarter#main:nth-child(4n+1) {
    clear: left;
  }
}

@media (max-width: 767px) {
  body > .container,
  .container--full-mobile {
    width: auto;
  }
  .column, #order_payment,
  #order_shipping, .grid li, header, footer, #main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .column.half, .grid li.half, header.half, footer.half, .half#main, .column-half, #order_payment,
  #order_shipping,
  .column.third,
  .grid li.third,
  header.third,
  footer.third,
  .third#main,
  .column.three-quarters,
  .grid li.three-quarters,
  header.three-quarters,
  footer.three-quarters,
  .three-quarters#main {
    float: none;
    width: auto;
  }
  .column.quarter, .quarter#order_payment,
  .quarter#order_shipping, .grid li.quarter, header.quarter, footer.quarter, .quarter#main {
    width: 50%;
  }
  .grid--uniform .column.quarter:nth-child(2n+1), .grid--uniform .quarter#order_payment:nth-child(2n+1),
  .grid--uniform .quarter#order_shipping:nth-child(2n+1), .grid--uniform .grid li.quarter:nth-child(2n+1), .grid .grid--uniform li.quarter:nth-child(2n+1), .grid--uniform header.quarter:nth-child(2n+1), .grid--uniform footer.quarter:nth-child(2n+1), .grid--uniform .quarter#main:nth-child(2n+1) {
    clear: left;
  }
  .half-gutter .column, .half-gutter #order_payment,
  .half-gutter #order_shipping, .half-gutter .grid li, .grid .half-gutter li, .half-gutter header, .half-gutter footer, .half-gutter #main {
    padding-left: 0;
    padding-right: 0;
  }
  .side-gutter,
  .half-gutter.side-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .column.quarter, .quarter#order_payment,
  .quarter#order_shipping, .grid li.quarter, header.quarter, footer.quarter, .quarter#main {
    float: none;
    width: auto;
  }
}
.wide-container {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
.wide-container.half-gutter .product-list {
  margin-top: 0;
  margin-left: -7px;
  margin-right: -7px;
}
@media (max-width: 767px) {
  .wide-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wide-container .product-list, .wide-container.half-gutter .product-list {
    margin-left: 0;
    margin-right: 0;
  }
  .wide-container .product-list.mob-two-col:not(.jiggly-split) {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
  }
  .wide-container .product-list.mob-two-col:not(.jiggly-split) .product-block, .wide-container .product-list.mob-two-col:not(.jiggly-split) .collection-block, .wide-container .product-list.mob-two-col:not(.jiggly-split) .article-column {
    width: calc(50% - 1px);
    padding: 7px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .wide-container .product-list.mob-two-col:not(.jiggly-split) .product-block, .wide-container .product-list.mob-two-col:not(.jiggly-split) .collection-block, .wide-container .product-list.mob-two-col:not(.jiggly-split) .article-column {
    margin-top: calc(30px - 7px);
  }
}
@media (max-width: 767px) {
  .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns .column, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns #order_payment,
  .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns #order_shipping, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns .grid li, .grid .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns li, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns header, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns footer, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns #main {
    float: left;
    width: 50%;
  }
  .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns .column .product-block, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns #order_payment .product-block,
  .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns #order_shipping .product-block, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns .column .collection-block, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns #order_payment .collection-block,
  .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns #order_shipping .collection-block, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns .grid li .product-block, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns .grid li .collection-block, .grid .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns li .product-block, .grid .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns li .collection-block, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns header .product-block, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns header .collection-block, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns footer .product-block, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns footer .collection-block, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns #main .product-block, .wide-container .product-list.mob-two-col:not(.jiggly-split).product-list--columns #main .collection-block {
    width: 100%;
  }
  .wide-container .product-list.mob-show-1 .product-block, .wide-container .product-list.mob-show-1 .collection-block {
    display: none;
  }
  .wide-container .product-list.mob-show-1 .product-block:nth-child(-n+1), .wide-container .product-list.mob-show-1 .collection-block:nth-child(-n+1) {
    display: block;
  }
  .wide-container .product-list.mob-show-2 .product-block, .wide-container .product-list.mob-show-2 .collection-block {
    display: none;
  }
  .wide-container .product-list.mob-show-2 .product-block:nth-child(-n+2), .wide-container .product-list.mob-show-2 .collection-block:nth-child(-n+2) {
    display: block;
  }
  .wide-container .product-list.mob-show-3 .product-block, .wide-container .product-list.mob-show-3 .collection-block {
    display: none;
  }
  .wide-container .product-list.mob-show-3 .product-block:nth-child(-n+3), .wide-container .product-list.mob-show-3 .collection-block:nth-child(-n+3) {
    display: block;
  }
  .wide-container .product-list.mob-show-4 .product-block, .wide-container .product-list.mob-show-4 .collection-block {
    display: none;
  }
  .wide-container .product-list.mob-show-4 .product-block:nth-child(-n+4), .wide-container .product-list.mob-show-4 .collection-block:nth-child(-n+4) {
    display: block;
  }
  .wide-container .product-list.mob-show-5 .product-block, .wide-container .product-list.mob-show-5 .collection-block {
    display: none;
  }
  .wide-container .product-list.mob-show-5 .product-block:nth-child(-n+5), .wide-container .product-list.mob-show-5 .collection-block:nth-child(-n+5) {
    display: block;
  }
  .wide-container .product-list.mob-show-6 .product-block, .wide-container .product-list.mob-show-6 .collection-block {
    display: none;
  }
  .wide-container .product-list.mob-show-6 .product-block:nth-child(-n+6), .wide-container .product-list.mob-show-6 .collection-block:nth-child(-n+6) {
    display: block;
  }
  .wide-container .product-list.mob-show-7 .product-block, .wide-container .product-list.mob-show-7 .collection-block {
    display: none;
  }
  .wide-container .product-list.mob-show-7 .product-block:nth-child(-n+7), .wide-container .product-list.mob-show-7 .collection-block:nth-child(-n+7) {
    display: block;
  }
  .wide-container .product-list.mob-show-8 .product-block, .wide-container .product-list.mob-show-8 .collection-block {
    display: none;
  }
  .wide-container .product-list.mob-show-8 .product-block:nth-child(-n+8), .wide-container .product-list.mob-show-8 .collection-block:nth-child(-n+8) {
    display: block;
  }
}

.jiggly-split:not([data-result-count="0"]) {
  column-count: 1;
  column-fill: balance;
  margin-left: auto !important;
  margin-right: auto !important;
  column-gap: 10px;
  margin-top: 30px !important;
  transform: translateZ(0);
}
@media (min-width: 768px) {
  .jiggly-split:not([data-result-count="0"]) {
    margin-top: 40px !important;
    column-gap: 10px;
  }
}
.jiggly-split:not([data-result-count="0"]) h2 {
  column-span: all;
  text-align: left;
  margin-bottom: 30px;
}
.jiggly-split:not([data-result-count="0"]) .product-block, .jiggly-split:not([data-result-count="0"]) .collection-block {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  transform: translateZ(0);
}
.jiggly-split:not([data-result-count="0"]) .product-block:first-child, .jiggly-split:not([data-result-count="0"]) .collection-block:first-child {
  width: 99.9%;
}
.jiggly-split:not([data-result-count="0"]) .product-block .product-block__inner, .jiggly-split:not([data-result-count="0"]) .collection-block .product-block__inner {
  border-bottom: 40px solid transparent;
}
.jiggly-split:not([data-result-count="0"]) .product-block.hover-info .product-block__inner, .jiggly-split:not([data-result-count="0"]) .collection-block.hover-info .product-block__inner {
  border-bottom: 10px solid transparent;
}
@media (max-width: 767px) {
  .jiggly-split:not([data-result-count="0"]).mob-two-col:not([data-result-count="0"]) {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .jiggly-split:not([data-result-count="0"]) {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .jiggly-split:not([data-result-count="0"]).dynamic-col-3 {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .jiggly-split:not([data-result-count="0"]).dynamic-col-4 {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .jiggly-split:not([data-result-count="0"]).dynamic-col-4 {
    column-count: 4;
  }
}
.jiggly-split:not([data-result-count="0"]) > * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.jiggly-split:not([data-result-count="0"]).product-list--columns {
  overflow: hidden;
}

.product-detail .product-list.mob-two-col {
  margin-left: -7px;
  margin-right: -7px;
}
.product-detail .product-list.mob-two-col .product-block, .product-detail .product-list.mob-two-col .collection-block {
  float: left;
  width: 50%;
  padding-left: 7px;
  padding-right: 7px;
}
.product-detail .product-list.mob-two-col .product-block:nth-child(2n-1), .product-detail .product-list.mob-two-col .collection-block:nth-child(2n-1) {
  clear: left;
}

.section-spacing {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-spacing.section-spacing--top-only {
  padding-bottom: 0;
}
.section-spacing.section-spacing--sm-b {
  padding-bottom: 4px;
}
.section-spacing.section-spacing--bottom-only {
  padding-top: 0;
}
.section-spacing.section-spacing--half-bottom {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .section-spacing.section-spacing--half-bottom {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .section-spacing-sm {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.double-section-spacing {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .double-section-spacing {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}

.padded-block {
  padding: 50px 15px;
}
@media (min-width: 768px) {
  .padded-block {
    padding: 90px 70px;
  }
}
@media (min-width: 992px) {
  .padded-block {
    padding: 120px 70px;
  }
}
@media (min-width: 1441px) {
  .padded-block {
    padding: 11vw 70px;
  }
}

.padded-block-y {
  padding: 50px 15px;
}
@media (min-width: 768px) {
  .padded-block-y {
    padding: 0 70px;
  }
}
@media (min-width: 992px) {
  .padded-block-y {
    padding: 0 70px;
  }
}
@media (min-width: 1441px) {
  .padded-block-y {
    padding: 0 70px;
  }
}

.flexible-layout {
  margin-left: -20px;
  margin-bottom: -20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.flexible-layout.valign-middle > .column, .flexible-layout.valign-middle > #order_payment,
.flexible-layout.valign-middle > #order_shipping, .grid .flexible-layout.valign-middle > li, .flexible-layout.valign-middle > header, .flexible-layout.valign-middle > footer, .flexible-layout.valign-middle > #main {
  align-self: center;
}
.flexible-layout.valign-bottom > .column, .flexible-layout.valign-bottom > #order_payment,
.flexible-layout.valign-bottom > #order_shipping, .grid .flexible-layout.valign-bottom > li, .flexible-layout.valign-bottom > header, .flexible-layout.valign-bottom > footer, .flexible-layout.valign-bottom > #main {
  align-self: flex-end;
}
.flexible-layout .column, .flexible-layout #order_payment,
.flexible-layout #order_shipping, .flexible-layout .grid li, .grid .flexible-layout li, .flexible-layout header, .flexible-layout footer, .flexible-layout #main {
  padding-left: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  flex: 0 0 auto;
}
.flexible-layout .column--quarter {
  width: 25%;
}
.flexible-layout .column--third {
  width: 33.333%;
}
.flexible-layout .column--half {
  width: 50%;
}
.flexible-layout .column--two-thirds {
  width: 66.666%;
}
.flexible-layout .column--three-quarters {
  width: 75%;
}
.flexible-layout .column--full {
  width: 100%;
}

.flexible-layout--variable-columns {
  justify-content: space-around;
}
.flexible-layout--variable-columns .column, .flexible-layout--variable-columns #order_payment,
.flexible-layout--variable-columns #order_shipping, .flexible-layout--variable-columns .grid li, .grid .flexible-layout--variable-columns li, .flexible-layout--variable-columns header, .flexible-layout--variable-columns footer, .flexible-layout--variable-columns #main {
  flex: 1 0 auto;
  width: 33%;
  max-width: 50%;
}
.flexible-layout--variable-columns.flexible-layout--columns-4 .column, .flexible-layout--variable-columns.flexible-layout--columns-4 #order_payment,
.flexible-layout--variable-columns.flexible-layout--columns-4 #order_shipping, .flexible-layout--variable-columns.flexible-layout--columns-4 .grid li, .grid .flexible-layout--variable-columns.flexible-layout--columns-4 li, .flexible-layout--variable-columns.flexible-layout--columns-4 header, .flexible-layout--variable-columns.flexible-layout--columns-4 footer, .flexible-layout--variable-columns.flexible-layout--columns-4 #main {
  width: 50%;
}

@media (max-width: 1200px) {
  .flexible-layout {
    margin-left: -20px;
    margin-bottom: -20px;
  }
  .flexible-layout .column, .flexible-layout #order_payment,
  .flexible-layout #order_shipping, .flexible-layout .grid li, .grid .flexible-layout li, .flexible-layout header, .flexible-layout footer, .flexible-layout #main {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .flexible-layout .column--quarter {
    width: 25%;
  }
  .flexible-layout .column--third {
    width: 33.333%;
  }
  .flexible-layout .column--half {
    width: 50%;
  }
  .flexible-layout .column--two-thirds {
    width: 66.666%;
  }
  .flexible-layout .column--three-quarters {
    width: 75%;
  }
  .flexible-layout .column--full {
    width: 100%;
  }
  .flexible-layout--variable-columns .column, .flexible-layout--variable-columns #order_payment,
  .flexible-layout--variable-columns #order_shipping, .flexible-layout--variable-columns .grid li, .grid .flexible-layout--variable-columns li, .flexible-layout--variable-columns header, .flexible-layout--variable-columns footer, .flexible-layout--variable-columns #main {
    width: 33%;
    max-width: 50%;
  }
  .flexible-layout--variable-columns.flexible-layout--columns-4 .column, .flexible-layout--variable-columns.flexible-layout--columns-4 #order_payment,
  .flexible-layout--variable-columns.flexible-layout--columns-4 #order_shipping, .flexible-layout--variable-columns.flexible-layout--columns-4 .grid li, .grid .flexible-layout--variable-columns.flexible-layout--columns-4 li, .flexible-layout--variable-columns.flexible-layout--columns-4 header, .flexible-layout--variable-columns.flexible-layout--columns-4 footer, .flexible-layout--variable-columns.flexible-layout--columns-4 #main {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .flexible-layout {
    margin-left: auto;
    margin-bottom: 0;
    flex-direction: column;
  }
  .flexible-layout .column, .flexible-layout #order_payment,
  .flexible-layout #order_shipping, .flexible-layout .grid li, .grid .flexible-layout li, .flexible-layout header, .flexible-layout footer, .flexible-layout #main {
    margin-bottom: 40px;
    padding-left: 0;
    width: 100% !important;
    max-width: none;
  }
  .flexible-layout .column:last-child, .flexible-layout #order_payment:last-child,
  .flexible-layout #order_shipping:last-child, .flexible-layout .grid li:last-child, .grid .flexible-layout li:last-child, .flexible-layout header:last-child, .flexible-layout footer:last-child, .flexible-layout #main:last-child {
    margin-bottom: 0;
  }
  .flexible-layout.layout-all-quarters {
    flex-direction: row;
    margin-left: -20px;
    margin-bottom: -20px;
  }
  .flexible-layout.layout-all-quarters .column, .flexible-layout.layout-all-quarters #order_payment,
  .flexible-layout.layout-all-quarters #order_shipping, .flexible-layout.layout-all-quarters .grid li, .grid .flexible-layout.layout-all-quarters li, .flexible-layout.layout-all-quarters header, .flexible-layout.layout-all-quarters footer, .flexible-layout.layout-all-quarters #main {
    margin-bottom: 20px;
    padding-left: 20px;
    width: 50% !important;
  }
  .flexible-layout.layout-all-quarters .column:last-child, .flexible-layout.layout-all-quarters #order_payment:last-child,
  .flexible-layout.layout-all-quarters #order_shipping:last-child, .flexible-layout.layout-all-quarters .grid li:last-child, .grid .flexible-layout.layout-all-quarters li:last-child, .flexible-layout.layout-all-quarters header:last-child, .flexible-layout.layout-all-quarters footer:last-child, .flexible-layout.layout-all-quarters #main:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .flexible-layout.layout-all-quarters {
    flex-direction: column;
    margin-left: auto;
    margin-bottom: 0;
  }
  .flexible-layout.layout-all-quarters .column, .flexible-layout.layout-all-quarters #order_payment,
  .flexible-layout.layout-all-quarters #order_shipping, .flexible-layout.layout-all-quarters .grid li, .grid .flexible-layout.layout-all-quarters li, .flexible-layout.layout-all-quarters header, .flexible-layout.layout-all-quarters footer, .flexible-layout.layout-all-quarters #main {
    margin-bottom: 40px;
    padding-left: 0;
    width: 100% !important;
  }
  .flexible-layout.layout-all-quarters .column:last-child, .flexible-layout.layout-all-quarters #order_payment:last-child,
  .flexible-layout.layout-all-quarters #order_shipping:last-child, .flexible-layout.layout-all-quarters .grid li:last-child, .grid .flexible-layout.layout-all-quarters li:last-child, .flexible-layout.layout-all-quarters header:last-child, .flexible-layout.layout-all-quarters footer:last-child, .flexible-layout.layout-all-quarters #main:last-child {
    margin-bottom: 0;
  }
}
.product-list-container {
  overflow: hidden;
}

.cc-animate-enabled .shopify-section {
  overflow: hidden;
}
@media (min-width: 768px) {
  .cc-animate-enabled [data-cc-animate] {
    opacity: 0;
  }
}
.cc-animate-enabled [data-cc-animate].-in {
  transition: opacity 0.7s, transform 0.7s;
  opacity: 1;
}
.cc-animate-enabled [data-cc-animate].cc-fade-in-right {
  transform: translate3d(15px, 0, 0);
}
.cc-animate-enabled [data-cc-animate].cc-fade-in-right.-in {
  transition-timing-function: cubic-bezier(0, 0.14, 0.19, 1);
  transform: translate3d(0, 0, 0);
}
.cc-animate-enabled [data-cc-animate].cc-fade-in-up {
  transform: translate3d(0, 15px, 0);
  transition-duration: 0.7s;
}
.cc-animate-enabled [data-cc-animate].cc-fade-in-up.-in {
  transform: translate3d(0, 0, 0);
}
.cc-animate-enabled [data-cc-animate].cc-zoom-out {
  transform: scale(1.1);
}
.cc-animate-enabled [data-cc-animate].cc-zoom-out.-in {
  transition: transform 1.6s cubic-bezier(0, 0.14, 0.19, 1) 0s !important;
  transform: scale(1);
}
.cc-animate-enabled [data-cc-animate].cc-fade-in-zoom-out {
  transform: scale(1.2);
}
.cc-animate-enabled [data-cc-animate].cc-fade-in-zoom-out.-in {
  transition: opacity 1s, transform 1.2s cubic-bezier(0, 0.14, 0.19, 1) 0s, filter 2s !important;
  transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .cc-animate-enabled [data-cc-animate], .cc-animate-enabled [data-cc-animate].-in {
    transition: opacity 0.7s !important;
    transform: none !important;
  }
}

gift-card-recipient {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cc-gift-card-recipient__fields {
  text-align: left;
  display: none;
}

.cc-gift-card-recipient__checkbox:checked ~ .cc-gift-card-recipient__fields {
  max-height: 480px;
  display: block;
}

.cc-gift-card-recipient__checkbox:checked ~ .cc-gift-card-recipient__checkbox-container .cc-gift-card-recipient__label::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.cc-gift-card-recipient .cc-gift-card-recipient__checkbox-container {
  display: inline;
  margin-bottom: 0px;
  margin-left: 8px;
}

.no-js .cc-gift-card-recipient__fields {
  display: block;
  max-height: unset;
}

.no-js .cc-gift-card-recipient__checkbox,
.no-js .cc-gift-card-recipient__checkbox-container {
  display: none;
}

body.cc-popup-no-scroll {
  overflow: hidden;
}

.popup-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
  pointer-events: none;
}

.cc-popup {
  position: fixed;
  display: flex;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 997;
  transition: opacity 0.15s, visibility 0.15s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.cc-popup.cc-popup--center {
  justify-content: center;
  align-items: center;
}
.cc-popup.cc-popup--center .cc-popup-modal {
  transform: translate3d(0, 60px, 0);
}
.cc-popup.cc-popup--bottom-left, .cc-popup.cc-popup--bottom-right {
  align-items: flex-end;
}
.cc-popup.cc-popup--bottom-left {
  justify-content: flex-start;
}
.cc-popup.cc-popup--bottom-left .cc-popup-modal {
  transform: translate3d(-60px, 0, 0);
}
[dir=rtl] .cc-popup.cc-popup--bottom-left .cc-popup-modal {
  transform: translate3d(60px, 0, 0);
}
.cc-popup.cc-popup--bottom-right {
  justify-content: flex-end;
}
.cc-popup.cc-popup--bottom-right .cc-popup-modal {
  transform: translate3d(60px, 0, 0);
}
[dir=rtl] .cc-popup.cc-popup--bottom-right .cc-popup-modal {
  transform: translate3d(-60px, 0, 0);
}
.cc-popup.cc-popup--left {
  justify-content: flex-start;
}
.cc-popup.cc-popup--left .cc-popup-modal {
  transform: translate3d(-60px, 0, 0);
  width: 100%;
  min-width: 0;
  overflow: auto;
}
[dir=rtl] .cc-popup.cc-popup--left .cc-popup-modal {
  transform: translate3d(60px, 0, 0);
}
@media (min-width: 768px) {
  .cc-popup.cc-popup--left .cc-popup-modal {
    width: 400px;
  }
}
.cc-popup.cc-popup--right {
  justify-content: flex-end;
}
.cc-popup.cc-popup--right .cc-popup-modal {
  transform: translate3d(60px, 0, 0);
  width: 100%;
  min-width: 0;
  overflow: auto;
}
[dir=rtl] .cc-popup.cc-popup--right .cc-popup-modal {
  transform: translate3d(-60px, 0, 0);
}
@media (min-width: 768px) {
  .cc-popup.cc-popup--right .cc-popup-modal {
    width: 400px;
  }
}
.cc-popup.cc-popup--visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.cc-popup.cc-popup--visible .cc-popup-modal {
  transform: translate3d(0, 0, 0);
}
[dir=rtl] .cc-popup.cc-popup--visible .cc-popup-modal {
  transform: translate3d(0, 0, 0);
}
.cc-popup .cc-popup-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 998;
}
.cc-popup .cc-popup-modal {
  position: relative;
  z-index: 999;
  transition: transform 0.25s;
  overflow: hidden;
  background-color: #ffffff;
  color: #222;
}
.cc-popup .cc-popup-container {
  display: flex;
}
.cc-popup .cc-popup-container .cc-popup-title {
  color: #222;
}
.cc-popup .cc-popup-close {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 44px;
  height: 44px;
  padding: 7px;
  min-width: auto;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.cc-popup .cc-popup-close svg {
  stroke: #222;
  stroke-width: 2px;
}
[dir=rtl] .cc-popup .cc-popup-close {
  left: 3px;
  right: auto;
}
.cc-popup .cc-popup-image .rimage-background {
  height: 100%;
}
.cc-popup .cc-popup-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cc-price-range {
  position: relative;
}

.cc-price-range__input-row {
  margin: 0px 0;
  display: flex;
  justify-content: space-between;
}

.cc-price-range__input-container {
  display: flex;
  align-items: baseline;
  flex: 0 0 auto;
  width: calc(50% - 0px);
}

.cc-price-range__input-currency-symbol {
  font-size: 1em;
  margin-right: 2px;
}

.cc-price-range .cc-price-range__input {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.cc-price-range__bar {
  position: relative;
  margin: 30px 15px 10px;
}

.cc-price-range__bar-inactive {
  height: 2px;
  background: #e6e6e6;
  border-radius: 2px;
}

.cc-price-range__bar-active {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  background: currentColor;
  border-radius: 2px;
}

.cc-price-range__control {
  position: absolute;
  left: 0;
  top: -8px;
  margin-inline-start: -9px;
  width: 18px;
  height: 18px;
}
.cc-price-range__control::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid currentColor;
  border-radius: 18px;
  cursor: pointer;
  transition: 150ms transform ease-out;
}
.cc-price-range__control:hover::after, .cc-price-range__control:focus::after {
  transform: scale(1.1);
}
.cc-price-range__control::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 22px);
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.cc-price-range__control--min::before {
  right: 0;
}

.cc-price-range__control--max::before {
  left: 0;
}

.cc-rating {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 1.2em;
  white-space: nowrap;
  vertical-align: middle;
}

.cc-rating-stars {
  display: block;
  position: relative;
}

.cc-rating-stars--active {
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(157, 110, 105);
}

.cc-rating-stars--inactive {
  display: block;
  color: rgba(176, 143, 140, 0.41);
}

.cc-rating-stars__svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: top;
}
.cc-rating-stars__svg:not(:first-child) {
  margin-left: 2px;
}

.cc-rating[data-rating-decimal="0.5"] .cc-rating-stars--active .cc-rating-stars__svg:last-child {
  clip-path: polygon(0 0, 52% 0, 52% 100%, 0% 100%);
}

.cc-rating-text {
  display: none;
}

.cc-rating-count {
  display: inline-block;
  margin: 0;
}

.cc-tabs {
  margin-top: 40px;
  text-align: left;
}
.cc-tabs .cc-tabs__tab-headers__header,
.cc-tabs .cc-tabs__accordion__header {
  font-weight: 400;
  font-size: 1em;
  opacity: 0.55;
  transition: opacity 0.4s;
}
.cc-tabs .cc-tabs__tab-headers__header[aria-selected=true],
.cc-tabs .cc-tabs__accordion__header[aria-selected=true] {
  opacity: 1;
}
.cc-tabs .cc-tabs__tab .cc-tabs__tab__panel {
  padding-bottom: 30px;
}
.cc-tabs .cc-tabs__tab .cc-tabs__tab__panel p:first-of-type {
  margin-top: 0;
}
.cc-tabs .cc-tabs__tab .cc-tabs__tab__panel p:last-of-type {
  margin-bottom: 0;
}
.cc-tabs .cc-tabs__tab .cc-tabs__tab__panel #shopify-product-reviews .spr-container {
  padding-top: 0;
}
.cc-tabs .cc-tabs__tab .cc-tabs__tab__panel #shopify-product-reviews .spr-container .spr-header-title, .cc-tabs .cc-tabs__tab .cc-tabs__tab__panel #shopify-product-reviews .spr-container .spr-summary-starrating, .cc-tabs .cc-tabs__tab .cc-tabs__tab__panel #shopify-product-reviews .spr-container .spr-summary-caption {
  display: none;
}
.cc-tabs .cc-tabs__tab .cc-tabs__tab__panel #shopify-product-reviews .spr-container .spr-form-title {
  text-align: left;
}
.cc-tabs .cc-tabs__tab .cc-tabs__tab__panel #shopify-product-reviews .spr-container .spr-form-actions input {
  float: left;
}
.cc-tabs.cc-tabs--accordion-mode {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.cc-tabs.cc-tabs--accordion-mode .cc-tabs__tab-headers {
  display: none;
}
.cc-tabs.cc-tabs--accordion-mode .cc-tabs__tab .cc-tabs__accordion__header {
  border-top: 1px solid #d9d9d9;
  padding: 22px 0;
  display: block;
  position: relative;
}
.cc-tabs.cc-tabs--accordion-mode .cc-tabs__tab .cc-tabs__accordion__header:after, .cc-tabs.cc-tabs--accordion-mode .cc-tabs__tab .cc-tabs__accordion__header:before {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
}
.cc-tabs.cc-tabs--accordion-mode .cc-tabs__tab .cc-tabs__accordion__header:after {
  transition: transform 0.4s;
  transform: translateY(-50%) rotate(90deg);
}
.cc-tabs.cc-tabs--accordion-mode .cc-tabs__tab .cc-tabs__accordion__header[aria-selected=true]:after {
  transform: translateY(-50%) rotate(0deg);
}
.cc-tabs.cc-tabs--accordion-mode .cc-tabs__tab .cc-tabs__accordion__header .spr-badge {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.8em;
  font-weight: normal;
}
.cc-tabs.cc-tabs--accordion-mode .cc-tabs__tab:first-child .cc-tabs__accordion__header {
  border-top: none;
}
.cc-tabs.cc-tabs--tab-mode {
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 1024px) {
  .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab-headers-container {
    position: relative;
  }
  .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab-headers-container:after {
    content: "";
    pointer-events: none;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  }
}
.cc-tabs.cc-tabs--tab-mode .cc-tabs__tab-headers {
  display: flex;
  padding: 0;
  margin: 20px 0;
  list-style-type: none;
  position: relative;
}
@media (max-width: 1024px) {
  .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab-headers {
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 10px;
  }
  .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab-headers .cc-hover-line {
    display: none;
  }
  .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab-headers .cc-tabs__tab-headers__header {
    position: relative;
  }
  .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab-headers .cc-tabs__tab-headers__header[aria-selected=true]:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
  }
}
.cc-tabs.cc-tabs--tab-mode .cc-tabs__tab-headers .cc-tabs__tab-headers__header {
  margin-right: 20px;
}
.cc-tabs.cc-tabs--tab-mode .cc-tabs__tab .cc-tabs__accordion__header {
  display: none;
}

.store-availability-container-outer.store-availability-initialized {
  transition: height 0.3s;
  overflow: hidden;
}

.store-availability-container {
  padding: 1em 0;
  transition: opacity 0.3s;
}
.store-availability-loading .store-availability-container {
  pointer-events: none;
  opacity: 0.4;
  transition-delay: 0.4s;
}
.payment-and-quantity--buttons-active ~ [data-store-availability-container] .store-availability-container {
  padding-bottom: 1.5em;
}
.store-availability-container small {
  font-size: 0.85em;
}
.store-availability-container .store-availability-small-text {
  margin-bottom: 0.85em;
}
.store-availability-container .store-availability-information {
  display: flex;
}
.store-availability-container .store-availability-information .store-availability-icon {
  padding-inline-end: 10px;
  position: relative;
  top: -1px;
}
.store-availability-container .store-availability-information .store-availability-icon svg {
  height: 16px;
  width: 16px;
}
.store-availability-container .store-availability-information .store-availability-icon.store-availability-icon--available {
  color: #108043;
}
.store-availability-container .store-availability-information .store-availability-icon.store-availability-icon--unavailable {
  color: #de3618;
}
.store-availability-container .store-availability-information .store-availability-information__stores {
  margin-top: 0.5em;
}
.store-availability-container .store-availability-information .store-availability-information__title,
.store-availability-container .store-availability-information .store-availability-information__stores,
.store-availability-container .store-availability-information .store-availability-information__stock {
  margin-bottom: 0;
}
.store-availability-container .store-availability-information .store-availability-information__title,
.store-availability-container .store-availability-information .store-availability-information__stock {
  margin-top: 0;
}
.store-availability-container .store-availability-information .store-availability-information__title strong {
  font-weight: 600;
}

.store-availabilities-modal {
  z-index: 99999;
}
.store-availabilities-modal small {
  font-size: 0.85em;
}
.store-availabilities-modal .store-availability-small-text {
  margin-bottom: 0.85em;
}
.store-availabilities-modal .cc-icon-available {
  color: #108043;
}
.store-availabilities-modal .cc-icon-unavailable {
  color: #de3618;
}
.store-availabilities-modal .cc-popup-close {
  color: #000000 !important;
}
.store-availabilities-modal .cc-popup-close:hover {
  color: #000000 !important;
}
.store-availabilities-modal .cc-popup-close svg {
  stroke: #000000 !important;
}
.store-availabilities-modal .cc-popup-close svg:hover {
  stroke: #000000 !important;
}
.store-availabilities-modal .cc-popup-modal {
  background-color: #ffffff;
  color: #000000;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content {
  text-align: start;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content button {
  white-space: nowrap;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .cc-popup-text {
  margin-bottom: 1em;
  padding-inline-end: 20px;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .cc-popup-text .store-availabilities-modal__product-title {
  margin-bottom: 0;
  text-align: start;
  color: #000000;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item {
  margin-top: 1em;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item:before {
  content: "";
  display: inline-block;
  background-color: #d9d9d9;
  width: 100%;
  height: 1px;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item address {
  font-style: normal;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item a {
  color: #000000;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location {
  display: flex;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__text {
  flex: 1;
  margin-bottom: 0.2em;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__text strong {
  font-weight: 600;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance {
  visibility: hidden;
  opacity: 0;
  margin-bottom: 0;
  transition: visibility 0.4s, opacity 0.4s;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance.-in {
  opacity: 1;
  visibility: visible;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance svg {
  position: relative;
  height: 11px;
  width: 11px;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__invalid_address svg {
  height: 14px;
  width: 14px;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-available, .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-unavailable {
  display: inline-block;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-available svg, .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-unavailable svg {
  height: 13px;
  width: 13px;
}
@media (min-width: 768px) {
  .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--mobile {
    display: none;
  }
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--desktop {
  display: none;
}
@media (min-width: 768px) {
  .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--desktop {
    display: block;
  }
}

.store-availability-list__phone {
  direction: ltr;
}
[dir=rtl] .store-availability-list__phone {
  text-align: right;
}

.cc-accordion {
  border-top: 1px solid #9d6e6933;
}

.cc-accordion-item {
  border-bottom: 1px solid #fff!important;
}

.cc-accordion-item__title {
  display: block;
  position: relative;
  list-style: none;
  padding: 15px 30px 15px 0;
  cursor: pointer;
}
.cc-accordion-item__title::-webkit-details-marker {
  display: none;
}

.js .cc-accordion-item__panel {
  transition: height 0.3s ease;
  overflow: hidden;
}

.cc-accordion-item__content {
  padding-bottom: 30px!important;  
}
.cc-accordion-item__content:before {
  padding-top: 10px!important;
}

.cc-accordion-item__title::before, .cc-accordion-item__title::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 11px;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s ease;
  transition-property: transform, opacity;
}
.cc-accordion-item__title::before {
  transform: rotate(-90deg);
}

.cc-accordion-item[open]:not(.is-closing) .cc-accordion-item__title::before {
  transform: rotate(90deg);
  opacity: 0;
}
.cc-accordion-item[open]:not(.is-closing) .cc-accordion-item__title::after {
  transform: rotate(180deg);
}

.js .cc-accordion-item__content {
  transform: translateY(-5px);
  transition: 0.3s ease-out;
  transition-property: transform, opacity;
  opacity: 0;
}

.js .cc-accordion-item.is-open:not(.is-closing) .cc-accordion-item__content {
  transform: translateY(0px);
  opacity: 1;
}

.cc-product-filter .cc-accordion, [data-section-type=accordion] .cc-accordion, .product-detail-accordion + .product-detail-accordion .cc-accordion {
  border-top: none;
}

.cc-accordion-item__title {
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
text-transform: uppercase;
    font-size: 12px;letter-spacing:.02em!important;

}
@media (max-width: 767px) {
  .cc-accordion-item__title {
    outline: none;
  }
}
.cc-accordion-item__title::after, .cc-accordion-item__title::before {
  height: 2px;
}
.cc-accordion-item__title svg {
  margin-right: 0.5em;
  max-width: 20px;
  position: relative;
  top: -1px;
}

.cc-accordion-item__content p:first-child {
  margin-top: 0;
}
.cc-accordion-item__content .spr-container {
  padding-top: 0;
  padding-bottom: 0;
}
.cc-accordion-item__content .spr-header-title {
  display: none;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  visibility: hidden;
}

#cboxWrapper, #cboxContent, #cboxOverlay, #cboxLoadingOverlay {
  background-color: #ffffff;
}

#cboxContent {
  overflow: visible;
}

#colorbox {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}

#cboxClose {
  top: -25px;
  right: -25px;
  height: 44px;
  width: 44px;
}
#cboxClose svg {
  fill: currentColor;
}

#cboxLoadedContent {
  margin: 0;
}

.cbox-borderless #cboxClose {
  display: none;
}

/* Slick slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

/* FOUC */
.slideshow {
  position: relative;
}

.slideshow .slide {
  display: none;
}

.slideshow .slide:first-child {
  display: block;
}

/* /FOUC */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(//www.thewholebride.com/cdn/shop/t/98/assets/loading.gif?v=148954807056263403511756864020) center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  min-width: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: transform 0.3s;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  transform: scale(1) translate(-50%, 0);
}
.slick-prev:hover svg, .slick-prev:focus svg,
.slick-next:hover svg,
.slick-next:focus svg {
  opacity: 1;
}
.slick-prev:not(.focus-visible),
.slick-next:not(.focus-visible) {
  outline: none;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev svg,
.slick-next svg {
  width: 80px;
  height: 80px;
  fill: white;
  opacity: 0.75;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2));
  -o-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2));
}

.slick-prev {
  -webkit-transform: translate(-50%, 0) rotate(180deg);
  -ms-transform: translate(-50%, 0) rotate(180deg);
  transform: translate(-50%, 0) rotate(180deg);
  top: -50px;
}

.slick-next {
  bottom: -44px;
}

/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1em;
  bottom: 50px;
  right: 0;
  left: 0;
}
@media (max-width: 767px) {
  .slick-dots {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .slick-slider-dots-light-xs .slick-dots {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .slick-dots {
    bottom: 70px;
    right: 70px;
    left: 70px;
    margin-bottom: -42px;
  }
}
@media (min-width: 1441px) {
  .slick-dots {
    bottom: 90px;
    right: 90px;
    left: 90px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 15px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li button {
  color: #ffffff;
  background-clip: content-box;
  display: block;
  height: 20px;
  width: 20px;
  min-width: 0;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
}
@media (max-width: 767px) {
  .slick-slider-dots-light-xs .slick-dots li button {
    color: #000000;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 85;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.slick-dots li button.custom-dot::before {
  display: none;
}
.slick-dots li button.custom-dot svg {
  height: 12px;
  width: 12px;
}
.slick-dots li button.custom-dot circle {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 4;
  stroke-dasharray: 85;
  stroke-dashoffset: 85;
  transform-origin: 50%;
  transform: rotate(-90deg);
  transition: fill 0.5s;
}
.slick-dots li button.custom-dot circle.circle-one {
  stroke: rgba(50, 50, 50, 0.2);
  transition: opacity 0.5s;
  opacity: 0;
}
.slick-dots li.slick-active button {
  color: #ffffff;
}
@media (max-width: 767px) {
  .slick-slider-dots-light-xs .slick-dots li.slick-active button svg, .slick-slider-dots-light-xs .slick-dots li.slick-active button {
    color: #000000;
  }
}
.slick-dots li.slick-active button.custom-dot circle {
  stroke-dashoffset: 0;
  fill: transparent;
}
.slideshow[data-autoplay=true] .slick-dots li.slick-active button.custom-dot circle.circle-two {
  animation: drawCircle 8.1s linear;
}
.slideshow[data-autoplay=true] .slick-dots li.slick-active button.custom-dot circle.circle-one {
  transition: opacity 0.5s;
  opacity: 1;
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: 20px;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .slick-dots li {
    margin: 0 7px;
  }
  .slick-dots li:first-child {
    margin-left: 0;
  }
}

/* lazy load */
.slick-slide img {
  opacity: 1;
  transition: opacity 250ms;
}

.slick-slide img.slick-loading {
  opacity: 0;
}

.carousel .slick-prev, .carousel .slick-next {
  background: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background-clip: content-box;
  padding: 5px;
}
.carousel .slick-prev.slick-disabled, .carousel .slick-prev.theme-unnecessary, .carousel .slick-next.slick-disabled, .carousel .slick-next.theme-unnecessary {
  opacity: 0;
}
.carousel .slick-prev svg, .carousel .slick-next svg {
  fill: #000000;
  width: 20px;
  height: 20px;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  top: 1px;
  position: relative;
}

.pretty-select, .disclosure .disclosure__toggle {
  display: inline-block;
  position: relative;
  background: #ffffff;
  color: #000000;
  border: 1px solid #bfbfbf;
  text-align: left;
  padding: 3px 0 3px 15px;
}
.pretty-select .text, .disclosure .disclosure__toggle .text {
  display: inline-block;
  padding: 7px 50px 7px 0;
}
@media (min-width: 768px) {
  .pretty-select .text, .disclosure .disclosure__toggle .text {
    min-width: 150px;
  }
}
@media (min-width: 1200px) {
  .pretty-select .text, .disclosure .disclosure__toggle .text {
    min-width: 200px;
  }
}
.pretty-select .text .label, .disclosure .disclosure__toggle .text .label {
  font-weight: 600;
  float: left;
  margin-right: 5px;
  color: inherit;
  font-family: inherit;
  line-height: 1.5em;
}
.pretty-select svg, .disclosure .disclosure__toggle svg {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.55em;
  z-index: 1;
  font-size: 20px;
  line-height: 1em;
  fill: #000000;
}
.pretty-select select, .disclosure .disclosure__toggle select {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 15;
  cursor: pointer;
  -webkit-appearance: menulist-button;
  -ms-appearance: menulist-button;
  -moz-appearance: menulist-button;
  -o-appearance: menulist-button;
  appearance: menulist-button;
}

.clickyboxes {
  margin: 0.4em 0 1em;
  padding: 0;
  position: relative;
}
.clickyboxes li {
  display: inline-block;
  padding: 0 1.1em 0.1em 0;
  min-width: 1.5em;
  margin: 0 0 0.75em 0;
}
@media (min-width: 768px) {
  .clickyboxes li {
    margin: 0 0 1em 0;
  }
}
.clickyboxes li.cc-hover-line {
  z-index: -1;
}
.clickyboxes li a {
  display: inline-block;
  vertical-align: top;
  opacity: 0.8;
  text-align: center;
  line-height: 1.2em;
  font-weight: 200;
  position: relative;
  transition: opacity 0.5s;
  outline: none;
}
.user-is-tabbing .clickyboxes li a:focus {
  box-shadow: 0 0 0 2px #1f61cc inset;
}
.clickyboxes li a::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 0.4s, width 0.3s;
}
.clickyboxes li a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 8px);
  transition: opacity 0.4s;
  background-color: #ffffff;
  opacity: 0;
}
.clickyboxes li a.active {
  opacity: 1;
}
.clickyboxes li:last-child a {
  margin-right: 0;
}
.clickyboxes .unavailable::before {
  width: 100%;
  opacity: 1;
}
.clickyboxes .unavailable::after {
  opacity: 0.5;
}

li.cc-hover-line {
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: left 0.3s, width 0.3s, top 0.2s;
  pointer-events: none;
  min-width: 0;
  margin: 3px 0 0 0;
  padding: 0;
}

.cc-tabs.cc-tabs--tab-mode {
  border-top: 0;
  padding-top: 0;
}
.cc-tabs.cc-tabs--tab-mode .cc-tabs__tab-headers__header {
  font-weight: 500;
}
.cc-tabs.cc-tabs--tab-mode .cc-tabs__tab-headers {
  margin-top: 0;
}
.cc-tabs.cc-tabs--tab-mode .cc-tabs__tab__panel {
  padding-bottom: 0;
}

.cc-popup:not(.store-availabilities-modal).cc-popup--visible {
  pointer-events: none !important;
}
.cc-popup:not(.store-availabilities-modal) .cc-popup-background {
  background: transparent !important;
  pointer-events: none;
}
.cc-popup:not(.store-availabilities-modal) .cc-popup-close {
  color: #000000 !important;
  z-index: 1;
}
.cc-popup:not(.store-availabilities-modal) .cc-popup-close svg {
  stroke: #000000 !important;
}
.cc-popup:not(.store-availabilities-modal) .cc-popup-close:hover {
  color: #000000 !important;
  background: transparent !important;
}
.cc-popup:not(.store-availabilities-modal) .cc-popup-modal {
  background-color: #ffffff;
  color: #000000;
}

.cc-popup.cc-popup--bottom-left .cc-popup-modal, .cc-popup.cc-popup--bottom-right .cc-popup-modal {
  margin: 5px;
}
@media (min-width: 768px) {
  .cc-popup.cc-popup--bottom-left .cc-popup-modal, .cc-popup.cc-popup--bottom-right .cc-popup-modal {
    margin: 25px;
  }
}
.cc-popup .cc-popup-modal {
  padding: 40px 30px 30px;
  text-align: center;
  position: relative;
  width: calc(100% - 10px);
  margin-left: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  pointer-events: all;
  overflow: visible;
}
@media (min-width: 768px) {
  .cc-popup .cc-popup-modal {
    margin-left: 0;
    width: 450px;
  }
}
.cc-popup .cc-popup-modal .cc-popup-image {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  overflow: hidden;
}
.cc-popup .cc-popup-modal .cc-popup-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(30, 25, 25, 0.1);
}
.cc-popup .cc-popup-modal .cc-popup-image .rimage-outer-wrapper, .cc-popup .cc-popup-modal .cc-popup-image .rimage-wrapper {
  height: 100%;
  width: 100%;
}
.cc-popup .cc-popup-modal .cc-popup-image .rimage-wrapper {
  padding-top: 0 !important;
}
.cc-popup .cc-popup-modal .cc-popup-image .rimage__image {
  object-fit: cover;
}
.cc-popup .cc-popup-modal .cc-popup-content {
  width: 100%;
  z-index: 1;
}
.cc-popup .cc-popup-modal.cc-popup-modal--has-image .cc-popup-content, .cc-popup .cc-popup-modal.cc-popup-modal--has-image .cc-popup-close {
  color: #ffffff;
}
.cc-popup .cc-popup-modal.cc-popup-modal--has-image .cc-popup-content svg, .cc-popup .cc-popup-modal.cc-popup-modal--has-image .cc-popup-close svg {
  stroke: #ffffff !important;
}
.cc-popup .cc-popup-modal .cc-popup-title {
  margin-bottom: 0.2em;
  color: currentColor;
}
.cc-popup .cc-popup-modal .rte, .cc-popup .cc-popup-modal #comments, .cc-popup .cc-popup-modal #template, .cc-popup .cc-popup-modal #address_tables {
  text-align: inherit;
}
.cc-popup .cc-popup-modal .cc-popup-form {
  margin-top: 1.2em;
}
.cc-popup .cc-popup-modal .cc-popup-form h4, .cc-popup .cc-popup-modal .cc-popup-form .under-cart .subtotal, .under-cart .cc-popup .cc-popup-modal .cc-popup-form .subtotal, .cc-popup .cc-popup-modal .cc-popup-form blockquote {
  color: currentColor;
}
.cc-popup .cc-popup-modal .cc-popup-form .cc-popup-form__inputs {
  margin-top: 1em;
}
.cc-popup .cc-popup-modal .cc-popup-form .cc-popup-form__inputs .cc-popup-form-input {
  margin-bottom: 0.5em;
  padding: 1em 1.4em;
}
.cc-popup .cc-popup-modal .cc-popup-form .cc-popup-form__inputs .button {
  width: 100%;
  margin-top: 0.5em;
}
.cc-popup .cc-popup-modal .cc-popup-form .cc-popup-form__inputs .button svg {
  fill: #ffffff00!important;
}
.cc-popup .cc-popup-modal .social-links__list {
  margin-top: 1.5em;
  margin-left: -1em;
  margin-bottom: -0.5em;
}
.cc-popup .cc-popup-modal .social-links__list li {
  margin-left: 1em;
  margin-bottom: 1em;
}
.cc-popup .cc-popup-modal .social-links__list svg, .cc-popup .cc-popup-modal .social-links__list svg g {
  fill: currentColor;
}

.locale-bar__container {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.locale-bar__container .locale-bar__content {
  max-width: 100% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.store-availability-container-outer {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.store-availability-container-outer[data-single-variant-product-available=true] {
  height: auto !important;
}

.store-availability-container {
  margin-bottom: 0;
  padding: 0 !important;
}

.cc-popup.store-availabilities-modal {
  transition: opacity 0.5s, visibility 0.5s;
}
.cc-popup.store-availabilities-modal .cc-popup-background {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.cc-popup.store-availabilities-modal .cc-popup-close:hover {
  background-color: transparent !important;
}
.cc-popup.store-availabilities-modal .cc-popup-modal {
  transition: transform 0.5s;
}
@media (max-width: 767px) {
  .cc-popup.store-availabilities-modal .cc-popup-modal {
    padding: 20px;
  }
}

.cc-price-range__input-container {
  color: #000000;
  border: 1px solid #bfbfbf;
  background: #ffffff;
  padding-left: 12px;
}

.cc-price-range .cc-price-range__input {
  padding-left: 0;
  border: none;
}

.cc-price-range .cc-price-range__input {
  padding: 12px 12px 12px 0;
}

.cc-price-range__input-container {
  width: calc(50% - 4px);
}

.cc-price-range__input-currency-symbol {
  margin-right: 4px;
  line-height: 1.2em;
}

@media (min-width: 992px) {
  .cc-price-range .cc-price-range__input {
    padding-left: 0;
    padding-right: 1.2em;
  }
  .cc-price-range__input-row {
    position: relative;
  }
  .cc-price-range__input-row::after {
    content: "";
    position: absolute;
    width: 8px;
    background-color: currentColor;
    height: 1px;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .cc-price-range__input-container {
    padding-left: 1.2em;
    width: calc(50% - 12px);
  }
}
body:not(.user-is-tabbing) .cc-accordion-item__title {
  outline: none;
}

.cc-rating-custom-caption {
  font-size: 0.8em;
  margin-left: 0.3em;
  position: relative;
  top: -1px;
}
@media (min-width: 768px) {
  .cc-rating-custom-caption {
    top: 0;
  }
}

#shopify-product-reviews .spr-icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 1px;
}
#shopify-product-reviews .spr-icon::before,
#shopify-product-reviews .spr-icon-star::after,
#shopify-product-reviews .spr-icon-star-half-alt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat url("data:image/svg+xml,%3Csvg fill='rgba(176, 143, 140, 0.41)' width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.43579 4.9459L13.63 4.9536L9.42653 8.01929L11.0329 12.97L6.81981 9.91778L2.60673 12.97L4.20346 8.01929L0 4.9536L5.20383 4.9459L6.81981 0L8.43579 4.9459Z'%3E%3C/path%3E%3C/svg%3E") top left;
  background-size: 100% 100%;
}
#shopify-product-reviews .spr-icon-star::after,
#shopify-product-reviews .spr-icon-star-half-alt::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='rgb(157, 110, 105)' width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.43579 4.9459L13.63 4.9536L9.42653 8.01929L11.0329 12.97L6.81981 9.91778L2.60673 12.97L4.20346 8.01929L0 4.9536L5.20383 4.9459L6.81981 0L8.43579 4.9459Z'%3E%3C/path%3E%3C/svg%3E");
}
#shopify-product-reviews .spr-icon-star-half-alt::after {
  clip: rect(0px, 7.5px, 14px, 0px);
}

.swiper-button-inline-prev,
.swiper-button-inline-next {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  padding: 12px;
  transition: opacity 0.3s;
}
.swiper-button-inline-prev::after,
.swiper-button-inline-next::after {
  content: "";
  position: absolute;
  top: 12%;
  left: 12%;
  width: 76%;
  height: 76%;
  background: currentColor;
  border-radius: 100%;
  opacity: 0.12;
  transition: all 0.3s;
}
.swiper-button-inline-prev.swiper-button-disabled,
.swiper-button-inline-next.swiper-button-disabled {
  opacity: 0.2;
}
.swiper-button-inline-prev.swiper-button-disabled::after,
.swiper-button-inline-next.swiper-button-disabled::after {
  opacity: 0.3;
}
.swiper-button-inline-prev:not(.swiper-button-disabled):hover::after,
.swiper-button-inline-next:not(.swiper-button-disabled):hover::after {
  opacity: 0.17;
  transform: scale(1);
}
.swiper-button-inline-prev:not(.swiper-button-disabled):hover svg,
.swiper-button-inline-next:not(.swiper-button-disabled):hover svg {
  transform: scale(1);
}
.swiper-button-inline-prev svg,
.swiper-button-inline-next svg {
  display: block;
  margin: 0 auto;
  height: 20px;
  width: 20px;
  transition: all 0.3s;
}

/* Utility classes: Hidden, float left, float right, etc. */
.hidden {
  display: none;
}

.align-center, .align-centre {
  text-align: center;
}

.align-left {
  text-align: left!important;
}

.align-right {
  text-align: right;
}

.no-margin {
  margin: 0;
}

.relative {
  position: relative;
}

html:not(.no-js) .no-js-only {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #26262c;
  background-color: #fdfdfa;
  padding: 10px;
  z-index: 10000;
  transition: none;
}

.desktop-only {
  display: block;
}
@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

.theme-modal {
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; /*iOS fix*/
  left: -150%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: #f8f3f0;
  color: #000000;
}
.theme-modal.theme-modal--fullscreen .modal-close {
  position: fixed;
  top: 15px;
  right: 13px;
  font-size: 31px;
  width: 44px;
  height: 44px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #000;
  border-radius: 50%;
  background: #fff;
  line-height: 31px;
  font-family: Tahoma;
  z-index: 9;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .theme-modal.theme-modal--fullscreen .modal-close {
    line-height: 41px;
    display: block;
  }
}
body:not(.user-is-tabbing) .theme-modal.theme-modal--fullscreen .modal-close {
  outline: none;
}
.theme-modal.theme-modal--fullscreen.scrollbar-visible .modal-close {
  right: 30px;
}
.theme-modal.theme-modal--fullscreen.reveal .modal-close {
  opacity: 1;
  visibility: visible;
  transition-duration: 1s;
  transition-delay: 0.4s;
}
@media (max-width: 767px) {
  .theme-modal .theme-modal {
    background: #f8f3f0;
  }
}
.theme-modal.theme-modal--small {
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -50px, 0);
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  height: calc(100% + 100px);
}
.theme-modal.theme-modal--small.reveal {
  animation: none;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.theme-modal.theme-modal--small.unreveal {
  animation: none;
}
.theme-modal.theme-modal--small > .inner {
    position: absolute;
    height: auto;
    display: inline-block;
    min-height: auto;
    top: 75px;
    right: 0;
    background: #eecfc2;
    padding: 24px !important;
    border-top: none !important;
    left: 0;
    width: 100%;
    color: #9d6e69;
    text-transform: capitalize;
}
@media (min-width: 768px) {
  .theme-modal.theme-modal--small > .inner {
    left: auto;
    right: 25px;
    width: 420px;
  }
}
.theme-modal.theme-modal--small > .inner h4, .theme-modal.theme-modal--small > .inner .under-cart .subtotal, .under-cart .theme-modal.theme-modal--small > .inner .subtotal, .theme-modal.theme-modal--small > .inner blockquote {
  padding-right: 50px;
  font-size: 14px;
  text-align: left;
}
.theme-modal.theme-modal--small > .inner h4 svg, .theme-modal.theme-modal--small > .inner .under-cart .subtotal svg, .under-cart .theme-modal.theme-modal--small > .inner .subtotal svg, .theme-modal.theme-modal--small > .inner blockquote svg {
  height: 20px;
  width: 20px;
  position: relative;
  top: -2px;
  margin-right: 7px;
}
.theme-modal.theme-modal--small > .inner .cart-product {
  display: flex;
  margin: 24px 0 12px;
}
.theme-modal.theme-modal--small > .inner .cart-product .cart-product__image {
  width: 84px;
}
.theme-modal.theme-modal--small > .inner .cart-product .cart-product__content {
  padding: 0 24px;
  flex: 1;
}
.theme-modal.theme-modal--small > .inner .cart-product .cart-product__content p {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.theme-modal.theme-modal--small > .inner .cart-product .cart-product__content p.cart-product__content__title {
  font-weight: 500;
  font-size: 1.2em;
}
.theme-modal.theme-modal--small > .inner .cart-product .cart-product__content p.cart-product__content__meta {
  opacity: 1;
}
.theme-modal.theme-modal--small > .inner .links {
  margin-bottom: 0;
}
.theme-modal.theme-modal--small > .inner .links .button {
  text-align: center;
  word-break: break-word;
}
.theme-modal.theme-modal--small > .inner .links.links--no-checkout .button--checkout {
  display: none;
}
.theme-modal.theme-modal--small > .inner .links.links--no-checkout .button {
  width: 100%;
}
.theme-modal.theme-modal--small > .inner .links:not(.links--no-checkout) {
  margin-left: -5px;
  margin-right: -5px;
}
.theme-modal.theme-modal--small > .inner .links:not(.links--no-checkout) .button {
  margin: 0 5px;
  width: calc(50% - 10px);
}
@media (max-width: 450px) {
  .theme-modal.theme-modal--small > .inner .links:not(.links--no-checkout) .button {
    width: calc(100% - 10px);
  }
  .theme-modal.theme-modal--small > .inner .links:not(.links--no-checkout) .button.button--checkout {
    margin-top: 10px;
  }
}
.theme-modal.theme-modal--small > .inner .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 44px;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-modal.theme-modal--small > .inner .modal-close:active, .theme-modal.theme-modal--small > .inner .modal-close:focus {
  outline: none;
}
.user-is-tabbing .theme-modal.theme-modal--small > .inner .modal-close:active, .user-is-tabbing .theme-modal.theme-modal--small > .inner .modal-close:focus {
  border: 2px solid #1f61cc;
}
.theme-modal .theme-modal__loading {
  display: flex;
  height: 100%;
}
.theme-modal:active, .theme-modal:focus {
  outline: none;
}
.theme-modal:not(.theme-modal--quickbuy) svg {
  fill: #000000;
}
.theme-modal.-light {
  background-color: #9d6e69;
}
.theme-modal > .inner-scroller {
  position: relative;
  transition: opacity 1s, visibility 1s;
}
.theme-modal > .inner-scroller.-out {
  opacity: 0;
  visibility: hidden;
}
.theme-modal > .inner {
  min-height: 100%;
  padding: 70px 0 50px;
}
.theme-modal > .inner, .theme-modal > .inner .growth-area {
  display: flex;
  flex-direction: column;
}
.theme-modal > .inner .growth-area {
  flex-grow: 1;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}
.theme-modal > .inner .growth-area .growth-area {
  padding: 0 15px;
}
.theme-modal:not(.theme-modal--quickbuy) h1, .theme-modal:not(.theme-modal--quickbuy) h2, .theme-modal:not(.theme-modal--quickbuy) h3, .theme-modal:not(.theme-modal--quickbuy) h4, .theme-modal:not(.theme-modal--quickbuy) .under-cart .subtotal, .under-cart .theme-modal:not(.theme-modal--quickbuy) .subtotal, .theme-modal:not(.theme-modal--quickbuy) blockquote, .theme-modal:not(.theme-modal--quickbuy) h5, .theme-modal:not(.theme-modal--quickbuy) h6 {
  color: #9d6e69;
}
.theme-modal:not(.theme-modal--quickbuy) .container {
  cursor: initial;
}
.no-js .theme-modal {
  visibility: hidden;
}
.no-js .theme-modal:target {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.theme-modal.reveal {
  left: 0;
  -webkit-animation: reveal 300ms ease-out;
  animation: reveal 300ms ease-out;
}
.theme-modal.unreveal {
  -webkit-animation: unreveal 250ms ease-out;
  animation: unreveal 250ms ease-out;
}
.theme-modal.top-padded > .inner {
  padding-top: 200px;
}

html:not(.no-js) .modal-close--no-js {
  display: none;
}

/*only one scrollable container allowed at a time*/
body.modal-active {
  overflow: hidden;
}

#search-modal {
  background-color: #f8f3f0;
}
#search-modal .inner {
  padding: 0 !important;
}
#search-modal .inner .growth-area {
  justify-content: center;
  padding: 0 15px;
}
#search-modal .search-form {
  margin: 0 auto;
  width: 100%;
}
#search-modal .search-form .inline-mini-form {
  color: #fff!important;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #search-modal .search-form .inline-mini-form {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  #search-modal .search-form .inline-mini-form {
    width: 60%;
  }
}
#search-modal .search-form .inline-mini-form input {
  color: #fff;
  font-size: 24px;
  text-overflow: ellipsis;
  padding-right: 50px;
}
@media (min-width: 768px) {
  #search-modal .search-form .inline-mini-form input {
    font-size: 33px;
  }
}
#search-modal .search-form .inline-mini-form::after {
  width: 0;
  background-color: transparent;
}
#search-modal .search-form .inline-mini-form button {
  opacity: 0;
  visibility: hidden;
  right: 0;
}
#search-modal .search-form .inline-mini-form button svg {
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  #search-modal .search-form .inline-mini-form button svg {
    height: 38px;
    width: 38px;
  }
}
#search-modal .search-form .inline-mini-form button svg > g {
  stroke: #fff!important;
}
#search-modal.-in .inline-mini-form::after {
  width: 100%;
  background-color: currentColor;
}
#search-modal.-in .inline-mini-form input {
  color: currentColor;
}
#search-modal.-in .inline-mini-form button {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

[data-modal-id=product-image] .theme-modal img.zoom-image {
  width: 100%;
  height: auto;
}

.nav-inline #added-to-cart {
  z-index: 10000;
}
#added-to-cart > .inner {
  display: flex;
  justify-content: center;
}

.theme-gallery {
  overflow: hidden;
  white-space: nowrap;
}
.theme-gallery.theme-gallery--loner .theme-img {
  margin: 0 auto;
}
.theme-gallery.theme-gallery--loner .swiper-pagination-bullets, .theme-gallery.theme-gallery--loner .swiper-button-next, .theme-gallery.theme-gallery--loner .swiper-button-prev {
  display: none;
}
.theme-gallery .theme-images {
  position: relative;
  height: 100%;
}
.theme-gallery .theme-images img {
  display: block;
}
.theme-gallery .theme-images .theme-img,
.theme-gallery .theme-images .rimage-wrapper,
.theme-gallery .theme-images img {
  height: auto;
}
.theme-gallery .theme-images .rimage-wrapper {
  overflow: hidden;
}

.theme-gallery .product-media--frame {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.theme-gallery .product-media--frame object,
.theme-gallery .product-media--frame embed,
.theme-gallery .product-media--frame video,
.theme-gallery .product-media--frame model-viewer,
.theme-gallery .product-media--frame .shopify-model-viewer-ui,
.theme-gallery .product-media--frame .media-item,
.theme-gallery .product-media--frame .plyr {
  height: auto;
  width: 100%;
}
.theme-gallery .product-media--frame.product-media--model {
  width: 100%;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.7s;
}
@media (max-width: 767px) {
  .theme-gallery .product-media--frame.product-media--model {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .theme-gallery .product-media--frame.product-media--model {
    height: 600px;
    width: 100%;
  }
  .theme-gallery .product-media--frame.product-media--model[data-column-count="1"] {
    height: 400px;
  }
}
.theme-gallery .product-media--frame.product-media--model model-viewer {
  height: 100%;
}
@media (max-width: 767px) {
  .theme-gallery .product-media--frame.product-media--model model-viewer {
    width: 100vw;
    height: 300px;
  }
}
.theme-gallery .product-media--frame.product-media--model.product-media--model-loaded {
  visibility: visible;
  opacity: 1;
}
.theme-gallery .product-media--frame.product-media--model:not(.product-media-model--playing):hover .shopify-model-viewer-ui__button {
  color: rgba(0, 0, 0, 0.55);
}
.theme-gallery .product-media--frame.product-media--model:not(.product-media-model--playing) .product-media--model-mask-left,
.theme-gallery .product-media--frame.product-media--model:not(.product-media-model--playing) .product-media--model-mask-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50% - 35px);
  z-index: 2;
}
.theme-gallery .product-media--frame.product-media--model:not(.product-media-model--playing) .product-media--model-mask-left {
  left: 0;
}
.theme-gallery .product-media--frame.product-media--model:not(.product-media-model--playing) .product-media--model-mask-right {
  right: 0;
}
.theme-gallery .product-media--frame.product-media--model:not(.product-media-model--playing) .product-media--model-mask-bottom,
.theme-gallery .product-media--frame.product-media--model:not(.product-media-model--playing) .product-media--model-mask-top {
  position: absolute;
  left: 0;
  right: 0;
  height: calc(50% - 35px);
  z-index: 2;
}
.theme-gallery .product-media--frame.product-media--model:not(.product-media-model--playing) .product-media--model-mask-top {
  top: 0;
}
.theme-gallery .product-media--frame.product-media--model:not(.product-media-model--playing) .product-media--model-mask-bottom {
  bottom: 0;
}
.theme-gallery .product-media--frame.product-media--video {
  height: 100%;
  transition: opacity 0.5s;  
}
.theme-gallery .product-media--frame.product-media--video.product-media--video-loaded {
  visibility: visible;
  opacity: 1;
}
.theme-gallery .product-media--frame.product-media--video[data-video-type=external] {
  height: auto;
  position: relative;
}
.theme-gallery .product-media--frame.product-media--video[data-video-type=external] iframe {
  position: absolute;
  max-width: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.theme-gallery .product-media--frame.product-media--video[data-video-type=external] .product-media--video-mask-left,
.theme-gallery .product-media--frame.product-media--video[data-video-type=external] .product-media--video-mask-right {
  position: absolute;
  width: calc(50% - 34px);
  z-index: 1;
  top: 0;
  bottom: 0;
}

.theme-gallery .product-media .rimage-wrapper video,
.theme-gallery .product-media .rimage-wrapper iframe { position: absolute; height: 100%; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); 
     visibility: visible; opacity: 1; object-fit: cover; }


    
@media (min-width: 768px) {
  .theme-gallery .product-media--frame.product-media--video[data-video-type=external] .product-media--video-mask-left,
  .theme-gallery .product-media--frame.product-media--video[data-video-type=external] .product-media--video-mask-right {
    top: 70px;
    bottom: 70px;
  }
}
.theme-gallery .product-media--frame.product-media--video[data-video-type=external] .product-media--video-mask-left {
  left: 0;
}
.theme-gallery .product-media--frame.product-media--video[data-video-type=external] .product-media--video-mask-right {
  right: 0;
}
.theme-gallery .product-media--frame.product-media--video[data-video-type=external] .product-media--video-mask-bottom,
.theme-gallery .product-media--frame.product-media--video[data-video-type=external] .product-media--video-mask-top {
  position: absolute;
  left: 0;
  right: 0;
  height: calc(50% - 95px);
  z-index: 1;
}
.theme-gallery .product-media--frame.product-media--video[data-video-type=external] .product-media--video-mask-top {
  top: 70px;
}
.theme-gallery .product-media--frame.product-media--video[data-video-type=external] .product-media--video-mask-bottom {
  bottom: 70px;
}
.theme-gallery .product-media--frame.product-media--video[data-video-type=external].product-media--host-vimeo .product-media--video-mask-left {
  bottom: 50px;
  width: 50%;
}
.theme-gallery .product-media--frame.product-media--video[data-video-type=external].product-media--host-vimeo .product-media--video-mask-right {
  bottom: 50px;
  width: 50%;
  right: 55px;
}
.theme-gallery .product-media--frame.product-media--video[data-video-type=external].product-media--host-vimeo .product-media--video-mask-top {
  top: 0;
  right: 55px;
}
.theme-gallery .product-media--frame html.no-js .product-media {
  visibility: visible;
  opacity: 1;
}
.theme-gallery .product-media--frame button svg {
  margin: auto;
  background-color: #ffffff;
}
.theme-gallery .product-media--frame .plyr.plyr__tab-focus,
.theme-gallery .product-media--frame model-viewer.focus-visible {
  outline: none;
}
.theme-gallery .product-media--frame .plyr.plyr__tab-focus::after,
.theme-gallery .product-media--frame model-viewer.focus-visible::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 1px 1px #000000 inset;
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui {
  /* hack for some model-viewer 'quirks' */
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui model-viewer {
  text-align: left;
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui model-viewer .model-viewer,
.theme-gallery .product-media--frame .shopify-model-viewer-ui model-viewer .model-viewer:hover {
  border-radius: 0;
  background-color: transparent;
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui model-viewer .container {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui:not(.shopify-model-viewer-ui--fullscreen) {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .theme-gallery .product-media--frame .shopify-model-viewer-ui:not(.shopify-model-viewer-ui--fullscreen) {
    height: 100%;
    width: 100%;
  }
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui button[hidden] {
  display: none;
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.05);
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #000000;
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button:focus {
  z-index: 1;
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(0, 0, 0, 0.55);
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .theme-gallery .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.05);
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(0, 0, 0, 0.05);
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.05);
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .theme-gallery .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(0, 0, 0, 0.55);
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui .theme-event-proxy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.theme-gallery .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area--playing + .theme-event-proxy {
  display: none;
}

.view-in-space {
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #000000;
  border: none;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 0;
}
.view-in-space:hover {
  color: #000000;
  border: none;
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.view-in-space:hover svg {
  fill: none !important;
}
.view-in-space[data-shopify-xr-hidden] {
  display: none;
}
.view-in-space .icon {
  height: 1.8em;
  width: 1.8em;
  fill: transparent;
  vertical-align: middle;
}
.view-in-space .icon .icon-3d-badge-full-color-outline,
.view-in-space .icon .icon-video-badge-full-color-outline {
  display: none;
}
.view-in-space .icon .icon-3d-badge-full-color-element,
.view-in-space .icon .icon-video-badge-full-color-element {
  fill: currentColor;
}
.view-in-space .view-in-space__text {
  vertical-align: middle;
}

#page-bg {
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 0;
  background: #ffffff;
  background-repeat: no-repeat;
}

#page-content {
  position: relative;
  z-index: 5;
}
#page-content .central {
  margin: 0 auto 0;
  width: 850px;
  max-width: 100%;
  zoom: 1;
}
#page-content .central::before {
  content: "";
  display: table;
}
#page-content .central::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  #page-content .central {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1441px) {
  #page-content .central {
    padding-left: 90px;
    padding-right: 90px;
  }
}
#page-content .central.small-gap-top {
  margin-top: 4em;
}
#page-content .central.footer {
  border-top: 1px solid #bfbfbf;
  margin-top: 50px;
  padding-top: 50px;
}
#page-content .central.wide {
  width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
#page-content .central.wide .inner {
  width: 328px;
  max-width: 100%;
  float: left;
}
#page-content .central.wide .inner.right {
  float: right;
}
#page-content .central.wide .inner.middle {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.template-index #page-content {
  padding-bottom: 0;
  padding-top: 0;
}
#page-content .content {
  background: #ffffff;
  padding: 50px;
  zoom: 1;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#page-content .content::before {
  content: "";
  display: table;
}
#page-content .content::after {
  content: "";
  display: table;
  clear: both;
}
#page-content .content.transparent {
  background: transparent;
  padding: 0;
}
#page-content .content.bottomless {
  padding-bottom: 0;
  -webkit-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
#page-content .content.halfgutter {
  padding-left: 25px;
  padding-right: 25px;
}
#page-content .no-side-pad {
  margin-left: -50px;
  margin-right: -50px;
}
@media (max-width: 767px) {
  #page-content .central,
  #page-content .central.wide {
    padding-left: 15px;
    padding-right: 15px;
  }
  #page-content .no-side-pad {
    margin-left: -15px;
    margin-right: -15px;
  }
  .template-product #page-content .central.wide {
    padding-left: 0;
    padding-right: 0;
  }
  #page-content .central.wide .inner,
  #page-content .central.wide .inner.right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  #page-content .content,
  #page-content .content.bottomless {
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 480px) {
  #page-content .content {
    padding: 30px 15px;
  }
  #page-content .no-side-pad {
    margin-left: -15px;
    margin-right: -15px;
  }
  #page-content .content.halfgutter {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.feature-header, .shopify-policy__title h1 {
  line-height: 1.25em;
}
.feature-header:not(.feature-header__no-gap), .shopify-policy__title h1:not(.feature-header__no-gap) {
  margin-bottom: 0.75em;
}
.feature-header.feature-header__no-line::after, .shopify-policy__title h1.feature-header__no-line::after {
  display: none;
}
.feature-header.align-left, .shopify-policy__title h1.align-left {
  text-align: left;
}
.feature-header.align-left::after, .shopify-policy__title h1.align-left::after {
  margin-left: 0;
}
.feature-header.align-right, .shopify-policy__title h1.align-right {
  text-align: right;
}
.feature-header.align-right::after, .shopify-policy__title h1.align-right::after {
  margin-right: 0;
}
.feature-header--visible:after, .shopify-policy__title h1--visible:after {
  width: 36px;
}

.feature-subheader, #comments .comment .comment-date {
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.feature-subheader.feature-subheader--small, #comments .comment .feature-subheader--small.comment-date {
  font-size: 0.75em;
}
@media (max-width: 767px) {
  .feature-subheader, #comments .comment .comment-date {
    font-size: 12px;
  }
}

.use-custom-bg, .use-custom-bg h1, .use-custom-bg h2, .use-custom-bg h3, .use-custom-bg h4, .use-custom-bg .under-cart .subtotal, .under-cart .use-custom-bg .subtotal, .use-custom-bg blockquote, .use-custom-bg h5, .use-custom-bg .rte a:not(.button-custom), .use-custom-bg #comments a:not(.button-custom), .use-custom-bg #template a:not(.button-custom), .use-custom-bg #address_tables a:not(.button-custom), .use-custom-bg .button:not(.button-custom), .use-custom-bg .link-display {
  color: var(--cust-text-color);
  border-color: var(--cust-text-color);
}
.use-custom-bg .button:not(.button-custom) {
  background-color: transparent;
  border-color: var(--cust-text-color);
}
.use-custom-bg .button:not(.button-custom):hover {
  background-color: var(--cust-text-color);
  color: var(--cust-text-color);
  border-color: transparent;
}
.use-custom-bg .feature-header:after {
  border-top-color: var(--cust-text-color);
}

.button-row {
  margin-top: 2em;
}

.header-section-overlap:not(.nav-opaque) {
  padding-top: 0 !important;
}
.header-section-overlap #page-content {
  padding-top: 0;
}

@media (max-width: 767px) {
  .next-prev-page {
    display: none;
  }
}
.logo {
  position: relative;
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1.4em;
  color: #000000;
  word-break: break-word;
  max-width: calc(100% - 120px);
  transition: opacity 0.4s, visibility 0.4s;
}
@media (min-width: 768px) {
  .logo {
    font-size: 30px;
  }
}
@media (min-width: 1100px) {
  .nav-inline-desktop .logo {
    width: 150px;
    text-align: center;
  }
  .nav-inline-desktop .logo img {
    max-width: 150px;
  }
}
@media (min-width: 1400px) {
  .nav-inline-desktop .logo {
    width: 190px;
  }
  .nav-inline-desktop .logo img {
    max-width: none;
  }
}
.logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}
@media (min-width: 1100px) {
  .nav-inline-desktop .logo img {
    margin-left: auto;
  }
}
.logo .alt-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}

.use-alt-logo .site-control:not(.nav-opaque) .logo {
  color: #ffffff;
}
.use-alt-logo .site-control:not(.nav-opaque) .logo.logo--has-alt-logo > img, .use-alt-logo .site-control:not(.nav-opaque) .logo.logo--has-alt-logo > h1 > img {
  opacity: 0;
}
.use-alt-logo .site-control:not(.nav-opaque) .logo .alt-logo {
  opacity: 1;
}
.use-alt-logo .site-control:not(.nav-opaque) .site-control__inner a, .use-alt-logo .site-control:not(.nav-opaque) .site-control__inner .disclosure__toggle {
  color: #ffffff;
}
.use-alt-logo .site-control:not(.nav-opaque) .site-control__inner svg, .use-alt-logo .site-control:not(.nav-opaque) .site-control__inner .cart {
  fill: #ffffff;
  color: #ffffff;
}
.use-alt-logo .site-control:not(.nav-opaque) .site-control__inner .menu .icon-menu .icon-menu__bar {
  background: #ffffff;
}

.modal-active[data-modal-id=page-menu] .alt-logo-when-active.site-control .logo, .modal-active[data-modal-id=added-to-cart] .alt-logo-when-active.site-control .logo, .nav-mega-open .alt-logo-when-active.site-control .logo {
  color: #000000 !important;
}
.modal-active[data-modal-id=page-menu] .alt-logo-when-active.site-control .logo.logo--has-alt-logo > img, .modal-active[data-modal-id=added-to-cart] .alt-logo-when-active.site-control .logo.logo--has-alt-logo > img, .nav-mega-open .alt-logo-when-active.site-control .logo.logo--has-alt-logo > img, .modal-active[data-modal-id=page-menu] .alt-logo-when-active.site-control .logo.logo--has-alt-logo > h1 > img, .modal-active[data-modal-id=added-to-cart] .alt-logo-when-active.site-control .logo.logo--has-alt-logo > h1 > img, .nav-mega-open .alt-logo-when-active.site-control .logo.logo--has-alt-logo > h1 > img {
  opacity: 0;
}
.modal-active[data-modal-id=page-menu] .alt-logo-when-active.site-control .logo .alt-logo, .modal-active[data-modal-id=added-to-cart] .alt-logo-when-active.site-control .logo .alt-logo, .nav-mega-open .alt-logo-when-active.site-control .logo .alt-logo {
  opacity: 1;
}
.modal-active[data-modal-id=page-menu] .main-logo-when-active.site-control .logo.logo--has-alt-logo > img, .modal-active[data-modal-id=added-to-cart] .main-logo-when-active.site-control .logo.logo--has-alt-logo > img, .nav-mega-open .main-logo-when-active.site-control .logo.logo--has-alt-logo > img, .modal-active[data-modal-id=page-menu] .main-logo-when-active.site-control .logo.logo--has-alt-logo > h1 > img, .modal-active[data-modal-id=added-to-cart] .main-logo-when-active.site-control .logo.logo--has-alt-logo > h1 > img, .nav-mega-open .main-logo-when-active.site-control .logo.logo--has-alt-logo > h1 > img {
  opacity: 1;
}
.modal-active[data-modal-id=page-menu] .main-logo-when-active.site-control .logo .alt-logo, .modal-active[data-modal-id=added-to-cart] .main-logo-when-active.site-control .logo .alt-logo, .nav-mega-open .main-logo-when-active.site-control .logo .alt-logo {
  opacity: 0;
}
.modal-active[data-modal-id=page-menu] .site-control .site-control__inner a, .modal-active[data-modal-id=added-to-cart] .site-control .site-control__inner a, .nav-mega-open .site-control .site-control__inner a, .modal-active[data-modal-id=page-menu] .site-control .site-control__inner .disclosure__toggle, .modal-active[data-modal-id=added-to-cart] .site-control .site-control__inner .disclosure__toggle, .nav-mega-open .site-control .site-control__inner .disclosure__toggle {
  color: #000000 !important;
}
.modal-active[data-modal-id=page-menu] .site-control .site-control__inner svg, .modal-active[data-modal-id=added-to-cart] .site-control .site-control__inner svg, .nav-mega-open .site-control .site-control__inner svg, .modal-active[data-modal-id=page-menu] .site-control .site-control__inner .cart, .modal-active[data-modal-id=added-to-cart] .site-control .site-control__inner .cart, .nav-mega-open .site-control .site-control__inner .cart {
  fill: #000000 !important;
  color: #000000 !important;
}
.modal-active[data-modal-id=page-menu] .site-control .site-control__inner .menu .icon-menu .icon-menu__bar, .modal-active[data-modal-id=added-to-cart] .site-control .site-control__inner .menu .icon-menu .icon-menu__bar, .nav-mega-open .site-control .site-control__inner .menu .icon-menu .icon-menu__bar {
  background: #000000 !important;
}

.nav-mega-open.template-product .site-control .site-control__inner .cart, .nav-mega-open.template-product .site-control .site-control__inner .cart svg,
.modal-active[data-modal-id=page-menu].template-product .site-control .site-control__inner .cart,
.modal-active[data-modal-id=page-menu].template-product .site-control .site-control__inner .cart svg,
.modal-active[data-modal-id=added-to-cart].template-product .site-control .site-control__inner .cart,
.modal-active[data-modal-id=added-to-cart].template-product .site-control .site-control__inner .cart svg {
  color: #000000;
  fill: #000000;
}

.site-control {
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 25;
  text-align: center;
  background-clip: content-box;
  transition: padding-top 0.3s, background 0.3s, transform 0.5s, opacity 0.3s, visibility 0.3s;
  will-change: padding-top, transform, opacity, visibility;
  position: absolute;
  /* Icon mode */
  /* Text mode */
}
.site-control.fixed {
  position: fixed;
}
body.cc-popup-no-scroll-pad-right .site-control.fixed {
  right: 15px;
}
.modal-active[data-modal-id=page-menu] .site-control, .modal-active[data-modal-id=added-to-cart] .site-control {
  background-color: #f8f3f0 !important;
}
.modal-opening .site-control {
  transition: padding-top 0.3s, background 0.3s 0.3s, transform 0.5s, opacity 0.3s, visibility 0.3s;
}
.modal-closing .site-control {
  transition: padding-top 0.3s, background 0s, transform 0.5s, opacity 0.3s, visibility 0.3s;
}
@media (min-width: 768px) {
  .nav-mega-open .site-control.nav-inline-desktop, .site-control.nav-inline-desktop:hover {
    background-color: #f8f3f0 !important;
  }
  .nav-mega-open .site-control.nav-inline-desktop.alt-logo-when-active .logo, .site-control.nav-inline-desktop:hover.alt-logo-when-active .logo {
    color: #000000;
  }
  .nav-mega-open .site-control.nav-inline-desktop.alt-logo-when-active .logo.logo--has-alt-logo > img, .nav-mega-open .site-control.nav-inline-desktop.alt-logo-when-active .logo.logo--has-alt-logo > h1 > img, .site-control.nav-inline-desktop:hover.alt-logo-when-active .logo.logo--has-alt-logo > img, .site-control.nav-inline-desktop:hover.alt-logo-when-active .logo.logo--has-alt-logo > h1 > img {
    opacity: 0;
  }
  .nav-mega-open .site-control.nav-inline-desktop.alt-logo-when-active .logo .alt-logo, .site-control.nav-inline-desktop:hover.alt-logo-when-active .logo .alt-logo {
    opacity: 1;
  }
  .nav-mega-open .site-control.nav-inline-desktop.main-logo-when-active .logo.logo--has-alt-logo > img, .nav-mega-open .site-control.nav-inline-desktop.main-logo-when-active .logo.logo--has-alt-logo > h1 > img, .site-control.nav-inline-desktop:hover.main-logo-when-active .logo.logo--has-alt-logo > img, .site-control.nav-inline-desktop:hover.main-logo-when-active .logo.logo--has-alt-logo > h1 > img {
    opacity: 1;
  }
  .nav-mega-open .site-control.nav-inline-desktop.main-logo-when-active .logo .alt-logo, .site-control.nav-inline-desktop:hover.main-logo-when-active .logo .alt-logo {
    opacity: 0;
  }
  .nav-mega-open .site-control.nav-inline-desktop .site-control__inner a, .nav-mega-open .site-control.nav-inline-desktop .site-control__inner .disclosure__toggle, .site-control.nav-inline-desktop:hover .site-control__inner a, .site-control.nav-inline-desktop:hover .site-control__inner .disclosure__toggle {
    color: #000000 !important;
  }
  .nav-mega-open .site-control.nav-inline-desktop .site-control__inner svg, .nav-mega-open .site-control.nav-inline-desktop .site-control__inner .cart, .site-control.nav-inline-desktop:hover .site-control__inner svg, .site-control.nav-inline-desktop:hover .site-control__inner .cart {
    fill: #000000 !important;
    color: #000000 !important;
  }
  .nav-mega-open .site-control.nav-inline-desktop .site-control__inner .menu .icon-menu .icon-menu__bar, .site-control.nav-inline-desktop:hover .site-control__inner .menu .icon-menu .icon-menu__bar {
    background: #000000 !important;
  }
}
.site-control .site-control__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-control .site-control__inner a, .site-control .site-control__inner .disclosure__toggle {
  pointer-events: auto;
  display: inline-block;
  color: #000000;
  vertical-align: middle;
}
.site-control .site-control__inner svg {
  vertical-align: top;
  fill: #000000;
  width: 35px;
  height: 35px;
  transition: fill 0.4s, color 0.4s;
}
.site-control .site-control__inner .nav-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 55px;
}
.site-control.nav-inline-desktop .nav-search.mobile-view {
    display: none;
}

@media (min-width: 768px) {
  .site-control .site-control__inner .nav-search {
    margin-right: 5px;
  }
}
@media (min-width: 1441px) {
  .site-control .site-control__inner .nav-search {
    right: 69px;
  }
}
.site-control .site-control__inner .nav-search svg {
  margin-top: -6px;
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .site-control .site-control__inner .nav-search svg {
    margin-top: -1px;
    width: 29px;
    height: 29px;
  }
}
.site-control .site-control__inner .nav-account {
  font-family: Jost, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  font-style: normal;
  padding-right: 20px;
  display: none;
}
@media (min-width: 1100px) {
  .site-control .site-control__inner .nav-account {
    display: inline;
  }
}
@media (min-width: 1441px) {
  .site-control .site-control__inner .nav-account {
    /* padding-right: 35px; */
  }
}
.site-control.nav-opaque {
  background-color: #f8f3f0;
}
.site-control.nav-opaque[data-opacity=opaque_on_scroll_alt] .logo {
  color: #000000;
}
.site-control.nav-opaque[data-opacity=opaque_on_scroll_alt] .logo.logo--has-alt-logo > img, .site-control.nav-opaque[data-opacity=opaque_on_scroll_alt] .logo.logo--has-alt-logo > h1 > img {
  opacity: 0;
}
.site-control.nav-opaque[data-opacity=opaque_on_scroll_alt] .logo .alt-logo {
  opacity: 1;
}
.site-control.nav-hidden {
  transform: translate3d(0, -100%, 0);
}
.site-control.nav-fade-out {
  opacity: 0 !important;
  visibility: hidden !important;
}
.site-control.icons .site-control__inner a .text-link {
  display: none;
}
.site-control.text .site-control__inner a svg {
  display: none;
}
.site-control .menu,
.site-control .cart {
  position: absolute;
  top: 50%;
}
.site-control .cart {
  right: 10px;
  margin-top: -19px;
  height: 44px;
  width: 44px;
}
@media (min-width: 768px) {
  .site-control .cart.nav-search {
    margin-top: -19px;
  }
}
@media (max-width: 767px) {
  .site-control .cart {
    margin-top: -15px;
  }
  .site-control .cart svg {
    height: 32px;
    width: 32px;
  }
  .site-control .cart.cart-icon--basket2 svg {
    position: relative;
    top: 2px;
  }
  .site-control .cart.cart-icon--basket2 div {
    top: 21.5px;
  }
}
@media (min-width: 992px) {
  .site-control .cart {
    right: 11px;
  }
}
@media (min-width: 1441px) {
  .site-control .cart {
    right: 22px;
  }
}
.site-control .cart div {
  position: absolute;
  width: 2em;
  top: 21px;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  line-height: 2em;
  text-align: center;
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  border-radius: 100px;
}
@media (min-width: 992px) {
  .site-control .cart div {
    top: 17px;
    left: auto;
    right: -12px;
  }
}
@media (min-width: 768px) {
  .site-control .cart.cart-icon--basket2 svg {
    height: 38px;
    width: 38px;
    position: relative;
    top: 1px;
  }
  .site-control .cart.cart-icon--basket2 div {
    top: 24px;
  }
}
.site-control .menu {
  left: 12px;
  margin-top: -21px;
  margin-left: -2px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: background-color 0.5s;
}
@media (min-width: 768px) {
  .site-control .menu {
    margin-top: -22px;
    margin-left: 1px;
  }
}
@media (min-width: 1441px) {
  .site-control .menu {
    margin-left: 4px;
    left: 18px;
  }
}
.site-control .menu .icon-menu {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: transform 0.5s;
}
.site-control .menu .icon-menu .icon-menu__bar {
  position: absolute;
  left: 3px;
  width: 23px;
  height: 2px;
  background: #000000;
}
.site-control .menu .icon-menu .icon-menu__bar-1 {
  top: 6px;
  transition: transform 500ms ease 100ms, background 400ms ease 0ms;
}
.site-control .menu .icon-menu .icon-menu__bar-2 {
  top: 14px;
  transition: opacity 500ms ease, background 400ms ease;
}
.site-control .menu .icon-menu .icon-menu__bar-3 {
  top: 22px;
  transition: transform 500ms ease 100ms, background 400ms ease 0ms;
}
.modal-active[data-modal-id=page-menu] .site-control .menu .icon-menu__bar-1 {
  transform: rotate(45deg) translate3d(6px, 5.5px, 0);
}
@media (max-width: 767px) {
  .modal-active[data-modal-id=page-menu] .site-control .menu .icon-menu__bar-1 {
    top: 6.5px;
    left: 3px;
  }
}
.modal-active[data-modal-id=page-menu] .site-control .menu .icon-menu__bar-2 {
  opacity: 0;
}
.modal-active[data-modal-id=page-menu] .site-control .menu .icon-menu__bar-3 {
  transform: rotate(-45deg) translate3d(5.5px, -5px, 0);
}
.site-control::before {
  content: "";
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 400ms;
}
@media (max-width: 1099px) {
  .site-control .site-control__inner .nav-right-side {
    position: absolute;
    right: 0;
  }
}
.site-control .nav-right-side {
  transition: opacity 0.5s, visibility 0.5s, width 0.1s 0.5s;
  white-space: nowrap;
}
.site-control .nav-right-side .localization {
  margin: 0;
  vertical-align: middle;
}
.site-control .nav-right-side .localization .disclosure {
  display: flex;
}
body:not(.user-is-tabbing) .site-control .nav-right-side .localization .disclosure-list--visible {
  opacity: 0;
  visibility: hidden;
}
.site-control .nav-right-side .localization .disclosure-list {
  bottom: auto;
  top: 140%;
}
.site-control .nav-right-side .localization .selectors-form__item {
  margin: 0;
}
.site-control .nav-right-side .localization .selectors-form__item:hover .disclosure-list, .site-control .nav-right-side .localization .selectors-form__item:focus .disclosure-list, .site-control .nav-right-side .localization .selectors-form__item:active .disclosure-list {
  opacity: 1;
  visibility: visible;
}
.site-control .nav-right-side .localization .disclosure-list .disclosure-list__option {
  color: #000000 !important;
}
.site-control .nav-right-side .localization .disclosure__toggle {
  padding-right: 40px;
}
.site-control .nav-right-side .localization .disclosure__toggle {
  transition-duration: 0.15s;
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14.4px;
  margin-top: 2px;
}
.site-control .nav-right-side .localization .disclosure__toggle-arrow {
  right: 18px;
  height: 17px;
  width: 17px;
}
.site-control .nav-right-side .localization .disclosure__toggle-arrow svg {
  transition-duration: 0.15s;
  margin-top: -0.05em;
  position: static;
}
.site-control .nav-right-side .localization .disclosure__toggle svg polyline {
  stroke-width: 2px !important;
}
.site-control.nav-inline-desktop .site-control__inline-links {
  display: none;
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.site-control.nav-inline-desktop .site-control__inline-links .modal-active[data-modal-id=page-menu] {
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1100px) {
  .site-control.nav-inline-desktop .site-control__inline-links {
    display: block;
  }
}
.site-control.nav-inline-desktop .nav-right-side .localization {
  display: none;
}
@media (min-width: 1100px) {
  .site-control.nav-inline-desktop .nav-right-side {
    width: 210px;
    text-align: right;
  }
  .site-control.nav-inline-desktop .nav-right-side .localization {
    display: inline-block;
  }
  .site-control.nav-inline-desktop.has-localization .nav-right-side {
    width: auto;
  }
  .site-control.nav-inline-desktop .cart {
    position: relative;
    margin-top: 0;
    text-align: center;
  }
  .site-control.nav-inline-desktop .nav-search {
    right: 10px;
  }
}
@media (min-width: 1100px) and (min-width: 1441px) {
  .site-control.nav-inline-desktop .nav-search {
     right: 10px;
  }
}
@media (min-width: 1100px) {
  .site-control.nav-inline-desktop .site-control__inner {
    justify-content: space-between;
    transition: background-color 0.3s;
    /*Nav*/
  }
  .site-control.nav-inline-desktop .site-control__inner .menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
  }
  .site-control.nav-inline-desktop .site-control__inner .menu .icon-menu, .site-control.nav-inline-desktop .site-control__inner .menu .icon-menu__bar {
    transition-delay: 2s;
  }
  .modal-active[data-modal-id=page-menu] .site-control.nav-inline-desktop .site-control__inner .menu {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .modal-active[data-modal-id=page-menu] .site-control.nav-inline-desktop .site-control__inner .menu .icon-menu, .modal-active[data-modal-id=page-menu] .site-control.nav-inline-desktop .site-control__inner .menu .icon-menu__bar {
    transition: none;
    transition-delay: 0s;
  }
  .site-control.nav-inline-desktop .site-control__inner .logo {
    left: 20px !important;
    z-index: 1;
  }
  .site-control.nav-inline-desktop .site-control__inner .site-control__inline-links {
    color: inherit;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row {
    text-align: center;
    line-height: 1.5em;
    font-size: 14px;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row ul {
    margin: 0;
    padding-left: 0;
    display: inline-block;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row ul li {
    vertical-align: top;
    margin: 0;
    display: inline-block;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row a {
    padding: 0.5em 1.2em;
    display: inline-block;
    font-size: 12.0px!important;
    word-break: break-word;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row a:focus:hover {
    box-shadow: none !important;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row ul ul {
    display: none;
  }
  .site-control.nav-inline-desktop .site-control__inner .multi-level-nav.reveal-on-hover .tier-2,
  .site-control.nav-inline-desktop .site-control__inner .multi-level-nav.reveal-on-hover .tier-3 {
    position: absolute;
    z-index: 10;
    top: calc(100% - 20px);
    border-top: 20px solid #f8f3f0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s, background-color 2s;
  }
  .site-control.nav-inline-desktop .site-control__inner .multi-level-nav.reveal-on-hover .tier-2 ul.nav-columns ul a:not(.column-title),
  .site-control.nav-inline-desktop .site-control__inner .multi-level-nav.reveal-on-hover .tier-3 ul.nav-columns ul a:not(.column-title) {
    font-size: 14.4px;
    line-height: 1.5em;
    transition: opacity 0.4s;
  }
  .site-control.nav-inline-desktop .site-control__inner .multi-level-nav.reveal-on-hover .tier-2 ul.nav-columns ul a:not(.column-title):hover,
  .site-control.nav-inline-desktop .site-control__inner .multi-level-nav.reveal-on-hover .tier-3 ul.nav-columns ul a:not(.column-title):hover {
    opacity: 0.7;
  }
  .site-control.nav-inline-desktop .site-control__inner .multi-level-nav.reveal-on-hover .tier-2.tier-appeared,
  .site-control.nav-inline-desktop .site-control__inner .multi-level-nav.reveal-on-hover .tier-3.tier-appeared {
    opacity: 1;
    background-color: #f8f3f0;
    transition: opacity 0.3s, background-color 0.3s;
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-ctas__cta {
    background-color: transparent;
    overflow: hidden;
    width: 300px;
    padding: 40px 10px;
    font-family: Jost, sans-serif;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-ctas__cta > .inner {
    height: 100%;
    display: block;
    white-space: normal;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-ctas__cta > .inner .line-1 {
    margin-top: 0;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-ctas__cta > .inner .feature-subheader ~ .line-1, .site-control.nav-inline-desktop .site-control__inner .nav-ctas__cta > .inner #comments .comment .comment-date ~ .line-1, #comments .comment .site-control.nav-inline-desktop .site-control__inner .nav-ctas__cta > .inner .comment-date ~ .line-1 {
    margin-top: 20px;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-ctas__cta > .inner .overlay-type {
    height: 100%;
  }
  .site-control.nav-inline-desktop .site-control__inner li.contains-children:not(.contains-mega-menu) > ul > li:not(.nav-ctas__cta) {
    width: 100%;
    min-width: 190px;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children {
    position: relative;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children .nav-rows {
    position: absolute;
    top: 100%;
    left: 1.2em;
    visibility: hidden;
    opacity: 0;
    transition: none;
    background-color: #f8f3f0;
    display: block;
    border-top: 20px solid #f8f3f0;
    padding: 15px 15px;
    background-clip: padding-box;
    text-align: left;
    z-index: 1;
    max-width: 350px;
    max-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children .nav-rows .contains-children > a .arr {
    display: inline;
    height: 14.4px;
    width: 14.4px;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children .nav-rows .contains-children > a .arr svg {
    height: 14.4px;
    width: 14.4px;
    margin-top: 3px;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children .nav-rows .contains-children ul {
    padding-left: 15px;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children .nav-rows a {
    padding-left: 0.5em;
    padding-right: 0.5em;
    transition: opacity 0.3s;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children .nav-rows a:hover {
    opacity: 0.7;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children .nav-rows a:after {
    display: none;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children .nav-rows .nav-ctas__cta {
    padding: 0;
    margin-top: 15px;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children:hover .nav-rows {
    opacity: 1;
    visibility: visible;
    max-height: 75vh;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .reveal-child > .nav-rows {
    opacity: 1;
    visibility: visible;
    max-height: 75vh;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .no-js .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children:focus-within .nav-columns,
  .no-js .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children:focus-within .nav-rows {
    display: block;
    position: absolute;
    background: #f8f3f0;
    top: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.4s;
    color: #000000;
    max-height: none;
  }
  .no-js .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children:focus-within .nav-columns a,
  .no-js .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children:focus-within .nav-rows a {
    color: inherit;
  }
  .no-js .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children:focus-within .nav-columns ul,
  .no-js .site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children:focus-within .nav-rows ul {
    display: block;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns {
    display: flex;
    margin: 0 -10px;
    padding: 40px 70px;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .column-title {
    display: block;
    padding-bottom: 20px;
    white-space: normal;
    text-align: left;
    opacity: 0.8;
    transition: opacity 0.4s;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .column-title:hover {
    opacity: 0.6;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .column-title .arr {
    display: none;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns > li {
    padding: 0 10px;
    text-align: left;
    flex: 1 1 200px;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns > li.nav-ctas__cta {
    flex-basis: 300px;
    width: auto;
    padding: 0;
    margin-left: 20px;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns > li a {
    padding-left: 0;
    padding-right: 0;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns > li > a {
    padding-top: 0;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns > li > ul {
    display: block;
    padding-bottom: 0px;
    text-align: left;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns > li > ul > li {
    display: block;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns > li > ul > li > a {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    white-space: normal;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns.nav-columns--count-5-or-more {
    flex-wrap: wrap;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns.nav-columns--count-5-or-more > li {
    flex: 0 0 25%;
    margin-bottom: 2em;
  }
}
@media (min-width: 1100px) and (min-width: 1200px) {
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns.nav-columns--count-5-or-more > li {
    flex: 0 0 20%;
  }
}
@media (min-width: 1100px) {
  .site-control.nav-inline-desktop .site-control__inner .nav-row .tier-1 {
    padding: 0 2em;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .tier-1 ul > li > a {
    position: relative;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .tier-1 ul > li > a::after {
    content: "";
    position: absolute;
    width: calc(100% - 2.4em);
    bottom: 0;
    left: 50%;
    background-color: transparent;
    height: 2px;
    transform: translateX(-50%);
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .tier-1 ul > li > a:hover::after, .site-control.nav-inline-desktop .site-control__inner .nav-row .tier-1 ul > li > a.expanded::after, .site-control.nav-inline-desktop .site-control__inner .nav-row .tier-1 ul > li > a.active::after {
    background-color: currentColor;
  }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .tier-1 .nav-columns {
    display: none;
  }
}
@media (min-width: 1400px) {
  .site-control.nav-inline-desktop .nav-right-side {
    width: 270px;
  }
}
@media (min-width: 1441px) {
  .site-control.nav-inline-desktop .nav-row .nav-columns {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 1200px) {
  .site-control.nav-inline-desktop .nav-row .nav-columns.nav-columns--cta-count-2.nav-columns--count-2:not(.nav-columns--count-5-or-more) > .nav-ctas__cta:last-child {
    display: none;
  }
  .site-control.nav-inline-desktop .nav-row .nav-columns.nav-columns--count-3.nav-columns--cta-count-1:not(.nav-columns--count-5-or-more) > .nav-ctas__cta, .site-control.nav-inline-desktop .nav-row .nav-columns.nav-columns--count-3-or-more:not(.nav-columns--count-5-or-more) > .nav-ctas__cta {
    display: none;
  }
}
body.modal-active[data-modal-id=product-image] .site-control, body.modal-active[data-modal-id=quick-buy] .site-control, body.modal-active[data-modal-id=search-modal] .site-control {
  opacity: 0;
  visibility: hidden;
}

.site-control__inner {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 75px;
}
@media (max-width: 767px) {
  .site-control__inner {
    min-height: 65px;
  }
}

.nav-ctas__cta {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .nav-ctas__cta .placeholder-image.placeholder--banner {
    height: 250px;
  }
}
.nav-ctas__cta a {
  display: inline-block;
  width: 100%;
  height: 250px;
}
.user-is-tabbing .nav-ctas__cta a:focus .overlay-type {
  border: 2px solid #1f61cc;
}
.nav-ctas__cta a .rimage-outer-wrapper {
  transition: transform 0.6s cubic-bezier(0, 0.14, 0.19, 1);
}
@media (min-width: 768px) {
  .nav-ctas__cta a:hover .rimage-outer-wrapper {
    transform: scale(1);
  }
}
.nav-ctas__cta .rimage-outer-wrapper, .nav-ctas__cta .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.nav-ctas__cta .overlay-type {
  padding: 30px;
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.nav-ctas__cta .overlay-type .overlay__content {
  color: #ffffff;
}
.nav-ctas__cta .overlay-type .feature-subheader, .nav-ctas__cta .overlay-type #comments .comment .comment-date, #comments .comment .nav-ctas__cta .overlay-type .comment-date {
  margin-bottom: -10px;
  text-align:center!important;
}
.nav-ctas__cta .overlay-type .line-1 {
  font-size: 30px;
  margin-top: 20px;
}
.site-control .nav-ctas__cta .overlay-type .rte a, .site-control .nav-ctas__cta .overlay-type #comments a, .site-control .nav-ctas__cta .overlay-type #template a, .site-control .nav-ctas__cta .overlay-type #address_tables a {
  display: inline;
  color: #ffffff !important;
  padding: 0 !important;
  font-size: 1em;
}
#page-menu .nav-ctas__cta .overlay-type .rte a, #page-menu .nav-ctas__cta .overlay-type #comments a, #page-menu .nav-ctas__cta .overlay-type #template a, #page-menu .nav-ctas__cta .overlay-type #address_tables a {
  display: inline;
}

#page-menu {
  text-align: center;
  color: #000000;
  background-color: #f8f3f0;
}
#page-menu svg, #page-menu svg g {
  fill: #000000;
}
#page-menu .pretty-select svg, #page-menu .disclosure .disclosure__toggle svg, .disclosure #page-menu .disclosure__toggle svg, #page-menu .pretty-select svg g, #page-menu .disclosure .disclosure__toggle svg g, .disclosure #page-menu .disclosure__toggle svg g {
  fill: #000000;
}
#page-menu:focus {
  outline: none;
}
#page-menu a {
  color: inherit;
  position: relative;
}
#page-menu a .arr {
  position: absolute;
  right: -27px;
  top: calc(50% + 0.03em);
  transform: translateY(-50%);
  margin-left: 10px;
}
@media (min-width: 768px) {
  #page-menu a .arr {
    right: -40px;
  }
}
#page-menu a .arr.arr--small {
  margin-left: 2px;
}
#page-menu a .arr:not(.arr--small) {
  height: 1em;
  width: 1em;
}
#page-menu a .arr.arr--left {
  left: auto;
  right: 100%;
  margin-right: 10px;
}
#page-menu a .arr.arr--left.arr--small {
  margin-right: 2px;
}
#page-menu .container {
  width: 100%;
}
#page-menu .nav-search {
  text-align: left;
}
@media (max-width: 767px) {
  #page-menu .nav-search {
    margin-top: -21px;
  }
}
#page-menu .main-nav {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4em;
  text-align: left;
}
#page-menu .main-nav ul {
  margin-bottom: 10px;
  padding: 0;
}
#page-menu .main-nav li {
  display: block;
  margin: 0 0 0.2em 0;
}
@media (min-width: 768px) {
  #page-menu .main-nav li {
    margin: 0 0 0.5em 0;
  }
}
#page-menu .main-nav li.main-nav__back {
  font-size: 14px;
  margin-top: 10px;
  color: #000000;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  #page-menu .main-nav li.main-nav__back {
    font-size: 16px;
  }
}
#page-menu .main-nav li.main-nav__back a .arr--left {
  margin-right: 0.2em;
}
#page-menu .main-nav li.main-nav__back a .arr--left svg, #page-menu .main-nav li.main-nav__back a .arr--left svg g {
  fill: currentColor;
}
#page-menu .main-nav li ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
#page-menu .main-nav li li {
  display: block;
}
#page-menu .main-nav li li a {
  padding: 0.18em 0 0.1em;
  color: #000000;
  font-size: 20px;
  line-height: 1.4em;
}
#page-menu .main-nav li li a .arr svg, #page-menu .main-nav li li a .arr svg g {
  fill: currentColor;
}
#page-menu .main-nav li li.main-nav__mega-title {
  margin-top: 2em;
}
#page-menu .main-nav li li.main-nav__mega-title:first-child {
  margin-top: 0;
}
#page-menu .main-nav li li.main-nav__mega-title a {
  opacity: 0.6;
  font-size: 14px;
}
@media (min-width: 768px) {
  #page-menu .main-nav li li.main-nav__mega-title a {
    font-size: 16px;
  }
}
#page-menu .main-nav li li.main-nav__mega-title a .arr {
  opacity: 0.6;
}
#page-menu .main-nav li a {
  border-bottom: 2px solid transparent;
  transition: border 150ms;
  display: inline-block;
}
#page-menu .main-nav li a:hover {
  border-bottom-color: inherit;
}
#page-menu .main-nav .horizontal-nav {
  margin-bottom: 50px;
}
#page-menu .main-nav .horizontal-nav a {
  padding: 0.18em 0 0.1em;
  color: #000000;
  font-size: 16px;
  line-height: 1.2em;
}
#page-menu .main-nav .horizontal-nav__image-link {
  display: block;
  border-bottom: 0 !important;
}
#page-menu .main-nav .horizontal-nav__link {
  display: inline-block;
}
#page-menu .main-nav ul.cols-four > li,
#page-menu .main-nav ul.cols-three > li,
#page-menu .main-nav ul.cols-two > li {
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding: 0 2% 2%;
}
#page-menu .main-nav ul.cols-four > li {
  width: 20.5%;
}
#page-menu .main-nav ul.cols-three > li {
  width: 28.5%;
}
#page-menu .main-nav ul.cols-two > li {
  width: 45.5%;
}
#page-menu.nav-uses-modal .main-nav li.has-children > ul {
  display: none;
}
#page-menu > .inner {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #page-menu > .inner {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1441px) {
  #page-menu > .inner {
    padding-left: 90px;
    padding-right: 90px;
  }
}
#page-menu .nav-footer-links, #page-menu .nav-ctas {
  padding-top: 40px;
}
#page-menu .nav-body {
  width: 100%;
  max-width: none;
}
#page-menu .nav-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  #page-menu .nav-container {
    margin-top: 4vw;
  }
}
@media (min-width: 768px) {
  #page-menu .nav-footer-links, #page-menu .nav-body {
    width: 58%;
    padding-right: 70px;
    margin: 0;
  }
}
#page-menu .nav-ctas {
  margin: -15px 0;
}
#page-menu .nav-ctas .nav-ctas__container[data-for-nav-item] {
  display: none;
}
#page-menu .nav-ctas .nav-ctas__container[data-for-nav-item=_root] {
  display: block;
}
@media (min-width: 768px) {
  #page-menu .nav-ctas {
    width: 42%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  #page-menu .nav-footer-links {
    padding-top: 20px;
  }
}
#page-menu .nav-footer-links .nav-footer-links__link, #page-menu .nav-footer-links .selectors-form__item {
  display: block;
  padding: 1em 0;
  margin: 0;
  text-align: left;
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-top: 2px solid #aeaaa8;
}
@media (min-width: 768px) {
  #page-menu .nav-footer-links .nav-footer-links__link, #page-menu .nav-footer-links .selectors-form__item {
    border: none;
    padding: 0.5em 0;
  }
}
#page-menu .nav-footer-links .disclosure__toggle {
  font-weight: inherit;
}
#page-menu .customer-links,
#page-menu .social-links {
  margin: 1em 0 0;
}
#page-menu .customer-links a,
#page-menu .social-links a {
  margin: 0 10px;
}
#page-menu .social-links {
  margin-top: 50px;
}
#page-menu .social-links .social-links__list {
  margin-bottom: 0;
}
#page-menu .social-links .social-links__list li {
  opacity: 1;
  margin: 0 0 1em 1em;
}
#page-menu .social-links .social-links__list li:hover {
  opacity: 0.75;
}
#page-menu .localization {
  margin-top: 0;
}

#site-control .featured-link > a,
#page-menu .featured-link > a {
  color: #121212 !important;
}

@media screen and (max-width: 510px) {
  .site-control .logo {
    width: 150px;
  }
  #page-menu .main-nav ul.cols-four > li,
  #page-menu .main-nav ul.cols-three > li,
  #page-menu .main-nav ul.cols-two > li {
    display: block;
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 510px) and (max-width: 767px) {
  #page-menu .main-nav {
    font-size: 17px;
  }
  #page-menu .main-nav li li a {
    font-size: 80%;
  }
  #page-menu .main-nav ul.cols-four > li,
  #page-menu .main-nav ul.cols-three > li,
  #page-menu .main-nav ul.cols-two > li {
    width: 45.5%;
  }
}
@media (min-width: 1100px) {
  .site-control.nav-inline-desktop .site-control__inner .logo-h1 {
    max-width: none;
    margin: 0;
    left: 0 !important;
  }
}

.logo-h1 {
  max-width: none !important;
  margin: 0 !important;
}




.image-overlay {
  position: relative;
  color: #ffffff;
}
.image-overlay.image-overlay--bg-full::after, .image-overlay.image-overlay--bg-full .image-overlay__veil {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 25, 25, 0.1);
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.image-overlay.image-overlay--bg-full::after {
  content: "";
}
.image-overlay.image-overlay--bg-full[data-video-id=_9VUPq3SxOc] .image-overlay__veil {
  background: rgba(17, 17, 17, 0.44);
}
@media (max-width: 767px) {
  .image-overlay.image-overlay--bg-full.overlay-text-static-xs::after {
    display: none;
  }
}
.image-overlay.image-overlay--bg-box .overlay__content {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  min-width: 0;
}
.image-overlay.image-overlay--bg-box .overlay__content .feature-subheader, .image-overlay.image-overlay--bg-box .overlay__content #comments .comment .comment-date, #comments .comment .image-overlay.image-overlay--bg-box .overlay__content .comment-date, .image-overlay.image-overlay--bg-box .overlay__content .line-1, .image-overlay.image-overlay--bg-box .overlay__content .line-2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.image-overlay.image-overlay--bg-box .overlay__content > *:last-child {
  margin-bottom: 0;
}
.image-overlay .overlay__content {
  word-break: break-word;
}
body:not(.nav-opaque) #page-content .shopify-section:first-child.header-overlap-section .image-overlay .overlay__content, body:not(.nav-opaque) #page-content .shopify-section:first-child .header-overlap-section .image-overlay .overlay__content {
  padding-top: 50px;
}
body:not(.nav-opaque).showing-announcement #page-content .shopify-section:first-child.header-overlap-section .image-overlay .overlay__content, body:not(.nav-opaque).showing-announcement #page-content .shopify-section:first-child .header-overlap-section .image-overlay .overlay__content {
  padding-top: 80px;
}
.image-overlay .overlay__content .line-1 {
  color: inherit;
}
.image-overlay .overlay__content .link-display {
  font-size: 14px;
}
.image-overlay .overlay__content > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .image-overlay.overlay-text-static-xs .overlay__content {
    padding-top: 0 !important;
  }
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.overlay .inner {
  display: table;
  width: 100%;
  height: 100%;
}
.overlay .inner > * {
  line-height: 1px;
  display: table-cell;
  vertical-align: middle;
}
.overlay .inner .line-1 {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .overlay-text-static-xs .overlay {
    position: static;
    color: #000000;
  }
}
.overlay.position-lower-left {
  padding: 20px;
}
@media (min-width: 768px) {
  .overlay.position-lower-left {
    padding: 70px;
  }
}
@media (min-width: 1441px) {
  .overlay.position-lower-left {
    padding: 90px;
  }
}
.overlay.position-lower-left .inner > * {
  vertical-align: bottom;
}
.overlay.position-lower-left .line-1, .overlay.position-lower-left .line-2, .overlay.position-lower-left .line-3 {
  text-align: left;
  margin-left: auto;
}
@media (max-width: 767px) {
  .overlay.position-lower-left {
    padding-bottom: 20px;
  }
}
.overlay.position--left .inner > * {
  text-align: left;
}

.overlay.position--right .inner > * {
  text-align: right;
}

.overlay.position--top .inner > * {
  vertical-align: top;
}
.overlay.position--bottom .inner > * {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .overlay.position--bottom {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .overlay.position--left-xs .inner > *,
  .overlay.position--left-xs .line-1, .overlay.position--left-xs .line-2, .overlay.position--left-xs .line-3 {
    text-align: left;
  }
  .overlay.position--left-xs .line-1, .overlay.position--left-xs .line-2 {
    margin-left: 0;
    margin-right: auto;
  }
  .overlay.position--hcenter-xs .inner > *,
  .overlay.position--hcenter-xs .line-1, .overlay.position--hcenter-xs .line-2, .overlay.position--hcenter-xs .line-3 {
    text-align: center;
  }
  .overlay.position--hcenter-xs .line-1, .overlay.position--hcenter-xs .line-2 {
    margin-left: auto;
    margin-right: auto;
  }
  .overlay.position--right-xs .inner > *,
  .overlay.position--right-xs .line-1, .overlay.position--right-xs .line-2, .overlay.position--right-xs .line-3 {
    text-align: right;
  }
  .overlay.position--right-xs .line-1, .overlay.position--right-xs .line-2 {
    margin-left: auto;
    margin-right: 0;
  }
  .overlay.position--top-xs .inner > * {
    vertical-align: top;
  }
  .overlay.position--vcenter-xs .inner > * {
    vertical-align: middle;
  }
  .overlay.position--bottom-xs .inner > * {
    vertical-align: bottom;
  }
}

.overlay-type {
  position: absolute;
  left: 0;
  right: 0;
  padding: 70px 15px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .overlay-type.small-padding-xs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .overlay-type {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1441px) {
  .overlay-type {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.overlay-type .line-1, .overlay-type .line-2, .overlay-type .line-3 {
  text-align: center;
}
.overlay-type .line-1 {
  line-height: 1.25em;
  margin-bottom: 20px;
}
.overlay-type .line-1.line-1--large {
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .overlay-type .line-1 {
    font-size: 1.9em;
  }
  .overlay-type .line-1 br {
    display: none;
  }
}
.overlay-type .line-2 {
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .overlay-type .line-2.large-text {
    font-size: 1.5em;
  }
}
.overlay-type .line-3 {
  margin-top: 30px;
}
.overlay-type .button:not(.overlay-type-ignore) {
  font-size: 14px;
  background-color: #f8f3f0;
  color: #000000;
  border-color: #f8f3f0;
}
.overlay-type .button:not(.overlay-type-ignore) svg {
  fill: #000000;
}
.overlay-type .button:not(.overlay-type-ignore):not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):hover {
  background-color: #000000;
  color: #f8f3f0;
  border-color: #000000;
}
.overlay-type .button:not(.overlay-type-ignore):not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):hover svg {
  fill: #f8f3f0;
}
@media (max-width: 767px) {
  .overlay-text-static-xs .overlay-type .button:not(.overlay-type-ignore), .overlay-text-static-xs .overlay-type .button:not(.overlay-type-ignore):hover {
    background-color: #f8f3f0;
    color: #000000;
    border-color: #f8f3f0;
  }
  .overlay-text-static-xs .overlay-type .button:not(.overlay-type-ignore) svg, .overlay-text-static-xs .overlay-type .button:not(.overlay-type-ignore):hover svg {
    fill: #000000;
  }
}
.overlay-type a:not(.overlay-type-ignore), .overlay-type .link-display:not(.overlay-type-ignore) {
  display: inline-block;
  color: inherit;
  border-color: inherit;
}
.overlay-type a:not(.overlay-type-ignore):not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):hover, .overlay-type .link-display:not(.overlay-type-ignore):not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):hover {
  color: inherit;
  border-color: inherit;
}

.inline-mini-form {
  display: inline-block;
  white-space: nowrap;
  border: 1px solid #bfbfbf;
  background: #ffffff;
  overflow: hidden;
}
.inline-mini-form input {
  padding: 18px 30px;
  line-height: 1.6em;
  border: none;
  background: transparent;
  width: 300px;
  margin-bottom: -10px;
}
@media (min-width: 768px) {
  .inline-mini-form input {
    padding: 18px 30px;
  }
}
.inline-mini-form input:-webkit-autofill, .inline-mini-form input:-webkit-autofill:hover, .inline-mini-form input:-webkit-autofill:focus, .inline-mini-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
}
.inline-mini-form input:-webkit-autofill + button, .inline-mini-form input:-webkit-autofill:hover + button, .inline-mini-form input:-webkit-autofill:focus + button, .inline-mini-form input:-webkit-autofill:active + button {
  color: #000000;
}
.inline-mini-form button {
  margin: -1px -1px -1px 0;
  border: none;
  color: #000000;
}
.inline-mini-form button:hover {
  color: #f8f3f0;
}
@media (max-width: 767px) {
  .inline-mini-form:not(.inline-mini-form--arrow) {
    white-space: normal;
    border: none;
    background: transparent;
  }
  .inline-mini-form:not(.inline-mini-form--arrow) input {
    border: 1px solid #bfbfbf;
    background: #ffffff;
    width: 100%;
    margin: 0 0 20px;
  }
  .inline-mini-form:not(.inline-mini-form--arrow) button {
    margin: 0;
    width: 100%;
  }
}
.inline-mini-form.inline-mini-form--arrow {
  display: block;
  margin: 1em auto 0;
  position: relative;
  background-color: transparent;
  border: none;
  color: currentColor;
  width: 70%;
}
@media (min-width: 768px) {
  .inline-mini-form.inline-mini-form--arrow {
    width: 400px;
  }
  .inline-mini-form.inline-mini-form--arrow:not(.mt-0) {
    margin-top: 2em;
  }
}
.inline-mini-form.inline-mini-form--arrow::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 1s cubic-bezier(0, 0.14, 0.19, 1), background-color 0.5s cubic-bezier(0, 0.14, 0.19, 1);
}
.inline-mini-form.inline-mini-form--arrow input {
  margin-bottom: 0;
  padding: 0.5em 0;
  width: 100%;
  color: currentColor;
  transition: color 2s;
  transition-delay: 0.2s;
}
@media (min-width: 768px) {
  .inline-mini-form.inline-mini-form--arrow input {
    font-size: 20px;
  }
}
.inline-mini-form.inline-mini-form--arrow input::placeholder {
  color: currentColor;
}
.inline-mini-form.inline-mini-form--arrow button {
  position: absolute;
  right: -35px;
  height: 100%;
  width: 44px;
  top: 0;
  padding: 0;
  transition: opacity 0.9s, visibility 0.9s, transform 0.6s cubic-bezier(0, 0.14, 0.19, 1);
  transition-delay: 0.6s;
  transform: translate3d(-30px, 0, 0);
  background: transparent;
  color: currentColor;
}
.inline-mini-form.inline-mini-form--arrow button:hover {
  color: currentColor;
}
.inline-mini-form.inline-mini-form--arrow button svg {
  height: 25px;
  width: 25px;
}
.inline-mini-form.inline-mini-form--arrow button svg > g {
  stroke: currentColor;
}

.form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.form input, .form textarea {
  width: 100%;
}
.form .wide-action {
  margin-top: 40px;
}
.form .wide-action input[type=submit], .form .wide-action button {
  width: 100%;
  margin-bottom: 20px;
}

.input-row {
  margin: 20px 0;
}

.input-row__message small {
  display: block;
}

.with-payment-button .button {
  min-height: 48px;
}

.shopify-payment-button {
  margin: 10px auto 0;
  transition: max-height 0.3s 0.2s, opacity 0.3ms;
  max-height: 100px;
  overflow: hidden;
}
.variant-status--unavailable .shopify-payment-button {
  min-height: 0;
  max-height: 0;
}
@media (max-width: 767px) {
  .shopify-payment-button {
    max-width: 100%;
    margin: 10px 0 0 0;
  }
}
.shopify-payment-button .shopify-payment-button__button {
  transition: opacity 0.4s;
  line-height: inherit;
  min-height: 48px;
  font-weight: 400;
  overflow: hidden;
}
.shopify-payment-button .shopify-payment-button__button--unbranded {
  background-color: #f8f3f0;
  color: #000000;
  border: 1px solid #000000;
  padding: 18px 30px;
}
@media (min-width: 768px) {
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    padding: 18px 30px;
  }
}
.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  background-color: #000000;
  color: #f8f3f0;
}
.shopify-payment-button .shopify-payment-button__more-options {
  background: transparent;
  border: none;
  padding: 0 15%;
  color: #6f6f6f;
  font-size: 0.9em;
}
.shopify-payment-button .shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  display: none;
}

.cc-checkbox {
  margin: 0;
  font-size: 1em;
  line-height: initial;
  letter-spacing: initial;
  text-transform: none;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .cc-checkbox {
    padding-left: 30px;
  }
}

.cc-checkbox__label {
  display: flex;
  align-items: center;
  color: inherit;
  position: relative;
  cursor: pointer;
  top: 3px;
  min-height: 25px;
}
@media (min-width: 768px) {
  .cc-checkbox__label {
    top: 0;
    min-height: 20px;
  }
}
.cc-checkbox__label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: -35px;
  background-color: #eee;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .cc-checkbox__label::before {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    left: -30px;
    top: 0;
  }
}
.cc-checkbox__label::after {
  content: "";
  position: absolute;
  left: -25px;
  width: 5px;
  height: 10px;
  border: solid #222;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0.9);
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0;
}
@media (min-width: 768px) {
  .cc-checkbox__label::after {
    left: -22px;
    top: 4px;
  }
}
@media (min-width: 768px) {
  .cc-checkbox__label:hover::after {
    opacity: 0.5;
  }
}
.cc-checkbox__input:checked + .cc-checkbox__label::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.cc-checkbox__input:disabled + .cc-checkbox__label {
  opacity: 0.7;
  cursor: default;
}
.cc-checkbox__input:disabled + .cc-checkbox__label::after {
  opacity: 0;
}

.cc-checkbox__input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.rimage-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.rimage-outer-wrapper.fade-in {
  opacity: 0;
  transition: opacity 0.8s;
}
.rimage-outer-wrapper.fade-in.lazyloaded {
  opacity: 1;
}
.no-js .rimage-outer-wrapper.fade-in {
  opacity: 1;
}

.rimage-wrapper {
  position: relative;
  transition: background 150ms;
}
.rimage-wrapper.lazyload--placeholder {
  background: rgba(0, 0, 0, 0.05);
}
.rimage-wrapper .rimage__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rimage-wrapper .fade-in {
  opacity: 0;
  transition: opacity 0.8s;
}
.rimage-wrapper .fade-in.lazyloaded {
  opacity: 1;
}
.rimage-wrapper .blur-in {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.rimage-wrapper .blur-in.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.rimage-wrapper .cover {
  object-fit: cover;
}

.rimage-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.rimage-background[data-parent-fit=contain] {
  background-size: contain;
}
.rimage-background.fade-in {
  opacity: 0;
  transition: opacity 500ms;
}
.rimage-background.fade-in.lazyloaded {
  opacity: 1;
}

/* Onboarding placeholder */
.placeholder-image {
  position: relative;
  padding-top: 100%;
  height: 0px;
  overflow: hidden;
  background: #f5f5f5;
}
.placeholder-image.dark {
  background: #acadae;
}
.placeholder-image.dark svg, .placeholder-image.dark svg g {
  fill: #777777;
}
.placeholder-image.landscape {
  padding-top: 55%;
}
.placeholder-image.placeholder--banner {
  padding-top: 475px;
}
@media (max-width: 767px) {
  .placeholder-image.placeholder--banner {
    padding-top: 55%;
  }
}
.fill-viewport .placeholder-image.placeholder--banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 0;
}
.placeholder-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.placeholder-image svg, .placeholder-image svg g {
  fill: #777777;
}

.merge-remove-wrapper {
  /* note: JS expects second units */
  --fade-duration: 0.5s;
  --slide-duration: 0.25s;
  overflow: hidden;
  transition: opacity var(--fade-duration) cubic-bezier(0, 0, 0.14, 0.96), height var(--slide-duration) cubic-bezier(0, 0, 0.14, 0.96);
  pointer-events: none;
}

.merge-remove-wrapper--fade {
  opacity: 0;
}

.merge-remove-wrapper--slide {
  height: 0 !important;
}

.merge-add-wrapper {
  /* note: JS expects second units */
  --fade-duration: 0.2s;
  --slide-duration: 0.5s;
  transition: opacity var(--fade-duration) cubic-bezier(0, 0, 0.14, 0.96), height var(--slide-duration) cubic-bezier(0, 0, 0.14, 0.96);
  opacity: 0;
}

.merge-add-wrapper:not(.merge-add-wrapper--slide) {
  height: 0 !important;
}

.merge-add-wrapper--fade {
  opacity: 1;
}

[data-merge-list-item] {
  --fade-duration: 0.15s;
  --slide-duration: 0.25s;
  position: relative;
  transition: opacity var(--fade-duration) cubic-bezier(0, 0, 0.14, 0.96), height var(--slide-duration) cubic-bezier(0, 0, 0.14, 0.96);
}

.merge-item-refreshing {
  opacity: 0.5;
  pointer-events: none;
}
.merge-item-refreshing::after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  border: 2px solid transparent;
  border-radius: 100%;
  border-left-color: currentColor;
}

.section-image-with-text-overlay {
  position: relative;
  overflow: hidden;
}
.section-image-with-text-overlay .rimage-outer-wrapper {
  max-height: none !important;
  max-width: none !important;
}
.section-image-with-text-overlay img {
  width: 100%;
  vertical-align: top;
/* max-width: 450px; */
}
@media (min-width: 768px) {
  .section-image-with-text-overlay a .rimage-outer-wrapper {
    transition: opacity 0.8s, filter 2s, transform 1s !important;
  }
  .section-image-with-text-overlay a:hover .rimage-outer-wrapper {
    transform: scale(1);
  }
}

.image-with-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.image-with-text .image-with-text__text {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.image-with-text .image-with-text__text .image-with-text__text__wrap {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.image-with-text .image-with-text__text .image-with-text__text__wrap.align-left {
  margin-right: auto;
  margin-left: unset;
}
.image-with-text .image-with-text__text .image-with-text__text__wrap.align-right {
  margin-left: auto;
  margin-right: unset;
}
.image-with-text .image-with-text__text.align-center .feature-header {
  margin-left: auto;
  margin-right: auto;
}
.image-with-text .image-with-text__text.align-right .feature-header {
  margin-left: auto;
}
.image-with-text .image-with-text__image {
  position: relative;
  float: left;
  width: 50%;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: flex;
}
.image-with-text .image-with-text__image .image-with-text__image__inner {
  display: inline-block;
  height: auto;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .image-with-text .image-with-text__image .image-with-text__image__inner {
    height: 100%;
  }
}
.image-with-text .image-with-text__image .image-with-text__image__inner .rimage-outer-wrapper {
  background-size: contain;
}
.image-with-text .image-with-text__image .image-with-text__image__inner .video-container {
  height: auto;
}
.image-with-text .image-with-text__image .image-with-text__image__inner .video-container video {
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: static;
}
@media (max-width: 767px) {
  .image-with-text .image-with-text__image .image-with-text__image__inner .video-container video {
    position: static;
  }
}
.image-with-text .image-with-text__image .image-with-text__image__inner .video-container .rimage-outer-wrapper {
  background-size: cover;
}
.image-with-text .image-with-text__image .rimage-outer-wrapper,
.image-with-text .image-with-text__image .placeholder-image {
  min-height: 100%;
  flex-grow: 1;
}
.image-with-text .image-with-text__image .rimage-outer-wrapper {
  max-width: none !important;
  max-height: none !important;
  transition: filter 250ms;
}
.image-with-text .image-with-text__image .rimage-outer-wrapper.fade-in {
  transition: opacity 0.8s, filter 120ms;
}
.image-with-text .image-with-text__image a {
  display: flex;
  flex-grow: 1;
}
.image-with-text .image-with-text__image a:hover .rimage-outer-wrapper {
  filter: brightness(92%);
}
.image-with-text .image-with-text__image--natural {
  display: block;
  align-self: center;
}
.image-with-text .image-with-text__image--natural .rimage-outer-wrapper {
  flex-grow: 0;
  min-height: 0;
}
.image-with-text .image-with-text__image {
  overflow: hidden;
}
@media (min-width: 768px) {
  .image-with-text a .rimage-outer-wrapper {
    transition: opacity 0.8s, filter 2s, transform 1s !important;
  }
  .image-with-text a:hover .rimage-outer-wrapper {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .image-with-text {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-with-text .image-with-text__text,
  .image-with-text .image-with-text__image {
    float: none;
    width: auto;
    display: block;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .image-with-text .image-with-text__text {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .image-with-text .image-with-text__image {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    text-align: center;
  }
  .image-with-text .image-with-text__image img {
    width: auto;
  }
  .image-with-text .image-with-text__image--using-bg {
    background-image: none !important;
  }
  .image-with-text .image-with-text__image--using-bg img {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .image-with-text.image-with-text--cover .image-with-text__image__inner .video-container {
    height: 100%;
  }
  .image-with-text.image-with-text--cover .image-with-text__image__inner .video-container video {
    object-fit: cover;
    position: absolute;
  }
}
.image-with-text.image-with-text--cover .image-with-text__image__inner .rimage-outer-wrapper {
  background-size: cover;
}
@media (min-width: 768px) {
  .image-with-text.image-with-text--cover .image-with-text__image__inner .rimage-outer-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.slideshow .rimage-outer-wrapper {
  opacity: 1;
}
.slideshow.fill-viewport .rimage-outer-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow.fill-viewport .slide > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.slideshow .slick-next, .slideshow .slick-prev {
  top: 50%;
  transform: translateY(-50%);
  height: 44px;
  width: 44px;
}
.slideshow .slick-next:hover, .slideshow .slick-next:focus, .slideshow .slick-prev:hover, .slideshow .slick-prev:focus {
  background: transparent !important;
}
.slideshow .slick-next svg, .slideshow .slick-prev svg {
  height: 100%;
  width: 100%;
  color: #ffffff;
}
.slideshow .slick-next svg:hover, .slideshow .slick-prev svg:hover {
  color: #ffffff;
}
.slideshow .slick-next {
  left: auto;
  right: 8px;
}
.slideshow .slick-prev {
  right: auto;
  left: 8px;
}
@media (min-width: 768px) {
  .slideshow[data-transition=slide] .slide {
    opacity: 1 !important;
  }
  .slideshow[data-transition=slide] .slide .rimage-outer-wrapper {
    will-change: transform, opacity;
    transform: translateX(10vw);
    opacity: 0;
  }
  .slideshow[data-transition=slide] .slide .feature-subheader, .slideshow[data-transition=slide] .slide #comments .comment .comment-date, #comments .comment .slideshow[data-transition=slide] .slide .comment-date, .slideshow[data-transition=slide] .slide .line-1, .slideshow[data-transition=slide] .slide .line-2, .slideshow[data-transition=slide] .slide .line-3 {
    opacity: 0;
    transition: opacity 0.7s;
  }
  .slideshow[data-transition=slide] .slide .feature-subheader, .slideshow[data-transition=slide] .slide #comments .comment .comment-date, #comments .comment .slideshow[data-transition=slide] .slide .comment-date {
    transition-delay: 0.2s;
  }
  .slideshow[data-transition=slide] .slide .line-1 {
    transition-delay: 0.4s;
  }
  .slideshow[data-transition=slide] .slide .line-2 {
    transition-delay: 0.6s;
  }
  .slideshow[data-transition=slide] .slide .line-3 {
    transition-delay: 0.8s;
  }
  .slideshow[data-transition=slide] .slide.slick-active .feature-subheader, .slideshow[data-transition=slide] .slide.slick-active #comments .comment .comment-date, #comments .comment .slideshow[data-transition=slide] .slide.slick-active .comment-date, .slideshow[data-transition=slide] .slide.slick-active .line-1, .slideshow[data-transition=slide] .slide.slick-active .line-2, .slideshow[data-transition=slide] .slide.slick-active .line-3 {
    transition-duration: 1.5s;
    opacity: 1;
  }
  .slideshow[data-transition=slide] .slide.slick-active .rimage-outer-wrapper {
    transition: transform 0.9s cubic-bezier(0, 0.14, 0.19, 1), opacity 0.9s;
    opacity: 1;
    transform: translateX(0);
  }
  .slideshow[data-transition=slide] .slide.slick--out .rimage-outer-wrapper {
    transition: transform 0.9s cubic-bezier(0, 0.14, 0.19, 1) 75ms, opacity 0.9s;
    transform: translateX(-4vw);
    opacity: 0;
  }
  .slideshow[data-transition=slide] .slide.slick--out .overlay-type {
    transition: opacity 0.3s, transform 0.5s;
    transform: translateX(-5vw);
    opacity: 0;
  }
  .slideshow[data-transition=slide] .slide.slick--leaving .rimage-outer-wrapper {
    transition: transform 0.9s cubic-bezier(0, 0.14, 0.19, 1) 75ms, opacity 0.9s;
    transform: translateX(-4vw);
    opacity: 0.8;
  }
  .slideshow[data-transition=slide] .slide.slick--leaving .overlay-type {
    transition: opacity 0.3s, transform 0.5s;
    transform: translateX(-5vw);
    opacity: 0;
  }
}
.slideshow[data-transition=zoom] .slide .rimage-outer-wrapper {
  will-change: transform;
  transform: scale(1);
  transition: transform 2s cubic-bezier(0, 0.14, 0.19, 1);
}
.slideshow[data-transition=zoom] .slide .overlay-type.position--hcenter.position--vcenter {
  transition: transform 0.5s cubic-bezier(0, 0.14, 0.19, 1) 0.5s;
  will-change: transform;
  transform: scale(1);
}
.slideshow[data-transition=zoom] .slide .feature-subheader, .slideshow[data-transition=zoom] .slide #comments .comment .comment-date, #comments .comment .slideshow[data-transition=zoom] .slide .comment-date, .slideshow[data-transition=zoom] .slide .line-1, .slideshow[data-transition=zoom] .slide .line-2, .slideshow[data-transition=zoom] .slide .line-3 {
  opacity: 0;
  transition: opacity 0.7s;
}
.slideshow[data-transition=zoom] .slide .feature-subheader, .slideshow[data-transition=zoom] .slide #comments .comment .comment-date, #comments .comment .slideshow[data-transition=zoom] .slide .comment-date {
  transition-delay: 0.2s;
}
.slideshow[data-transition=zoom] .slide .line-1 {
  transition-delay: 0.5s;
}
.slideshow[data-transition=zoom] .slide .line-2 {
  transition-delay: 0.8s;
}
.slideshow[data-transition=zoom] .slide .line-3 {
  transition-delay: 1.1s;
}
.slideshow[data-transition=zoom] .slide.slick-active .rimage-outer-wrapper {
  transform: scale(1);
}
.slideshow[data-transition=zoom] .slide.slick-active .overlay-type.position--hcenter.position--vcenter {
  transition-duration: 1.2s;
  transform: scale(1);
}
.slideshow[data-transition=zoom] .slide.slick-active .feature-subheader, .slideshow[data-transition=zoom] .slide.slick-active #comments .comment .comment-date, #comments .comment .slideshow[data-transition=zoom] .slide.slick-active .comment-date, .slideshow[data-transition=zoom] .slide.slick-active .line-1, .slideshow[data-transition=zoom] .slide.slick-active .line-2, .slideshow[data-transition=zoom] .slide.slick-active .line-3 {
  transition-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 767px) {
  .slideshow[data-transition=zoom].slick-slider-dots-light-xs .slide .overlay-type, .slideshow[data-transition=zoom].slick-slider-dots-light-xs .slide .feature-subheader, .slideshow[data-transition=zoom].slick-slider-dots-light-xs .slide #comments .comment .comment-date, #comments .comment .slideshow[data-transition=zoom].slick-slider-dots-light-xs .slide .comment-date, .slideshow[data-transition=zoom].slick-slider-dots-light-xs .slide .line-1, .slideshow[data-transition=zoom].slick-slider-dots-light-xs .slide .line-2, .slideshow[data-transition=zoom].slick-slider-dots-light-xs .slide .line-3, .slideshow[data-transition=zoom].slick-slider-dots-light-xs .slide .rimage-outer-wrapper {
    transition: none !important;
    animation: none !important;
    transform: scale(1) !important;
  }
}
@media (max-width: 767px) {
  .slideshow .overlay.position--bottom {
    padding-bottom: 70px;
  }
  .slideshow .overlay.position-lower-left {
    padding-bottom: 65px;
  }
  .slideshow .slick-dots {
    padding: 0 24px;
  }
}
@media (min-width: 1441px) {
  .slideshow .overlay.position--bottom {
    padding-bottom: 110px;
  }
}

/* Map section */
@media (max-width: 767px) {
  .map-section .wide-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .map-section {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.map-section__wrapper {
  position: relative;
}
.map-section__wrapper .errors {
  padding: 15px;
}

.map-section__text {
  margin-left: 50%;
}

.map-section__map {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

@media (max-width: 767px) {
  .map-section--display-map {
    padding-bottom: 0;
  }
}

.map-section__image {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.map-section--display-map .map-section__image {
  display: none !important;
}

.map-section__placeholder {
  height: 100%;
  padding: 0;
}
.map-section--display-map .map-section__placeholder {
  display: none !important;
}

.map-section__map-container {
  height: 100%;
}

@media (max-width: 767px) {
  .map-section__wrapper {
    display: flex;
    flex-direction: column;
  }
  .map-section__text {
    margin-left: 0;
  }
  .map-section__map {
    position: static;
    width: auto;
    order: 2;
  }
  .map-section__placeholder,
  .map-section__map-container {
    height: 55vh;
  }
}
.section-newsletter {
  position: relative;
}
.section-newsletter .wide-container {
  overflow: hidden;
}
.section-newsletter .rimage-outer-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.section-newsletter .contact-form {
  padding: 4vw 0;
  max-width: 700px;
  margin: 0 auto;
}
.section-newsletter .overlay-type {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.section-newsletter .signup-form__response {
  line-height: 1.5em;
}

.section-rich-text .feature-header {
  letter-spacing: -0.01em;
}
.section-rich-text .feature-header.align-center {
  margin-left: auto;
  margin-right: auto;
}
.section-rich-text .feature-header.align-right {
  margin-left: auto;
}
.section-rich-text .feature-header.feature-header--large {
  line-height: 1.3em;
}
.section-rich-text .feature-header:not(.feature-header__no-gap) {
  margin-bottom: 0.5em;
}
.section-rich-text .section-rich-text__image {
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
}
.section-rich-text .section-rich-text__image .rimage-outer-wrapper {
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .section-rich-text .section-rich-text__image .rimage-outer-wrapper {
    max-width: none !important;
  }
}
.section-rich-text.align-left .section-rich-text__image {
  margin-left: 0;
}
.section-rich-text.align-right .section-rich-text__image {
  margin-right: 0;
}

.section-text-columns-with-images .text-column .text-column__image {
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
}
.section-text-columns-with-images .text-column .text-column__image .section-background-video--inline video {
  position: static;
}
.section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-landscape .section-background-video--inline .video-container__video, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-square .section-background-video--inline .video-container__video, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait .section-background-video--inline .video-container__video, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait_tall .section-background-video--inline .video-container__video, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait_taller .section-background-video--inline .video-container__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-landscape .section-background-video--inline video, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-square .section-background-video--inline video, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait .section-background-video--inline video, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait_tall .section-background-video--inline video, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait_taller .section-background-video--inline video {
  position: absolute;
}
.section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-landscape .rimage__image, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-square .rimage__image, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait .rimage__image, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait_tall .rimage__image, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait_taller .rimage__image {
  object-fit: cover;
  object-position: center center;
}
.section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-landscape .video-container--background, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-landscape .rimage-wrapper, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-landscape .placeholder-image {
  padding-top: 66.6% !important;
}
.section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-square .video-container--background, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-square .rimage-wrapper, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-square .placeholder-image {
  padding-top: 100% !important;
}
.section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait .video-container--background, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait .rimage-wrapper, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait .placeholder-image {
  padding-top: 150% !important;
}
.section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait_tall .video-container--background, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait_tall .rimage-wrapper, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait_tall .placeholder-image {
  padding-top: 125% !important;
}
.section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait_taller .video-container--background, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait_taller .rimage-wrapper, .section-text-columns-with-images .text-column .text-column__image.text-column__image--shape-portrait_taller .placeholder-image {
  padding-top: 177.8% !important;
}
.section-text-columns-with-images .text-column.align-left .text-column__image {
  margin-left: 0;
}
.section-text-columns-with-images .text-column.align-right .text-column__image {
  margin-right: 0;
}
.section-text-columns-with-images .text-column__button-row {
  margin-top: 1em;
}
.section-text-columns-with-images .text-column__text p:first-child {
  margin-top: 0.6em;
}
.section-text-columns-with-images .text-column__button-row--link {
  margin-top: 0.5em;
}
.text-column__title + .section-text-columns-with-images .text-column__button-row--link {
  margin-top: -0.1em;
}

@media (max-width: 767px) {
  .section-testimonials .section-heading {
    justify-content: center;
  }
  .section-testimonials .section-heading h2 {
    padding-right: 0;
  }
}
.section-testimonials .section-heading.centered {
  justify-content: center;
}
.section-testimonials .section-heading.centered h2 {
  padding-right: 0;
}
.section-testimonials .cc-testimonial {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50px;
}
.section-testimonials .cc-testimonial:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .section-testimonials .cc-testimonial {
    margin-left: -25px;
    margin-right: -25px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .section-testimonials .cc-testimonial {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media (max-width: 767px) {
  .section-testimonials .cc-testimonial {
    flex-direction: column-reverse !important;
  }
}
.section-testimonials .cc-testimonial.cc-testimonial--align-left {
  flex-direction: row-reverse;
}
.section-testimonials .cc-testimonial.cc-testimonial--one-image {
  align-items: center;
}
.section-testimonials .cc-testimonial .cc-testimonial__content .rte a, .section-testimonials .cc-testimonial .cc-testimonial__content #comments a, .section-testimonials .cc-testimonial .cc-testimonial__content #template a, .section-testimonials .cc-testimonial .cc-testimonial__content #address_tables a {
  white-space: pre;
}
@media (min-width: 768px) {
  .section-testimonials .cc-testimonial.cc-testimonial--two-images .cc-testimonial__image-with-caption--small {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section-testimonials .cc-testimonial.cc-testimonial--two-images .cc-testimonial__content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-testimonials .cc-testimonial.cc-testimonial--two-images .cc-testimonial__content .line-2 {
    width: 70%;
  }
  .section-testimonials .cc-testimonial.cc-testimonial--two-images .cc-testimonial__image-with-caption--small {
    width: 70%;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .section-testimonials .cc-testimonial.cc-testimonial--two-images.cc-testimonial--align-left {
    text-align: right;
  }
}
.section-testimonials .cc-testimonial .cc-testimonial__column {
  flex: 1 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .section-testimonials .cc-testimonial .cc-testimonial__column {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section-testimonials .cc-testimonial .cc-testimonial__column {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .section-testimonials .cc-testimonial .cc-testimonial__column {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.section-testimonials .cc-testimonial .overlay-type {
  position: static;
  padding: 0;
}
.section-testimonials .cc-testimonial .overlay-type .line-1 {
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .section-testimonials .cc-testimonial .overlay-type .line-1 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .section-testimonials .cc-testimonial .overlay-type .line-1 {
    font-size: 1.8rem;
  }
}
.section-testimonials .cc-testimonial .overlay-type .line-2 {
  font-size: 14px;
}
@media (max-width: 767px) {
  .section-testimonials .cc-testimonial .overlay-type .button-row {
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  .section-testimonials .cc-testimonial:not(.cc-testimonial--no-images) .overlay-type {
    text-align: left;
  }
  .section-testimonials .cc-testimonial:not(.cc-testimonial--no-images) .overlay-type .line-1, .section-testimonials .cc-testimonial:not(.cc-testimonial--no-images) .overlay-type .line-2, .section-testimonials .cc-testimonial:not(.cc-testimonial--no-images) .overlay-type .line-3 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.section-testimonials .cc-testimonial .cc-testimonial__image-with-caption {
  display: inline-block;
  width: 100%;
  margin: 1em 0 0 0;
}
@media (min-width: 768px) {
  .section-testimonials .cc-testimonial .cc-testimonial__image-with-caption {
    margin: 0;
  }
}
.section-testimonials .cc-testimonial .cc-testimonial__image-with-caption .cc-testimonial__image-wrapper {
  overflow: hidden;
}
.section-testimonials .cc-testimonial .cc-testimonial__image-with-caption .cc-testimonial__image-wrapper > div {
  position: relative;
  top: 20px;
}
@media (max-width: 767px) {
  .section-testimonials .cc-testimonial .cc-testimonial__image-with-caption .cc-testimonial__image-wrapper > div {
    transform: translateY(0) !important;
  }
}
.section-testimonials .cc-testimonial .cc-testimonial__image-with-caption .rimage-outer-wrapper {
  max-width: none !important;
  width: 100%;
}
.section-testimonials .cc-testimonial .cc-testimonial__image-with-caption .cc-testimonial__image-with-caption__caption {
  text-align: center;
  display: block;
  margin-top: 1em;
  font-weight: 500;
}
.section-testimonials .cc-testimonial .cc-testimonial__star-rating {
  margin: 0 -0.1em 0.9em;
}
@media (min-width: 768px) {
  .section-testimonials .cc-testimonial .cc-testimonial__star-rating {
    margin-bottom: 1.3em;
  }
}
.section-testimonials .cc-testimonial .cc-testimonial__star-rating .cc-testimonial__star {
  margin: 0 0.1em;
}
.section-testimonials .cc-testimonial .cc-testimonial__star-rating .cc-testimonial__star svg {
  fill: rgb(157, 110, 105);
}
.section-testimonials .section-testimonials--no-images {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-testimonials .section-testimonials--no-images {
    max-width: 1210px;
  }
}
@media (min-width: 1200px) {
  .section-testimonials .section-testimonials--no-images {
    max-width: 1250px;
  }
}
.section-testimonials .section-testimonials--no-images .cc-testimonial {
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  flex: 1 1 300px;
  max-width: 500px;
}
@media (min-width: 992px) {
  .section-testimonials .section-testimonials--no-images .cc-testimonial {
    flex-basis: 400px;
  }
}
.section-testimonials .section-testimonials--no-images .cc-testimonial .cc-testimonial__column {
  padding: 0;
}
@media (min-width: 768px) {
  .section-testimonials .section-testimonials--no-images .cc-testimonial {
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .section-testimonials .section-testimonials--no-images .cc-testimonial {
    padding-bottom: 90px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

.section-accordion:not(.has-alt-bg):not([data-found-count="0"]) + .section-accordion:not(.has-alt-bg):not([data-found-count="0"]),
.section-accordion.has-alt-bg:not([data-found-count="0"]) + .section-accordion.has-alt-bg:not([data-found-count="0"]),
.faq-search-active .section-accordion:not(.has-alt-bg):not(.faq-first-answer) {
  margin-top: -50px;
}
@media (min-width: 768px) {
  .section-accordion:not(.has-alt-bg):not([data-found-count="0"]) + .section-accordion:not(.has-alt-bg):not([data-found-count="0"]),
  .section-accordion.has-alt-bg:not([data-found-count="0"]) + .section-accordion.has-alt-bg:not([data-found-count="0"]),
  .faq-search-active .section-accordion:not(.has-alt-bg):not(.faq-first-answer) {
    margin-top: -100px;
  }
}
.section-accordion:not(.has-alt-bg):not([data-found-count="0"]) + .section-accordion:not(.has-alt-bg):not([data-found-count="0"]) .section-spacing,
.section-accordion.has-alt-bg:not([data-found-count="0"]) + .section-accordion.has-alt-bg:not([data-found-count="0"]) .section-spacing,
.faq-search-active .section-accordion:not(.has-alt-bg):not(.faq-first-answer) .section-spacing {
  padding-top: 0;
}
.section-accordion:not(.has-alt-bg):not([data-found-count="0"]) + .section-accordion:not(.has-alt-bg):not([data-found-count="0"]) .accordion-container:not(.no-title),
.section-accordion.has-alt-bg:not([data-found-count="0"]) + .section-accordion.has-alt-bg:not([data-found-count="0"]) .accordion-container:not(.no-title),
.faq-search-active .section-accordion:not(.has-alt-bg):not(.faq-first-answer) .accordion-container:not(.no-title) {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .section-accordion:not(.has-alt-bg):not([data-found-count="0"]) + .section-accordion:not(.has-alt-bg):not([data-found-count="0"]) .accordion-container:not(.no-title),
  .section-accordion.has-alt-bg:not([data-found-count="0"]) + .section-accordion.has-alt-bg:not([data-found-count="0"]) .accordion-container:not(.no-title),
  .faq-search-active .section-accordion:not(.has-alt-bg):not(.faq-first-answer) .accordion-container:not(.no-title) {
    padding-top: 70px;
  }
}

.section-accordion .section-heading {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .section-accordion .section-heading {
    margin-bottom: 15px;
  }
}
.section-accordion.has-alt-bg .cc-accordion-item {
  border-color: #000000;
}
.section-accordion.has-alt-bg .cc-icon {
  fill: #000000;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: flex;
}
.marquee .image-overlay, .marquee .rimage-outer-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  color: currentColor;
}

.marquee-text {
  display: inline-block;
  padding-right: 0.2em;
  will-change: transform;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-text {
    animation: none;
    width: auto;
    display: block;
    text-align: center;
    white-space: normal;
  }
}

.marquee--animate .marquee-text {
  animation: marquee var(--duration) linear infinite;
}

.marquee--right .marquee-text {
  animation-direction: reverse;
}

.marquee--spaced .marquee-text {
  padding-right: 1em;
}

.marquee--heading-font .marquee-text {
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.marquee--overlay-color .marquee-text {
  color: #ffffff;
}

@supports (-webkit-text-stroke: 0.01em currentColor) {
  .marquee--stencil .marquee-text, .marquee--stencil-this {
    -webkit-text-stroke: 0.01em currentColor;
    -webkit-text-fill-color: transparent;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.sharing {
  margin: 15px 0;
  overflow: hidden;
}
.sharing .sharing-label {
  display: none;
}
.sharing ul {
  margin: 0 -1em;
}
.sharing ul li {
  margin: 0 1em !important;
}
.sharing ul li svg {
  width: 17px;
  height: 17px;
}
.sharing ul li svg, .sharing ul li svg g {
  fill: #6f6f6f !important;
}

.sharing-list {
  padding: 0;
  margin: 0;
}

.social-icons .div {
  vertical-align: middle;
  margin: 0 2px;
}
.social-icons a {
  margin: 0 0.5em;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 100px;
  opacity: 0.75;
  -webkit-transition: color 150ms;
  -ms-transition: color 150ms;
  -moz-transition: color 150ms;
  -o-transition: color 150ms;
  transition: color 150ms;
}
.social-icons a:hover {
  opacity: 1;
}
.social-icons a span {
  display: none;
}
.social-icons a svg {
  width: 20px;
  height: 20px;
}
.social-icons a svg, .social-icons a svg g {
  fill: #000000;
}
.social-icons.size-large a {
  font-size: 22px;
  line-height: 1em;
}

.social-links .social-links__list {
  padding: 0;
}
.social-links li {
  list-style: none;
  display: inline-block;
  margin-left: 1em;
  opacity: 0.75;
}
.social-links li:first-child {
  margin-left: 0;
}
.social-links li:hover {
  opacity: 1;
}
.social-links svg {
  fill: #000000;
  width: 20px;
  height: 20px;
}
.social-links svg g {
  fill: #000000;
}
.social-links img {
  height: 20px;
  width: auto;
  vertical-align: middle;
}

.product-list {
  zoom: 1;
  text-align: center;
}
.product-list::before {
  content: "";
  display: table;
}
.product-list::after {
  content: "";
  display: table;
  clear: both;
}
.product-list .product-block, .product-list .collection-block {
  margin-top: 30px;
  max-width: 100%;
  vertical-align: top;
}
@media (min-width: 768px) {
  .product-list .product-block, .product-list .collection-block {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .product-list.grid--uniform .product-block, .product-list.grid--uniform .collection-block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .product-list .swiper-button-next, .product-list .swiper-button-prev {
    display: none;
  }
}

.product-list .product-block:not(.collection-block) .rimage__image, .product-list .collection-block:not(.collection-block) .rimage__image {
  display: inline-block;
}


.product-list .product-block:not(.collection-block) .image, .product-list .collection-block:not(.collection-block) .image {
  height: 0;
  padding-top: 100%;
  position: relative;
  background-color: rgba(0,0,0,0);
}
.product-list .product-block:not(.collection-block) .image .image-inner, .product-list .collection-block:not(.collection-block) .image .image-inner,
.product-list .product-block:not(.collection-block) .image .placeholder-image,
.product-list .collection-block:not(.collection-block) .image .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.product-list .product-block:not(.collection-block) .image .image__first, .product-list .collection-block:not(.collection-block) .image .image__first,
.product-list .product-block:not(.collection-block) .image .rimage-outer-wrapper,
.product-list .collection-block:not(.collection-block) .image .rimage-outer-wrapper,
.product-list .product-block:not(.collection-block) .image .rimage-wrapper,
.product-list .collection-block:not(.collection-block) .image .rimage-wrapper {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
}
.product-list .product-block:not(.collection-block) .image .rimage__image, .product-list .collection-block:not(.collection-block) .image .rimage__image {
  position: static;
  height: 100%;width: 100%;}
.product-list .product-block:not(.collection-block) .image .image__first, .product-list .collection-block:not(.collection-block) .image .image__first {
  min-height: 0 !important;
}
.product-list .product-block:not(.collection-block) .image .rimage-outer-wrapper, .product-list .collection-block:not(.collection-block) .image .rimage-outer-wrapper {
  max-width: none !important;
}
.product-list .product-block:not(.collection-block) .image .rimage-wrapper, .product-list .collection-block:not(.collection-block) .image .rimage-wrapper,
.product-list .product-block:not(.collection-block) .image .placeholder-image,
.product-list .collection-block:not(.collection-block) .image .placeholder-image {
  padding: 0 !important;
}



.product-list .collection-block .image {
  height: 0;
  padding-top: 100%;
  position: relative;
}
.product-list .collection-block .image .image-inner,
.product-list .collection-block .image .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.product-list .collection-block .image .image__first,
.product-list .collection-block .image .rimage-outer-wrapper,
.product-list .collection-block .image .rimage-wrapper,
.product-list .collection-block .image .rimage__image {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product-list .collection-block .image .rimage__image {
  object-fit: cover;
  object-position: center center;
}
.product-list .collection-block .image .image__first {
  min-height: 0 !important;
}
.product-list .collection-block .image .rimage-outer-wrapper {
  max-width: none !important;
}
.product-list .collection-block .image .rimage-wrapper,
.product-list .collection-block .image .placeholder-image {
  padding: 0 !important;
}


.product-list-small-title {
  margin-bottom: -20px;
}

.thumbnail__badge {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  pointer-events: none;
}
.thumbnail__badge .icon {
  fill: #ffffff;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}
.thumbnail__badge .icon .icon-3d-badge-full-color-outline,
.thumbnail__badge .icon .icon-video-badge-full-color-outline {
  stroke: rgba(0, 0, 0, 0.05);
}
.thumbnail__badge .icon .icon-3d-badge-full-color-element,
.thumbnail__badge .icon .icon-video-badge-full-color-element {
  fill: #000000;
}
@media only screen and (min-width: 750px) {
  .thumbnail__badge .product-single__thumbnail-badge {
    width: 26px;
    height: 26px;
  }
}

.plyr.plyr--full-ui.plyr--video {
  color: #000000;
  background-color: transparent;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.plyr.plyr--full-ui.plyr--video .plyr__poster,
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
}
.plyr.plyr--full-ui.plyr--video:fullscreen video {
  height: 100%;
  width: 100%;
}
.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.05);
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(0, 0, 0, 0.55);
}
.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.05);
}
.plyr.plyr--full-ui.plyr--video .plyr__controls .plyr__control:hover,
.plyr.plyr--full-ui.plyr--video .plyr__controls .plyr__control.focus-visible,
.plyr.plyr--full-ui.plyr--video .plyr__controls .plyr__controls__item:hover,
.plyr.plyr--full-ui.plyr--video .plyr__controls .plyr__controls__item.focus-visible {
  color: #000000;
}
.plyr.plyr--full-ui.plyr--video .plyr__controls .plyr__control:focus {
  z-index: 1;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:focus {
  outline: none;
  border: 1px solid #000000;
  border-radius: 0;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
  background-color: rgba(0, 0, 0, 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
  background-color: rgba(0, 0, 0, 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: #000000;
  color: #ffffff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: #000000;
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.6) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 75%, transparent 75%, transparent);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
  color: #ffffff;
  position: relative;
  top: -5px;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:focus {
  outline: none;
  border: 1px solid #fff;
  border-radius: 0;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #000000;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 #000000;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #000000;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track, .plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: rgba(0, 0, 0, 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}

.cc-announcement {
  background-color: #f8f3f0;
  color: #9d6e69;
  position: relative;
  text-align: center;
  transition: max-height 1s, opacity 0.5s, visibility 0.5s;
}
#site-control.fixed .cc-announcement {
  overflow: hidden;
  max-height: 200px;
}
#site-control.announcement-hidden .cc-announcement {
  max-height: 0;
  transition: max-height 0.5s;
}
.cc-announcement .cc-announcement__inner {
  padding: 0.7em;
}
@media (max-width: 767px) {
  .cc-announcement .cc-announcement__inner {
    line-height: 1.2em;
    max-height: 4.7em;
    overflow: auto;
  }
}
.cc-announcement a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: background 100ms;
}
.cc-announcement a:hover {
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}

.product-block, .collection-block {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s, transform 0.5s;
}
.product-block.pre-trans, .pre-trans.collection-block {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.product-block .image, .collection-block .image {
  position: relative;
}
.product-block .image .image-inner, .collection-block .image .image-inner {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-block .image .image-inner, .collection-block .image .image-inner {
    outline: none;
  }
}
.product-block .image .image-inner::after, .collection-block .image .image-inner::after {
  content: " ";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 25, 25, 0.1);
  opacity: 0;
  box-shadow: inset 0 0 0px rgba(30, 25, 25, 0.1);
  transition: opacity 0.4s, box-shadow 0.5s;
}
@media (min-width: 1025px) {
  .product-block.product-block--marquee-on-hover:hover .product-label.product-label--marquee, .product-block--marquee-on-hover.collection-block:hover .product-label.product-label--marquee {
    transition: left 30s linear, opacity 250ms;
    left: -500%;
  }
}
.product-block.product-block--quickbuy .cc-quick-buy-btn-container, .product-block--quickbuy.collection-block .cc-quick-buy-btn-container {
  position: relative;
}
.product-block.product-block--quickbuy .cc-quick-buy-btn, .product-block--quickbuy.collection-block .cc-quick-buy-btn {
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  z-index: 2;
  opacity: 0;
  transform: translateY(-5px);
  visibility: hidden;
  will-change: opacity, visibility, transform;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s, color 0.3s, background-color 0.3s, border-color 0.3s;
  margin-top: 10px;
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
html.touch .product-block.product-block--quickbuy .cc-quick-buy-btn, html.touch .product-block--quickbuy.collection-block .cc-quick-buy-btn {
  display: none;
}
@media (max-width: 767px) {
  .product-block.product-block--quickbuy .cc-quick-buy-btn, .product-block--quickbuy.collection-block .cc-quick-buy-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .product-block.product-block--quickbuy .cc-quick-buy-btn, .product-block--quickbuy.collection-block .cc-quick-buy-btn {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .product-block.product-block--quickbuy .cc-quick-buy-btn:hover, .product-block--quickbuy.collection-block .cc-quick-buy-btn:hover {
    border-color: #000000;
    background-color: #000000;
    color: #000000;
  }
}
.product-block.product-block--quickbuy.product-block--has-swatches .cc-quick-buy-btn, .product-block--quickbuy.product-block--has-swatches.collection-block .cc-quick-buy-btn {
  margin-top: 12px;
}
.use-alt-bg .product-block.product-block--quickbuy .cc-quick-buy-btn, .use-alt-bg .product-block--quickbuy.collection-block .cc-quick-buy-btn, .product-recommendations-container .product-block.product-block--quickbuy .cc-quick-buy-btn, .product-recommendations-container .product-block--quickbuy.collection-block .cc-quick-buy-btn {
  border-color: #000000;
  color: #000000;
}
.use-alt-bg .product-block.product-block--quickbuy .cc-quick-buy-btn:hover, .use-alt-bg .product-block--quickbuy.collection-block .cc-quick-buy-btn:hover, .product-recommendations-container .product-block.product-block--quickbuy .cc-quick-buy-btn:hover, .product-recommendations-container .product-block--quickbuy.collection-block .cc-quick-buy-btn:hover {
  background-color: #000000 !important;
  color: #f8f3f0;
}
@media (min-width: 768px) {
  html:not(.touch) .product-block.product-block--quickbuy:hover .cc-quick-buy-btn, html:not(.touch) .product-block--quickbuy.collection-block:hover .cc-quick-buy-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  html:not(.touch) .product-block.product-block--quickbuy:hover:not(.hover-info) .caption, html:not(.touch) .product-block--quickbuy.collection-block:hover:not(.hover-info) .caption, html:not(.touch) .product-block.product-block--quickbuy:hover:not(.hover-info) .themed-product-reviews, html:not(.touch) .product-block--quickbuy.collection-block:hover:not(.hover-info) .themed-product-reviews {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .product-block.product-block--video .product-block__inner:hover .product-label:not(.product-label--marquee), .product-block--video.collection-block .product-block__inner:hover .product-label:not(.product-label--marquee) {
    opacity: 0;
  }
}
.product-block .section-background-video .video-container--background video, .collection-block .section-background-video .video-container--background video {
  position: static;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.product-block .product-label:not(.product-label--marquee), .collection-block .product-label:not(.product-label--marquee) {
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
  z-index: 1;
}
@media (min-width: 1200px) {
  .product-block .product-label:not(.product-label--marquee), .collection-block .product-label:not(.product-label--marquee) {
    top: 20px;
    left: 20px;
  }
}
.product-block.layout-right .product-label, .layout-right.collection-block .product-label {
  left: auto;
  right: 30px;
}
.product-block .caption, .collection-block .caption {
  text-align: left;
}
.product-block .caption, .collection-block .caption, .product-block .themed-product-reviews, .collection-block .themed-product-reviews {
  transition: color 150ms, background-color 150ms, opacity 0.4s, visibility 0.4s;
}
.product-block .title, .collection-block .title, .product-block .vendor, .collection-block .vendor, .product-block .price, .collection-block .price {
  line-height: 1.6em;

}
.product-block .title, .collection-block .title {
  display: block;
  margin: 0;
  padding: 12px 0 0;
}
.product-block .vendor, .collection-block .vendor {
  display: block;
  margin: 0;
  padding: 5px 0;
}
.product-block .price, .collection-block .price {
  display: block;
  text-align: left;
  padding: 6px 0 0;
}
.product-block .price.collection-count, .collection-block .price.collection-count {
  text-align: center;
}
.product-block .themed-product-reviews, .collection-block .themed-product-reviews {
  text-align: left;
  display: block;
  margin-top: 0.2em;
}
.product-block .themed-product-reviews [data-rating="0.0"], .collection-block .themed-product-reviews [data-rating="0.0"] {
  display: none;
}
.product-block .unit-price, .collection-block .unit-price {
  margin-top: 5px;
}
.product-block[data-product-images] .image__first, [data-product-images].collection-block .image__first {
  position: relative;
  z-index: 1;
}
.product-block[data-product-images] .image__first.-out, [data-product-images].collection-block .image__first.-out {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.3s;
}
.product-block .image__first, .collection-block .image__first, .product-block .image__second, .collection-block .image__second {
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s, visibility 0.5s;
}
.product-block .product-marquee, .collection-block .product-marquee {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2em;
  overflow: hidden;
  z-index: 2;
}
.product-block .image__second, .collection-block .image__second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: calc(100% + 0.5px);
  height: calc(100% + 0.5px);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  display: none;
}
@media (min-width: 768px) {
  .product-block .image__second, .collection-block .image__second {
    display: block;
  }
}
.product-block .image__second .rimage-outer-wrapper, .collection-block .image__second .rimage-outer-wrapper,
.product-block .image__second .rimage-wrapper,
.collection-block .image__second .rimage-wrapper {
  height: 100%;
  width: 100%;
  max-width: none !important;
}
.product-block .image__second .rimage-wrapper, .collection-block .image__second .rimage-wrapper {
  padding: 0 !important;
}
.product-block .rimage__image, .collection-block .rimage__image {
  object-fit: cover;
  object-position: center center;
}

  .product-block.hover-info .price, .hover-info.collection-block .price, .product-block.hover-info .caption, .hover-info.collection-block .caption {
    text-align: center;
  }


.product-block.hover-info .caption.upper, .hover-info.collection-block .caption.upper {
    position: absolute;
    z-index: 5;
    left: 10px;
    right: 10px;
    opacity: 0;
    top: 50%;
    color: #ffffff;
    font-size: 1.25rem;
    max-width: 80%;
    margin: 0 auto;
  }
  .product-block.hover-info .caption.upper .title, .hover-info.collection-block .caption.upper .title, .product-block.hover-info .caption.upper .price, .hover-info.collection-block .caption.upper .price, .product-block.hover-info .caption.upper .vendor, .hover-info.collection-block .caption.upper .vendor {
    color: inherit;
  }
  .product-block.hover-info .caption.upper .title, .hover-info.collection-block .caption.upper .title {
    line-height: 1.25em;
    margin-bottom: 0.2em;
    max-height: 12em;
    overflow: hidden;
  }
  .product-block.hover-info .caption.upper .vendor, .hover-info.collection-block .caption.upper .vendor {
    opacity: .5!important;
font-size:.8em!important;
  }
  .product-block.hover-info .caption.upper .price, .hover-info.collection-block .caption.upper .price {
    margin-top: 1em;
  }
  .product-block.hover-info .caption.upper .collection-count, .hover-info.collection-block .caption.upper .collection-count {
    margin-top: 0.5em;
  }
  .product-block.hover-info .themed-product-reviews, .hover-info.collection-block .themed-product-reviews {
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    z-index: 5;
  }
.product-block .placeholder-image, .collection-block .placeholder-image {
  width: 800px;
  max-width: 100%;
}


@media (min-width: 1025px) {
  .product-block.hover-info .caption.upper, .hover-info.collection-block .caption.upper {
    position: absolute;
    z-index: 5;
    left: 10px;
    right: 10px;
    opacity: 0;
    transition: opacity 0.4s, transform 0.3s;
    top: 50%;
    transform: translateY(-50%) scale(1.07);
    color: #ffffff;
    font-size: 1.25rem;
    max-width: 80%;
    margin: 0 auto;
  }
  .product-block.hover-info .caption.upper .title, .hover-info.collection-block .caption.upper .title, .product-block.hover-info .caption.upper .price, .hover-info.collection-block .caption.upper .price, .product-block.hover-info .caption.upper .vendor, .hover-info.collection-block .caption.upper .vendor {
    color: inherit;
  }
  .product-block.hover-info .caption.upper .title, .hover-info.collection-block .caption.upper .title {
    line-height: 1.25em;
    margin-bottom: 0.2em;
    max-height: 12em;
    overflow: hidden;
  }
  .product-block.hover-info .caption.upper .vendor, .hover-info.collection-block .caption.upper .vendor {
    opacity: .5!important;
font-size:.8em!important;
  }
  .product-block.hover-info .caption.upper .price, .hover-info.collection-block .caption.upper .price {
    margin-top: 1em;
  }
  .product-block.hover-info .caption.upper .collection-count, .hover-info.collection-block .caption.upper .collection-count {
    margin-top: 0.5em;
  }
  .product-block.hover-info .themed-product-reviews, .hover-info.collection-block .themed-product-reviews {
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s, transform 0.3s;
    transform: translateY(20px);
    color: #ffffff;
    z-index: 5;
  }
  .product-block .caption, .collection-block .caption {
    text-align: left;
  }
  .product-block .caption.upper, .collection-block .caption.upper {
    display: inline-block;
    width: 100%;
  }
  .user-is-tabbing .product-block .caption.upper:focus, .user-is-tabbing .collection-block .caption.upper:focus {
    box-shadow: 0 0 0 1px #1f61cc inset;
    outline: none;
  }
  .product-block:hover.hover-info .caption.upper, .collection-block:hover.hover-info .caption.upper, .user-is-tabbing .product-block.hover-info .caption.upper, .user-is-tabbing .hover-info.collection-block .caption.upper {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
  .product-block:hover.hover-info .image .image-inner:after, .collection-block:hover.hover-info .image .image-inner:after, .user-is-tabbing .product-block.hover-info .image .image-inner:after, .user-is-tabbing .hover-info.collection-block .image .image-inner:after {
    opacity: 0.9;
  }
  .product-block:hover.hover-info .image-inner:after, .collection-block:hover.hover-info .image-inner:after, .user-is-tabbing .product-block.hover-info .image-inner:after, .user-is-tabbing .hover-info.collection-block .image-inner:after {
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.5);
  }
  .product-block:hover.hover-info .themed-product-reviews, .collection-block:hover.hover-info .themed-product-reviews, .user-is-tabbing .product-block.hover-info .themed-product-reviews, .user-is-tabbing .hover-info.collection-block .themed-product-reviews {
    opacity: 1;
    transform: translateY(0);
  }
  .product-block:hover.hover-image .image--hover-second .image__first, .collection-block:hover.hover-image .image--hover-second .image__first, .user-is-tabbing .product-block.hover-image .image--hover-second .image__first, .user-is-tabbing .hover-image.collection-block .image--hover-second .image__first {
    transform: scale(1);
    opacity: 0;
    transition-delay: 0.1s;
  }
  .product-block:hover.hover-image .image--hover-second .image__second, .collection-block:hover.hover-image .image--hover-second .image__second, .user-is-tabbing .product-block.hover-image .image--hover-second .image__second, .user-is-tabbing .hover-image.collection-block .image--hover-second .image__second {
    opacity: 1;
    /* transform: scale(1); */
  }
}
.product-block .placeholder-image, .collection-block .placeholder-image {
  width: 800px;
  max-width: 100%;
}
  
@media screen and (max-width: 1024px) {
  .product-block.hover-info .upper .title, .hover-info.collection-block .upper .title, .product-block.hover-info .price, .hover-info.collection-block .price {
    display: block;
    position: static;
    opacity: 1;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .product-block.hover-info .vendor, .hover-info.collection-block .vendor {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product-block.hover-info .upper .title, .hover-info.collection-block .upper .title, .product-block.hover-info:hover .upper .title {
    margin: 10px 0 6px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .product-block.hover-info .upper .title .title, .hover-info.collection-block .upper .title .title, .product-block.hover-info:hover .upper .title .title {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .product-block.hover-info .price, .hover-info.collection-block .price, .product-block.hover-info:hover .price {
    margin: 0 0 10px;
  }
}
.product-block .product-block--slide, .collection-block .product-block--slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  transition-delay: 0.3s;
}
.product-block .product-block--slide.-in, .collection-block .product-block--slide.-in {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  z-index: 1;
}
.product-block.all-images .image, .all-images.collection-block .image {
  overflow: hidden;
}
.product-block.all-images .loading-bar, .all-images.collection-block .loading-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  z-index: 1;
  width: 0;
  background-color: #000000;
  opacity: 1;
  will-change: width;
  transition: width 1s linear, opacity 0.3s;
}
.product-block.all-images .loading-bar.-in, .all-images.collection-block .loading-bar.-in {
  width: 100%;
  opacity: 1;
}

.product-block__inner {
  position: relative;
  transform: translateZ(0);
}

.collection-block .caption.upper {
  text-align: center;
}
@media (max-width: 1024px) {
  .collection-block .caption.upper .title {
    font-size: 14px;
  }
}
.collection-block .caption.upper .button {
  display: none;
}
.collection-block .product-block__inner {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .collection-block.hover-info .image {
    will-change: transform;
    transition: transform 0.6s ease-out;
  }
  .collection-block.hover-info .image-inner::after {
    opacity: 1;
    box-shadow: none;
  }
  .collection-block.hover-info .caption.upper {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
    transition: transform 0.5s;
    will-change: transform;
  }
  .collection-block.hover-info .caption.upper .title {
    word-break: break-word;
    font-weight: 400;
    font-style: normal;
    font-family: Jost, sans-serif;
  }
  .collection-block.hover-info .caption.upper .collection-count {
    transition: color 0.4s;
    color: transparent;
    top: -10px;
    position: relative;
  }
  .collection-block.hover-info .caption.upper .button {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 16px;
    transform: translate3d(-50%, 110%, 0);
    opacity: 0;
    transition: opacity 0.6s;
    border-color: transparent;
    pointer-events: none;
  }
  .collection-block.hover-info:hover .image, .user-is-tabbing .collection-block.hover-info .image {
    transform: scale(1);
  }
  .collection-block.hover-info:hover .image-inner::after, .user-is-tabbing .collection-block.hover-info .image-inner::after {
    opacity: 0.3 !important;
  }
  .collection-block.hover-info:hover .caption.upper, .user-is-tabbing .collection-block.hover-info .caption.upper {
    transform: translate3d(0, -100%, 0);
  }
  .collection-block.hover-info:hover .caption.upper .collection-count, .user-is-tabbing .collection-block.hover-info .caption.upper .collection-count {
    color: #ffffff;
  }
  .collection-block.hover-info:hover .caption.upper .button, .user-is-tabbing .collection-block.hover-info .caption.upper .button {
    opacity: 1;
  }
}

.localization {
  text-align: center;
  margin-top: 50px;
}
.localization .selectors-form__item {
  display: inline-block;
  margin: 15px 7px;
}

.disclosure {
  position: relative;
}
.disclosure .disclosure__toggle {
  padding: 0 45px 0 0;
  position: relative;
  letter-spacing: normal;
  background: transparent;
  border: none;
  color: currentColor;
}
.disclosure .disclosure__toggle:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: currentColor !important;
}
.disclosure .disclosure__toggle:hover svg {
  fill: currentColor !important;
}
.disclosure .disclosure__toggle-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  margin-top: 3px;
}
.disclosure .disclosure__toggle-arrow svg {
  fill: currentColor;
  width: 17px;
  height: 17px;
}
.disclosure .disclosure-list {
  background-color: #ffffff;
  color: #000000;
  bottom: 140%;
  padding: 11px 0px;
  position: absolute;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility, transform;
  min-height: 60px;
  max-height: 50vh;
  overflow-y: auto;
  margin: 0;
  z-index: 5;
  box-shadow: 0px 0px 4px 2px rgba(180, 180, 180, 0.5);
  border: none;
}
@media (max-width: 767px) {
  .disclosure .disclosure-list {
    max-width: calc(100vw - 80px);
  }
}
.disclosure .disclosure-list:focus {
  outline: none;
}
.disclosure .disclosure-list.disclosure-list--visible {
  opacity: 1;
  visibility: visible;
}
.disclosure .disclosure-list .disclosure-list__item {
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 18px;
  text-align: left;
}
.disclosure .disclosure-list .disclosure-list__item a {
  font-weight: normal;
  font-family: Jost, sans-serif;
}
.disclosure .disclosure-list .disclosure-list__option:focus, .disclosure .disclosure-list .disclosure-list__option:hover {
  color: #000000;
}
.disclosure .disclosure-list .disclosure-list__item--current .disclosure-list__option {
  text-decoration: underline;
}

.original-selector {
  display: none;
}

.no-js .option-selectors {
  display: none;
}

.no-js .original-selector {
  display: inline;
}

.product-detail__form__description p:not(.sku):first-of-type {
  margin-top: 0;
}

.error-message {
  display: none;
  border: 1px solid #d32d2d;
  background-color: #fff5f5;
  border-radius: 50px;
  padding: 0.2em 3em;
  font-size: 14px;
  text-align: left;
  color: #d32d2d;
  margin-top: 1em;
  margin-bottom: 1em;
}

.cart-item .error-message {
  opacity: 0;
  max-width: 432px;
  margin: 1em auto;
  width: 100%;
}

.product-detail__form__options,
.product-detail__custom-option {
  text-align: left;
}
.product-detail__form__options label, .product-detail__form__options .sharing-label,
.product-detail__custom-option label,
.product-detail__custom-option .sharing-label {
  margin-top: 0;
  text-transform: none;
}
.product-detail__form__options .option-selectors .pretty-select, .product-detail__form__options .option-selectors .disclosure .disclosure__toggle, .disclosure .product-detail__form__options .option-selectors .disclosure__toggle,
.product-detail__custom-option .option-selectors .pretty-select,
.product-detail__custom-option .option-selectors .disclosure .disclosure__toggle,
.disclosure .product-detail__custom-option .option-selectors .disclosure__toggle {
  width: 100%;
}
.product-detail__form__options .option-selectors .selector-wrapper,
.product-detail__custom-option .option-selectors .selector-wrapper {
  margin: 2em 0 1em;
}
.product-detail__form__options .option-selectors .selector-wrapper.has-pretty-select,
.product-detail__custom-option .option-selectors .selector-wrapper.has-pretty-select {
  margin-top: 1em;
}
.product-detail__form__options .option-selectors .selector-wrapper:first-child,
.product-detail__custom-option .option-selectors .selector-wrapper:first-child {
  margin-top: 0;
}
.product-detail__form__options .option-selectors .selector-wrapper:last-child,
.product-detail__custom-option .option-selectors .selector-wrapper:last-child {
  margin-bottom: 10;
}
@media (max-width: 767px) {
  .product-detail__form__options .option-selectors.options-2 .selector-wrapper,
  .product-detail__custom-option .option-selectors.options-2 .selector-wrapper {
    width: auto;
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .product-detail__form__options .option-selectors.options-3 .selector-wrapper,
  .product-detail__custom-option .option-selectors.options-3 .selector-wrapper {
    width: auto;
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .product-detail__form__options .option-selectors .selector-wrapper,
  .product-detail__custom-option .option-selectors .selector-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  .product-detail__form__options,
  .product-detail__custom-option {
    zoom: 1;
    float: none;
    width: auto;
  }
  .product-detail__form__options::before,
  .product-detail__custom-option::before {
    content: "";
    display: table;
  }
  .product-detail__form__options::after,
  .product-detail__custom-option::after {
    content: "";
    display: table;
    clear: both;
  }
}

.product-detail__form__options label, .product-detail__form__options .sharing-label {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .product-detail__form__options--with-quantity .quantity-wrapper,
  .product-detail__form__options--with-quantity .option-selectors {
    float: none;
    text-align: center;
    margin: 0 0 10px 0;
    clear: both;
  }
  .product-detail__form__options--with-quantity .option-selectors {
    width: auto;
    margin: 0 auto 20px;
  }
  .product-detail__form__options--with-quantity .selector-wrapper.single-option {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .product-detail__form__options--with-quantity {
    display: flex;
    flex-wrap: wrap;
  }
  .product-detail__form__options--with-quantity .quantity-wrapper {
    width: 150px;
    margin-bottom: 0;
    margin-right: 0px;
    flex-basis: 110px;
  }
  .product-detail__form__options--with-quantity > button {
    flex: 1;
  }
  .product-detail__form__options--with-quantity .shopify-payment-button {
    width: 100%;
  }
}

.selector-wrapper.single-option label, .selector-wrapper.single-option .sharing-label {
  display: inline-block;
}

@media (max-width: 960px) {
  .product-detail__form__options--no-options .quantity-wrapper {
    float: none;
    margin: 0 auto 20px;
  }
}
.cc-animate-enabled .section-product-template,
.section-product-template {
  overflow: unset;
}

.quantity-wrapper {
  position: relative;
  width: 120px;
  border: 1px solid #bbb;
  color: #f8f3f0;
  text-align: center;
  white-space: nowrap;
  margin: 0 0 10px 0;
}
.quantity-wrapper a {
  z-index: 1;
  line-height: 44px;
  width: 44px;
  height: 44px;
  font-weight: 500;
  text-align: center;
  left: 3px;
  padding: 0 0 0 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  font-size: 17px;
  font-family: Tahoma;
}
.quantity-wrapper a[data-quantity=up] {
  margin-top: -1px;
  left: auto;
  right: 0;
  padding: 0 5px 0 0;
}
.quantity-wrapper a[data-quantity=down] {
  margin-top: -2px;
  font-size: 20px;
}
.quantity-wrapper input {
  border: none;
  background: none;
  padding: 16px 30px;
 padding-top: 17px!Important;
  padding-left: 0;
  padding-right: 0;
  width: 32px;
  text-align: center;
  font-size: inherit;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  color: #000000;
  position: relative;
  font-weight: 400;
}
@media (min-width: 768px) {
  .quantity-wrapper input {
    padding: 18px 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .quantity-wrapper input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}

.product-detail__form__action button {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .product-detail__form__action {
    float: none;
    width: auto;
    text-align: left;
    clear: both;
    padding-top: 0;
  }
  .product-detail__form__action button {
    max-width: 100%;
  }
}

.backorder, .subscription-description {
  text-align: left;
  margin-top: 1em;
}
.other-products {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.other-products .other-products__products a {
  display: flex;
  align-items: center;
}
.other-products .other-products__products .next a {
  justify-content: flex-end;
}
.other-products .other-products__label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 20px;
  bottom: 20px;
  left: 50%;
  padding: 20px;
  text-align: center;
  transform: translateX(-50%);
  margin: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.other-products .other-products__label a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.other-products .other-products__link {
  display: flex;
  align-items: center;
  height: 100px;
}
.other-products .other-products__product {
  display: block;
  float: left;
  width: 50%;
}
.other-products .other-products__product.next {
  float: right;
  text-align: right;
}
.other-products .other-products__product.next .other-products__link {
  justify-content: flex-end;
}
.other-products .other-products__product__image {
  vertical-align: middle;
  max-width: 150px;
  max-height: 100%;
}
.other-products .other-products__product__image.previous {
  margin-right: 20px;
}
.other-products .other-products__product__image.next {
  margin-left: 20px;
}
.other-products .other-products__product__arrow {
  height: 100px;
  width: 30px;
  position: relative;
}
.other-products .other-products__product__arrow .arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.other-products .other-products__product__title {
  width: auto;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .other-products .other-products__product__arrow {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 900px) {
  .other-products .other-products__label {
    position: static;
    transform: none;
    display: block;
    margin: 0;
    width: auto;
  }
  .other-products .other-products__label::before, .other-products .other-products__label::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .other-products .other-products__link {
    height: auto;
  }
  .other-products .other-products__product {
    padding: 10px;
  }
  .other-products .other-products__product__image {
    display: none;
  }
  .other-products .other-products__product__title {
    width: auto;
    font-size: 1em;
    line-height: 1em;
  }
}

.product-area {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .product-area {
    margin-bottom: 100px;
    display: flex;
  }
}
.product-area.product-area--one-col {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-area.product-area--one-col .product-area__details__inner {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .product-area.product-area--two-col .product-area__details__inner:not(.cc-sticky-scroll-direction), .product-area.product-area--collage .product-area__details__inner:not(.cc-sticky-scroll-direction) {
    padding-bottom: 0 !important;
  }
}
.product-area [data-media-count="1"] .swiper-button-next, .product-area [data-media-count="1"] .swiper-button-prev, .product-area [data-media-count="1"] .swiper-pagination {
  display: none;
}
.product-area.product-area--carousel .product-media--video[data-video-type=external] {
  width: auto !important;
}
.product-area.product-area--carousel .product-media--video.product-media--host-vimeo {
  background-color: #000;
}
@media (min-width: 768px) {
  .product-area.product-area--carousel {
    margin-bottom: 0;
  }
  .product-area.product-area--carousel .product-area__media {
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: var(--nav-height);
  }
  .product-area.product-area--carousel .product-media, .product-area.product-area--carousel .rimage-wrapper, .product-area.product-area--carousel .rimage__image, .product-area.product-area--carousel .plyr, .product-area.product-area--carousel .plyr__video-wrapper, .product-area.product-area--carousel video, .product-area.product-area--carousel .plyr__poster,
  .product-area.product-area--carousel object, .product-area.product-area--carousel embed, .product-area.product-area--carousel model-viewer, .product-area.product-area--carousel .shopify-model-viewer-ui {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .product-area.product-area--carousel .product-media--video[data-video-type=external] {
    height: 100%;
    padding: 0 !important;
    width: 100% !important;
  }
  .product-area.product-area--carousel .product-media--video[data-video-type=external].product-media--host-vimeo .product-media--video-mask-bottom {
    bottom: 0;
  }
  .product-area.product-area--carousel .product-media--video[data-video-type=external].product-media--host-vimeo .product-media--video-mask-top {
    right: 0;
  }
  .product-area.product-area--carousel .product-media--video[data-video-type=external].product-media--host-vimeo .product-media--video-mask-right, .product-area.product-area--carousel .product-media--video[data-video-type=external].product-media--host-vimeo .product-media--video-mask-left {
    display: none;
  }
  .product-area.product-area--carousel .plyr__poster {
    background-size: cover;
  }
  .product-area.product-area--carousel .theme-gallery .rimage-wrapper {
    padding-top: 0 !important;
  }
  .product-area.product-area--carousel .theme-gallery[data-media-crop=top] .rimage__image, .product-area.product-area--carousel .theme-gallery[data-media-crop=top] .plyr__poster, .product-area.product-area--carousel .theme-gallery[data-media-crop=top] video {
    object-position: top;
  }
  .product-area.product-area--carousel .theme-gallery[data-media-crop=bottom] .rimage__image, .product-area.product-area--carousel .theme-gallery[data-media-crop=bottom] .plyr__poster, .product-area.product-area--carousel .theme-gallery[data-media-crop=bottom] video {
    object-position: bottom;
  }
  .product-area.product-area--carousel .theme-gallery .theme-images {
    height: calc(100vh - var(--nav-height));
  }
}
@media (min-width: 1200px) {
  .product-area.product-area--carousel [data-media-count="2"] .swiper-button-next, .product-area.product-area--carousel [data-media-count="2"] .swiper-button-prev, .product-area.product-area--carousel [data-media-count="2"] .swiper-pagination {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-transparent .product-area.product-area--carousel:not(.product-area--restrict-width) .product-area__media {
    top: 0;
  }
  .nav-transparent .product-area.product-area--carousel:not(.product-area--restrict-width) .theme-images {
    height: 100vh;
  }
}
.product-area .slick-prev:hover, .product-area .slick-prev:focus {
  transform: translate(-50%, 0) rotate(180deg);
}
.product-area .slick-next:hover, .product-area .slick-next:focus {
  transform: translate(-50%, 0);
}
.product-area .cc-tabs {
  margin-top: 0;
}
.product-area hr {
  height: 0;
}
.product-area hr.divider__line-false {
  visibility: hidden;
}
.product-area hr.divider__gap-above-none {
  margin-top: 0;
}
.product-area hr.divider__gap-above-small {
  margin-top: 8px;
}
.product-area hr.divider__gap-above-medium {
  margin-top: 16px;
}
.product-area hr.divider__gap-above-large {
  margin-top: 24px;
}
.product-area hr.divider__gap-below-none {
  margin-bottom: 0;
}
.product-area hr.divider__gap-below-small {
  margin-bottom: 8px;
}
.product-area hr.divider__gap-below-medium {
  margin-bottom: 16px;
}
.product-area hr.divider__gap-below-large {
  margin-bottom: 24px;
}
.product-area .product-detail__gap-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.product-area .store-availability-container-outer {
  margin-top: 24px;
  margin-bottom: 24px;
}
.product-area .product-detail__gap-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}
.product-area .product-detail__form__options--no-options {
  padding: 0;
}
.product-area .product-detail__form__options--no-options .selector-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
}
.product-area .product-area__text-block.feature-subheader, .product-area #comments .comment .product-area__text-block.comment-date, #comments .comment .product-area .product-area__text-block.comment-date {
  margin-bottom: 0;
}
.product-area .product-area__rich-text-block p {
  margin-top: 0;
}
.product-area .product-detail__trust-img {
  display: inline-flex;
  align-items: flex-end;
}
.product-area .product-detail__trust-img svg {
  fill: currentColor;
}
.product-area .product-detail__trust-icons {
  display: flex;
}
.product-area .product-detail__trust-icons + .product-detail__trust-icons {
  padding-top: 0;
}
.product-area .product-detail__trust-icon {
  padding: 0 8px;
  text-align: center;
  flex-basis: 25%;
  margin: 0;
}
.product-area .product-detail__trust-caption {
  padding-top: 0.25em;
  text-align: center;
  font-size: 0.875em;
}
.product-area .product-detail__trust-caption p {
  line-height: 1.3em;
}
.product-area .product-detail__trust-caption p:first-child {
  margin-top: 0;
}
.product-area .product-detail__trust-caption p:last-child {
  margin-bottom: 0;
}
.product-area .product-area__details__header {
  position: relative;
  padding: 10px 0 0 0;
  text-align: left;
}
@media (min-width: 768px) {
  .product-area .product-area__details__header {
    border-top: none;
    padding: 30px 0 0 0;
  }
}
@media (min-width: 768px) {
  .template-product #page-content .shopify-section:not(:nth-child(1)) .product-area .product-area__details__header {
    padding-top: 0px;
  }
}
@media (min-width: 1441px) {
  .template-product #page-content .shopify-section:not(:nth-child(1)) .product-area .product-area__details__header {
    padding-top: 00px;
  }
}
.product-area .vendor, .product-area .product-area__details__title, .product-area .price-area, .product-area .product-area__text-block {
  line-height: 1em;
  display: inline-block;
  width: 100%;
}
.product-area .product-area__text-block {
  line-height: 1.3em;
}
.product-area .clickyboxes {
  margin-bottom: -8px;
}
.product-area .product-area__details__title {
  text-align: left;
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 1.25em;
  padding-top: 0;
}
.product-area .price-area .current-price, .product-area .price-area .unit-price, .product-area .price-area .price {
  display: inline-block;
}
.product-area .price-area .current-price, .product-area .price-area .was-price, .product-area .price-area .price {
  font-size: 1.25em;
}
.product-area .price-area .was-price {
  margin-right: 0.4em;
}
.product-area .price-area .unit-price {
  padding-left: 0.5em;
}
.product-area .price-area .unit-price::before {
  content: "(";
}
.product-area .price-area .unit-price::after {
  content: ")";
}
.product-area .product-media .lazyload--placeholder {
  background: transparent;
}
.product-area .product-area__media {
  background-color: #ffffff;
  width: 100%;
}
.product-area .product-area__media .theme-img[aria-hidden=false] {
  animation: fadeIn 0.4s;
}
.product-area .product-area__media .theme-img[aria-hidden=true] {
  display: none;
}
.product-area .product-area__media .swiper-container.swiper-container-horizontal .swiper-slide[aria-hidden=true] {
  display: block;
}
@media (max-width: 767px) {
  .header-section-overlap:not(.nav-opaque) .product-area .product-area__media {
    margin-top: var(--nav-height);
  }
  .header-section-overlap:not(.nav-opaque) .section-featured-product .product-area .product-area__media {
    margin-top: 0;
  }
  .product-area .product-area__media .theme-img {
    height: auto;
  }
  .product-area .product-area__media .rimage-wrapper img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  .product-area .product-area__media .swiper-container:not(.swiper-container-horizontal) .theme-images,
  .product-area .product-area__media .swiper-container:not(.swiper-container-horizontal) .theme-img,
  .product-area .product-area__media .swiper-container:not(.swiper-container-horizontal) .theme-img .rimage__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .product-area .product-area__media .swiper-container:not(.swiper-container-horizontal) .theme-img:not(.theme-img-1), .no-js .product-area .product-area__media .theme-img:not(.theme-img-1) {
    display: none;
  }
}
.product-area .product-area__media [data-swiper-nav-style=dots] .swiper-button-prev,
.product-area .product-area__media [data-swiper-nav-style=dots] .swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .product-area .product-area__media {
    width: 50%;
  }
  .product-area .product-area__media .product-media .rimage-wrapper,
  .product-area .product-area__media .product-media .rimage-wrapper img,
  .product-area .product-area__media .product-media iframe {
    width: 100%;
  }
  .product-area .product-area__media .product-media iframe {
    height: auto;
  }
  .product-area .product-area__media .swiper-container:not(.swiper-container-horizontal) {
    height: auto !important;
  }
  .product-area .product-area__media .swiper-container:not(.swiper-container-horizontal) .swiper-button-prev,
  .product-area .product-area__media .swiper-container:not(.swiper-container-horizontal) .swiper-button-next,
  .product-area .product-area__media .swiper-container:not(.swiper-container-horizontal) .swiper-pagination-bullets {
    display: none;
  }
  .product-area .product-area__media .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper {
    transform: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .product-area .product-area__media .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper img {
    width: 100% !important;
    height: auto !important;
  }
  /* .theme-gallery .theme-images .theme-img:nth-child(5n + 1) {
    width: 100%;
    flex: 100%;
  } */
  .theme-gallery .theme-images .theme-img:nth-child(1),
  .theme-gallery .theme-images .theme-img:nth-last-child(1) {
    width: 100%;
    flex: 100%;
  }
  .theme-gallery .theme-images .theme-img {
    width: 100%;
    flex: 0 0 calc(50% - 10px);
    width: 50%;
  }
}
@media (min-width: 992px) {
  .product-area .product-area__media {
    width: calc(100% - 500px);
  }
  .product-area .product-area__media .theme-gallery[data-column-count="2"] {
    margin: 0 -7px;
  }
  .product-area .product-area__media .theme-gallery[data-column-count="2"] .product-media::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px;
    background-color: transparent;
    transition: background-color 0.2s;
  }
  .product-area .product-area__media .theme-gallery[data-column-count="2"] .product-media.product-media--active-variant::after {
    background-color: #000000;
  }
  .product-area .product-area__media .theme-gallery[data-column-count="2"] .theme-images {
    padding: 40px 0 0 0;
    background-color: #ffffff;
  }
  .product-area .product-area__media .theme-gallery[data-column-count="2"] .theme-images .theme-img--collage-full {
    margin: 0 7px 15px 7px;
  }
  .product-area .product-area__media .theme-gallery[data-column-count="2"] .theme-images .theme-img--collage-last {
    margin: 15px 7px 0 7px;
  }
  .product-area .product-area__media .theme-gallery[data-column-count="2"] .theme-images .media-column {
    vertical-align: top;
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    transition: height 0.3s;
  }
  .product-area .product-area__media .theme-gallery[data-column-count="2"] .theme-images .media-column .theme-img {
    margin-bottom: 15px;
  }
  .product-area .product-area__media .theme-gallery[data-column-count="2"] .theme-images .media-column .theme-img:last-child {
    margin-bottom: 0;
  }
  .product-area .product-area__media .theme-gallery[data-variant-image-grouping=true] .product-media--active-variant:after {
    display: none;
  }
  .product-area .product-area__media .theme-gallery[data-column-count="2"] .media-column {
    width: 50%;
  }
}
@media (min-width: 1441px) {
  .product-area .product-area__media {
    width: calc(100% - 600px);
  }
}
@media (min-width: 992px) {
  .product-area .product-area__media.multi-column {
    padding-left: 70px;
  }
}
@media (min-width: 1441px) {
  .product-area .product-area__media.multi-column {
    padding-left: 90px;
  }
}
.product-area .product-area__thumbs {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  width: 65px;
  left: 30px;
  top: calc(var(--nav-height) + 60px);
  padding-bottom: 65px;
}
.product-area .product-area__thumbs.cc-animate-complete {
  transition: none;
}
@media (min-width: 992px) {
  .product-area .product-area__thumbs {
    display: block;
  }
}
.product-area .product-area__thumbs .carousel-wrapper {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.product-area .product-area__thumbs__thumb {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.product-area .product-area__thumbs__thumb .rimage-outer-wrapper {
  width: 100%;
  height: auto;
}
.product-area .product-area__thumbs__thumb .rimage-outer-wrapper .rimage-wrapper > img {
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 0 2px 1px rgba(167, 167, 167, 0.6);
}
.product-area .product-area__thumbs__thumb a {
  display: inline-block;
  width: 100%;
  border: 1px solid transparent;
  outline: none;
  position: relative;
}
.product-area .product-area__thumbs__thumb a::after {
  content: "";
  transition: background-color 0.5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
.product-area .product-area__thumbs__thumb a:hover::after, .product-area .product-area__thumbs__thumb a.thumb-active::after {
  background-color: rgba(255, 255, 255, 0);
}
.product-area .product-area__thumbs__thumb a.focus-visible {
  outline: none;
  border: 1px solid #000000;
}
.product-area .product-area__details {
  text-align: center;
  z-index: 1;
  width: 100%;
  padding: 15px 15px 0;
  transition: height 0.3s;
}
@media (min-width: 768px) {
  .product-area .product-area__details {
    width: 50%;
  }
  .section-product-template .product-area .product-area__details .product-area__details__inner:not(.product-area__details__inner--not-sticky) {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--nav-height) + 20px);
  }
  .header-section-overlap:not(.nav-opaque) .product-area .product-area__details .product-area__details__inner--not-sticky {
    position: relative;
    top: var(--nav-height);
  }
}
@media (min-width: 992px) {
  .product-area .product-area__details {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.product-area .product-area__details .product-area__details__inner {
  width: 100%;
}
@media (min-width: 768px) {
  .product-area .product-area__details .product-area__details__inner {
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .header-section-overlap:not(.nav-opaque) .product-area .product-area__details .product-area__details__inner:not(.product-area__details__inner--not-sticky) {
    margin-top: var(--nav-height);
  }
  .section-featured-product .product-area .product-area__details .product-area__details__inner {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .product-area .product-area__details .product-area__details__inner {
    width: 500px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1441px) {
  .product-area .product-area__details .product-area__details__inner {
    width: 600px;
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 90px;
  }
}
.product-area .product-area__details .product-inventory-notice {
  text-align: left;
  font-style: italic;
  transition: visibility 0.4s, opacity 0.4s;
}
.product-area .product-area__details .product-inventory-notice.product-inventory-notice--no-inventory {
  visibility: hidden;
  opacity: 0;
}
.product-area .product-area__details .product-inventory-notice__indicator {
  height: 6px;
  margin-top: 3px;
  display: block;
  background-color: rgba(133, 133, 133, 0.2);
  border-radius: 4px;
  position: relative;
}
.product-area .product-area__details .product-inventory-notice__indicator span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  border-radius: inherit;
  transition: width 0.4s cubic-bezier(0, 0.14, 0.19, 1), background-color 0.4s;
}
.product-area .product-area__details .product-detail__title-and-price {
  float: right;
  width: 50%;
  text-align: left;
  padding: 0 26px;
}
.product-area .product-area__details .product-title {
  margin: 13px 0 0;
  text-align: left;
}
.product-area .product-area__details .unit-price {
  font-style: normal;
  color: #6f6f6f;
}
.product-area .product-area__details .product-detail__form__options label,
.product-area .product-area__details .has-clickyboxes label,
.product-area .product-area__details .sharing-label,
.product-area .product-area__details .product-detail__custom-option label,
.product-area .product-area__details .product-detail__custom-option-legend {
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0;
}
.product-area .product-area__details .product-detail__form__options .option-selectors label,
.product-area .product-area__details .product-detail__form__options .selector-wrapper label,
.product-area .product-area__details .product-detail__custom-option-legend,
.product-area .product-area__details .has-clickyboxes label,
.product-area .product-area__details .sharing-label {
  margin-bottom: 1em;
  font-weight: 600;
}
.product-area .product-area__details .product-detail__custom-option-legend {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.product-area .product-area__details .product-detail__form__options fieldset label, .product-area .product-area__details .product-detail__form__options fieldset .sharing-label {
  font-weight: normal !important;
  margin-bottom: 0 !important;
}
.product-area .product-area__details .product-detail__form__options legend {
  font-weight: 600;
}
.product-area .product-area__details .has-clickyboxes label, .product-area .product-area__details .has-clickyboxes .sharing-label {
  display: flex;
  justify-content: space-between;
}
.product-area .product-area__details .product-policies {
  font-style: italic;
}
.product-area .product-area__details .product-policies p {
  margin: 0;
}
.product-area .product-area__details .sku {
  font-size: 0.8em;
}
.product-area .product-area__details .sku.sku--no-sku {
  display: none;
}
.product-area .product-area__details .product-detail__tab-container {
  display: inline-block;
  width: 100%;
}
.product-area .product-area__details .sharing {
  margin: 0;
}
.product-area .product-area__details .product-detail__more_details {
  color: #6f6f6f;
  margin: 15px 0 25px;
}
@media (min-width: 1200px) {
  .product-area.product-area--restrict-width.product-area--carousel {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .product-area.product-area--restrict-width.product-area--carousel .product-area__details {
    padding: 0;
  }
  .product-area.product-area--restrict-width.product-area--carousel .product-area__details__inner {
    padding-bottom: 40px;
  }
  .product-area.product-area--restrict-width.product-area--carousel .product-media::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px;
    background-color: transparent;
    transition: background-color 0.2s;
  }
  .product-area.product-area--restrict-width.product-area--carousel .product-media.product-media--active-variant::after {
    background-color: #000000;
  }
}
.product-area .product-detail__more_details {
  display: none;
}
.product-area .product-detail__more_details a {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.product-area .product-area__link {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  display: inline-block;
}
.product-area .product-area__link:not(.button) {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.template-suffix-product-alternate .product-area .product-area__thumbs {
    display: none;
}
.product-area .product-area__media {
  position: relative;
}
.product-area__media .product-label {
    position: absolute;
    top: 0px;
    bottom: auto;

    z-index: 2;
    margin-bottom: 0;
}

.product-area__media .wish-list-label {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: space-between;
}
.product-area__media .plyr .plyr__controls {
  display: none;
}
@media (max-width: 767px) {
  .product-area .product-area__media ~ .product-area__details {
    padding-top: 0px;
  }
  .product-area .product-detail__title-and-price {
    float: none;
    width: auto;
    text-align: left;
  }
 
}
.product-area.product-area--restrict-width {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1130px) {
  .product-area.product-area--restrict-width.product-area--one-col {
    max-width: 1100px;
  }
  .product-area.product-area--restrict-width.product-area--one-col .product-area__media {
    padding-left: 90px;
  }
  .product-area.product-area--restrict-width.product-area--one-col .theme-images {
    padding-top: 10px;
    padding-bottom: 14px;
  }
  /* .product-area.product-area--restrict-width.product-area--one-col .product-media {
    margin-bottom: 26px;
  } */
  /* .product-area.product-area--restrict-width.product-area--one-col .theme-img:last-child .product-media {
    margin-bottom: 100px;
  } */
}
@media (min-width: 1441px) {
  .product-area.product-area--restrict-width.product-area--one-col .product-area__details__inner {
    width: 500px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
  }
  .product-area.product-area--restrict-width.product-area--one-col .product-area__media {
    width: calc(100% - 500px);
  }
}
@media (min-width: 1130px) {
  .product-area.product-area--restrict-width.product-area--one-col .product-area__thumbs {
    margin-left: -73px;
    top: calc(var(--nav-height) + 38px);
  }
  .product-area.product-area--restrict-width.product-area--one-col .product-area__thumbs .rimage-outer-wrapper .rimage-wrapper > img {
    box-shadow: none;
    border: none;
  }
  .product-area.product-area--restrict-width.product-area--one-col .product-area__thumbs .slick-prev {
    margin-top: 11px;
  }
}
.product-area.product-area--restrict-width.product-area--two-col, .product-area.product-area--restrict-width.product-area--collage {
  max-width: 1300px;
}
@media (min-width: 1200px) {
  .product-area.product-area--restrict-width.product-area--carousel {
    padding-left: 70px;
  }
  .product-area.product-area--restrict-width.product-area--carousel .product-area__media {
    top: calc(40px + var(--nav-height));
  }
  .product-area.product-area--restrict-width.product-area--carousel .theme-images {
    height: calc(100vh - 80px - var(--nav-height));
  }
}
@media (min-width: 1441px) {
  .product-area.product-area--restrict-width.product-area--carousel {
    padding-left: 90px;
  }
}
@media (min-width: 768px) {
  .product-area.product-area--restrict-width.product-area--carousel.product-area--loner {
    max-width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
  .product-area.product-area--restrict-width.product-area--carousel.product-area--loner .product-media--active-variant:after {
    display: none;
  }
}
.product-area .product-detail-accordion {
  margin-top: 10px;
  margin-bottom: 0px!important;
}
.product-area .product-detail-accordion + .product-detail-accordion {
  margin-top: 10px!important;
}

@media screen and (max-width: 480px) {
  .product-form .selector-wrapper.has-pretty-select {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#shopify-product-reviews {
  background: #ffffff;
  padding-top: 0;
  margin: 0 !important;
  padding-left: 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
#shopify-product-reviews .spr-container {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
#shopify-product-reviews .spr-header-title {
  font-size: 120%;
  line-height: 1.4em;
}
#shopify-product-reviews .spr-icon {
  font-size: 100%;
}
#shopify-product-reviews .spr-summary-actions-newreview {
  float: none;
  display: inline-block;
  margin-top: 0.5em;
}
#shopify-product-reviews .spr-review-header-title {
  text-align: left;
}
#shopify-product-reviews .spr-pagination-page {
  margin: 0 2px;
}
#shopify-product-reviews .spr-form-message-success:focus {
  outline: none;
}

/* Custom options */
.product-detail__custom-option .label__text-beside-input {
  vertical-align: middle;
}

.product-detail__custom-option input[type=checkbox] {
  margin-right: 3px;
}

.product-detail__custom-option .pretty-select, .product-detail__custom-option .disclosure .disclosure__toggle, .disclosure .product-detail__custom-option .disclosure__toggle,
.product-detail__custom-option input[type=text],
.product-detail__custom-option textarea {
  width: 100%;
}

/* Gift card recipient */
gift-card-recipient ::placeholder {
  color: #000000;
}

.product-detail__custom-option label.label, .product-detail__custom-option .label.sharing-label {
  margin-bottom: 0.5em;
  font-weight: 600;
}

.product-recommendations-container {
  background: #f8f3f0;
  overflow: hidden;
}
.product-recommendations-container, .product-recommendations-container h2 {
  color: #000000;
  text-align: left;
}

.section-recently-viewed .recently-title .title{
   color: #000000;
  font-weight: 400;
  font-size: 27px;
}

.product-slider {
  overflow: hidden;
  position: relative;
}
.product-slider .button-row {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .product-slider .button-row {
    margin-bottom: 100px;
  }
}
.product-slider .product-list {
  padding-bottom: 30px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .product-slider .product-list {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .product-slider .product-list.hover-info {
    padding-bottom: 50px;
  }
}
.product-slider .product-list .product-block, .product-slider .product-list .collection-block {
  margin-top: 0;
}
.product-slider .swiper-container {
  overflow: visible;
}
.product-slider .swiper-container .swiper-wrapper {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .product-slider .swiper-container .swiper-wrapper {
    margin-top: 40px;
  }
}
.section-featured-product .product-slider .swiper-container .swiper-wrapper, .section-product-template .product-slider .swiper-container .swiper-wrapper {
  margin: 0;
}
.product-slider .swiper-container .swiper-scrollbar {
  background: #dfdfdf;
  border-radius: 10px;
  height: 4px;
  bottom: -12px;
  transition: opacity 0.4s;
  left: 10%;
  width: 80%;
}
@media (min-width: 768px) {
  .product-slider .swiper-container .swiper-scrollbar {
    left: 17%;
    width: 66%;
  }
}
.product-slider .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 10px;
}
.product-slider .swiper-container .swiper-button-prev,
.product-slider .swiper-container .swiper-button-next {
  margin-top: -30px;
  transition: opacity 0.4s, transform 0.3s;
}
.product-slider .swiper-container .swiper-button-prev:not(.swiper-button-disabled):hover,
.product-slider .swiper-container .swiper-button-next:not(.swiper-button-disabled):hover {
  transform: scale(1);
}
.product-slider .swiper-container[data-products-in-view="4"] .swiper-button-prev,
.product-slider .swiper-container[data-products-in-view="4"] .swiper-button-next {
  margin-top: -80px;
}
@media (max-width: 767px) {
  .product-slider .swiper-container[data-swiper-nav-style=dots] .swiper-button-prev,
  .product-slider .swiper-container[data-swiper-nav-style=dots] .swiper-button-next,
  .product-slider .swiper-container[data-swiper-nav-style=dots] .swiper-scrollbar {
    display: none;
  }
}
@media (min-width: 1025px) {
  .product-slider .swiper-container[data-swiper-nav-style=dots] .swiper-button-prev,
  .product-slider .swiper-container[data-swiper-nav-style=dots] .swiper-button-next,
  .product-slider .swiper-container[data-swiper-nav-style=dots] .swiper-scrollbar {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .product-slider .swiper-container .swiper-button-prev {
    margin-left: -60px;
  }
  .product-slider .swiper-container .swiper-button-next {
    margin-right: -60px;
  }
}
@media (min-width: 1025px) {
  .product-slider:hover .swiper-button-prev,
  .product-slider:hover .swiper-button-next,
  .product-slider:hover .swiper-scrollbar {
    opacity: 1;
  }
  .product-slider:hover .swiper-button-prev.swiper-button-disabled,
  .product-slider:hover .swiper-button-next.swiper-button-disabled,
  .product-slider:hover .swiper-scrollbar.swiper-button-disabled {
    opacity: 0.35;
  }
}
.product-slider .product-list.hover-info .swiper-scrollbar {
  bottom: 0;
}

.product-slider--small {
  margin-right: -15px;
  padding-bottom: 18px;
}
.product-slider--small .section-heading {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .product-slider--small {
    margin-right: calc(-40px - 15px);
    padding-right: calc(40px + 15px);
  }
  .product-slider--small .section-heading {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .product-slider--small {
    margin-right: -70px;
    padding-right: 70px;
  }
}
@media (min-width: 1441px) {
  .product-slider--small {
    margin-right: -90px;
    padding-right: 90px;
  }
}
@media (min-width: 1200px) {
  .product-area--restrict-width .product-slider--small {
    margin-right: 0;
    padding-right: 0;
  }
}
.product-slider--small .product-list {
  padding-bottom: 10px;
}



.section-featured-product {
  overflow: unset !important;
}
.section-featured-product .product-area.product-area--carousel {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.section-featured-product .product-area.product-area--carousel .product-area__details {
  padding: 0;
}
.section-featured-product .product-area.product-area--carousel .product-area__media {
  top: calc(100px + var(--nav-height));
}
.nav-inline .section-featured-product .product-area.product-area--carousel .product-area__media {
  top: 100px;
}
@media (min-width: 992px) {
  .section-featured-product .product-area.product-area--carousel .product-area__media {
    width: calc(100% - 500px + 70px);
  }
}
@media (min-width: 1441px) {
  .section-featured-product .product-area.product-area--carousel .product-area__media {
    width: calc(100% - 600px + 90px);
  }
}
@media (min-width: 768px) {
  .section-featured-product .product-area.product-area--carousel .product-area__media .theme-gallery .swiper-container .theme-images {
    height: calc(100vh - 200px - var(--nav-height));
  }
  .nav-inline .section-featured-product .product-area.product-area--carousel .product-area__media .theme-gallery .swiper-container .theme-images {
    height: calc(100vh - 200px);
  }
}
.section-featured-product .product-area.product-area--carousel .product-area__media .theme-gallery .swiper-container .placeholder-image {
  height: 100%;
}
.section-featured-product .product-area.product-area--carousel .product-area__media .theme-gallery .swiper-container:not(.swiper-container-horizontal) .theme-images {
  overflow-x: scroll;
  white-space: nowrap;
}
.section-featured-product .product-area.product-area--carousel .product-area__media .theme-gallery .swiper-container:not(.swiper-container-horizontal) .theme-images .swiper-slide {
  display: inline-block;
}
.section-featured-product .product-area.product-area--carousel .product-area__media .theme-gallery .swiper-container:not(.swiper-container-horizontal) .theme-images .placeholder-image {
  height: 100%;
  width: 500px;
}
@media (min-width: 768px) {
  .section-featured-product .product-area.product-area--carousel .product-area__details__inner {
    padding-bottom: 30px;
  }
}

.section-gallery .section-heading {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .section-gallery .section-heading {
    padding-bottom: 0;
  }
}
.section-gallery .section-spacing .section-heading {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.section-gallery .cc-gallery.slick-slider {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.section-gallery .cc-gallery.slick-slider .gallery__item {
  margin-bottom: 0;
}
.section-gallery .cc-gallery.slick-slider .gallery__item .overlay-type {
  padding-top: 15px;
}
.section-gallery .cc-gallery.slick-slider .gallery__item .overlay-type.position--bottom {
  padding-bottom: 60px;
}
.section-gallery .cc-gallery .gallery__item {
  position: relative;
  flex: 1 1 320px;
  width: 100%;
  transition: background-color 0.15s, opacity 0.7s;
  overflow: hidden;
}
.section-gallery .cc-gallery .gallery__item.image-overlay--bg-full::after {
  transition: opacity 0.6s;
}
.section-gallery .cc-gallery .gallery__item .image-overlay__image-link {
  display: inline-block;
  height: 100%;
  width: 100%;
}
@media (min-width: 1025px) {
  .section-gallery .cc-gallery .gallery__item .image-overlay__image-link .gallery__image, .section-gallery .cc-gallery .gallery__item .image-overlay__image-link .section-background-video--inline {
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0, 0.14, 0.19, 1);
  }
  .section-gallery .cc-gallery .gallery__item .image-overlay__image-link:hover .gallery__image, .section-gallery .cc-gallery .gallery__item .image-overlay__image-link:hover .section-background-video--inline {
    transform: scale(1);
  }
}
@media (min-width: 1025px) {
  .section-gallery .cc-gallery .gallery__item:hover.image-overlay--bg-full::after {
    opacity: 0;
  }
}
.section-gallery .cc-gallery .gallery__item .gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.section-gallery .cc-gallery .gallery__item.lazyload--placeholder {
  background-color: #fff;
}
@media (max-width: 767px) {
  .section-gallery .cc-gallery.gallery--with-margins:not(.gallery--mobile-carousel) .gallery__item {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery {
    margin-left: 0;
    margin-right: 0;
  }
  .section-gallery .cc-gallery.gallery--with-vertical-outer-padding {
    padding: 70px;
  }
  .section-gallery .cc-gallery.gallery--with-margins:not(.gallery--with-vertical-outer-padding) {
    padding: 0;
  }
  .section-gallery .cc-gallery.gallery--with-margins .gallery__row {
    margin: 0 -10px;
  }
  .section-gallery .cc-gallery.gallery--with-margins .gallery__item {
    margin: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1441px) {
  .section-gallery .cc-gallery.gallery--with-margins:not(.gallery--not-full-width) .gallery__row {
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery.gallery--with-title {
    padding-top: 35px !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-gallery .cc-gallery.gallery--with-margins {
    margin-bottom: 0;
  }
  .section-gallery .cc-gallery.gallery--with-margins.gallery--with-title:not(.gallery--not-full-width) {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery .gallery__row {
    display: flex;
    flex-wrap: wrap;
  }
  .section-gallery .cc-gallery .gallery__row .gallery__item .overlay-type {
    padding: 40px;
  }
  .section-gallery .cc-gallery.gallery--grid-2 .gallery__item.gallery__item--enlarged {
    flex-grow: 2;
  }
  .section-gallery .cc-gallery.gallery--grid-3 .gallery__item.gallery__item--enlarged {
    flex-grow: 3;
  }
  .section-gallery .cc-gallery.gallery--grid-4 .gallery__item {
    flex-basis: 40%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .section-gallery .cc-gallery.gallery--grid-4 .gallery__item {
    flex-basis: 20%;
  }
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery.gallery--grid-4 .gallery__item.gallery__item--enlarged {
    flex-grow: 4;
  }
  .section-gallery .cc-gallery .overlay__content.has-button {
    position: relative;
  }
  .section-gallery .cc-gallery .overlay__content.has-button .line-1 {
    margin-bottom: 0;
    transition: padding-bottom 0.6s cubic-bezier(0, 0.14, 0.19, 1);
  }
  .section-gallery .cc-gallery .overlay__content.has-button .line-3 {
    opacity: 0;
    transition: opacity 0.6s, bottom 0.6s cubic-bezier(0, 0.14, 0.19, 1);
    position: absolute;
    bottom: -70px;
    pointer-events: none;
  }
  .section-gallery .cc-gallery .overlay__content.has-button .line-3 .button {
    white-space: nowrap;
  }
  .section-gallery .cc-gallery .position--hcenter .overlay__content.has-button .line-3 {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .section-gallery .cc-gallery .position--left .overlay__content.has-button .line-3 {
    left: 0;
  }
  .section-gallery .cc-gallery .position--right .overlay__content.has-button .line-3 {
    right: 0;
  }
  .section-gallery .cc-gallery .gallery__item:hover .overlay__content.has-button .line-1 {
    padding-bottom: 70px;
  }
  .section-gallery .cc-gallery .gallery__item:hover .overlay__content.has-button .line-3 {
    bottom: 0;
    opacity: 1;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .overlay-type {
  transition: opacity 0.5s, visibility 0.5s;
}
.video-container .video-container__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #eee;
  transition: opacity 0.5s, visibility 0.5s;
}
/* .overlay-type.overlay.position--hcenter.position--vcenter.small-padding-xs {display:none;}
.video-container__video-element {height:100% !important;}
.video-container__video {height:100%; max-height:100% !important;} */

.video-container .video-container__cover .rimage-outer-wrapper,
.video-container .video-container__cover .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.video-container .video-container__cover.video-container__cover--playing {
  opacity: 0;
  visibility: hidden;
}
.video-container .video-container__play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
}
.video-container .video-container__play svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
}
.video-container .video-container__play svg polygon {
  fill: #fff;
}

.section-video .rte, .section-video #comments, .section-video #template, .section-video #address_tables {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-video .overlay-type {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
.section-video .video-container .video-container__play {
  position: static;
  margin: 0;
}
@media (max-width: 767px) {
  .section-video .video-container .video-container__play {
    margin-top: -10px;
  }
}
.section-video .video-container .video-container__play svg {
  stroke: #ffffff;
  margin: -4px 4px 0 7px;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .section-video .video-container .video-container__play svg {
    margin: -5px 5px 0 -4px;
  }
}
.section-video .video-container .video-container__play svg polygon {
  fill: #ffffff;
}
.section-video .video-container .video-container__stop {
  display: none;
}
@media (max-width: 767px) {
  .section-video .video-container.video-container--modal-mobile {
    padding-bottom: 0 !important;
    height: auto;
  }
  .section-video .video-container.video-container--modal-mobile::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    pointer-events: none;
    background: #000;
    opacity: 0;
    transition: opacity 350ms;
  }
  .section-video .video-container.video-container--modal-mobile .video-container__video {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 20px;
    width: calc(100% - 40px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    background: #000;
    transition: opacity 350ms;
  }
  .section-video .video-container.video-container--modal-mobile .video-container__stop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 10002;
    padding: 19px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 350ms;
  }
  .section-video .video-container.video-container--modal-mobile .video-container__stop svg {
    stroke: currentColor;
    height: 29px;
    width: 29px;
  }
  .section-video .video-container.video-container--modal-mobile .overlay-type {
    position: relative;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-video .video-container[data-video-type=mp4] .video-container__video {
    padding: 0;
    height: 100%;
  }
  .section-video .video-container[data-video-type=mp4] .video-container__video video {
    object-fit: contain;
  }
}
.section-video .video-container.video-container--playing::before,
.section-video .video-container.video-container--playing .video-container__video,
.section-video .video-container.video-container--playing .video-container__stop {
  opacity: 1;
  pointer-events: auto;
}
.section-video .video-container.video-container--playing .video-container__cover {
  opacity: 0;
  visibility: hidden;
}
.section-video .video-container.video-container--playing .video-container__cover + .overlay-type {
  opacity: 0;
  visibility: hidden;
}
.section-video .video-container.video-container--playing.image-overlay--bg-full::after {
  opacity: 0;
}
.section-video .video-container .video-container__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.section-video .video-container .video-container__video iframe,
.section-video .video-container .video-container__video object,
.section-video .video-container .video-container__video embed,
.section-video .video-container .video-container__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-background-video.section-background-video--inline {
  position: relative;
}
.section-background-video.section-background-video--inline, .section-background-video.section-background-video--inline .video-container {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}
.section-background-video .video-container--background {
  background: #000;
  padding: 0 !important;
}
.section-background-video .video-container--background .video-container__video {
  position: relative;
  height: 100%;
}
.section-background-video .video-container--background .video-container__fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s, visibility 0.5s;
}
.product-detail__form .product-complementary .section-background-video .video-container--background .video-container__fallback {
    position: absolute !important;
}
.section-background-video .video-container--background.video-container--playing .video-container__fallback {
  opacity: 0;
  visibility: hidden;
}
.section-background-video .video-container--background div.video-container__video-element {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.section-background-video .video-container--background video {
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
      pointer-events: none;
}
.section-background-video .image-overlay::after {
  display: none;
}

.section-footer {
  color: #000000;
  background: #ffffff;
  overflow: visible !important;
  position: -webkit-sticky;
  position: sticky;
  top: 100%;
}
.section-footer.disclosure--open {
  z-index: 6;
}
.section-footer ul:not(.disclosure-list) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-footer p {
  margin-top: 0;
}
.section-footer ul.social-links__list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.section-footer ul.social-links__list li {
  margin: 10px 12px;
}
.section-footer ul.social-links__list a svg, .section-footer ul.social-links__list a svg g {
  fill: currentColor;
}
.section-footer .section-footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .section-footer .section-footer__row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section-footer .section-footer__row--sub-footer {
  align-items: center;
}
@media (min-width: 768px) {
  .section-footer .section-footer__row--sub-footer {
    margin-top: 20px;
  }
}
.section-footer .section-footer__row--sub-footer .section-footer__row__col {
  text-align: center;
}
@media (min-width: 768px) {
  .section-footer .section-footer__row--sub-footer .section-footer__row__col:nth-child(1) {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .section-footer .section-footer__row--sub-footer .section-footer__row__col:nth-child(2) {
    text-align: right;
  }
}
.section-footer .section-footer__row--blocks {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-footer .section-footer__row--blocks .section-footer__row__col:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-footer .section-footer__row--blocks {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .section-footer .section-footer__row--blocks .section-footer__row__col:not(:last-child) {
    margin-bottom: 40px;
  }
  .section-footer .section-footer__row--blocks .section-footer__row__col {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .section-footer .section-footer__row--blocks[data-num-blocks="4"] .section-footer__row__col {
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  .section-footer .section-footer__row--blocks[data-num-blocks="4"] {
    flex-wrap: nowrap;
  }
}
.section-footer .section-footer__row__col {
  flex: 0 1 100%;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .section-footer .section-footer__row__col {
    padding: 0 20px;
    flex-basis: auto;
  }
}
.section-footer .section-footer__title {
  margin-bottom: 10px!important;
  text-align: left!important;
  font-weight: 600;
  font-size: 14px;
  font-family: Jost, sans-serif;
  color: inherit;
}
@media (min-width: 768px) {
  .section-footer .section-footer__title {
    margin-bottom: 20px!important;
  }
}
@media (min-width: 768px) {
  .section-footer .section-footer__text-block .social-links {
    white-space: nowrap;
  }
  .section-footer .section-footer__text-block--with-text {
    flex-basis: 350px;
  }
}
@media (min-width: 992px) {
  .section-footer .section-footer__text-block--with-text {
    max-width: 460px;
    flex-grow: 1;
  }
}
.section-footer .section-footer__text {
  margin-bottom: 24px;
}
.section-footer .section-footer__menu-block {
  flex-shrink: 2;
}
.section-footer .section-footer__menu-block__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-footer .section-footer__menu-block__menu li {
  margin-bottom: 0.5em;
  list-style: none;
}
@media (min-width: 768px) {
  .section-footer .section-footer__newsletter-block {
    flex: 0 1 350px;
  }
}
.section-footer .section-footer__newsletter-block .social-links {
  padding-top: 1.5em;
}
.section-footer .section-footer__newsletter-block .signup-form {
  margin-left: 0;
}
.section-footer .section-footer__newsletter-block .signup-form form {
  position: relative;
}
.section-footer .section-footer__newsletter-block .signup-form form input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 0.8em 0;
  color: #000000;
}
.section-footer .section-footer__newsletter-block .signup-form form input:-webkit-autofill {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
.section-footer .section-footer__newsletter-block .signup-form form input::placeholder {
  color: #000000;
  font-weight:600;
}
.section-footer .section-footer__newsletter-block .signup-form form button {
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.section-footer .section-footer__newsletter-block .signup-form form button svg {
  height: 20px;
  width: 20px;
}
.section-footer .section-footer__newsletter-block .signup-form form button svg > g {
  stroke: #000000;
}
.section-footer .section-footer__newsletter-block .signup-form .signup-form__email {
  width: 100%;
}
.section-footer .section-footer__newsletter-block .signup-form .signup-form__email::placeholder {
  color: currentColor;
}
.section-footer .section-footer__text-block__image:not(:last-child) {
  display: inline-block;
  margin-bottom: 20px;
}
.section-footer .section-footer__text-block__image .rimage-outer-wrapper {
  margin-left: 0;
  max-width: 100%;
}
.section-footer .section-footer__text-block__social:not(:last-child) {
  margin-bottom: 30px;
}
.section-footer .section-footer__text-block__follow-on-shop {
  margin-bottom: 0.5em;
  padding-bottom: 4px;
}
.section-footer .section-footer__text-block__follow-on-shop:not(:last-child) {
  margin-bottom: 30px;
}
.section-footer .section-footer__localization {
  margin-top: 0;
  margin-bottom: 15px;
}
.section-footer .section-footer__localization .selectors-form__item {
  display: inline-block;
  margin: 0 10px 20px 0;
}
.section-footer .section-footer__lower-menu__list {
  margin: 0 -5px !important;
}
@media (min-width: 768px) {
  .section-footer .section-footer__lower-menu__list {
    text-align: right;
  }
}
.section-footer .section-footer__lower-menu__list li {
  display: inline-block;
  list-style: none;
  margin: 0 5px 10px;
}
.section-footer .section-footer__lower-menu__list li.copyright {
  display: none;
}
.section-footer .section-footer__lower-menu__list li a {
  white-space: nowrap;
}
.section-footer .section-footer__payment-icons {
  /* margin-bottom: calc(3.8em - 30px); */
  margin-left: -2px;
  margin-right: -2px;
}
.section-footer__row-container--with-localization .section-footer .section-footer__payment-icons {
  margin-top: 0.9em;
}
@media (min-width: 768px) {
  .section-footer .section-footer__payment-icons {
    text-align: right;
  }
}
.section-footer .section-footer__payment-icons .section-footer__payment-icon {
   margin: 0 2px 0.5em; width: 50px; height: 50px; fill: none;     filter: grayscale(1);
}
.section-footer .section-footer__payment-icons .section-footer__payment-icon.payment-icon--custom {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.section-footer .section-footer__sub-footer-menu {
  margin: 0 -10px;
}
.section-footer .section-footer__sub-footer-menu li {
  display: inline-block;
  margin: 0 10px;
}
.section-footer .section-footer__row-lower {
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 0.85em;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .section-footer .section-footer__row-lower {
    flex-wrap: nowrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* .section-footer .section-footer__row-lower .section-footer__row__col:first-child {
    order: 1;
  } */
}

footer.giftcard-footer {
  padding: 3em 0 0;
}

.section-featured-blog .swiper-container .article-block__image .rimage-outer-wrapper {
  max-width: none !important;
}
@media (min-width: 768px) {
  .section-featured-blog .swiper-container[data-first-post-big=true] .rimage-wrapper, .section-featured-blog .swiper-container[data-first-post-big=true] .placeholder-image {
    padding-top: 0 !important;
    width: 100%;
    height: 40vw;
  }
}
@media (min-width: 1441px) {
  .section-featured-blog .swiper-container[data-first-post-big=true] .rimage-wrapper, .section-featured-blog .swiper-container[data-first-post-big=true] .placeholder-image {
    height: 30vw;
  }
}
@media (min-width: 768px) {
  .section-featured-blog .swiper-container[data-first-post-big=true] .swiper-slide {
    width: calc(34% - 20px) !important;
  }
  .section-featured-blog .swiper-container[data-first-post-big=true] .swiper-slide:first-child {
    width: 66% !important;
  }
}
@media (min-width: 1441px) {
  .section-featured-blog .swiper-container[data-first-post-big=true] .swiper-slide {
    width: calc(25% - 15px) !important;
  }
  .section-featured-blog .swiper-container[data-first-post-big=true] .swiper-slide:first-child {
    width: calc(50% - 10px) !important;
  }
}
.section-featured-blog .slideshow-blog {
  position: relative;
}
.section-featured-blog .slideshow-blog .overlay-type .inner {
  transition: padding-bottom 0.2s;
}
@media (min-width: 768px) {
  .section-featured-blog .slideshow-blog .overlay-type .inner .line-1 {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .section-featured-blog .slideshow-blog .overlay-type .inner .line-1 {
    max-width: 50%;
  }
}
.section-featured-blog .slideshow-blog .overlay-type .inner .line-1 a {
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .section-featured-blog .slideshow-blog .overlay-type {
    padding-top: 25px;
  }
}
.section-featured-blog .slideshow-blog .slideshow-blog__title {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  color: #ffffff;
  font-weight: normal;
}
.section-featured-blog .slideshow-blog .slideshow-blog__view-all {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  color: #ffffff;
}
@media (min-width: 768px) {
  .section-featured-blog .slideshow-blog .slick-dots {
    display: none !important;
  }
}
.section-featured-blog .slideshow-blog .slideshow-blog__titles {
  position: absolute;
  bottom: 0;
  left: 0;
  list-style-type: none;
  text-align: left;
  color: #ffffff;
  margin: 0 -10px;
  display: none;
}
@media (min-width: 768px) {
  .section-featured-blog .slideshow-blog .slideshow-blog__titles {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .section-featured-blog .slideshow-blog .slideshow-blog__titles {
    max-width: 1200px;
  }
}
.section-featured-blog .slideshow-blog .slideshow-blog__titles li {
  margin: 0 10px;
  position: relative;
  padding-top: 10px;
  flex-grow: 0;
  flex-basis: 175px;
}
.section-featured-blog .slideshow-blog .slideshow-blog__titles li a {
  transition: opacity 0.4s;
  opacity: 0.4;
  font-size: 14px;
}
.section-featured-blog .slideshow-blog .slideshow-blog__titles li:not(.slideshow-blog__titles__active) .slideshow-blog__titles__progress {
  transition-duration: 0s !important;
}
.section-featured-blog .slideshow-blog .slideshow-blog__titles li:hover a, .section-featured-blog .slideshow-blog .slideshow-blog__titles li.slideshow-blog__titles__active a {
  opacity: 1;
}
.section-featured-blog .slideshow-blog .slideshow-blog__titles li::before, .section-featured-blog .slideshow-blog .slideshow-blog__titles li .slideshow-blog__titles__progress {
  height: 2px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.5s linear;
  width: 0;
}
.section-featured-blog .slideshow-blog .slideshow-blog__titles li::before {
  content: "";
  width: 100%;
  opacity: 0.4;
}
.section-featured-blog .slideshow-blog .slideshow-blog__titles li.slideshow-blog__titles__active .slideshow-blog__titles__progress {
  width: 100%;
}
.section-featured-blog .slideshow-blog.slideshow--paused .slideshow-blog__titles__progress {
  transition-duration: 0s !important;
}

body.header-section-overlap.nav-transparent #page-content .shopify-section:first-child.section-featured-blog .slideshow-blog .slideshow-blog__title, body.header-section-overlap.nav-transparent #page-content .shopify-section:first-child.section-featured-blog .slideshow-blog .slideshow-blog__view-all {
  top: var(--nav-height);
  padding-top: 15px;
}

.size-chart-link {
  margin-left: 1em;
  text-transform: none;
  color: #6f6f6f;
  font-weight: 600;
}
.selector-wrapper.has-pretty-select .size-chart-link {
  display: block;
  margin: 5px 0 0 0;
  font-size: 0.8em;
}
.selector-wrapper.has-pretty-select .size-chart-link::before {
  content: none;
}
.single-option .size-chart-link {
  margin-left: 0;
}
.single-option .size-chart-link::before {
  content: "(";
}
.single-option .size-chart-link::after {
  content: ")";
}

.size-chart-container {
  display: inline-block;
  padding-left: 0.25em;
}

.size-chart {
  padding: 20px;
  max-width: 84vw;
  width: 750px;
}
@media (max-width: 767px) {
  .size-chart {
    padding: 10px;
  }
  .size-chart table {
    display: flex;
    overflow: auto;
    width: 100%;
  }
}

.size-chart__inner {
  width: 100%;
  overflow: auto;
}
.size-chart__inner table {
  width: 100%;
}

.cc-swatches label, .cc-swatches .sharing-label {
  justify-content: flex-start !important;
}
.cc-swatches label .cc-swatches__label, .cc-swatches .sharing-label .cc-swatches__label {
  padding-left: 0.3em;
  font-weight: normal;
}
.cc-swatches select[data-colour-swatch=true] + .clickyboxes li, .cc-product-filter .cc-swatches li, .product-block .cc-swatches li, .collection-block .cc-swatches li {
  padding-right: 0.5em;
}
.cc-swatches select[data-colour-swatch=true] + .clickyboxes li a, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li button, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li .cc-checkbox, .cc-product-filter .cc-swatches li a, .cc-product-filter .cc-swatches li button, .cc-product-filter .cc-swatches li .cc-checkbox, .product-block .cc-swatches li a, .collection-block .cc-swatches li a, .product-block .cc-swatches li button, .collection-block .cc-swatches li button, .product-block .cc-swatches li .cc-checkbox, .collection-block .cc-swatches li .cc-checkbox {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-indent: -1000px;
  opacity: 1;
  padding: 2px;
  margin-right: 4px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #d9d9d9;
  transition: box-shadow 0.5s;
  height: 35px;
  width: 35px;
}
.cc-swatches select[data-colour-swatch=true] + .clickyboxes li a:hover, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li button:hover, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li .cc-checkbox:hover, .cc-product-filter .cc-swatches li a:hover, .cc-product-filter .cc-swatches li button:hover, .cc-product-filter .cc-swatches li .cc-checkbox:hover, .product-block .cc-swatches li a:hover, .collection-block .cc-swatches li a:hover, .product-block .cc-swatches li button:hover, .collection-block .cc-swatches li button:hover, .product-block .cc-swatches li .cc-checkbox:hover, .collection-block .cc-swatches li .cc-checkbox:hover {
  box-shadow: 0 0 0 2px #6f6f6f;
}
.cc-swatches select[data-colour-swatch=true] + .clickyboxes li a.active, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li button.active, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li .cc-checkbox.active, .cc-product-filter .cc-swatches li a.active, .cc-product-filter .cc-swatches li button.active, .cc-product-filter .cc-swatches li .cc-checkbox.active, .product-block .cc-swatches li a.active, .collection-block .cc-swatches li a.active, .product-block .cc-swatches li button.active, .collection-block .cc-swatches li button.active, .product-block .cc-swatches li .cc-checkbox.active, .collection-block .cc-swatches li .cc-checkbox.active {
  box-shadow: 0 0 0 2px #000000;
}
.cc-swatches select[data-colour-swatch=true] + .clickyboxes li a::before, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li button::before, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li .cc-checkbox::before, .cc-product-filter .cc-swatches li a::before, .cc-product-filter .cc-swatches li button::before, .cc-product-filter .cc-swatches li .cc-checkbox::before, .product-block .cc-swatches li a::before, .collection-block .cc-swatches li a::before, .product-block .cc-swatches li button::before, .collection-block .cc-swatches li button::before, .product-block .cc-swatches li .cc-checkbox::before, .collection-block .cc-swatches li .cc-checkbox::before {
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  background-color: #d9d9d9;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.cc-swatches select[data-colour-swatch=true] + .clickyboxes li a::after, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li button::after, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li .cc-checkbox::after, .cc-product-filter .cc-swatches li a::after, .cc-product-filter .cc-swatches li button::after, .cc-product-filter .cc-swatches li .cc-checkbox::after, .product-block .cc-swatches li a::after, .collection-block .cc-swatches li a::after, .product-block .cc-swatches li button::after, .collection-block .cc-swatches li button::after, .product-block .cc-swatches li .cc-checkbox::after, .collection-block .cc-swatches li .cc-checkbox::after {
  display: none;
}
.cc-swatches select[data-colour-swatch=true] + .clickyboxes li a.unavailable::before, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li button.unavailable::before, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li .cc-checkbox.unavailable::before, .cc-product-filter .cc-swatches li a.unavailable::before, .cc-product-filter .cc-swatches li button.unavailable::before, .cc-product-filter .cc-swatches li .cc-checkbox.unavailable::before, .product-block .cc-swatches li a.unavailable::before, .collection-block .cc-swatches li a.unavailable::before, .product-block .cc-swatches li button.unavailable::before, .collection-block .cc-swatches li button.unavailable::before, .product-block .cc-swatches li .cc-checkbox.unavailable::before, .collection-block .cc-swatches li .cc-checkbox.unavailable::before {
  opacity: .4;
}
.cc-swatches select[data-colour-swatch=true] + .clickyboxes li a.unavailable::after, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li button.unavailable::after, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li .cc-checkbox.unavailable::after, .cc-product-filter .cc-swatches li a.unavailable::after, .cc-product-filter .cc-swatches li button.unavailable::after, .cc-product-filter .cc-swatches li .cc-checkbox.unavailable::after, .product-block .cc-swatches li a.unavailable::after, .collection-block .cc-swatches li a.unavailable::after, .product-block .cc-swatches li button.unavailable::after, .collection-block .cc-swatches li button.unavailable::after, .product-block .cc-swatches li .cc-checkbox.unavailable::after, .collection-block .cc-swatches li .cc-checkbox.unavailable::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path vector-effect='non-scaling-stroke' d='M100 0 L0 100 ' stroke='beige' stroke-width='2'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
.cc-swatches select[data-colour-swatch=true] + .clickyboxes li.active a, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li.active button, .cc-swatches select[data-colour-swatch=true] + .clickyboxes li.active .cc-checkbox, .cc-product-filter .cc-swatches li.active a, .cc-product-filter .cc-swatches li.active button, .cc-product-filter .cc-swatches li.active .cc-checkbox, .product-block .cc-swatches li.active a, .collection-block .cc-swatches li.active a, .product-block .cc-swatches li.active button, .collection-block .cc-swatches li.active button, .product-block .cc-swatches li.active .cc-checkbox, .collection-block .cc-swatches li.active .cc-checkbox {
  box-shadow: 0 0 0 2px #000000;
}
.cc-swatches li[data-swatch-native] .cc-checkbox::before {
  display: none;
}
.cc-swatches li[data-swatch-native] .cc-checkbox .swatch-sample {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  background-color: #F8F3F0!important;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.cc-swatches li[data-swatch-native] .cc-checkbox .swatch-sample .swatch-sample__img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.cc-swatches .size-chart-link {
  margin-left: 0;
  font-size: 0.8em;
}

.cc-product-filter .cc-swatches {
  display: flex;
  flex-wrap: wrap;
}
.cc-product-filter .cc-swatches li {
  flex: 0 0 35px;
}
@media (min-width: 768px) {
  .cc-product-filter .cc-swatches {
    margin-right: -8px;
  }
  .cc-product-filter .cc-swatches li {
    flex: 0 0 25%;
    padding-right: 8px;
  }
  .cc-product-filter .cc-swatches li .cc-checkbox {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cc-product-filter .cc-swatches li {
    flex: 0 0 20%;
  }
}





ul.cc-swatches {
  list-style-type: none;
  margin: 0 0 -10px 0;
  padding: 2px;
}
ul.cc-swatches li {
  padding-left: 0;
  display: inline-block;
  margin-bottom: 10px;
}
ul.cc-swatches .cc-checkbox {
  cursor: pointer;
}
ul.cc-swatches .cc-checkbox.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.product-block ul.cc-swatches, .collection-block ul.cc-swatches {
  margin: 0 -8px -8px 1px;
  text-align: left;
  padding: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.product-block ul.cc-swatches.cc-swatches-prod-img-square, .collection-block ul.cc-swatches.cc-swatches-prod-img-square, .product-block ul.cc-swatches.cc-swatches-prod-img-natural, .collection-block ul.cc-swatches.cc-swatches-prod-img-natural {
  margin-left: 0;
}
.product-block ul.cc-swatches .product-block__more-label, .collection-block ul.cc-swatches .product-block__more-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 0;
}
.product-block ul.cc-swatches .product-block__more-label span, .collection-block ul.cc-swatches .product-block__more-label span {
  height: 23px;
  width: 23px;
  line-height: 23px;
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  overflow: hidden;
}
.product-block ul.cc-swatches li, .collection-block ul.cc-swatches li {
  margin-bottom: 8px;
  margin-right: 8px;
  padding-right: 0;
  height: 24px;
  width: 24px;
}
.product-block ul.cc-swatches a, .collection-block ul.cc-swatches a {
  height: 23px;
  width: 23px;
  padding: 0;
  margin-right: 0;
  background-color: #d9d9d9;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 0 1px #d9d9d9;
}
.product-block ul.cc-swatches a::before, .collection-block ul.cc-swatches a::before {
  display: none;
}
.product-block ul.cc-swatches a.unavailable::before, .collection-block ul.cc-swatches a.unavailable::before {
  opacity: 0.5;
}
.product-block ul.cc-swatches a.unavailable::after, .collection-block ul.cc-swatches a.unavailable::after {
  content: "";
  border-width: 1px;
}
.product-block ul.cc-swatches a:hover, .collection-block ul.cc-swatches a:hover {
  box-shadow: 0 0 0 1px #6f6f6f;
}
.product-block ul.cc-swatches.cc-swatches-prod-img li a, .collection-block ul.cc-swatches.cc-swatches-prod-img li a {
  height: 100%;
  width: 100%;
}
.product-block ul.cc-swatches.cc-swatches-prod-img-square li, .collection-block ul.cc-swatches.cc-swatches-prod-img-square li, .product-block ul.cc-swatches.cc-swatches-prod-img-circle li, .collection-block ul.cc-swatches.cc-swatches-prod-img-circle li, .product-block ul.cc-swatches.cc-swatches-prod-img-natural li, .collection-block ul.cc-swatches.cc-swatches-prod-img-natural li {
  width: 36px;
  height: 36px;
}
.product-block ul.cc-swatches.cc-swatches-prod-img-square li a, .collection-block ul.cc-swatches.cc-swatches-prod-img-square li a, .product-block ul.cc-swatches.cc-swatches-prod-img-square li a:hover, .product-block ul.cc-swatches.cc-swatches-prod-img-circle li a, .collection-block ul.cc-swatches.cc-swatches-prod-img-circle li a, .product-block ul.cc-swatches.cc-swatches-prod-img-circle li a:hover, .product-block ul.cc-swatches.cc-swatches-prod-img-natural li a, .collection-block ul.cc-swatches.cc-swatches-prod-img-natural li a, .product-block ul.cc-swatches.cc-swatches-prod-img-natural li a:hover {
  box-shadow: none;
  border: none;
}
.product-block ul.cc-swatches.cc-swatches-prod-img-natural li, .collection-block ul.cc-swatches.cc-swatches-prod-img-natural li {
  height: auto;
}

:root {
  --payment-terms-background-color: #ffffff;
}

shopify-payment-terms {
  display: inline-block;
  width: 100%;
  margin: 1em 0;
}

#quick-buy-modal {
  color: #000000;
  background-color: #ffffff;
}
#quick-buy-modal .product-area.product-area--one-col .product-area__thumbs {
  top: 60px;
}
@media (min-width: 1100px) {
  #quick-buy-modal .product-area.product-area--restrict-width.product-area--one-col .theme-images {
    padding-top: 60px;
  }
}
#quick-buy-modal .product-area__details__header {
  margin-top: 64px !important;
}
#quick-buy-modal .product-area__details__header, #quick-buy-modal .product-area__details {
  padding-top: 0;
}
#quick-buy-modal .cc-tabs {
  margin-top: 0;
}
#quick-buy-modal h1 {
  margin-bottom: 0;
}
#quick-buy-modal .product-detail__more_details {
  display: block;
}

.theme-filter-container .cc-product-filter-container {
  position: relative;
}
.theme-filter-container .cc-product-filter-container .cc-accordion {
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .theme-filter-container .cc-product-filter-container:not(.pt-0) {
    padding-top: 30px;
  }
}
.theme-filter-container .cc-product-filter-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  transition: opacity 0.2s, visibility 0.2s;
}
@media (min-width: 768px) {
  .theme-filter-container .cc-product-filter-container {
    display: flex;
    align-items: flex-start;
  }
}
.theme-filter-container .cc-product-filter-container.cc-product-filter-container--loading {
  pointer-events: none;
}
.theme-filter-container .cc-product-filter-container.cc-product-filter-container--loading::after {
  opacity: 0.6;
  visibility: visible;
}
@media (max-width: 767px) {
  .theme-filter-container .cc-product-filter-container.cc-product-filter-container--loading .cc-accordion {
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  .theme-filter-container .cc-product-filter-container .product-list-container {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .theme-filter-container .cc-product-filter-container .product-list-container {
    flex: 1 0;
    position: relative;
  }
  .theme-filter-container .cc-product-filter-container .product-list-container.product-list-container--with-sidebar {
    margin-left: 50px;
  }
  .theme-filter-container .cc-product-filter-container .product-list-container.no-filters {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .theme-filter-container .cc-product-filter-container .product-list-container .active-filter-controls-container {
    position: relative;
    width: 100%;
  }
  .theme-filter-container .cc-product-filter-container .product-list-container .active-filter-controls-container::after {
    content: "";
    pointer-events: none;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .theme-filter-container .cc-product-filter-container .product-list-container .product-list {
    margin-top: -18px;
  }
}
@media (min-width: 768px) {
  .theme-filter-container .cc-product-filter-container .product-list-container .product-list {
    padding-bottom: 15px;
  }
}
@media (min-width: 1441px) {
  .theme-filter-container .cc-product-filter-container .product-list-container .product-list.jiggly-split:not([data-result-count="0"]) {
    margin-top: 60px !important;
  }
}
@media (min-width: 500px) and (max-width: 1199px) {
  .theme-filter-container .cc-product-filter-container .product-list-container .product-list.product-list--rows {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
  }
  .theme-filter-container .cc-product-filter-container .product-list-container .product-list.product-list--rows .product-block, .theme-filter-container .cc-product-filter-container .product-list-container .product-list.product-list--rows .collection-block {
    width: calc(50% - 1px);
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .theme-filter-container .cc-product-filter-container .product-list-container .product-list.product-list--rows.mob-two-col:not(.jiggly-split) .product-block, .theme-filter-container .cc-product-filter-container .product-list-container .product-list.product-list--rows.mob-two-col:not(.jiggly-split) .collection-block {
    margin-top: 30px;
  }
}
.theme-filter-container .cc-product-filter-container .product-list-container .product-list.product-list--rows .loading {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .theme-filter-container .cc-product-filter-container .product-list-container .product-list.product-list--rows .loading {
    position: fixed;
    z-index: 100;
  }
}
.theme-filter-container .cc-product-filter-container .product-list-container .product-list.product-list--rows .loading svg {
  background: transparent !important;
  height: 50px;
  width: 50px;
}
.theme-filter-container .cc-product-filter-container .product-list-container .product-list.product-list--rows .loading svg circle {
  stroke: #000000;
}
.theme-filter-container .active-filter-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .theme-filter-container .active-filter-controls {
    margin-top: 20px;
    white-space: nowrap;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .theme-filter-container .active-filter-controls {
    margin-top: 40px;
  }
}
@media (min-width: 1441px) {
  .theme-filter-container .active-filter-controls {
    margin-top: 60px;
  }
}
.theme-filter-container .active-filter-controls li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .theme-filter-container .active-filter-controls li.active-filter-controls__clear-left {
    display: none;
  }
}
@media (max-width: 767px) {
  .theme-filter-container .active-filter-controls li.active-filter-controls__clear-right {
    display: none;
  }
}
.theme-filter-container .active-filter-controls li a {
  background-color: #eee;
  padding: 6px 12px;
  transition: opacity 0.3s;
  opacity: 0.8;
  font-size: 14px;
  line-height: 14px;
  display: block;
}
.theme-filter-container .active-filter-controls li a:not(.active-filter-controls__clear) {
  color: #333;
}
@media (min-width: 768px) {
  .theme-filter-container .active-filter-controls li a:hover {
    opacity: 1;
  }
}
.theme-filter-container .active-filter-controls li a::after {
  content: "×";

  padding: 0 0 0 7px;
}
.theme-filter-container .active-filter-controls li a.active-filter-controls__clear {
  background-color: transparent;
  text-decoration: underline;
}
.theme-filter-container .active-filter-controls li a.active-filter-controls__clear::after {
  display: none;
}
@media (max-width: 767px) {
  .theme-filter-container .cc-product-filter {
    transition: visibility 0.4s, opacity 0.4s, transform 0.3s;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 50px, 0) scale(1.05);
    position: fixed;
    z-index: 99;
    top: 0 !important;
    right: 0;
    left: 0;
    bottom: 65px;
    padding: 15px;
    overflow: auto;
    background-color: #ffffff;
    box-shadow: 0px -2px 4px 1px rgba(90, 90, 90, 0.2);
    height: auto !important;
  }
  .theme-filter-container .cc-product-filter.-in {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@media (min-width: 768px) {
  .theme-filter-container .cc-product-filter {
    display: block;
    margin-top: 40px;
    flex: 0 0 170px;
    padding-top: 0 !important;
  }
  .theme-filter-container .cc-product-filter.cc-product-filter--sticky-true {
    position: -webkit-sticky;
    position: sticky;
    top: var(--nav-height);
    overflow: auto;
  }
  .theme-filter-container .cc-product-filter #FacetsForm > .cc-accordion:first-child {
    margin-top: -20px;
  }
  .theme-filter-container .cc-product-filter #FacetsForm > .cc-accordion:last-of-type .cc-accordion-item {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .theme-filter-container .cc-product-filter {
    flex-basis: 240px;
  }
}
.theme-filter-container .cc-product-filter .cc-checkbox {
  margin-bottom: 15px;
  display: flex;
}
@media (min-width: 768px) {
  .theme-filter-container .cc-product-filter .cc-checkbox {
    margin-bottom: 8px;
  }
}
.theme-filter-container .cc-product-filter .cc-checkbox__label {
  flex-grow: 1;
  word-break: break-word;
}
.theme-filter-container .cc-product-filter .cc-checkbox__count {
  font-size: 0.9em;
  opacity: 0.8;
  padding-left: 1em;
}
.theme-filter-container .cc-product-filter__sort-by {
  padding-left: 0;
  margin-top: 0;
}

.template-product #page-content {
  padding-top: 0;
  padding-bottom: 0;
}

.template-customers-login #customer_login_guest {
  text-align: center;
}

.template-customer-area .order_section_title {
  text-align: left;
}
@media (max-width: 767px) {
  .template-customer-area #customer_orders, .template-customer-area .order-details-wrapper {
    overflow-y: auto;
  }
}

.cart-list {
  margin: 0;
  padding: 0;
}
.cart-list .cart-item {
  list-style: none;
  margin: 2em 0;
}
.cart-list .col-image {
  flex: 0 0 auto;
  width: 66px;
  margin-right: 24px;
}
.cart-list .col-notimage {
  display: flex;
  flex-grow: 1;
  text-align: right;
}
.cart-list .desc {
  flex-grow: 1;
  text-align: left;
  margin-right: 24px;
}
.cart-list .desc .product-title {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
}
.cart-list .item-price {
  width: 160px;
}
.cart-list .quantity-and-remove {
  margin: 0 24px;
  text-align: center;
  width: 128px;
}
.cart-list .quantity {
  flex: 0 0 auto;
  display: inline-block;
  position: relative;
  padding: 3px 44px;
  background: #ffffff;
  color: #000000;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  width: 128px;
}
@media (min-width: 768px) {
  .cart-list .quantity {
    width: 100%;
  }
}
.cart-list .quantity .plus,
.cart-list .quantity .minus {
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
  width: 44px;
}
.cart-list .quantity .plus span,
.cart-list .quantity .minus span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 1em;
  margin-top: calc(-0.5em - 1px);
  font-weight: 500;
  color: #6b6b6b;
  font-size: 17px;
  font-family: Tahoma;
}
.cart-list .quantity .minus {
  left: 0;
}
.cart-list .quantity .plus {
  right: 0;
}
.cart-list .quantity .plus span {
  margin-top: calc(-0.5em - 1px);
}
.cart-list .quantity input {
  text-align: center;
  background: #ffffff;
  color: #000000;
  border: none;
  color: inherit;
  padding: 0.7em 0;
  width: 55px;
}
@media (min-width: 768px) {
  .cart-list .quantity input {
    width: 3em;
  }
}
.cart-list .cart-item__remove {
  display: inline-block;
  border-bottom: 1px solid;
  line-height: 1.2em;
  opacity: 0.6;
  font-size: 80%;
}
.cart-list .cart-item__remove:hover {
  opacity: 1;
}
.cart-list .line-total {
  flex: 0 0 auto;
  width: 100px;
}
@media (max-width: 767px) {
  .cart-list .cart-list-header {
    display: none;
  }
  .cart-list .col-notimage {
    display: block;
  }
  .cart-list .desc,
  .cart-list .item-price,
  .cart-list .quantity-and-remove {
    width: auto;
    margin: 0;
    text-align: left;
  }
  .cart-list .item-price {
    margin-top: 0.5em;
  }
  .cart-list .quantity-and-remove {
    margin-top: 1em;
  }
  .cart-list .quantity {
    vertical-align: middle;
  }
  .cart-list .cart-item__remove {
    margin-left: 1em;
    vertical-align: middle;
  }
  .cart-list .line-total {
    display: none;
  }
}
.cart-list .product-label {
  box-shadow: 0 0 2px 0 rgba(90, 90, 90, 0.2);
  margin: 0.5em 0;
}

.cart-form--refreshing .js-disable-while-updating,
.cart-list--loading .js-disable-while-updating {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.cart-list-header {
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.update-continue {
  margin: 1em 0;
  text-align: center;
}
.update-continue input {
  vertical-align: baseline;
}
.update-continue span {
  margin: 0 0.2em;
}

.under-cart,
.under-cart .rte,
.under-cart #comments,
.under-cart #template,
.under-cart #address_tables {
  text-align: center;
}

.under-cart .terms label, .under-cart .terms .sharing-label {
  display: inline;
}

.under-cart .subtotal-row {
  padding: 1em 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.under-cart .subtotal {
  display: flex;
  justify-content: space-between;
}

.under-cart .checkout-btn {
  margin: 1.4em 0;
}

.cart-discount-list {
  margin: 1em 0;
  padding: 0;
}
.cart-discount-list:first-child {
  margin-top: 0;
}
.cart-discount-list:last-child {
  margin-bottom: 0;
}

.cart-discount {
  list-style: none;
}
.cart-discount:not(:last-child) {
  margin-bottom: 0.5em;
}

.cart-discount--inline .cart-discount__label {
  margin-right: 1em;
}

.select-on-focus {
  -moz-appearance: textfield;
}

.template-blog [data-section-type=blog-template].content {
  padding-top: 0 !important;
}
.template-blog .blog-read-more {
  border-bottom: 1px solid;
}
.template-blog .blog-read-more:hover {
  color: #000000;
}
.template-blog .feature-header {
  position: relative;
  margin-bottom: 0.25em;
}
.template-blog .feature-header span {
  position: relative;
}
.template-blog .feature-header .rsslink {
  position: absolute;
  top: -20px;
  right: -30px;
}
.template-blog .rsslink:not(.no-filter) {
  margin-right: 1em;
}
.template-blog .option {
  display: inline-block;
}
.template-blog .article-block__title {
  color: #000000;
}
.template-blog .blog-toolbar {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .template-blog .blog-toolbar {
    margin-top: 0;
    justify-content: flex-end;
  }
}

.section-featured-blog .wide-container:not(.use-alt-bg) .article-block__title {
  color: #000000;
}

.article-block {
  width: 100%;
  display: inline-block;
  text-align: left;
}
@media (min-width: 768px) {
  html:not(.touch) .article-block:hover .article-block__image .placeholder-image, html:not(.touch) .article-block:hover .article-block__image .rimage__image {
    transform: scale(1);
  }
  html:not(.touch) .article-block:hover .article-block__image.image-overlay::after {
    opacity: 1;
  }
  html:not(.touch) .article-block:hover .article-block__image.image-overlay .article-block__excerpt {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.article-block .cc-bullet {
  font-size: 0.5em;
  position: relative;
  top: -0.25em;
}
.article-block .article-block__meta {
  line-height: 1em;
  margin-bottom: 0.5em;
}
.article-block .article-block__title {
  font-family: Jost, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5em;
}
.article-block.article-block--excerpt-below .article-block__excerpt {
  max-width: 550px;
}
.article-block.article-block--excerpt-below .article-block__excerpt p:first-child {
  margin-top: 0.55em;
}
.article-block .feature-subheader, .article-block #comments .comment .comment-date, #comments .comment .article-block .comment-date {
  text-align: left;
  font-size: 0.75em;
}

.article-block__image {
  margin-bottom: 0.75em;
  position: relative;
  overflow: hidden;
}
.article-block__image.image-overlay::after {
  transition: opacity 0.4s;
  opacity: 0;
}
.article-block__image .placeholder-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  padding-top: 0;
  object-position: center;
  min-height: 250px;
}
.article-block__image .rimage__image {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-block__image .placeholder-image, .article-block__image .rimage__image {
  will-change: transform;
  transition: transform 0.6s ease-out;
}
.article-block__image.article-block__image--landscape .rimage-wrapper, .article-block__image.article-block__image--landscape .placeholder-image {
  padding-top: 66.6% !important;
}
.article-block__image.article-block__image--square .rimage-wrapper, .article-block__image.article-block__image--square .placeholder-image {
  padding-top: 100% !important;
}
.article-block__image.article-block__image--portrait .rimage-wrapper, .article-block__image.article-block__image--portrait .placeholder-image {
  padding-top: 150% !important;
}
.article-block__image.article-block__image--portrait_tall .rimage-wrapper, .article-block__image.article-block__image--portrait_tall .placeholder-image {
  padding-top: 125% !important;
}
.article-block__image .article-block__excerpt {
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(20px);
  will-change: transform, opacity, visibility;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s ease-out;
}
.article-block__image .article-block__excerpt p {
  font-size: 14px;
  margin: 0 0 16px 0;
  max-height: calc(100% - 60px);
  overflow: hidden;
  max-width: 32em;
}
.article-block__image .article-block__excerpt .button {
  border: none;
}
@media (min-width: 768px) {
  html:not(.touch) .article-block__image .article-block__excerpt {
    display: flex;
  }
}

@media (max-width: 767px) {
  .cc-articles:not(.mob-two-col) .article-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cc-articles .article-block .rimage-outer-wrapper {
  max-width: none !important;
}
@media (min-width: 768px) {
  .cc-articles .article-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cc-articles.product-list--collage .article-block .rimage-wrapper, .cc-articles.product-list--collage .article-block .placeholder-image {
    padding-top: 0 !important;
    height: 29vw;
  }
  .cc-articles.product-list--collage .article-column {
    clear: none !important;
  }
  .cc-articles.product-list--collage .article-column:nth-child(1), .cc-articles.product-list--collage .article-column:nth-child(6), .cc-articles.product-list--collage .article-column:nth-child(11), .cc-articles.product-list--collage .article-column:nth-child(16), .cc-articles.product-list--collage .article-column:nth-child(21) {
    width: 50%;
  }
  .cc-articles.product-list--collage .article-column:nth-child(4), .cc-articles.product-list--collage .article-column:nth-child(7), .cc-articles.product-list--collage .article-column:nth-child(11), .cc-articles.product-list--collage .article-column:nth-child(14), .cc-articles.product-list--collage .article-column:nth-child(17), .cc-articles.product-list--collage .article-column:nth-child(21), .cc-articles.product-list--collage .article-column:nth-child(24) {
    clear: left !important;
  }
}

.template-collection .collection-header {
  position: relative;
  overflow: hidden;
}
.template-collection .collection-header .rimage-outer-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.template-collection .collection-header .overlay-type {
  position: relative;
}
.template-collection .collection-header .overlay-type .central {
  padding: 1em 0 2em;
}
@media (min-width: 768px) {
  .template-collection .collection-header .overlay-type .central {
    padding: 3em 0 5em;
  }
}
@media (min-width: 1200px) {
  .template-collection .collection-header .overlay-type .central {
    padding: 5em 0 7em;
  }
}
.template-collection .collection-header .overlay-type .central .feature-header:after {
  border-color: #ffffff;
}

.product-area__media .product-label, .product-block .product-label:not(.product-label--marquee), .collection-block .product-label:not(.product-label--marquee) {
  top: 10px!Important;
  left: 10px!Important;
  right: auto!Important;
  position: absolute!Important;
  z-index:999999999!important;
}


/* Override to globally-hosted search.css on the /search page */
#searchresults {
  margin: 0;
}
#searchresults input {
  width: auto;
}

.jiggly-split:not([data-result-count="0"]) .search-result {
  border-bottom: 40px solid transparent;
}
.search-result .search-result__title {
  text-align: left;
  font-family: Jost, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5em;
}

/* Shopify's customer templates */
#template .title, #address_tables .title {
  margin-top: 1em;
}
#template #customer, #address_tables #customer {
  width: 100%;
}
#template #forgot_password, #address_tables #forgot_password {
  margin: 1em 0;
}
#page-content .content #template, #page-content .content #address_tables {
  background: transparent;
  padding: 0;
}
#page-content .content #template input[type=text], #page-content .content #address_tables input[type=text],
#page-content .content #template input[type=email],
#page-content .content #address_tables input[type=email],
#page-content .content #template input[type=address],
#page-content .content #address_tables input[type=address],
#page-content .content #template input[type=number],
#page-content .content #address_tables input[type=number],
#page-content .content #template input[type=date],
#page-content .content #address_tables input[type=date],
#page-content .content #template input[type=search],
#page-content .content #address_tables input[type=search],
#page-content .content #template input[type=url],
#page-content .content #address_tables input[type=url],
#page-content .content #template input[type=password],
#page-content .content #address_tables input[type=password],
#page-content .content #template textarea,
#page-content .content #address_tables textarea {
  width: 380px;
}

#address_tables table {
  width: auto !important;
  max-width: 100%;
}
#address_tables .customer_address_table label, #address_tables .customer_address_table .sharing-label {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

.action_bottom {
  margin: 0 0 1em;
}
.action_bottom.right {
  text-align: right;
}
.action_bottom.right input {
  margin-right: 0;
  margin-left: 0.5em;
}
.action_bottom input {
  margin-right: 0.5em;
}

.customer_address {
  margin: 60px 0 0;
}

.customer_address_table {
  margin: 0 auto;
}
.customer_address_table td {
  padding: 0.5em;
  text-align: left;
}
.customer_address_table select, .customer_address_table .value input:not([type=checkbox]) {
  width: 100%;
}
@media (max-width: 767px) {
  .customer_address_table .label {
    width: 50px;
  }
}

.action_link.action_return {
  margin-bottom: 2em;
}
.action_link.action_return a {
  margin: 0 5px;
}

.address_actions .action_link {
  padding: 0 0.5em 0 0.7em;
  border-left: 1px solid;
}
.address_actions .action_link:first-child {
  border-left: 0;
}

/* All auto-acct page areas */
#template, #address_tables {
  text-align: left;
  padding: 35px 0;
  margin-bottom: 1em;
  zoom: 1;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  #template, #address_tables {
    padding: 35px 30px;
  }
}
#template table, #address_tables table {
  width: 100%;
}
#template::before, #address_tables::before {
  content: "";
  display: table;
}
#template::after, #address_tables::after {
  content: "";
  display: table;
  clear: both;
}

#admin_header {
  text-align: center;
}

#order_details {
  width: 100%;
}
#order_details td {
  vertical-align: top;
}

#add_address tr, #add_address td,
#address_tables tr,
#address_tables td {
  border: none;
}

#order_address {
  text-align: left;
}

@media (max-width: 600px) {
  #order_details .product {
    min-width: 60vw;
  }
}
#recover-password {
  width: 100%;
}

#comments {
  margin-top: 2em;
}
#comments > ul {
  padding: 0;
  margin-bottom: 0;
}
#comments > ul > li {
  list-style: none;
}
#comments h2 {
  margin-bottom: 0;
}
#comments .comment {
  margin-bottom: 3em;
}
#comments .comment .comment-author {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
#comments #add-comment-title {
  margin-top: 2em;
}

.feedback {
  color: #000000;
  background: #ebebeb;
  border: 1px solid #808080;
  padding: 1em 1.5em;
  font-style: italic;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.template-article #page-content {
  padding-bottom: 0;
}
.template-article #page-content .article-header {
  position: relative;
  overflow: hidden;
}
.template-article #page-content .article-header .rimage-outer-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.template-article #page-content .article-header .overlay-type {
  position: relative;
}
@media (max-width: 767px) {
  .template-article #page-content .article-header .overlay-type {
    padding-bottom: 30px;
    padding-top: 9em;
  }
}
@media (min-width: 768px) {
  .template-article #page-content .article-header .overlay-type {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .template-article #page-content .article-header .overlay-type {
    padding-bottom: 70px;
  }
}
.template-article #page-content .article-header .overlay-type .content.central {
  background: transparent;
  text-align: center;
}
@media (max-width: 767px) {
  .template-article #page-content .article-header .overlay-type .content.central {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .template-article #page-content .article-header .overlay-type .content.central {
    padding: 15vw 50px 0;
    width: 750px!important;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .template-article #page-content .article-header .overlay-type .content.central {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.template-article #page-content .article-header .overlay-type .content.central .line-1 {
  text-align: left;
}
.template-article #page-content .article-header .overlay-type .content.central .feature-subheader:last-child, .template-article #page-content .article-header .overlay-type .content.central #comments .comment .comment-date:last-child, #comments .comment .template-article #page-content .article-header .overlay-type .content.central .comment-date:last-child {
  margin-bottom: 0;
}
.template-article #page-content .article-header .overlay-type .content.central .feature-header::after {
  border-color: #ffffff;
}
@media (min-width: 768px) {
  .template-article .article-container.central {
    padding-top: 50px;
  }
}
.template-article .article .feature-subheader, .template-article .article #comments .comment .comment-date, #comments .comment .template-article .article .comment-date {
  text-align: center;
  margin-top: 1em;
}
.template-article .article .sharing {
  text-align: center;
  margin-bottom: 2em;
  margin-top: 3em;
}
.template-article .rte, .template-article #template, .template-article #address_tables, .template-article #comments {
  margin-top: 2em;
}
.template-article .rte p:first-child, .template-article #template p:first-child, .template-article #address_tables p:first-child, .template-article #comments p:first-child {
  margin-top: 0;
}
.template-article .rte.wide-image, .template-article .wide-image#template, .template-article .wide-image#address_tables, .template-article .wide-image#comments {
  margin-top: 0;
}
.template-article .other-products--articles .previous {
  padding-left: 1em;
}
.template-article .other-products--articles .next {
  padding-right: 1em;
}
.template-article .other-products--articles .other-products__product__arrow .arr {
  width: 23px;
  height: 23px;
  margin-top: -1px;
}
.template-article .other-products--articles .other-products__label,
.template-article .other-products--articles .other-products__product__title {
  font-size: 14px;
}

.template-password {
  height: auto;
}
.template-password body {
  min-height: 100vh;
  font-size: 15px;
  line-height: 1.3em;
  text-align: center;
  position: relative;
}
.template-password body::before {
  z-index: -1;
}
.template-password .password-container {
  display: table;
  height: 100%;
  width: 100%;
}
.template-password .password-store-name,
.template-password .password-main,
.template-password .password-footer {
  display: table-row;
}
.template-password .password-store-name-inner,
.template-password .password-main-inner,
.template-password .password-footer-inner {
  display: table-cell;
  padding: 20px;
}
.template-password .password-store-name {
  height: 1px;
}
.template-password .password-main {
  height: 100%;
}
.template-password .password-main-inner {
  vertical-align: middle;
}
.template-password .password-footer {
  height: 1px;
}
.template-password .password-login-link {
  margin: 20px 0 40px;
  text-align: right;
}
.template-password .password-login-link svg {
  width: 10px;
  height: 12px;
  margin-right: 4px;
  margin-top: -2px;
}
.template-password .password-container h1, .template-password .storefront-password-form h1 {
  font-size: 2em;
}
.template-password .password-container h1 a:hover, .template-password .storefront-password-form h1 a:hover {
  text-decoration: none;
}
.template-password .password-container h2, .template-password .password-container .h2, .template-password .storefront-password-form h2, .template-password .storefront-password-form .h2 {
  font-size: 4em;
}
.template-password .password-container h5, .template-password .storefront-password-form h5 {
  margin-bottom: 0.5em;
}
.template-password .password-container input[type=text], .template-password .password-container input[type=password], .template-password .storefront-password-form input[type=text], .template-password .storefront-password-form input[type=password] {
  height: 30px;
  padding: 4px;
  margin: 0 5px 0 0;
  color: #666;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.template-password .password-container input[type=submit], .template-password .storefront-password-form input[type=submit] {
  display: inline-block;
  background-color: #f8f3f0;
  color: #000000;
  vertical-align: top;
  border: 1px solid transparent;
  margin: 0;
  padding: 4px 14px;
  font-size: 90%;
  height: 30px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.template-password .password-container input[type=submit]:hover, .template-password .storefront-password-form input[type=submit]:hover {
  border-color: #f8f3f0;
}
.template-password .password-container .shopify-name, .template-password .storefront-password-form .shopify-name {
  display: none;
}
.template-password .password-message {
  margin-bottom: 2em;
}
.template-password .password-signup {
  margin-bottom: 4em;
}
.template-password .password-signup input[type=submit] {
  box-sizing: content-box;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  padding: 4px 18px;
  border: 1px solid #f8f3f0;
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
@media only screen and (max-width: 420px) {
  .template-password .password-signup input[type=submit] {
    margin: 0 0 10px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
}
.template-password .password-social ul {
  padding: 0;
}
.template-password .password-social li {
  display: inline-block;
  white-space: nowrap;
}
.template-password .password-social a {
  color: #fff;
  margin: 10px;
  display: inline-block;
  padding: 2px 12px 4px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.template-password .password-social a span {
  vertical-align: middle;
}
.template-password .password-social a:hover {
  color: #fff;
  opacity: 0.9;
}
.template-password .password-social a:hover, .template-password .password-social a:hover span {
  text-decoration: none;
}
.template-password .password-social a svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  height: 15px;
  width: 15px;
}
.template-password .password-social a svg, .template-password .password-social a svg g {
  fill: #fff;
}
.template-password .password-social .password-social-item-facebook {
  background: #3b5998;
}
.template-password .password-social .password-social-item-twitter {
  background: #00aced;
}
.template-password .password-footer-inner {
  padding-top: 150px;
  line-height: 2em;
}
.template-password .password-footer-inner .powered-by, .template-password .password-footer-inner svg {
  vertical-align: top;
}
.template-password .password-footer-inner svg {
  margin: 0 0 0 5px;
  width: 80px;
  height: 23px;
}
.template-password #password-login {
  width: 300px;
  padding: 1em 0;
}
.template-password #password-login, .template-password #password-login a, .template-password #password-login a:link, .template-password #password-login a:visited, .template-password #password-login a:hover {
  color: #333;
}
.template-password #password-login label, .template-password #password-login .sharing-label {
  display: block;
  margin: 0 0 1.5em;
}
.template-password #password-login input[type=password] {
  width: 150px;
}
.template-password #password-login .password-owner {
  margin-top: 1.5em;
}
.template-password #cboxWrapper, .template-password #cboxContent {
  background-color: #fff;
}
.template-password .sharing-label {
  display: block;
}

.template-suffix-contact .form input[type=submit] {
  margin-bottom: 0;
}
.template-suffix-contact .errors {
  max-width: 500px;
  margin: 50px auto 0;
}

/*================ Giftcard Template ================*/
.template-giftcard {
  background: #ffffff;
  text-align: center;
  padding: 15px 0;
}

.giftcard {
  margin: 15px auto;
  max-width: 500px;
  padding: 20px;
}

.giftcard__illustration {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 0;
}
.giftcard__illustration img {
  display: block;
}

.giftcard__code {
  background: #fff;
  border-radius: 0;
  color: #484848;
  position: absolute;
  bottom: 10%;
  right: 50%;
  transform: translateX(50%);
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1em;
  white-space: nowrap;
}

.giftcard-qr-row {
  margin: 15px 0;
}

.giftcard-qr {
  display: inline-block;
  background: #fff;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 0;
}
.giftcard-qr img {
  display: block;
  margin: 0 auto;
}

.giftcard-apple-wallet {
  margin: 15px 0;
}

.apple-wallet-image {
  display: block;
  margin: 0 auto;
}

.giftcard-button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.print-giftcard svg {
  margin-left: -10px;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  html,
  body {
    background-color: #fff;
    color: #000;
  }
  .print-giftcard,
  .apple-wallet {
    display: none;
  }
}
.template-search .no-results, .template-collection .no-results {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .template-search .no-results, .template-collection .no-results {
    width: 90%;
  }
}
.template-search #page-content > .shopify-section, .template-collection #page-content > .shopify-section {
  overflow: unset;
}
.template-search .pager-button, .template-search .pagination, .template-collection .pager-button, .template-collection .pagination {
  width: auto !important;
}
.template-search .footer-button-xs, .template-collection .footer-button-xs {
  z-index: 100;
}
.template-search h1, .template-collection h1 {
  margin-bottom: 0.75em;
}
.template-search .central .content .rte, .template-search .central .content #template, .template-search .central .content #address_tables, .template-search .central .content #comments, .template-collection .central .content .rte, .template-collection .central .content #template, .template-collection .central .content #address_tables, .template-collection .central .content #comments {
  text-align: center;
}

.template-faq .inline-mini-form {
  width: 100%;
}
.template-faq .inline-mini-form button svg {
  height: 21px;
  width: 21px;
}
@media (min-width: 768px) {
  .template-faq .accordion-container {
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
    width: 768px;
  }
}
@media (min-width: 992px) {
  .template-faq .accordion-container {
    width: 850px;
  }
}
.template-faq .accordion-container .container {
  width: 100%;
}
.template-faq .section-faq-accordion:not(.has-alt-bg) .section-spacing {
  padding-top: 0;
}
.template-faq .section-faq-accordion.has-alt-bg + .section-faq-accordion:not(.has-alt-bg) {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .template-faq .section-faq-accordion.has-alt-bg + .section-faq-accordion:not(.has-alt-bg) {
    padding-top: 100px;
  }
}
.no-js .template-faq [data-section-type=faq] .inline-mini-form {
  display: none;
}
.template-faq .faq-search__no_results {
  margin-top: 2em;
  margin-bottom: 1em;
  display: none;
}
@media (min-width: 768px) {
  .template-faq .faq-search__no_results {
    margin-bottom: 5em;
  }
}
.template-faq .faq-no-results .faq-search__no_results {
  display: block;
}

@media (min-width: 768px) {
  #page-content .template-faq .section-faq {
    margin-bottom: 20px;
  }
  #page-content .template-faq .section-faq .content {
    width: 768px;
  }
  #page-content .template-faq .section-faq .content > *:first-child {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #page-content .template-faq .section-faq .content {
    width: 850px;
  }
}

#page-content.faq-search-active .section-accordion[data-found-count="0"] {
  display: none;
}

@media (min-width: 768px) {
  .faq-sidebar-enabled #page-content .section-faq-accordion .accordion-container, .faq-sidebar-enabled #page-content .section-faq .content {
    padding-left: calc(200px + 50px);
  }
  .faq-sidebar-enabled #page-content .section-faq, .faq-sidebar-enabled #page-content .section-accordion {
    position: relative;
  }
}
@media (min-width: 992px) {
  .faq-sidebar-enabled #page-content .section-faq-accordion .accordion-container, .faq-sidebar-enabled #page-content .section-faq .content {
    padding-left: calc(220px + 50px);
  }
}
@media (min-width: 1200px) {
  .faq-sidebar-enabled #page-content .section-faq-accordion .accordion-container, .faq-sidebar-enabled #page-content .section-faq .content {
    padding-left: 50px;
    max-width: 775px;
    position: relative;
    right: -110px;
  }
}

.faq-sidebar {
  display: none;
}
@media (min-width: 768px) {
  .faq-sidebar {
    width: 200px;
    position: absolute;
    left: calc(50% - 200px - 35px);
    z-index: 1;
    transform: translateX(-50%);
    padding-bottom: 100px;
    padding-top: 50px;
    transition: top 0.2s, height 0.2s;
  }
  .faq-sidebar .faq-sidebar__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    max-height: 90vh;
    overflow: auto;
  }
  .faq-sidebar h3 {
    text-align: left;
    font-size: 14px;
    margin-bottom: 1em;
  }
  .faq-sidebar ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .faq-sidebar ol li {
    margin-bottom: 0.75em;
    padding-right: 20px;
  }
  .faq-sidebar a {
    transition: opacity 0.4s;
    opacity: 0.5;
  }
  .faq-sidebar a.faq-sidebar--active {
    opacity: 1;
  }
  .faq-sidebar a.faq-sidebar--disabled {
    pointer-events: none;
  }
  .faq-sidebar-enabled .faq-sidebar {
    display: inline-block;
  }
  .no-js .faq-sidebar {
    display: none;
  }
}
@media (min-width: 992px) {
  .faq-sidebar {
    width: 220px;
    left: calc(50% - 220px - 45px);
  }
}
@media (min-width: 1200px) {
  .faq-sidebar {
    width: 220px;
    left: calc(50% - 338px);
  }
}

/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/



/* Bundles */

.product-area__media .product-label {
  top: 10px!Important;
  left: 10px!Important;
  right: auto!Important;
  position: absolute!Important;
}


.qbk-volume-tier__title {
  font-size: 11px !important;
  top: -5px!important;
}
.qbk-volume-tier {
  padding: 2px 6px !important;
  gap: 0px !important;
  margin-bottom: 4px !important;
}
.qbk-volume-tier__price--offer,
.qbk-volume-tier__price--origin {
  font-size: 11px!important;
}
.qbk-volume-tier:before {
  box-shadow: 0px !important;
  border: 0px!important;
}
.qbk-btn:disabled,
.qbk-btn[disabled] {
  color: rgba(164, 119, 113, 0.3)!important;
  border-color: rgba(164, 119, 113, 0.3)!important;
  background-color: rgba(164, 119, 113, 0.3)!important;
}
.qbk-offer-box .qbk-badge {
    display: none!important;
}
.qbk-offer-box__header {
    margin-bottom: 0px!important;
}

.qbk-offer-box {
    margin-top: 0px!important;
}
.qbk-offer {
    margin-bottom: 5px!important;
}
.qbk-bundle__offers--original .qbk-bundle__plus-icon {
    margin: 0 auto 5px!important;
}
.nav-ctas__cta .overlay-type .feature-subheader {
    text-align: center !important;
}
.qbk-offer__quantity-label:before {
    opacity: 1!important;
    background-color: #ffffff!important;
  
}
.qbk-offer__body {
    background-color: #fff!important;
    background-image: none!important;
    border-radius: 4px;
    box-shadow: none !important;
}
.qbk-offer__body:before {
    border: none!important;}

/* Contact Form */

.pretty-select.id-contact_us_form {
    margin: 30px auto;
    width: 100%;
    max-width: 350px;
    display: flex;
}
.pretty-select.id-contact_us_form .text .label {
    display: none;
}

/***Custom Mobile nav***/
#page-menu.custom-nav-model .nav-body {
    width: 100%;
    padding: 0;
}
#page-menu.custom-nav-model .main-nav ul {
  margin: 0;
}
#page-menu.custom-nav-model > .inner {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 80px;
}
#page-menu.custom-nav-model .main-nav {
  font-size: 20px;
  margin: 0;
}
#page-menu.custom-nav-model .main-nav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px;
    border: none;
    background-color: #9d6e69;
    font-weight: 700;
    color:rgb(0, 0, 0);
    text-transform: capitalize;
      padding-left: 20px!important;
}
#page-menu.custom-nav-model .main-nav li a.menu-active {
    color: #fff;
}
#page-menu.custom-nav-model .main-nav li a svg.chevron-down {
    fill:rgb(0, 0, 0);
    width: 21px;
    height: 21px;
    transition: 0.5s;
margin-right:10px!Important;
}
#page-menu.custom-nav-model .main-nav li a.menu-active svg.chevron-down {
  fill: #000;
}
#page-menu.custom-nav-model .main-nav li a.menu-active svg.chevron-down {
    transform: rotate(-180deg);
}
#page-menu.custom-nav-model a .arr {
    display: none;
}

#page-menu.custom-nav-model .main-nav .has-submenu ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0px 15px 0px 0px;
}
#page-menu.custom-nav-model .main-nav .has-submenu ul li.main-nav__mega-title {
    margin: 0;
    border-bottom: 1px solid #b18782;
}
#page-menu.custom-nav-model .main-nav .has-submenu ul li.main-nav__mega-title a {
    opacity: 1;
    background-color: transparent;
    padding: 8px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
#page-menu.custom-nav-model .main-nav .has-submenu ul li.main-nav__mega-title a svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}
#page-menu.custom-nav-model .main-nav .has-submenu ul li.main-nav__mega-title a .icon-minus,
#page-menu.custom-nav-model .main-nav .has-submenu ul li.main-nav__mega-title a.menu-active .icon-plus {
    display: none;
}
#page-menu.custom-nav-model .main-nav .has-submenu ul li.main-nav__mega-title a.menu-active .icon-minus {
    display: block;
}
#page-menu.custom-nav-model .main-nav .has-submenu ul li.main-nav__mega-title .arr {
    display: none;
}
#page-menu.nav-uses-modal.custom-nav-model .main-nav li.has-childmenu > ul {
    display: none;
    margin-top: 0;
    padding: 0 0px 10px;
}
#page-menu.custom-nav-model .main-nav .has-childmenu li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 0px);
    margin: 0px 0px 0px 0px;
}
#page-menu.custom-nav-model .main-nav .has-submenu ul li .main-nav__mega-subtitle a {
    padding: 0;
    border: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
}
#page-menu.custom-nav-model .main-nav .has-submenu .megamenu-promotion-wrap {
    padding: 0px 15px;
    display: flex;
    column-gap: 10px;
    padding-left: 20px !important;
}

#page-menu.custom-nav-model .megamenu-promotion-wrap.new_bottom_image {
    padding: 0px 15px;
    display: flex;
    column-gap: 10px;
    padding-left: 20px !important;
}

#page-menu.custom-nav-model .main-nav .has-submenu .nav-ctas__cta a {
  padding: 40% 0 0 0;
  position: relative;
  align-items: flex-end;
}
#page-menu.custom-nav-model .main-nav .has-submenu .nav-ctas__cta .rimage-outer-wrapper {
    background-position: top center !important;
    width: 100%;
    height: 100%;
}
#page-menu.custom-nav-model .main-nav .has-submenu .nav-ctas__cta .overlay-type {
    padding: 15px;
    position: relative;
    min-height: auto;
    display: flex;
    align-items: flex-end;
    background-color: transparent;
    left: 0;
    right: auto;
    text-align: left;
    width: 100%;
    bottom: 0;
}
#page-menu.custom-nav-model .main-nav .has-submenu .nav-ctas__cta .overlay-type .overlay__content {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 5px;
}
#page-menu.custom-nav-model .main-nav .has-submenu .nav-ctas__cta .overlay-type .feature-subheader {
  margin-bottom: 0;
}
#page-menu.custom-nav-model .main-nav .has-submenu .nav-ctas__cta .overlay-type .line-1 {
  margin: 0;
  text-align: center!important;
}
#page-menu.custom-nav-model .nav-footer-links-wrapper {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
#page-menu.custom-nav-model .nav-footer-links-wrapper .nav-footer-links__link {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    text-align: left;
    font-family: "Krub", sans-serif!important;
    font-weight: 400;
    font-style: normal;
}

#page-menu.custom-nav-model .nav-footer-links-wrapper .nav-footer-links__link a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
#page-menu.custom-nav-model .nav-footer-links-wrapper .nav-footer-links__link a svg {
    width: 20px;
    height: 20px;
}
#page-menu.custom-nav-model .nav-footer-social {
    text-align: left;
}
#page-menu.custom-nav-model .nav-footer-social .social-links {
    margin-top: 0;
}
#page-menu.custom-nav-model .nav-footer-social .social-links .social-links__list {
    margin-top: 0;
}
#page-menu.custom-nav-model .nav-footer-social .social-links .social-links__list li {
    margin: 0;
}
#page-menu.custom-nav-model .nav-footer-social .social-links .social-links__list li a {
  margin: 0 10px 0 0;
}

/***pdp page image with text section***/

.image_with_text .wrapperr {padding:50px 0px; display:flex; align-items:center;}
.image_with_text .wrapperr .left_description {padding-left:3%; width:50%;}

.image_with_text .wrapperr .right_image img {border-radius:100%!important;}
.image_with_text .wrapperr .right_image video {width:100%;}
.image_with_text .wrapperr .left_description h5 {font-family: "Krub", sans-serif!important; font-size:18px; text-align:center!important; font-weight:bold;}
.image_with_text .wrapperr .left_description i {font-family:"Wild Magnolia"; font-size:90px; line-height:0.6em; margin-bottom:10px;}
.image_with_text .wrapperr .left_description h2 {font-size:1.8rem; line-height:1.4;text-align:center!important;}
.image_with_text .wrapperr .left_description p {text-align:center; font-size:16px;    line-height: 1.5em !important;}
.image_with_text .wrapperr .inner_content {padding:0px 55px;} 
.image_with_text .wrapperr .right_image {width:41%; margin: auto!important;}
.product-recommendations .title_swiper_btn,
.section-recently-viewed .title_swiper_btn {align-items:baseline; display:flex; justify-content:space-between;}
.product-recommendations .title_swiper_btn a,
.section-recently-viewed .title_swiper_btn a {background-color:transparent; position:relative;}  
.section-recently-viewed .title_swiper_btn a {margin-top: 0;}
.product-recommendations .title_swiper_btn .swiper_btns,
.section-recently-viewed .title_swiper_btn .swiper_btns {display:flex; align-items:center;} 
.product-recommendations .title_swiper_btn .swiper-button-next,
.section-recently-viewed .title_swiper_btn .swiper-button-next {margin-right:0px;}

.heart_icon {fill:none !important;}
.nav-right-side svg {max-width:25px; max-height:25px;}
.nav-right-side a {max-width:25px; max-height:25px;}
.nav-right-side .cart {margin-left:10px;}


.section-image-with-text-overlay.needs-alt-logo .parallex-effect .rimage-background.rimage-outer-wrapper {background-attachment:fixed; background-position:50% !important; background-repeat:no-repeat; background-size:cover; display: block; height: 100vh; width: 100%; }
.section-image-with-text-overlay.needs-alt-logo .parallex-effect .cc-animate-enabled [data-cc-animate].cc-zoom-out, .cc-animate-enabled [data-cc-animate].cc-zoom-out {transform:none !important;}


.section-footer .section-footer__newsletter-block .signup-form form input {width:100%; background:transparent; border:solid 1px #c57f76; border-bottom:solid 1px #c57f76;
    padding:1px 10px; color:#9d6e69; height:40px; min-height:45px;}
.section-footer .section-footer__newsletter-block .signup-form form button {position:relative; font-size: 18px !important; font-size: 18px !important; margin-top:25px; position:relative; background-color:#e3afa8; color:#81554f; width:100%; 
    letter-spacing:1px; padding:14px 0; border-radius:0!important; display:inline-block;}
.section-footer .section-footer__row-lower {align-items:end;}
.section-footer .section-footer__lower-menu__list li a, .section-footer__row__col .copyright span.copy {font-weight:600;}
.section-footer .section-footer__lower-menu__list li {padding-left:0;}
.section-footer .signup-form p {margin-bottom:9px;}
.section-footer .contact_us_link  input, .contact_us_link textarea {min-height:10px; padding:0px; border:none;}
.contact_us_link p {margin-bottom:5px;}
ul.section-footer__menu-block__menu.first_menu {margin-bottom:30px;}
.section-footer .section-footer__title {text-transform:uppercase;}
.menu_block .plus_icon, .menu_block .minus_icon,
.section-footer__text-block .plus_icon, .section-footer__text-block .minus_icon {display:none;} 
.bread_crumb_container {padding-top:7px;max-width:95%; margin:0 auto;}
.section-footer .section-footer__payment-icons .section-footer__payment-icon {
    width: 40px;    
    /* background-color: #F8F3F0; */
    background-color: #FFF;
    height: 40px;
}

/***faq tabs***/
.template-product .section-accordion .section-heading h2 {font-size:27px; line-height:38px;}
.template-product .section-accordion .cc-accordion-item__title, .template-product .cc-accordion-item__content p, .template-product .cc-accordion-item__content span {font-size:15px!important;}
/***end end***/

/* Product Card wishlist */
.product-block .wishlist-widget {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    z-index: 5;
}
@media (min-width: 1200px) {
  .product-block  .wishlist-widget {
    top: 20px;
    right: 20px;
  }
}

/* End Product Card wishlist */

/***product alternate template***/
.template-suffix-product-alternate .customsSlidesWrapper .customSlider {background-color:#F4E9E8;}

@media(min-width:1130px){
  .template-suffix-product-alternate .product-area.product-area--restrict-width.product-area--one-col .product-area__media {padding-left:0px;}
}
@media(max-width:1129px){
  .template-suffix-product-alternate .customSlider {padding-bottom:25px;}
}
@media(min-width:768px){

  .template-suffix-product-alternate .customsSlidesWrapper {margin:0px -10px; display:flex; flex-direction:row; background-color:transparent; flex-wrap:wrap;}
  .template-suffix-product-alternate .customsSlidesWrapper .customSlider {margin:0px 10px 20px; flex:0 0 calc(50% - 20px); width:50%;}
  /* .template-suffix-product-alternate .customsSlidesWrapper .customSlider:nth-child(5n + 1) {width: 100%;flex: 100%;} */
  .template-suffix-product-alternate .product-area__media {background-color:#f5f0ef;}
  
  .template-suffix-product-alternate .customsSlidesWrapper .customSlider:nth-child(1), 
  .template-suffix-product-alternate .customsSlidesWrapper .customSlider:nth-last-child(1) {flex:0 0 calc(100% - 20px); width:100%;} 

  /* .template-suffix-product-alternate .customSlider:not(:last-child) .product-media .rimage-wrapper {padding-top:100% !important;} 
  .template-suffix-product-alternate .customSlider:nth-child(1) .product-media .rimage-wrapper,
  .template-suffix-product-alternate .customSlider:nth-last-child(1) .product-media .rimage-wrapper {padding-top:100% !important;}  */
  .template-suffix-product-alternate .customSlider .product-media .rimage-wrapper {padding-top:100% !important;} 
  .template-suffix-product-alternate .product-media .rimage-wrapper img {object-fit:cover;}  
  
} 
/***end end**/

/***responsive css***/
@media screen and (min-width:819px) and (max-width:1025px) {
  .section-footer__row.section-footer__row--blocks {justify-content:flex-start;}
  /* .section-footer .section-footer__row--blocks .section-footer__row__col {width:33.33%; max-width:33.33%; min-width:33.33%;} */
}
@media screen and (min-width:768px) and (max-width:820px) {
  .section-footer__row.section-footer__row--blocks {justify-content:flex-start;}
  .section-footer .section-footer__row--blocks .section-footer__row__col {width:50%; max-width:50%; min-width:50%;}
}
@media (max-width:1400px){
  .image_with_text {padding:30px 0px;}
} 
@media (max-width:1300px){
  .template-suffix-product-alternate .product-area.product-area--restrict-width.product-area--one-col .product-area__media {
    display: flex;
  }
  .product-area.product-area--restrict-width.product-area--one-col .product-area__thumbs {
    margin-left: 0;
    margin-right: 20px;
    left: 0;
  }
  .template-suffix-product-alternate .product-area.product-area--restrict-width.product-area--one-col .product-area__media .theme-gallery {
    width: 100%;
  }
}
@media (max-width:1200px){
  .image_with_text .wrapperr .inner_content {padding:0px 55px 0px 0px;}
}
@media (max-width:1099px){
  .site-control .site-control__inner .nav-right-side {justify-content:end; display:flex;}
  .site-control .site-control__inner .nav-right-side a {display:contents;}
  .site-control .site-control__inner .nav-right-side a svg {margin:0px 10px;}
  .site-control .site-control__inner .nav-right-side .nav-account {display:none;}
  .site-control .cart div {left:auto; right:8px;top:17px;}

  .product-area .product-detail__trust-icons {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  overflow-x: auto;
}

  
}
@media screen and (min-width:768px) and (max-width:992px) { 
  .template-suffix-product-alternate .customsSlidesWrapper .customSlider:nth-child(1),
  .template-suffix-product-alternate .customsSlidesWrapper .customSlider:nth-last-child(1) {flex:0 0 calc(100% - 10px);}
  .template-suffix-product-alternate .product-area.product-area--restrict-width.product-area--one-col .product-media {margin-bottom:10px;}
  .template-suffix-product-alternate .customsSlidesWrapper .customSlider {margin:0 5px; flex:0 0 calc(50% - 10px);}
  
}
@media (max-width:768px){
  .image_with_text .wrapperr {padding:50px 20px; flex-direction:column;}
  .image_with_text .wrapperr .left_description {padding-left:0px; width:100%;}
  .image_with_text .wrapperr .right_image {width:100%;}
  .image_with_text .wrapperr .inner_content {padding:30px 0px;} 
  
} 
@media (max-width:767px){
  .section-footer__row__col.section-footer__newsletter-block {max-width:450px; margin:0 auto; order:-1;}
   .menu_block .plus_icon, .menu_block .minus_icon,
  .section-footer__text-block .plus_icon, .section-footer__text-block .minus_icon {width:16px; height:16px;}
  .menu_block .plus_icon, .menu_block .section-footer__title.active_tab .minus_icon {display:block;} 
  .menu_block .section-footer__title.active_tab .plus_icon {display:none;}    
  .section-footer__title.active_tab + .section-footer__menu-block__menu {animation-name: ease-in; animation-duration: 1s; animation-timing-function: ease-in;
    animation-iteration-count: infinite; display:block;}
  .section-footer .menu_block {border-bottom: solid 1px #9d6e69;}
  .section-footer .section-footer__row--blocks .section-footer__row__col:not(:last-child), .section-footer .section-footer__title {margin-bottom:0px;}
  .product-recommendations .title_swiper_btn .swiper-button-next,
  .section-recently-viewed .title_swiper_btn .swiper-button-next,
  .product-recommendations .title_swiper_btn .swiper-button-prev,
  .section-recently-viewed .title_swiper_btn .swiper-button-prev {display:block;}
  .product-recommendations .title_swiper_btn .swiper-button-prev,
  .section-recently-viewed .title_swiper_btn .swiper-button-prev {left:0;}
  .product-recommendations .title_swiper_btn .swiper-button-next,
  .section-recently-viewed .title_swiper_btn .swiper-button-next {right:0px;}
  .section-footer .section-footer__title {padding:10px 0; display:flex; justify-content:space-between; align-items:center;} 
  .section-footer .section-footer__menu-block {padding:0px;}
  .menu_with_conactus_text {width:100%;}
  .section-footer .section-footer__row-lower {padding-top:30px; padding-bottom:30px;}
  .section-footer .section-footer__row-lower ul, .section-footer__row__col .copyright, .section-footer__payment-icons {text-align:center;}
  .section-footer .section-footer__lower-menu__list li {margin:0px;}
  .section-footer .section-footer__payment-icons .section-footer__payment-icon {margin:0px 5px;}
  .section-footer .section-footer__row--blocks {padding-bottom:0px;}
    .product-area .product-area__media .rimage-wrapper img {max-width:none; width:100%; height:100%; position:absolute; object-fit:cover;}
  .template-suffix-product-alternate .customSlider .product-media .rimage-wrapper {padding-top:100% !important; position:relative;}
  .template-suffix-product-alternate .customSlider {padding-bottom:0px;}
  .site-control .logo {width: 200px!important;left: -4%;}
  .section-footer .section-footer__lower-menu__list li.copyright {display: inline-block;}
  #shopify-section-footer div .md-form__select__country__list__flag-wrapper {margin: unset;}
}
@media (max-width:576px){
  .section-footer .section-footer__newsletter-block .signup-form form button {font-size:15px!important; padding:11px 0;}
  .section-footer .section-footer__payment-icons .section-footer__payment-icon {width:25px; height:25px;}
  .image_with_text .wrapperr .left_description h2 {padding:3px 0px; font-size:1.4rem; line-height:1.4;text-align:center!important;}
  .image_with_text .wrapperr .left_description p {font-size:16px;}
  .image_with_text .wrapperr .left_description i {font-size:56px; line-height:.8em;}
  /* .singe_image_metafiled {padding:0px 20px;} */
  .site-control .logo {width: 150px!important; left: 0%;}
  /* .site-control .site-control__inner .nav-right-side a svg {margin:0px 5px;} */
  /* .site-control .cart div {right: -3px;} */
  .nav-right-side svg {max-width:20px; max-height:20px;}
  .nav-right-side a {max-width:20px; max-height:20px;} 
  /* #page-content > div:first-child .height--full.video-container {min-height:400px;}
  #page-content > div:first-child .height--full .rimage-outer-wrapper, #page-content > div:first-child .height--full .placeholder-image { min-height: 400px; } */
} 
/***end end end***/ 
/***pdp page end end end end***/  

@media (min-width: 1100px) {
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .megamenu-link-wrap{max-width:60%;width:100%;display:flex;flex-wrap:wrap;}
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .megamenu-promotion-wrap{max-width:40%;width:100%;display:flex;flex-wrap:wrap;}
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .megamenu-link-wrap>li>ul>li>a {display:block; padding-top:2px; padding-bottom:2px; white-space: normal; }  
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .megamenu-link-wrap>li {padding:0 10px; text-align:left; flex:1 1 33.33%; }
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .megamenu-link-wrap>li a {padding-left:0;padding-right:0;}
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .megamenu-link-wrap>li>a {padding-top:0;}
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .megamenu-link-wrap>li>ul {display:block; padding-bottom:5px; text-align:left;}
  .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .megamenu-link-wrap>li>ul>li {display:block;}
  .site-control.nav-inline-desktop .site-control__inner .nav-ctas__cta{padding:0 5px 10px;width:50%;}

} 

@font-face {font-family: "Wild Magnolia";src: url("/cdn/shop/files/WildLoveScript-Regular.woff2?v=1679586203")
      format("woff2"), url("/cdn/shop/files/WildLoveScript-Regular.woff?v=1679586203") format("woff");}

a.view-all-link  {
    margin-right: 0px!important;
    text-align : right!important;
}

.title {
 font-family: "Krub", sans-serif!important;
  font-size: 1.7rem;
}
@media only screen and (max-width: 1100px) {
  .section-slideshow .line-1,
  .section-background-video .line-1 {font-family: "Wild Magnolia" !important;font-size: 50px !important;line-height: 0.5em;margin-bottom: 10px; margin-top: 0px;}
  .overlay-type .line-2 {
    font-family: "Georgia" !important;
  }
}
@media only screen and (min-width: 1100px) {
  .section-slideshow .line-1,
  .section-background-video .line-1 {
    font-family: "Wild Magnolia" !important;font-size: 80px !important;line-height: 0.8em; margin-bottom: 10px;}
  .overlay-type .line-2 {font-family: "Georgia" !important; }
}

.oke-reviewCard .oke-w-review-footer, div.okeReviews .oke-reviewCard .oke-w-review-footer { display: none;}
h2.oke-title { font-family: "Krub"!important;font-size: 1.9rem;font-weight:normal;text-align:center!important;
}
.overlay-type .button {background-color: #f4e9e8;}
.title {font-family: "Krub", sans-serif!important;font-size: 1.4rem;}
.shopify-payment-button__button,
.button {border: none !important;}
a,.button {cursor: pointer;}
.line-2 {width: 100% !important;}
.cc-accordion {border-top: 0;}
body .bis-reset.bis-edge-bottom {display: none !important;}
  
@media (min-width: 768px) {
  .product-area {margin-bottom: 0 !important;padding-bottom: 100px !important; }}
  

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */ 
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}


.product-detail__form__options .option-selectors .selector-wrapper, .product-detail__custom-option .option-selectors .selector-wrapper {margin: 1em 0 1em;}
.product-area .product-area__details .product-detail__form__options .option-selectors label, .product-area .product-area__details .product-detail__form__options .selector-wrapper label, .product-area .product-area__details .product-detail__custom-option-legend, .product-area .product-area__details .has-clickyboxes label, .product-area .product-area__details .sharing-label { margin-bottom: 0em; font-weight: 600;
}
.product-area .product-area__details .product-detail__form__options label, .product-area .product-area__details .has-clickyboxes label, .product-area .product-area__details .sharing-label, .product-area .product-area__details .product-detail__custom-option label, .product-area .product-area__details .product-detail__custom-option-legend {font-size: 12px; text-transform: uppercase;}


.clickyboxes {margin: 0.4em 0 0.4em;}
.site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .megamenu-link-wrap>li {padding: 0px 0px 20px 0px;}
.site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .column-title {display: block; padding-bottom: 10px;}


.product-area .product-area__details__title {display: inline;}

.wrapper .left_description {padding-left: 0%!important; width: 50%!important;}
.wrapper .right_image {width: 50%!important;}
.image_with_text .wrapper { padding: 0px!important;}


.image_with_text { padding: 0px!important;}

.quantity-wrapper {border: 1px solid #000!important;}
.section-product-template,
.theme-images,
.product-area,
.product-area__media.multi-column, .section-product-template,
.theme-images,
.product-area,
.product-area__media.multi-column, .template-suffix-product-alternate .product-area .product-area__media, .template-suffix-product-alternate .product-area .product-area__media .swiper-container:not(.swiper-container-horizontal) {background-color: #FFF;}
.cc-swatches select[data-colour-swatch="true"] + .clickyboxes li a { box-shadow: none!important;}
.cc-swatches label .cc-swatches__label, .cc-swatches .sharing-label .cc-swatches__label {text-transform: uppercase; font-size: 12px;}
.cc-swatches select[data-colour-swatch="true"] + .clickyboxes li a {border: 2px solid #F8F3F0;box-shadow: 0 0 0 0.5px #9d6e69;}
.cc-swatches select[data-colour-swatch="true"] + .clickyboxes li a.active {box-shadow: 0 0 0 2px #9d6e69!important;}
a.unavailable::after {background-image: none;}
.product-area i {font-size: 16px;}
.vendor, .product-area__text-block.product-area__subtitle {opacity: 1!important;}



@media (min-width: 1100px) {.nav-inline-desktop .logo img, .alt-logo img { max-width: 230px!important; margin-top:-50px!important;padding-bottom:20px!important;}}
@media (min-width: 768px) {.logo img { width: 120px!important;}}
@media (min-width: 1100px){.nav-inline-desktop .logo img, .alt-logo img {margin-top: 0px!important;}}



.section-spacing {padding-top: 50px;padding-bottom: 50px;}
img.oke-product-thumbnail-image {border-radius:100px;}
.okeReviews[data-oke-container] .oke-reviewCard--below .oke-reviewCard-head, div.okeReviews .oke-reviewCard--below .oke-reviewCard-head {border-top: 1px solid #ffffff;}

.section-footer .section-footer__newsletter-block .signup-form form input { width: 100%;background: transparent;border: #fff;border-bottom: solid 1px #9d6e69;padding: 0px 0px 10px 0px;color: #9d6e69;height: 40px;min-height: 45px;}

.section-footer .section-footer__newsletter-block .signup-form form button {background-color: #9d6e69;color: #fff;}
.section-footer .section-footer__title {margin-bottom: 10px;font-weight: 700;font-size: 12px;letter-spacing:.08em;}
.section-footer__menu-block__menu a{text-transform:none;}
.section-footer__menu-block__menu a, .section-footer__menu-block__menu p{letter-spacing:.02em;margin-bottom: 0px;font-weight: 400;font-size: 13px;margin-bottom:10px; }

.oke-is-large .oke-w-reviews-list-item, div.okeReviews .oke-is-large .oke-w-reviews-list-item {border: none;}

p{letter-spacing:.01em!important;}



.pretty-select, .disclosure .disclosure__toggle { background: #F8F3F0!important;color: #9d7973!important;border: 1px solid #9d797366!important;border-radius: 0px!important;}

.cc-icon {max-height: 20px!important; width: 18px!important;}

.product-area .product-detail__trust-caption p { line-height: 0.9em;font-size: 0.7em;text-transform: uppercase;letter-spacing: 0em; opacity:.5;}


@media (min-width: 1100px) {
#section-id-template--22003051364646__image_with_text_fdBbVA .section-background-video.section-background-video--inline,#section-id-template--22003051364646__image_with_text_fdBbVA .section-background-video.section-background-video--inline .video-container {
    border-radius: 500px 500px; width:600px!important; height: 600px!important;  background-color: #9d6e69 !important;   margin-top: 40px; margin-bottom: 40px!important; 
}}
@media (max-width: 1100px) {
#section-id-template--22003051364646__image_with_text_fdBbVA .section-background-video.section-background-video--inline,#section-id-template--22003051364646__image_with_text_fdBbVA .section-background-video.section-background-video--inline .video-container {
    border-radius: 100%; width:350px!important; height: 350px!important;  background-color: #9d6e69 !important;   margin:auto; margin-top: 60px!Important; margin-bottom: 0px!important; 
}}
.collection-block .caption.upper .title {
  font-weight: 900!important;
line-height: 0.9em!important;margin-bottom: 50px;text-transform:uppercase;
}
.product-block.hover-info .caption.upper .title, .hover-info.collection-block .caption.upper .title {overflow:visible!important;}
}
.oke-is-large .oke-w-review-side, .oke-is-medium .oke-w-review-side, div.okeReviews .oke-is-large .oke-w-review-side, div.okeReviews .oke-is-medium .oke-w-review-side
{background-color:#fff!important; border:0px!important;}

.template-suffix-product-alternate .customsSlidesWrapper .customSlider {background-color: none!important;
}
.oke-external-provider{display:none;}



.template-suffix-product-alternate .customsSlidesWrapper .customSlider {background-color: transparent !important;}
 
.feature-subheader {
    font-weight: bold;
}

.oke-select, div.okeReviews .oke-select { padding: 0 50px 0 12px!important;}

.oke-w-review-content svg {width:65px; height: 65px;}



  
.oke-w-review {
    background-color:#fff!important;padding: 16px!important;
}
.oke-w-review-side{padding:0px!important;}

.template-suffix-product-alternate .product-area .product-area__thumbs { margin-top: 0px; padding: 0px 10px 0px 10px;}
@media (max-width: 767px) {
.site-control .cart div {/*left: auto;right: -3px;*/top: 16px;}
  
  .product-detail__form__action { width: auto;!important; text-align: left!important; padding-top: 0; }
  .product-detail__form__action button {max-width: 70%!important;  
  }


.essential_annoucement_bar_title_container_5c147912-81af-4a68-a23b-3d2c80563562
{font-size: 12px!important;line-height: 1.2!important;}

    .template-suffix-product-alternate .product-area .product-area__media {
    display: flex;
    flex-direction: column-reverse;
  }
  .template-suffix-product-alternate .product-area .product-area__thumbs {
    display: block;
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    margin-top: 3px;
    padding: 0 3px;
    z-index: 0;
}
  .template-suffix-product-alternate .product-area .product-area__thumbs .carousel {
    display: flex;
    column-gap: 3px;
    overflow: auto;
}
  .template-suffix-product-alternate .product-area .product-area__thumbs__thumb {
    flex-basis: 20%;
    flex-shrink: 0;
  }
  .template-suffix-product-alternate .product-area .product-area__thumbs .carousel .rimage-wrapper {
    padding-top: 100% !important;
  }
}

.product-area .product-detail__gap-lg {clear: both;}


.image-with-text .image-with-text__image .image-with-text__image__inner .video-container video {
    object-fit: cover;
}
.product-area .product-detail__trust-caption p{
  padding-top: 0.25em;
  text-align: center;
  font-size: 0.6em!important;
text-transform:uppercase!important;
letter-spacing:.05em;
opacity: .5;
}
.pretty-select, .disclosure .disclosure__toggle {
  border: 1px solid #9d6e69!important;
}
.product-area__rich-text-block 
{  font-size: 10px;opacity: 1;padding-top:20px!important;} 

.nav-ctas__cta .overlay-type .line-1 {
    font-size: 18px; font-weight:500;}

/**.site-control .site-control__inner .nav-account {
    display: inline!important;
}*/

.ProductForm__AddToCart {
    padding: 18px 30px;
    width: 100%;
border-radius:500px;
}

.site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .column-title {font-weight: 600; font-size: 13px;}

.site-control.nav-inline-desktop .site-control__inner li.contains-children:not(.contains-mega-menu) > ul > li:not(.nav-ctas__cta) {
    width: 95%; min-width: 190px;
}

.title {

    font-size: 1.1rem;
}
.feature-header:not(.feature-header__no-gap), .shopify-policy__title h1:not(.feature-header__no-gap) {
    margin-bottom: 0em;
}
.product-area .product-detail__gap-lg {
    padding-top: 0px !important;   padding-bottom: 0px !important;}

.vendor {
    opacity: .5!important;
font-size:.8em!important;
  }
.breadcrumbs__list a {
    font-size: .8em;
}

.quantity-wrapper.border-radius-rounded {
    border-radius: 8px 0px 0px 8px!important;
}


#shopify-section-template--22034267111718__main .quantity-wrapper { width: 110px !important;}

.product-detail__form__action button { width:65%!important; padding-left: 0px!important; padding-right: 0px;}
#shopify-section-template--22034267111718__main .quantity-wrapper, .product-detail__form__options--with-quantity .quantity-wrapper, .product-detail__form__options--with-quantity .option-selectors { width: 35%!important; padding: 0px 30px;}


.product-area .product-detail__gap-lg.product-detail__trust-icons {padding-top:10px!important;}
.free_shipping_card_wrapper_cluqhwzh6665001pxf4sdm5er3 {
    margin-bottom: 20px;}

.image_with_text .wrapperr .inner_content {
    padding: 0px 55px;
    max-width: 550px !important;
    margin: auto;
}
.image_with_text .wrapperr .right_image img{
 object-fit: cover !important;
    width: 100%!important;
    object-position: center;
    border-radius:100%;
   
}
.image_with_text .wrapperr .right_image video {
    object-fit: cover !important;
    width: 100%!important;
    object-position: bottom;
    border-radius:100%;
}

.product-area .product-area__thumbs__thumb .rimage-outer-wrapper .rimage-wrapper > img {
    border: 0px;
    box-shadow: none!important;
}

 .oke-reviewCardFeaturedMedia, div.okeReviews .oke-reviewCardFeaturedMedia 
{
  p
 {font-size:12px;}}

.oke-reviewCardFeaturedMedia, div.okeReviews .oke-reviewCardFeaturedMedia {
    display: flex;
    flex-direction: column;
    border: 0px!important;
    text-align: left;
background-color:#ffffffaa!important;

}

.oke-button {
    text-transform: capitalize!important;
    font-size: 14px!important;
    letter-spacing: .02em!important;
    font-family: "Krub", sans-serif!important;
    font-weight: 800!important;
}

   
.ooo-instagram-feed__list {
    margin: 0!important;
    padding: 7px!important;
    grid-gap: 7px!important;
    gap: 7px!important;
}
.ooo-instagram .ooo-instagram-media {
    width: 33% !important;
  }
@media screen and (min-width: 450px) {
  .ooo-instagram .ooo-instagram-media {
    width: 33% !important;
  }
}
@media screen and (min-width: 600px) {
  .ooo-instagram .ooo-instagram-media {
    width: 33% !important;
  }
}
@media screen and (min-width: 750px) {
    .ooo-instagram .ooo-instagram-media {
        width: 33% !important;
    }
}
@media screen and (min-width: 900px) {
    .ooo-instagram .ooo-instagram-media {
        width: 33% !important;
    }
}
@media screen and (min-width: 1000px) {
    .ooo-instagram .ooo-instagram-media {
        width: auto !important;
    }
}

#wsg-signup-container h1 {
   padding-top: 100px!important;
}

.wsg-login-input {
    height: 46px;
    border: thin solid #9d6e69!important;
    padding: 6px 10px;
   color:#9d6e69!important;
}

.wsg-login-container {
text-align: left!important;
}

.wsg-login-input::placeholder, input::placeholder, textarea::placeholder {
   color:#9d6e69!important;
}

.wsg-section-header h3, .wsg-section-header h2 {
    text-align: left!important;
}

.wsg-one-half {
    width: 90%!important;
max-width: 90%!important;
    margin: 0 auto;
    min-width: 570px;
}
.wsg-proxy-container, .wsg-login-container {
    margin-top: 50px!important;   margin-bottom: 50px!important;
}



#wsg-signup input, #wsg-signup textarea, #wsg-signup select {
    height: 46px;
    border: solid 0px #A47769 !important;
    padding: 20px 0px 0px 0px!important;
    border-bottom: solid 1px #A47769 !important;
}

#wsg-signup select {
background:none!important;
}

 #wsg-signup input.button {
    padding: 6px 30px!Important;
    margin-bottom: 100px;
}
@media (min-width: 1100px) {
.image_with_text .wrapperr .right_image video {
    height: 600px !important;
    object-fit: cover !important;
    width: 600px !important;
}}
@media (max-width: 1100px) {
.image_with_text .wrapperr .right_image video {
   height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
    padding: 5%;
}}

@media only screen and (max-width: 1023px){
.oke-reviewsTab--small-top-left {
    margin-top: 50px !important;}}

u-h1, .Rte h1 {
    font-size: 22px;
    font-weight: bold!important;
}
 
.kl-teaser-UAi39a {
    margin-top: 100px !important;
}

.CustomCartBtn {
    border-radius: 0px 0px 0px 0px!important;}
    
.quantity-wrapper {
  float: left !important;
  width: 100px !important;
  border: 1px solid #9d6e69;
  margin-right: 0px;
  border-radius: 0px 0px 0px 0px !important;
}

.quantity-wrapper.border-radius-rounded {
    border-radius: 0px 0px 0px 0px !important;
}

#shopify-section-footer div {background-color: #ffffff00!important;padding-bottom: 0px!important;}


.boost-sd__product-item--border-no-padding-image {
    border-width: 5px!Important;
}

.oke-w-reviews-main--nav-divider, div.okeReviews .oke-w-reviews-main--nav-divider {
    border-top: 0px !important;
}
.oke-w-reviews-listMasonry, div.okeReviews .oke-w-reviews-listMasonry {
    border-bottom: none !important;
 
}

#shopify-section-template--22003051364646__featured-collection svg {
    fill: #9d6e69!important;
}

.cc-accordion-item__content div {
    font-size: 12px!important;
}
#shopify-section-template--22034267111718__accordions_GqFbPM .cc-accordion-item__title {
    font-size: 20px !important;
}
#shopify-section-template--22034267111718__accordions_GqFbPM .cc-accordion {
    border-top: 0px !important;
}

.boost-sd__product-list-grid--4-col .boost-sd__product-item {
    padding-bottom: 20px!important;
}
.collection-block .caption.upper .title {
  margin-bottom: 10px;
  text-transform: uppercase;

  line-height: 1.1em!important;
}
#shopify-section-template--22003051364646__collection_list_hh3pXN .section-spacing {
    padding-top: 0px;
    padding-bottom: 0px;
}

.boost-sd__product-item--border-no-padding-image .boost-sd__product-info {
    padding: 0px !important;
}

.boost-sd__toolbar-content {
    border-bottom: 0px!important;
    border-top: 0px solid #9d6e69!important;
    padding-top: 0px!important;
}
.boost-sd__filter-tree-toggle-button
  {   border-right: 1px solid #9d6e69!important;
}

@media only screen and (max-width: 767px){
.boost-sd__toolbar-top-mobile .boost-sd__sorting {
    border-right: 1px solid #9d6e69!important;}
.boost-sd__toolbar-top-mobile {
    border-bottom: 1px solid #9d6e69!important;
    border-top: 1px solid #9d6e69!important;
}
}

#shopify-section-footer div {
    background-color: #ffffff !important;
    padding-bottom: 0px !important;
}
#shopify-section-footer div.copyright { margin-bottom: 20px!important;}

.section-footer .section-footer__lower-menu__list li {
    margin: 0 5px 20px!important;
}
.md-footer-selector__container{text-align:left!important;}

@media (max-width: 767px){
.menu_block .plus_icon, .menu_block .minus_icon, .section-footer__text-block .plus_icon, .section-footer__text-block .minus_icon {

    color: #9d6e69;
    fill: #9d6e69;
}
.section-footer .section-footer__newsletter-block .signup-form form {
    position: relative;
    padding-bottom: 50px;
}
  .section-footer .menu_block {
    border-bottom: solid 1px #9d6e6933;}
  
  .section-footer .section-footer__menu-block__menu {
    display: none;
}
}



.clickyboxes li {
    margin: 0 0 .5em 0;
}

.cc-swatches select[data-colour-swatch=true] + .clickyboxes li a::before{    background-color: #F8F3F0;}
.template-product .cc-accordion-item__content span, .product-area .product-area__details li {
    font-size: 12px !important;
}


.template-product .cc-accordion-item__content span, .product-area .product-area__details li,  .template-product .section-accordion .cc-accordion-item__title, .template-product .cc-accordion-item__content p, .template-product .cc-accordion-item__content span {
    font-size: 12px !important;
}

.DoddleCollection-NonPlusWidget__MethodButton--selected {
    border-color: #9d6e69!important;
}
.DoddleCollection-NonPlusWidget__MethodButton {
    border: 2px solid #9d6e6966!important;}

.DoddleCollection-NonPlusWidget {
    margin-bottom: 20px;
    color: #9d6e69!important;
}
input, textarea { width: 100%;}

.oke-w-review-footer {display:none!important;}

.feature-header--visible:after, .shopify-policy__title h1--visible:after {
    width: 0px !important;
}

.pretty-select, .disclosure .disclosure__toggle {
    border-radius: 0px !important;
}

.slideshow-blog__titles, .inner .line-1 a, .article-block .article-block__title, .template-article #page-content .article-header .overlay-type .content.central .line-1 {text-transform:capitalize!important;}

.product-slider .swiper-container .swiper-scrollbar {
    background: #fff!important;
}

.swiper-scrollbar-drag {
    background: #9d6e69;
}

.free_shipping_card_product_title_cluqigmbj718741pxflf9mbgne {
    font-size: 12px;
    font-weight: bold;
}

.section-footer .section-footer__newsletter-block .signup-form form button{
font-size: 15px !important;

}


.site-control .site-control__inner .nav-account {
  
    display: none!important;
}
.nav-right-side svg {
    max-width: 28px!important;
    max-height: 28px!important;}
    
.theme-modal.theme-modal--fullscreen .modal-close {
    color: #9d6e69!important;}
    
.cart svg {
    height: 35px!important;
    width: 35px!important;
  max-width: 34px!important;
    max-height: 34px!important;
    margin-top: -6px;
}
.nav-search svg{
width: 34px!important;
height: 34px!important;
max-width: 34px!important;
max-height: 34px!important;
}
@media only screen and (max-width: 1099px){

.site-control .site-control__inner svg {
    vertical-align: top;
    fill: #ffffff;
    width: 28px!important;
    height: 28px!important;}
  
  .site-control .cart svg{
width: 35px!important;
    height: 35px!important;
  max-width: 34px!important;
    max-height: 34px!important;
 margin-top: -6px!important;
}
.site-control .cart div {
    top: 16px!important;
}
  .site-control .cart.nav-search svg{
width: 30px!important;
height: 30px!important;
max-width: 28px!important;
max-height: 28px!important;
 margin-top: 0px!important;
}
}

#shopify-section-template--22003051364646__rich_text_kD8Yc6 DIV {
    padding-top: 0px!important;
    padding-bottom: 15px!important;
    margin-top: 0px!important;
}

.oke-w-header-content-block--left .oke-w-header-content-module {
    padding-top: 50px !important;
}

.md-footer-selector__content .md-form__select {

    margin-top: 30px;
}
.free_shipping_card_title_cluqhwzh6665001pxf4sdm5er3.h2 {
    font-size: 15px!important;}

#page-menu.custom-nav-model .main-nav .has-submenu ul li .main-nav__mega-subtitle a {
    font-size: 14px!important;
    line-height: 16px!important;}

.title {
    font-size: 1rem;
    text-transform: capitalize!important;
}
#page-menu.custom-nav-model .main-nav li a.inner {

    padding-left: 0px !important;
}


@media (min-width: 1100px){

.site-control .site-control__inner .nav-account {
  
 display: inline!important;
font-size:12px!important;
}
}
.essential_annoucement_bar_wrapper_5c147912-81af-4a68-a23b-3d2c80563562.top_page {
z-index: 0!important;
}


.image_with_text .wrapperr .inner_content {
    padding: 0px;
 
}

@media (max-width: 1100px) {
    .image_with_text .wrapperr .right_image video {
 
        object-fit: cover !important;
        width: 350px !important;
        padding: 0;
        height: 350px !important;
margin:auto;
    }
}
@media (max-width: 768px) {
    .image_with_text .wrapperr .right_image {
        width: 450px;
        margin: auto !important;
    }}


.gorgias-chat-key-1spa6uy {
left: 4px!important;
bottom: 8px!important;
}
    #search-modal .search-form .inline-mini-form input::placeholder {
        font-size: 33px;
        color: #fff !important;
    }

.nav-ctas__cta .overlay-type .feature-subheader {text-align:center!important;}

#shopify-section-template--22003051364646__image_with_text_fdBbVA h2 {
    text-align: center !important;
}

.feature-header:not(.feature-header__no-gap), .shopify-policy__title h1:not(.feature-header__no-gap) {
    margin-bottom: 0em;
    text-align: center !important;
}
.image_with_text .wrapperr .right_image {
    width: 50%!important;
    margin: auto !important;
    margin-right: 30px!important;
    padding-left: 15px!important;
}
@media (max-width: 768px) {
  .image_with_text .wrapperr .right_image {
      width: 350px!important;
  }
  .site-control .site-control__inner .nav-search.desktop-view{
    display:none;
  }
  .site-control.nav-inline-desktop .nav-search.mobile-view {
    display: inline-flex;
    right: auto;
    left: 55px;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    padding-top: 0 !important;
  }
  /* .site-control .menu .icon-menu .icon-menu__bar {
    width: 18px;
    height: 1px;
  } */
  /* .site-control .cart.nav-search svg, .site-control .site-control__inner svg, .site-control .cart svg {
    width: 22px!important;
    height: 22px!important;
  } */
  .site-control .cart.nav-search svg, .site-control .site-control__inner svg, .site-control .cart svg {
    width: 30px!important;
    height: 25px!important;
  }
  .site-control .cart div {
    top: 14px!important;
    right: 3px;
  }
  .site-control .site-control__inner .nav-right-side {
    align-items: center;
    top: 30px;
  }
  .site-control .logo {
    top: 0px;
  }
  .site-control .menu {
    /* left: 4px; */
    left: 15px;
    margin-top: -15px;
    margin-left: 0;
    height: 30px;
    width: 30px;
  }
  .site-control .site-control__inner .nav-right-side a svg {
      margin: 0px 8px;
  }
  .site-control .site-control__inner .nav-right-side .cart svg {
    margin-top: -8px !important;
  }
}

@media (max-width: 767px) {
  .site-control .site-control__inner .nav-right-side {
    top: 24px;
   right: 10px;
  }
  .site-control .cart svg {
    margin-top: -3px !important;
  }
  .site-control .cart div {
    top: 9px !important;
  }
}

@media (max-width: 576px) {
 .ooo-instagram-feed__list {
    display: flex;
    flex-wrap: wrap;
  }
  .ooo-instagram .ooo-instagram-media {
    width: calc(50% - 2.5px) !important;
    margin: 0 !important;
  } 
  .ooo-instagram .ooo-instagram-media:nth-child(n+7) {
    display: none;
  }
}

h1:not(.logo-h1),.feature-header:not(.feature-header__no-gap), .template-search h1, .template-collection h1 {

    text-align: center !important;
}

.image-with-text__image__inner .section-background-video.section-background-video--inline, .image-with-text__image__inner .section-background-video.section-background-video--inline .video-container {
    height: 700px !important;
    width: 700px !important;
   border-radius:100%!important;
    margin: auto;
    margin-top: 35px !important;
 margin-bottom: 35px !important;
}

@media (max-width: 1000px){
.image-with-text__image__inner .section-background-video.section-background-video--inline, .image-with-text__image__inner .section-background-video.section-background-video--inline .video-container {
    height: 350px !important;
    width: 350px !important;
   border-radius:100%!important;
    margin: auto;
    margin-top: 50px !important;
}
}

h3 .no-results, .no-results {
 display:none!important;
visibility:hidden;
  }

.essential_annoucement_bar_wrapper_5c147912-81af-4a68-a23b-3d2c80563562 h2, .essential_annoucement_bar_wrapper_5c147912-81af-4a68-a23b-3d2c80563562 h4, .essential_annoucement_bar_title_container_5c147912-81af-4a68-a23b-3d2c80563562, #essential_annoucement_bar_title_5c147912-81af-4a68-a23b-3d2c80563562 {
    line-height: 1.2!important;
    letter-spacing: .01em!important;
    text-transform: uppercase!important;
}

button.needsclick:hover {
background-color: #ffffff00!important;
}

.ooo-instagram-feed__list {
    margin: 0 !important;
    padding: 0px !important;
    gap: 5px !important;
    gutter: 0px!important;
}


@media (max-width: 767px) {
.bread_crumb_container {
    display: none!important;
}}

#page-content .central {
    width: 1250px!important;}

.kl-private-reset-css-Xuajs1 :focus-visible {
    outline: 0px solid #ffffff!important;
    outline-offset: 0;
    box-shadow: 0 0 0 0px #fff!important;
}
.qsc2-r-product-wrapper, .qsc2-product-item__quantity, .qsc2-side-features__btn-wrapper, .qsc2-drawer-footer, .qsc2-drawer-header__close-button {
    background-color: #f6f5f4!important;
}

.qsc2-svg-icon {

    fill: #9d6e69;}


input[type=submit].klaviyo-bis-trigger, .button.klaviyo-bis-trigger, .shopify-payment-button__button.klaviyo-bis-trigger {
width:100%!important;
margin-top:10px!important;}

.btn, .btn-success {
    color: #fff;
    background-color: #9d6e69!important;
    border-color: #9d6e69!important;
}

.modal-title {color: #9d6e69!important;}

.image-with-text__text__wrap.padded-block {
  padding: 10px 10px 80px 0px !important;
}

.klaviyo-form-QWgZ6S {button:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):not(.custom-dot):hover {
    background-color: #ffffff !important;
    color: #A4776B !important;}
}

#page-menu.custom-nav-model .main-nav li:first-child li:first-child a.has-childmenu.menu-active {
color: #fff;
opacity: 0;
height: 5px!important;
}

#page-menu.custom-nav-model .main-nav .has-submenu ul li.main-nav__mega-title a {
    color: #fff;
}



.main-nav__mega-title.BIODEGRADABLE.CONFETTI {
  background-color: #ffffff00;
  background-image: url("/cdn/shop/files/confetti.gif");
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left:50px;
padding-top:6px;
padding-bottom:8px;
  background-size: 60px 46px;
}
.main-nav__mega-title.WEDDING.ESSENTIALS {
  background-color: #ffffff00;
  background-image: url("/cdn/shop/files/essentials.png");
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left:50px;
padding-top:6px;
padding-bottom:8px;
  background-size: 60px 46px;
}
.main-nav__mega-title.ACCESSORIES {
  background-color: #ffffff00;
  background-image: url("/cdn/shop/files/accessories.gif");
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left:50px;
padding-top:6px;
padding-bottom:8px;
  background-size: 60px 46px;
}
.main-nav__mega-title.BUNDLES {
  background-color: #ffffff00;
  background-image: url("/cdn/shop/files/bundles.gif");
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left:50px;
padding-top:6px;
padding-bottom:8px;
  background-size: 60px 46px;
}
.main-nav__mega-title.GIFTING {
  background-color: #ffffff00;
  background-image: url("/cdn/shop/files/gift.gif");
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left:50px;
padding-top:6px;
padding-bottom:8px;
  background-size: 60px 46px;
}
.main-nav__mega-title.GETTING.READY {
  background-color: #ffffff00;
  background-image: url("/cdn/shop/files/gettingready.gif");
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left:50px;
padding-top:6px;
padding-bottom:8px;
  background-size: 60px 46px;
}
.main-nav__mega-title.SALE {
  background-color: #ffffff00;
  background-image: url("/cdn/shop/files/sale.gif");
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left:50px;
padding-top:6px;
padding-bottom:8px;
  background-size: 60px 46px;
}
 .section-featured-blog .slideshow-blog .overlay-type .inner .line-1 {
        text-align: left !important;
 }

@media only screen and (max-width: 800px){
  .nav-ctas__cta .overlay-type .feature-subheader {
    text-align: center !important;
}
.feature-subheader, #page-menu.custom-nav-model .main-nav .has-submenu .nav-ctas__cta .overlay-type .feature-subheader {
    text-align: center!important;
}}


.DoddleCollection-NonPlusWidget__Selection {
		
		    border: 1px solid #9d6e69!important;
}

.DoddleCollection-NonPlusWidget__UserInfoFieldInput {
 border: 1px solid #9d6e69!important;
}

.qsc2-drawer-footer__summary-discount-code {
  color: #FF5E63!important;
  background-color: #FFCCD8!important;
font-weight:bold!important;

}
.qsc2-product-item__discount-icon svg.qsc2-svg-icon {
      color: #FF5E63!important;
}

.qbk-relative-teleport .qbk-order-goal {
  font-weight:bold!important;
    background-color: #f1f1f144!important;
}

qbk-btn:disabled, .qbk-btn[disabled] {
    color: rgba(164, 119, 113, 0.3) !important;
    border-color: rgba(255, 255, 255, 0) !important;
    background-color: rgba(164, 119, 113, 0.2) !important;
}

.qbk-product-offer .qbk-offer-box, .bk-embed-mode .qbk-offer-box {
    background-color: #fff;
    padding: 8px;
}

.qbk-volume-tier {
    border-radius: 0px;
    border-bottom: 1px solid #f1f1f1;
}

.product-block ul.cc-swatches a, .collection-block ul.cc-swatches a {
    background-color: #ffffff00;}

  .product-block ul.cc-swatches a:hover, .collection-block ul.cc-swatches a:hover {
    box-shadow: 2px solid #9d6e69!important;
}
.product-block ul.cc-swatches a, .collection-block ul.cc-swatches a {
    box-shadow: 2px solid #f8f3f0!important;
}


.qbk-relative-teleport .qbk-order-goal__bar {
  margin-right: 30px!important;
}



#section-id-template--24337033560358__rich_text_Ndzcxp .section-rich-text__image .rimage-outer-wrapper {
    width: 100%!important;
}

#section-id-template--22664414167334__rich_text_kD8Yc6
  .section-rich-text__image
  .rimage-outer-wrapper,
#section-id-template--22664414167334__rich_text_kD8Yc6
  .section-rich-text__image
  .rimage-outer-wrapper {
  width: 100% !important;
}

#section-id-template--22664414167334__gallery_6xMnPN .section-collection-list .section-spacing, #section-id-template--22664414167334__gallery_6xMnPN .section-spacing  
{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }

.pt-medium {
    padding-top: 10px!important;
}

.filter {
    margin: 20px 10px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .theme-filter-container .cc-product-filter-container .product-list-container .product-list {
        margin-top: -38px;
    }
}
.selector-wrapper.has-pretty-select .size-chart-link {
    margin: 5px 0 0 0!important;
    font-size: 0.8em!important;
}
.size-chart-link {
    color: #c1aaa7;
    text-transform: uppercase!important;
    font-weight: 400!important;
}
@media (max-width: 767px) {
.size-chart {
    padding: 0px!important;
}

#shopify-section-template--22664414757158__170589793697d8cbf8 .section-spacing {
    padding-top: 0px!important;
    padding-bottom: 50px;
}

.product-area .product-detail__gap-lg {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.product-area .product-detail__gap-sm {
    padding-top: 14px;
    padding-bottom: 8px;
}
}

.product-detail__form__options .option-selectors .pretty-select {
  width: auto;

}
.select {
       padding: 1em 1em!important;}
       
 .pretty-select {
  font-size: .8em ! Important;
    border-radius: 0px !important;
}
.qbk-order-goal__message .qbk-order-goal__promote-message {
   font-size: 1.2em!important;
}
#shopify-section-footer .md-footer-selector__container .md-form__select {
    background-color: #fff !important;
    max-width: 300px;
}

.product-block .title {
  line-height: 1.6em;
font-weight:500!important;
  font-size:1em;
}



/* new css */

@media (min-width: 1100px) {
.site-control.nav-inline-desktop .site-control__inner .logo {
  position: absolute!important;
  left: 50%!important;
  transform: translateX(-50%)!important;
top: 2px !important; 
  margin-bottom: 0px!important;
  z-index:9999999!important;
}
  .site-control.nav-inline-desktop .site-control__inline-links {

        width: 45%!important;
    }

    .nav-inline-desktop .logo img, .alt-logo img {
        max-width: 110px!important;
    }
}

.essential_annoucement_bar_wrapper_5c147912-81af-4a68-a23b-3d2c80563562 h2, .essential_annoucement_bar_wrapper_5c147912-81af-4a68-a23b-3d2c80563562 h4, .essential_annoucement_bar_title_container_5c147912-81af-4a68-a23b-3d2c80563562, #essential_annoucement_bar_title_5c147912-81af-4a68-a23b-3d2c80563562 {
    font-weight: normal!important;
    text-transform: none!important;
}
  @media (max-width: 1100px) {
  .section-footer .section-footer__title {
    text-align: center !important;

}
}




.title
{ 
font-family: "Krub", sans-serif!important;
font-weight:400!important;
}

.section-heading h2, button.alt, input[type=submit].alt, .button.alt, h3, h4, blockquote, h5, h6, button, input[type=submit], .button
{ font-family: "Krub", sans-serif!important;
font-weight: normal!important;
font-style: normal!important;
  text-transform:none!important;
  border:none!important;
  text-align:center!important;
  margin: auto !important;
}

#shopify-section-template--24789708603686__image_with_text_cpbxJ6 h2 {
    font-family: "Wild Magnolia"!important;
    font-size: 80px !important;
    line-height: 0.6em;
    margin-bottom: 10px;
    z-index: 999999 !important;
    color: #9d6e69;
}

.view-all-link, .section-heading .view-all-link {
    font-weight: 400!important;
}


.site-control.nav-inline-desktop .site-control__inline-links {
    font-family: "Krub", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
}
#page-menu.custom-nav-model .main-nav, #page-menu.custom-nav-model .main-nav li a {
    font-size: 20px;
    margin: 0;
    background-color: #F8F3F0;
  color:#000!important;
}
#page-menu.custom-nav-model .main-nav, #page-menu.custom-nav-model .main-nav li a span{
    font-family: "Krub", sans-serif;
  font-weight:500;
}
#page-menu.custom-nav-model .main-nav .has-submenu ul li.main-nav__mega-title a {
    color: #000!important;   
   
}
#page-menu.custom-nav-model .main-nav .has-submenu ul li.main-nav__mega-title {
    margin: 0;
    border-bottom: 1px solid #fff!Important;
}
.nav-ctas__cta .overlay-type .line-1, .line-1, .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .column-title, .title, .site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .column-title {
    font-family: "Krub", sans-serif!important;
  line-height:1.1em; 
}

.section-footer .section-footer__title {
    margin-bottom: 10px;
    font-weight: 400 !important;
    font-size: 13px !important;
    letter-spacing: .08em;
    text-transform: uppercase !important;
}


input::placeholder { color: #000 !important;
 font-weight: 400 !important;
    font-size: 13px !important;    
  font-family: "Jost", sans-serif!important;
}

.site-control.nav-inline-desktop .site-control__inner .nav-row .nav-columns .column-title {
      font-size: 11px !important;
    letter-spacing: .08em;  
   font-family: "Jost", sans-serif!important;
}

#page-menu.custom-nav-model .main-nav, #page-menu.custom-nav-model .main-nav li a 
{   font-family: "Jost", sans-serif!important;}
  .type-4, h2, .h2 {
        font-size: 2rem;
    }

  @media (max-width: 767px) {    
  
  .product-area .product-area__details__title{
        font-size: 1.7rem;
    }

    .site-control__inner {
    position: relative;
    padding-top: 5px!important;
    padding-bottom: 0px!important;
    min-height: 60px!important;
}
    .FDKQuickBuy__addToCartButton {
        font-size: .9em!important;
        text-transform: uppercase!important;
        background-color: #ffffff!important;

        color: #000!important;
    }
    .site-control .site-control__inner .nav-right-side .cart svg {
        margin-top: 1px!important;
    }
        .site-control .cart div {
        top: 18px!important;
    }
}

    .site-control .site-control__inner svg {
        fill: #000!important;

    }
    .feature-header:not(.feature-header__no-gap), .shopify-policy__title h1:not(.feature-header__no-gap) {
    margin-bottom: .4em;
}


  
.container {
    width: 97%;
}
#shopify-section-template--24789708210470__1729550681a67643b4 .qbk-order-goal__message .qbk-order-goal__promote-message {
     font-size: 1em!important;
    font-weight: 500!important;
}
.qbk-order-goal {
    padding: 0 5px!important;
}
.qbk-order-goal__title {

    font-size: .6em!important;
    text-transform: uppercase!important;;
}
    
    
    h1:not(.logo-h1) {
    text-align: left !important;
}

.cart-list .desc .product-title {
    font-weight: 500!important;
    font-family: 'Jost';
    font-size: 1.2em!Important;
}
#shopify-section-template--24789708210470__1729550681a67643b4 .qbk-btn.qbk-btn--secondary {
    --qbk-button-bg-color: #f8f3f0!important;
   
}
.qbk-svg-icon--md {
    width: 10px!important;
}

.qbk-offer__title {
    font-weight: 500;}

.checkout-btn{

      background-color: #000!important;
    color: #fff!important;
    border: 0px solid #fff!important;
text-transform:uppercase!important;
    width: 100%!important;
    font-weight: 600 !important;
}

.product-area .product-area__details .product-inventory-notice__indicator
{
  background-color: #fff!important;
  }

.product-detail__form__action button {
    width: 65% !important;
    padding-left: 0px !important;
    padding-right: 0px;
    background-color: #000;
    color: #ffff;    
}

    .nav-inline-desktop .logo img, .alt-logo img {
        margin-top: 4px !important;
    }

    b, strong {
    font-weight: 500!Important;
}

.product-area .product-area__details__title, h1:not(.logo-h1), h2, h3, h4, .under-cart .subtotal, blockquote, h5, h6 {
    font-family: "Krub", sans-serif!Important;}


                   
.product-detail__form__action button {

    background-color: #000!important;
    color: #ffff!important;
}


#shopify-section-template--22664413806886__1729550681a67643b4 .qbk-btn.qbk-btn--secondary, .qbk-btn.qbk-btn--secondary {
    --qbk-button-bg-color: #9d6e69!important;
    border-radius: 0px!important;
    color: #fff !important;
}

#shopify-section-template--22664413806886__1729550681a67643b4 .qbk-order-goal__message .qbk-order-goal__promote-message {
    font-weight: 500!important;
}

.qbk-offer__image {
    border-radius: 0px!Important;
}
.oke-reviewContent button:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):not(.custom-dot):hover
{
    background-color: #fff!Important;
    color: #000000!important;
  
}
okeReviews[data-oke-container] .oke-bodyText, div.okeReviews .oke-bodyText {
    font-size: .9em!important;
}

.filter {
    margin: 0px!important;  margin-top: 20px!important;
}

.filter .option {
    margin: 10px 5px!important
  ;
}

.swiper-button-inline-prev::after, .swiper-button-inline-next::after {
    background: #9d6e69!important;}

    a.swiper-button-inline-next{
  color: #9d6e69!important;}

  .logo .bss_pl_img img {
    display: none !important;
}

.product-slider__title,
.section-heading .product-slider__title {
  margin-bottom: 10px!important;  margin-top: 20px!important;
}

.product-list-small-title {
    margin-top: 20px;
}

.cc-accordion-item {border-bottom: 1px solid #f8f3f0!important;}

.pretty-select, .disclosure .disclosure__toggle {
    border: none !important;
  background:  #f8f3f0!important;
    color: #000 !important;
    border-radius: 0px !important;
}

.site-control.nav-opaque {
    background-color: #ffffff!important;
}

@media (max-width: 1200px) { 
    .nav-inline-desktop .logo img, .alt-logo img {
        margin-top: 0px !important;
    }
.site-control__inner {
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  min-height: auto!important;
}}

.wsg-spof-header {
  text-align: center !important;
  width: 100% !important;
  margin: auto auto !important;
}
.wsg-spof-header h1:not(.logo-h1) {
  margin-top: 100px !important;
  text-align: center!important;
}

.spof-btn:hover, .wsg-return-to-summary:hover, button:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):not(.custom-dot):hover, input[type=submit]:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):not(.custom-dot):hover, .button:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):not(.custom-dot):hover {
    border: none !important;
    background-color: #000!important;
    transition: all .2s linear;
}

.wsg-input-full { max-width: 400px!important;}
  .wsg-login-container {
    width: 100%;
    max-width: 700px!important;
    margin: 0 auto;
    text-align: center!important;
}
.wsg-btn, .wsg-login-container .wsg-submit-copy {color:#fff!important;}
h1:not(.logo-h1) {
    text-align: center !important;
}

.wsg-login-container {label, .sharing-label {
   display: none!Important;
}}

@media (max-width: 1200px) {
    .site-control__inner {
        min-height: 75px!important;
    }
}
.needsclick svg {
margin-left: -15px!important;
margin-top: 15px!important;
}

#search-modal .inner .growth-area {
    background-color: #9d6e69;
}

.main-nav__mega-subtitle a span {
    text-transform: uppercase;
    font-weight: 300!important;
    font-size: .9rem!important;
}


#search-modal {
    background-color: #9d6e69!important;
}

.okeReviews[data-oke-container] button, div.okeReviews button {
    padding: 9px!important;}


.needsclick button:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):not(.custom-dot):hover    {
  background-color: #00000000 !important;transition: all .2s linear;
    }





  .feature-subheader, #insta-feed h2, .instafeed-shopify h2 {
    font-weight: 400!important;
    font-family: "Krub"!important;line-height:2em;
}

h5 {
  font-family: "Krub", sans-serif !important;
  color: #ffffffaa;
  text-transform: uppercase !important;
  position: absolute;
  bottom: 5px !important;
  right: 5px !important;
  font-size: 8px;
}