@charset "UTF-8";

:root {
  --payment-terms-background-color: #f6f2f2;
}
.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translateZ(0);
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.product-recommendations-container .slick-track {
  padding-left: 20px;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
[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-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(https://chunks.shop/cdn/shop/t/111/assets/preloader.gif?v=77008736554601496081687450125) center
    center no-repeat;
}
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent;
  transform: translateY(-50%);
  color: inherit;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  box-shadow: none;
  background: none;
  color: inherit;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: 20px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -45px;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
.slick-dots {
  display: block;
  list-style: none;
  position: absolute;
  bottom: -30px;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 8px;
  padding: 0;
}
.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  outline: none;
  border: 0;
  border-radius: 8px;
  background: #8c8c8f;
  transition: all 0.15s;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #fff;
  box-shadow: 0 0 2px 1px #00000080;
}
.will-slick:not(.slick-slider) > .slide:not(:first-child) {
  display: none;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#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;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
.no-js .no-js-hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .md-down-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .md-up-hidden {
    display: none !important;
  }
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.cc-filters-control {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cc-filters-control__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 15px;
  border: 1px solid#c0bdbd;
  border-radius: 5px;
  background: none;
  line-height: 1.5;
}
.cc-filters-control__btn:first-child:not(:last-child),
.cc-filters-control__btn:last-child:not(:first-child) {
  width: calc(50% - 10px);
}
.cc-filters-control__btn.has-active-filters,
.cc-filter__toggle.has-active-filters {
  border-color: #1f1f1f;
}
.cc-filters-container svg,
.cc-active-filter > svg {
  color: #333;
  pointer-events: none;
}
.cc-filters,
.cc-filter__panel {
  z-index: 1;
  background: #f6f2f2;
}
.cc-filters__header,
.cc-filter__header {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid#c0bdbd;
}
.cc-filter li:not(:last-child) {
  margin-bottom: 1.25em;
}
.cc-filter label {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cc-filter label:before {
  border-color: #1f1f1f;
}
.cc-filter .radio + label:before,
.cc-filter .checkbox + label:before {
  border-color: #c0bdbd;
}
.cc-filter .radio:checked + label:after,
.cc-filter .checkbox:checked + label:before {
  border-color: #1f1f1f;
  background-color: #1f1f1f;
}
.cc-filter .checkbox:checked + label:after {
  border-color: #f6f2f2;
}
.cc-filter-heading {
  flex: 1 1 auto;
  padding: 0 3.2em;
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
}
.cc-filter-close-btn,
.cc-filter-back-btn {
  position: absolute;
  left: 4px;
  min-width: 0;
  padding: 11px;
  border: 0;
  background: none;
  line-height: 1.3;
}
.cc-filter-label {
  flex: 1 1 auto;
}
.cc-filter__toggle {
  display: block;
  position: relative;
  background: right 10px center no-repeat;
  text-align: left;
  cursor: pointer;
}
.cc-filter__toggle::-webkit-details-marker {
  display: none;
}
.cc-filter__toggle:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 13px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' stroke='rgb(51, 51, 51)' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")
    no-repeat center;
}
.cc-filter__toggle > span {
  pointer-events: none;
}
.cc-filter__content {
  padding: 20px;
}
.cc-filters__footer,
.cc-filter__footer {
  z-index: 10;
  border-top: 1px solid#c0bdbd;
  padding: 15px 20px;
  background: #f6f2f2;
}
.cc-filters__footer .btn,
.cc-filter__footer .btn {
  width: 100%;
}
.cc-filters__footer {
  position: absolute;
  top: 100%;
  width: 100%;
}
.swatch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.swatch-input:checked + .swatch-label .swatch-sample {
  border-color: #1f1f1f;
}
.swatch-input[disabled] + label {
  opacity: 0.5;
}
.swatch-sample {
  flex-shrink: 0;
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: calc(0.75em - 9px);
  margin-right: 0.625em;
  border-radius: 50%;
  background: no-repeat center / 100%;
}
.cc-sort-label {
  display: block;
  font-size: 0.75rem;
  line-height: 1.6;
  opacity: 0.6;
}
.cc-sort-selected {
  display: block;
  line-height: 1.3;
  white-space: nowrap;
}
.cc-active-filters {
  margin-bottom: 20px;
}
.cc-active-filters__items {
  display: flex;
  flex-shrink: 0;
  padding: 0 20px;
}
.cc-active-filter,
.cc-active-filter-reset {
  margin-right: 8px;
  padding: 6px 12px;
  transition: background-color 0.25s ease;
  border-radius: 5px;
  color: #1f1f1f;
  text-decoration: none;
  white-space: nowrap;
}
.cc-active-filter {
  display: flex;
  align-items: center;
  background: #ebe7e7;
}
.cc-active-filter:last-child {
  margin-right: 0;
}
.cc-active-filter:hover {
  background: #e1dddd;
}
.cc-active-filter > svg {
  width: 16px;
  height: 16px;
  margin: 0 -3px 0 6px;
  fill: #1f1f1f;
  stroke: #1f1f1f;
}
.cc-active-filter-reset {
  background: #d6d2d2;
}
.cc-active-filter-reset:hover {
  background: #cbc8c8;
}
.swatch-input:focus-visible + .swatch-label .swatch-sample {
  outline: auto Highlight;
  outline: auto -webkit-focus-ring-color;
}
.cc-price-range__inputs {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.cc-price-range__input-container {
  flex: 1 1 auto;
  position: relative;
}
.cc-price-range__input-separator {
  margin: 0 6px;
}
.cc-price-range__input-currency {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1px;
  width: calc(13px + 1em);
  font-size: 16px;
  line-height: 1em;
  text-align: right;
}
.cc-price-range__input {
  width: 100%;
  height: auto;
  margin: 0;
  padding-right: 16px;
  padding-left: calc(16px + 1em);
  border-color: #c0bdbd;
  background: transparent;
  color: inherit;
  font-size: 16px;
}
.cc-price-range__input::placeholder {
  color: rgba(#1f1f1f, 0.5);
}
.cc-price-range__bar {
  position: relative;
  height: 2px;
  margin: 35px 10px 20px 12px;
}
.cc-price-range__bar-inactive {
  height: 100%;
  opacity: 0.2;
  background: #1f1f1f;
}
.cc-price-range__bar-active {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #1f1f1f;
}
.cc-price-range__control {
  position: absolute;
  top: -21px;
  left: 0;
  width: 44px;
  height: 44px;
  margin-left: -23px;
  padding: 11px;
  cursor: grab;
}
.cc-price-range__control:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  transition: 0.3s ease-out;
  transition-property: transform, box-shadow;
  border: 2px solid#1f1f1f;
  border-radius: 22px;
  background: #f6f2f2;
}
.cc-price-range__control:hover:after {
  transform: scale(1.08);
  box-shadow: 0 1px 3px 1px #00000026;
}
.cc-filters-results {
  transition: opacity 0.5s ease;
}
.cc-filters-results.is-loading {
  opacity: 0.5;
}
.cc-filters-results__summary {
  margin: 0;
  opacity: 0.7;
  text-align: center;
}
@media (max-width: 767px) {
  .filters-open {
    overflow: hidden;
  }
  .cc-filters-container {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #f6f2f2;
  }
  .filters-open .cc-filters-container {
    transform: translate3d(-100%, 0, 0);
  }
  .cc-filters-container,
  .cc-filters,
  .cc-filter__panel {
    display: flex;
    flex-direction: column;
    color: #1f1f1f;
  }
  .cc-filters {
    position: relative;
    width: 100%;
    height: 100%;
    transition: height 0.2s ease;
  }
  .cc-filters__items,
  .cc-filter__content {
    flex: 1 1 auto;
    overflow: auto;
  }
  .cc-filters__items {
    margin-bottom: -1px;
    padding: 0 20px;
  }
  .cc-filter--sort,
  .cc-filter__panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f6f2f2;
  }
  .cc-filters-container,
  .cc-filter__panel {
    transition: transform 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.85);
  }
  .cc-filter:not(.cc-filter--sort) {
    border-bottom: 1px solid#c0bdbd;
  }
  .cc-filter__toggle {
    padding: 16px 35px 16px 0;
    border: 0;
  }
  .cc-filter__toggle:after {
    right: -4px;
    transform: rotate(-90deg);
  }
  .cc-filters .cc-filter__panel {
    left: 100%;
    transition-delay: 0.3s;
  }
  .filters-open .cc-filters .cc-filter__panel {
    transition-delay: 0s;
  }
  .cc-filters .cc-filter.is-open .cc-filter__panel {
    transform: translate3d(-100%, 0, 0);
  }
  .cc-filter-clear-btn {
    position: absolute;
    right: 20px;
  }
  .cc-filter--sort {
    visibility: hidden;
    transition: visibility 0s 0.3s;
  }
  .cc-filter--sort.is-open {
    visibility: visible;
    transition: none;
  }
  .cc-active-filters {
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .cc-active-filters__scroller {
    display: flex;
    margin-bottom: -30px;
    padding-bottom: 30px;
    overflow: auto;
  }
  .cc-price-range {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .cc-filters-container {
    display: flex;
    align-items: flex-start;
  }
  .no-js .cc-filters-container {
    display: block;
  }
  .cc-filters {
    background: none;
  }
  .no-js .cc-filters {
    display: inline-block;
    vertical-align: top;
  }
  .cc-filters__items {
    display: flex;
    flex-wrap: wrap;
  }
  .js .cc-filters__items {
    margin-bottom: -15px;
  }
  .cc-filter {
    position: relative;
    margin: 0 15px 15px 0;
  }
  .js .cc-filter.cc-filter--sort {
    margin: 0 0 0 auto;
  }
  .no-js .cc-filter.cc-filter--sort {
    display: inline-block;
  }
  .cc-filter li:not(:last-child) {
    margin-bottom: 0.75em;
  }
  .cc-filter__toggle {
    min-width: 9em;
    padding: 12px 45px 12px 15px;
    border: 1px solid#c0bdbd;
    border-radius: 5px;
    background: right 10px center no-repeat;
  }
  .cc-filter--sort .cc-filter__toggle {
    min-width: 11.7em;
    padding: 5px 45px 5px 15px;
  }
  .cc-filter.is-open .cc-filter__toggle:after,
  .no-js .cc-filter[open] .cc-filter__toggle:after {
    transform: scaleY(-1);
  }
  .cc-filter__panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 340px;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, -10px, 0);
    box-shadow: 0 2px 10px #00000026;
    border-radius: 5px;
    color: #1f1f1f;
    opacity: 0;
    overflow: hidden;
  }
  .js .cc-filter--sort .cc-filter__panel {
    right: 0;
    left: auto;
  }
  .is-open .cc-filter__panel,
  .no-js .cc-filter[open] .cc-filter__panel {
    opacity: 1;
    transform: translateZ(0);
  }
  .cc-filter__header {
    justify-content: space-between;
    padding: 15px 20px;
  }
  .cc-filter-clear-btn {
    margin-left: auto;
  }
  .cc-filter__content {
    position: relative;
    max-height: 15em;
    padding: 20px;
    overflow: auto;
  }
  .cc-filter--sort .cc-filter__content {
    max-height: none;
  }
  .cc-active-filters__items {
    flex-wrap: wrap;
    margin: 15px -8px -8px 0;
    padding: 0;
  }
  .cc-active-filter,
  .cc-active-filter-reset {
    margin-bottom: 8px;
  }
  .cc-filters-results__summary {
    margin: 25px 0 -10px;
  }
  .no-js-apply-filters {
    display: inline-block;
    vertical-align: top;
  }
}
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);
}
.cc-popup.cc-popup--bottom-right {
  justify-content: flex-end;
}
.cc-popup.cc-popup--bottom-right .cc-popup-modal {
  transform: translate3d(60px, 0, 0);
}
.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;
}
@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: translateZ(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: #f6f2f2;
  color: #1f1f1f;
}
.cc-popup .cc-popup-container {
  display: flex;
}
.cc-popup .cc-popup-container .cc-popup-title {
  color: #1f1f1f;
}
.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: #1f1f1f;
  stroke-width: 2px;
}
.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-rating {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  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: #f6f2f2;
}
.cc-rating-stars--inactive {
  display: block;
  color: #f6f2f233;
}
.cc-rating-stars__svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: top;
}
.cc-rating-stars__svg:not(:first-child) {
  margin-left: 1px;
}
.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;
}
.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-right: 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,
.store-availabilities-modal .cc-popup-close:hover {
  color: #1f1f1f !important;
}
.store-availabilities-modal .cc-popup-close svg {
  stroke: #1f1f1f !important;
}
.store-availabilities-modal .cc-popup-close svg:hover {
  stroke: #1f1f1f !important;
}
.store-availabilities-modal .cc-popup-modal {
  background-color: #f6f2f2;
  color: #1f1f1f;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content {
  text-align: left;
}
.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-right: 20px;
}
.store-availabilities-modal
  .cc-popup-modal
  .cc-popup-content
  .cc-popup-text
  .store-availabilities-modal__product-title {
  margin-bottom: 0;
  text-align: left;
  color: #1f1f1f;
}
.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: #e9e5e5;
  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: #1f1f1f;
}
.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;
  }
}
@keyframes onAutoFillStart {
}
@keyframes onAutoFillCancel {
}
@keyframes radius-corners {
  0% {
    border-radius: 0 20px20px;
  }
  to {
    border-radius: 0;
  }
} /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times,
    Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
img {
  max-width: 100%;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
form {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  input,
  textarea,
  select {
    font-size: 16px;
  }
}
button,
input[type="submit"],
label[for] {
  cursor: pointer;
}
optgroup {
  font-weight: 500;
}
option {
  color: #1f1f1f;
  background-color: #f6f2f2;
}
[tabindex="-1"]:focus {
  outline: none;
}
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.js-focus-hidden:focus {
  outline: none;
}
.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.no-placeholder .label-hidden,
.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.hidden,
.js .js-hidden {
  display: none;
}
.no-js:not(html) {
  display: none;
}
.no-js .no-js:not(html) {
  display: block;
}
.no-js .js {
  display: none;
}
.supports-no-cookies:not(html) {
  display: none;
}
html.supports-no-cookies .supports-no-cookies:not(html) {
  display: block;
}
html.supports-no-cookies .supports-cookies {
  display: none;
}
@media only screen and (max-width: 767px) {
  .md-down-hidden {
    display: none !important;
  }
}
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #1f1f1f;
  background-color: #f6f2f2;
  padding: 15px;
  z-index: 10000;
  transition: none;
}
.grid,
.grid-no-gutter {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid:after,
.grid-no-gutter:after {
  content: "";
  display: table;
  clear: both;
}
.grid {
  margin-left: -30px;
}
.grid-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: -30px;
}
.grid-flex.slick-slider {
  display: block;
  margin-bottom: 0;
}
.grid-flex__item {
  padding-left: 24px;
  padding-bottom: 30px;
  width: 100%;
}
.grid__item,
.grid__item-no-gutter {
  float: left;
  width: 100%;
}
.grid__item {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .grid,
  .grid-flex {
    margin-left: -20px;
  }
  .grid__item,
  .grid-flex__item {
    padding-left: 20px;
  }
}
.one-whole {
  width: 100%;
}
.one-half {
  width: 50%;
}
.one-third {
  width: 33.3333333333%;
}
.two-thirds {
  width: 66.6666666667%;
}
.one-quarter {
  width: 25%;
}
.two-quarters {
  width: 50%;
}
.three-quarters {
  width: 75%;
}
.one-fifth {
  width: 20%;
}
.two-fifths {
  width: 40%;
}
.three-fifths {
  width: 60%;
}
.four-fifths {
  width: 80%;
}
.one-sixth {
  width: 16.6666666667%;
}
.two-sixths {
  width: 33.3333333333%;
}
.three-sixths {
  width: 50%;
}
.four-sixths {
  width: 66.6666666667%;
}
.five-sixths {
  width: 83.3333333333%;
}
.one-eighth {
  width: 12.5%;
}
.two-eighths {
  width: 25%;
}
.three-eighths {
  width: 37.5%;
}
.four-eighths {
  width: 50%;
}
.five-eighths {
  width: 62.5%;
}
.six-eighths {
  width: 75%;
}
.seven-eighths {
  width: 87.5%;
}
.one-tenth {
  width: 10%;
}
.two-tenths {
  width: 20%;
}
.three-tenths {
  width: 30%;
}
.four-tenths {
  width: 40%;
}
.five-tenths {
  width: 50%;
}
.six-tenths {
  width: 60%;
}
.seven-tenths {
  width: 70%;
}
.eight-tenths {
  width: 80%;
}
.nine-tenths {
  width: 90%;
}
.one-twelfth {
  width: 8.3333333333%;
}
.two-twelfths {
  width: 16.6666666667%;
}
.three-twelfths {
  width: 25%;
}
.four-twelfths {
  width: 33.3333333333%;
}
.five-twelfths {
  width: 41.6666666667%;
}
.six-twelfths {
  width: 50%;
}
.seven-twelfths {
  width: 58.3333333333%;
}
.eight-twelfths {
  width: 66.6666666667%;
}
.nine-twelfths {
  width: 75%;
}
.ten-twelfths {
  width: 83.3333333333%;
}
.eleven-twelfths {
  width: 91.6666666667%;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.grid--uniform .one-half:nth-child(2n + 1),
.grid--uniform .one-third:nth-child(3n + 1),
.grid--uniform .one-quarter:nth-child(4n + 1),
.grid--uniform .one-fifth:nth-child(5n + 1),
.grid--uniform .one-sixth:nth-child(6n + 1),
.grid--uniform .two-sixths:nth-child(3n + 1),
.grid--uniform .one-eighth:nth-child(8n + 1),
.grid--uniform .one-twelfth:nth-child(12n + 1) {
  clear: both;
}
.grid--uniform-row-gutters .one-whole:nth-child(n + 2),
.grid--uniform-row-gutters .one-half:nth-child(n + 3),
.grid--uniform-row-gutters .one-third:nth-child(n + 4),
.grid--uniform-row-gutters .one-quarter:nth-child(n + 5),
.grid--uniform-row-gutters .one-fifth:nth-child(n + 6),
.grid--uniform-row-gutters .one-sixth:nth-child(n + 7),
.grid--uniform-row-gutters .two-sixths:nth-child(n + 4),
.grid--uniform-row-gutters .one-eighth:nth-child(n + 9),
.grid--uniform-row-gutters .one-twelfth:nth-child(n + 13) {
  margin-top: 30px;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media only screen and (max-width: 1279px) {
  .large-down--one-whole {
    width: 100%;
  }
  .large-down--one-half {
    width: 50%;
  }
  .large-down--one-third {
    width: 33.3333333333%;
  }
  .large-down--two-thirds {
    width: 66.6666666667%;
  }
  .large-down--one-quarter {
    width: 25%;
  }
  .large-down--two-quarters {
    width: 50%;
  }
  .large-down--three-quarters {
    width: 75%;
  }
  .large-down--one-fifth {
    width: 20%;
  }
  .large-down--two-fifths {
    width: 40%;
  }
  .large-down--three-fifths {
    width: 60%;
  }
  .large-down--four-fifths {
    width: 80%;
  }
  .large-down--one-sixth {
    width: 16.6666666667%;
  }
  .large-down--two-sixths {
    width: 33.3333333333%;
  }
  .large-down--three-sixths {
    width: 50%;
  }
  .large-down--four-sixths {
    width: 66.6666666667%;
  }
  .large-down--five-sixths {
    width: 83.3333333333%;
  }
  .large-down--one-eighth {
    width: 12.5%;
  }
  .large-down--two-eighths {
    width: 25%;
  }
  .large-down--three-eighths {
    width: 37.5%;
  }
  .large-down--four-eighths {
    width: 50%;
  }
  .large-down--five-eighths {
    width: 62.5%;
  }
  .large-down--six-eighths {
    width: 75%;
  }
  .large-down--seven-eighths {
    width: 87.5%;
  }
  .large-down--one-tenth {
    width: 10%;
  }
  .large-down--two-tenths {
    width: 20%;
  }
  .large-down--three-tenths {
    width: 30%;
  }
  .large-down--four-tenths {
    width: 40%;
  }
  .large-down--five-tenths {
    width: 50%;
  }
  .large-down--six-tenths {
    width: 60%;
  }
  .large-down--seven-tenths {
    width: 70%;
  }
  .large-down--eight-tenths {
    width: 80%;
  }
  .large-down--nine-tenths {
    width: 90%;
  }
  .large-down--one-twelfth {
    width: 8.3333333333%;
  }
  .large-down--two-twelfths {
    width: 16.6666666667%;
  }
  .large-down--three-twelfths {
    width: 25%;
  }
  .large-down--four-twelfths {
    width: 33.3333333333%;
  }
  .large-down--five-twelfths {
    width: 41.6666666667%;
  }
  .large-down--six-twelfths {
    width: 50%;
  }
  .large-down--seven-twelfths {
    width: 58.3333333333%;
  }
  .large-down--eight-twelfths {
    width: 66.6666666667%;
  }
  .large-down--nine-twelfths {
    width: 75%;
  }
  .large-down--ten-twelfths {
    width: 83.3333333333%;
  }
  .large-down--eleven-twelfths {
    width: 91.6666666667%;
  }
  .large-down--hide {
    display: none;
  }
  .large-down--show {
    display: block;
  }
  .grid--uniform .large-down--one-half:nth-child(2n + 1),
  .grid--uniform .large-down--one-third:nth-child(3n + 1),
  .grid--uniform .large-down--one-quarter:nth-child(4n + 1),
  .grid--uniform .large-down--one-fifth:nth-child(5n + 1),
  .grid--uniform .large-down--one-sixth:nth-child(6n + 1),
  .grid--uniform .large-down--two-sixths:nth-child(3n + 1),
  .grid--uniform .large-down--one-eighth:nth-child(8n + 1),
  .grid--uniform .large-down--one-twelfth:nth-child(12n + 1) {
    clear: both;
  }
  .grid--uniform-row-gutters .large-down--one-whole:nth-child(n + 2),
  .grid--uniform-row-gutters .large-down--one-half:nth-child(n + 3),
  .grid--uniform-row-gutters .large-down--one-third:nth-child(n + 4),
  .grid--uniform-row-gutters .large-down--one-quarter:nth-child(n + 5),
  .grid--uniform-row-gutters .large-down--one-fifth:nth-child(n + 6),
  .grid--uniform-row-gutters .large-down--one-sixth:nth-child(n + 7),
  .grid--uniform-row-gutters .large-down--two-sixths:nth-child(n + 4),
  .grid--uniform-row-gutters .large-down--one-eighth:nth-child(n + 9),
  .grid--uniform-row-gutters .large-down--one-twelfth:nth-child(n + 13) {
    margin-top: 30px;
  }
  .large-down--show {
    display: block !important;
  }
  .large-down--hide {
    display: none !important;
  }
  .large-down--text-left {
    text-align: left !important;
  }
  .large-down--text-right {
    text-align: right !important;
  }
  .large-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1023px) {
  .medium-down--one-whole {
    width: 100%;
  }
  .medium-down--one-half {
    width: 50%;
  }
  .medium-down--one-third {
    width: 33.3333333333%;
  }
  .medium-down--two-thirds {
    width: 66.6666666667%;
  }
  .medium-down--one-quarter {
    width: 25%;
  }
  .medium-down--two-quarters {
    width: 50%;
  }
  .medium-down--three-quarters {
    width: 75%;
  }
  .medium-down--one-fifth {
    width: 20%;
  }
  .medium-down--two-fifths {
    width: 40%;
  }
  .medium-down--three-fifths {
    width: 60%;
  }
  .medium-down--four-fifths {
    width: 80%;
  }
  .medium-down--one-sixth {
    width: 16.6666666667%;
  }
  .medium-down--two-sixths {
    width: 33.3333333333%;
  }
  .medium-down--three-sixths {
    width: 50%;
  }
  .medium-down--four-sixths {
    width: 66.6666666667%;
  }
  .medium-down--five-sixths {
    width: 83.3333333333%;
  }
  .medium-down--one-eighth {
    width: 12.5%;
  }
  .medium-down--two-eighths {
    width: 25%;
  }
  .medium-down--three-eighths {
    width: 37.5%;
  }
  .medium-down--four-eighths {
    width: 50%;
  }
  .medium-down--five-eighths {
    width: 62.5%;
  }
  .medium-down--six-eighths {
    width: 75%;
  }
  .medium-down--seven-eighths {
    width: 87.5%;
  }
  .medium-down--one-tenth {
    width: 10%;
  }
  .medium-down--two-tenths {
    width: 20%;
  }
  .medium-down--three-tenths {
    width: 30%;
  }
  .medium-down--four-tenths {
    width: 40%;
  }
  .medium-down--five-tenths {
    width: 50%;
  }
  .medium-down--six-tenths {
    width: 60%;
  }
  .medium-down--seven-tenths {
    width: 70%;
  }
  .medium-down--eight-tenths {
    width: 80%;
  }
  .medium-down--nine-tenths {
    width: 90%;
  }
  .medium-down--one-twelfth {
    width: 8.3333333333%;
  }
  .medium-down--two-twelfths {
    width: 16.6666666667%;
  }
  .medium-down--three-twelfths {
    width: 25%;
  }
  .medium-down--four-twelfths {
    width: 33.3333333333%;
  }
  .medium-down--five-twelfths {
    width: 41.6666666667%;
  }
  .medium-down--six-twelfths {
    width: 50%;
  }
  .medium-down--seven-twelfths {
    width: 58.3333333333%;
  }
  .medium-down--eight-twelfths {
    width: 66.6666666667%;
  }
  .medium-down--nine-twelfths {
    width: 75%;
  }
  .medium-down--ten-twelfths {
    width: 83.3333333333%;
  }
  .medium-down--eleven-twelfths {
    width: 91.6666666667%;
  }
  .medium-down--hide {
    display: none;
  }
  .medium-down--show {
    display: block;
  }
  .grid--uniform .medium-down--one-half:nth-child(2n + 1),
  .grid--uniform .medium-down--one-third:nth-child(3n + 1),
  .grid--uniform .medium-down--one-quarter:nth-child(4n + 1),
  .grid--uniform .medium-down--one-fifth:nth-child(5n + 1),
  .grid--uniform .medium-down--one-sixth:nth-child(6n + 1),
  .grid--uniform .medium-down--two-sixths:nth-child(3n + 1),
  .grid--uniform .medium-down--one-eighth:nth-child(8n + 1),
  .grid--uniform .medium-down--one-twelfth:nth-child(12n + 1) {
    clear: both;
  }
  .grid--uniform-row-gutters .medium-down--one-whole:nth-child(n + 2),
  .grid--uniform-row-gutters .medium-down--one-half:nth-child(n + 3),
  .grid--uniform-row-gutters .medium-down--one-third:nth-child(n + 4),
  .grid--uniform-row-gutters .medium-down--one-quarter:nth-child(n + 5),
  .grid--uniform-row-gutters .medium-down--one-fifth:nth-child(n + 6),
  .grid--uniform-row-gutters .medium-down--one-sixth:nth-child(n + 7),
  .grid--uniform-row-gutters .medium-down--two-sixths:nth-child(n + 4),
  .grid--uniform-row-gutters .medium-down--one-eighth:nth-child(n + 9),
  .grid--uniform-row-gutters .medium-down--one-twelfth:nth-child(n + 13) {
    margin-top: 30px;
  }
  .medium-down--show {
    display: block !important;
  }
  .medium-down--hide {
    display: none !important;
  }
  .medium-down--text-left {
    text-align: left !important;
  }
  .medium-down--text-right {
    text-align: right !important;
  }
  .medium-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 768px) and(max-width: 1023px) {
  .medium--one-whole {
    width: 100%;
  }
  .medium--one-half {
    width: 50%;
  }
  .medium--one-third {
    width: 33.3333333333%;
  }
  .medium--two-thirds {
    width: 66.6666666667%;
  }
  .medium--one-quarter {
    width: 25%;
  }
  .medium--two-quarters {
    width: 50%;
  }
  .medium--three-quarters {
    width: 75%;
  }
  .medium--one-fifth {
    width: 20%;
  }
  .medium--two-fifths {
    width: 40%;
  }
  .medium--three-fifths {
    width: 60%;
  }
  .medium--four-fifths {
    width: 80%;
  }
  .medium--one-sixth {
    width: 16.6666666667%;
  }
  .medium--two-sixths {
    width: 33.3333333333%;
  }
  .medium--three-sixths {
    width: 50%;
  }
  .medium--four-sixths {
    width: 66.6666666667%;
  }
  .medium--five-sixths {
    width: 83.3333333333%;
  }
  .medium--one-eighth {
    width: 12.5%;
  }
  .medium--two-eighths {
    width: 25%;
  }
  .medium--three-eighths {
    width: 37.5%;
  }
  .medium--four-eighths {
    width: 50%;
  }
  .medium--five-eighths {
    width: 62.5%;
  }
  .medium--six-eighths {
    width: 75%;
  }
  .medium--seven-eighths {
    width: 87.5%;
  }
  .medium--one-tenth {
    width: 10%;
  }
  .medium--two-tenths {
    width: 20%;
  }
  .medium--three-tenths {
    width: 30%;
  }
  .medium--four-tenths {
    width: 40%;
  }
  .medium--five-tenths {
    width: 50%;
  }
  .medium--six-tenths {
    width: 60%;
  }
  .medium--seven-tenths {
    width: 70%;
  }
  .medium--eight-tenths {
    width: 80%;
  }
  .medium--nine-tenths {
    width: 90%;
  }
  .medium--one-twelfth {
    width: 8.3333333333%;
  }
  .medium--two-twelfths {
    width: 16.6666666667%;
  }
  .medium--three-twelfths {
    width: 25%;
  }
  .medium--four-twelfths {
    width: 33.3333333333%;
  }
  .medium--five-twelfths {
    width: 41.6666666667%;
  }
  .medium--six-twelfths {
    width: 50%;
  }
  .medium--seven-twelfths {
    width: 58.3333333333%;
  }
  .medium--eight-twelfths {
    width: 66.6666666667%;
  }
  .medium--nine-twelfths {
    width: 75%;
  }
  .medium--ten-twelfths {
    width: 83.3333333333%;
  }
  .medium--eleven-twelfths {
    width: 91.6666666667%;
  }
  .medium--hide {
    display: none;
  }
  .medium--show {
    display: block;
  }
  .grid--uniform .medium--one-half:nth-child(2n + 1),
  .grid--uniform .medium--one-third:nth-child(3n + 1),
  .grid--uniform .medium--one-quarter:nth-child(4n + 1),
  .grid--uniform .medium--one-fifth:nth-child(5n + 1),
  .grid--uniform .medium--one-sixth:nth-child(6n + 1),
  .grid--uniform .medium--two-sixths:nth-child(3n + 1),
  .grid--uniform .medium--one-eighth:nth-child(8n + 1),
  .grid--uniform .medium--one-twelfth:nth-child(12n + 1) {
    clear: both;
  }
  .grid--uniform-row-gutters .medium--one-whole:nth-child(n + 2),
  .grid--uniform-row-gutters .medium--one-half:nth-child(n + 3),
  .grid--uniform-row-gutters .medium--one-third:nth-child(n + 4),
  .grid--uniform-row-gutters .medium--one-quarter:nth-child(n + 5),
  .grid--uniform-row-gutters .medium--one-fifth:nth-child(n + 6),
  .grid--uniform-row-gutters .medium--one-sixth:nth-child(n + 7),
  .grid--uniform-row-gutters .medium--two-sixths:nth-child(n + 4),
  .grid--uniform-row-gutters .medium--one-eighth:nth-child(n + 9),
  .grid--uniform-row-gutters .medium--one-twelfth:nth-child(n + 13) {
    margin-top: 30px;
  }
  .medium--show {
    display: block !important;
  }
  .medium--hide {
    display: none !important;
  }
  .medium--text-left {
    text-align: left !important;
  }
  .medium--text-right {
    text-align: right !important;
  }
  .medium--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .small-down--one-whole {
    width: 100%;
  }
  .small-down--one-half {
    width: 50%;
  }
  .small-down--one-third {
    width: 33.3333333333%;
  }
  .small-down--two-thirds {
    width: 66.6666666667%;
  }
  .small-down--one-quarter {
    width: 25%;
  }
  .small-down--two-quarters {
    width: 50%;
  }
  .small-down--three-quarters {
    width: 75%;
  }
  .small-down--one-fifth {
    width: 20%;
  }
  .small-down--two-fifths {
    width: 40%;
  }
  .small-down--three-fifths {
    width: 60%;
  }
  .small-down--four-fifths {
    width: 80%;
  }
  .small-down--one-sixth {
    width: 16.6666666667%;
  }
  .small-down--two-sixths {
    width: 33.3333333333%;
  }
  .small-down--three-sixths {
    width: 50%;
  }
  .small-down--four-sixths {
    width: 66.6666666667%;
  }
  .small-down--five-sixths {
    width: 83.3333333333%;
  }
  .small-down--one-eighth {
    width: 12.5%;
  }
  .small-down--two-eighths {
    width: 25%;
  }
  .small-down--three-eighths {
    width: 37.5%;
  }
  .small-down--four-eighths {
    width: 50%;
  }
  .small-down--five-eighths {
    width: 62.5%;
  }
  .small-down--six-eighths {
    width: 75%;
  }
  .small-down--seven-eighths {
    width: 87.5%;
  }
  .small-down--one-tenth {
    width: 10%;
  }
  .small-down--two-tenths {
    width: 20%;
  }
  .small-down--three-tenths {
    width: 30%;
  }
  .small-down--four-tenths {
    width: 40%;
  }
  .small-down--five-tenths {
    width: 50%;
  }
  .small-down--six-tenths {
    width: 60%;
  }
  .small-down--seven-tenths {
    width: 70%;
  }
  .small-down--eight-tenths {
    width: 80%;
  }
  .small-down--nine-tenths {
    width: 90%;
  }
  .small-down--one-twelfth {
    width: 8.3333333333%;
  }
  .small-down--two-twelfths {
    width: 16.6666666667%;
  }
  .small-down--three-twelfths {
    width: 25%;
  }
  .small-down--four-twelfths {
    width: 33.3333333333%;
  }
  .small-down--five-twelfths {
    width: 41.6666666667%;
  }
  .small-down--six-twelfths {
    width: 50%;
  }
  .small-down--seven-twelfths {
    width: 58.3333333333%;
  }
  .small-down--eight-twelfths {
    width: 66.6666666667%;
  }
  .small-down--nine-twelfths {
    width: 75%;
  }
  .small-down--ten-twelfths {
    width: 83.3333333333%;
  }
  .small-down--eleven-twelfths {
    width: 91.6666666667%;
  }
  .small-down--hide {
    display: none;
  }
  .small-down--show {
    display: block;
  }
  .grid--uniform .small-down--one-half:nth-child(2n + 1),
  .grid--uniform .small-down--one-third:nth-child(3n + 1),
  .grid--uniform .small-down--one-quarter:nth-child(4n + 1),
  .grid--uniform .small-down--one-fifth:nth-child(5n + 1),
  .grid--uniform .small-down--one-sixth:nth-child(6n + 1),
  .grid--uniform .small-down--two-sixths:nth-child(3n + 1),
  .grid--uniform .small-down--one-eighth:nth-child(8n + 1),
  .grid--uniform .small-down--one-twelfth:nth-child(12n + 1) {
    clear: both;
  }
  .grid--uniform-row-gutters .small-down--one-whole:nth-child(n + 2),
  .grid--uniform-row-gutters .small-down--one-half:nth-child(n + 3),
  .grid--uniform-row-gutters .small-down--one-third:nth-child(n + 4),
  .grid--uniform-row-gutters .small-down--one-quarter:nth-child(n + 5),
  .grid--uniform-row-gutters .small-down--one-fifth:nth-child(n + 6),
  .grid--uniform-row-gutters .small-down--one-sixth:nth-child(n + 7),
  .grid--uniform-row-gutters .small-down--two-sixths:nth-child(n + 4),
  .grid--uniform-row-gutters .small-down--one-eighth:nth-child(n + 9),
  .grid--uniform-row-gutters .small-down--one-twelfth:nth-child(n + 13) {
    margin-top: 20px;
  }
  .small-down--show {
    display: block !important;
  }
  .small-down--hide {
    display: none !important;
  }
  .small-down--text-left {
    text-align: left !important;
  }
  .small-down--text-right {
    text-align: right !important;
  }
  .small-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 479px) {
  .extra-small--one-whole {
    width: 100%;
  }
  .extra-small--one-half {
    width: 50%;
  }
  .extra-small--one-third {
    width: 33.3333333333%;
  }
  .extra-small--two-thirds {
    width: 66.6666666667%;
  }
  .extra-small--one-quarter {
    width: 25%;
  }
  .extra-small--two-quarters {
    width: 50%;
  }
  .extra-small--three-quarters {
    width: 75%;
  }
  .extra-small--one-fifth {
    width: 20%;
  }
  .extra-small--two-fifths {
    width: 40%;
  }
  .extra-small--three-fifths {
    width: 60%;
  }
  .extra-small--four-fifths {
    width: 80%;
  }
  .extra-small--one-sixth {
    width: 16.6666666667%;
  }
  .extra-small--two-sixths {
    width: 33.3333333333%;
  }
  .extra-small--three-sixths {
    width: 50%;
  }
  .extra-small--four-sixths {
    width: 66.6666666667%;
  }
  .extra-small--five-sixths {
    width: 83.3333333333%;
  }
  .extra-small--one-eighth {
    width: 12.5%;
  }
  .extra-small--two-eighths {
    width: 25%;
  }
  .extra-small--three-eighths {
    width: 37.5%;
  }
  .extra-small--four-eighths {
    width: 50%;
  }
  .extra-small--five-eighths {
    width: 62.5%;
  }
  .extra-small--six-eighths {
    width: 75%;
  }
  .extra-small--seven-eighths {
    width: 87.5%;
  }
  .extra-small--one-tenth {
    width: 10%;
  }
  .extra-small--two-tenths {
    width: 20%;
  }
  .extra-small--three-tenths {
    width: 30%;
  }
  .extra-small--four-tenths {
    width: 40%;
  }
  .extra-small--five-tenths {
    width: 50%;
  }
  .extra-small--six-tenths {
    width: 60%;
  }
  .extra-small--seven-tenths {
    width: 70%;
  }
  .extra-small--eight-tenths {
    width: 80%;
  }
  .extra-small--nine-tenths {
    width: 90%;
  }
  .extra-small--one-twelfth {
    width: 8.3333333333%;
  }
  .extra-small--two-twelfths {
    width: 16.6666666667%;
  }
  .extra-small--three-twelfths {
    width: 25%;
  }
  .extra-small--four-twelfths {
    width: 33.3333333333%;
  }
  .extra-small--five-twelfths {
    width: 41.6666666667%;
  }
  .extra-small--six-twelfths {
    width: 50%;
  }
  .extra-small--seven-twelfths {
    width: 58.3333333333%;
  }
  .extra-small--eight-twelfths {
    width: 66.6666666667%;
  }
  .extra-small--nine-twelfths {
    width: 75%;
  }
  .extra-small--ten-twelfths {
    width: 83.3333333333%;
  }
  .extra-small--eleven-twelfths {
    width: 91.6666666667%;
  }
  .extra-small--hide {
    display: none;
  }
  .extra-small--show {
    display: block;
  }
  .grid--uniform .extra-small--one-half:nth-child(2n + 1),
  .grid--uniform .extra-small--one-third:nth-child(3n + 1),
  .grid--uniform .extra-small--one-quarter:nth-child(4n + 1),
  .grid--uniform .extra-small--one-fifth:nth-child(5n + 1),
  .grid--uniform .extra-small--one-sixth:nth-child(6n + 1),
  .grid--uniform .extra-small--two-sixths:nth-child(3n + 1),
  .grid--uniform .extra-small--one-eighth:nth-child(8n + 1),
  .grid--uniform .extra-small--one-twelfth:nth-child(12n + 1) {
    clear: both;
  }
  .grid--uniform-row-gutters .extra-small--one-whole:nth-child(n + 2),
  .grid--uniform-row-gutters .extra-small--one-half:nth-child(n + 3),
  .grid--uniform-row-gutters .extra-small--one-third:nth-child(n + 4),
  .grid--uniform-row-gutters .extra-small--one-quarter:nth-child(n + 5),
  .grid--uniform-row-gutters .extra-small--one-fifth:nth-child(n + 6),
  .grid--uniform-row-gutters .extra-small--one-sixth:nth-child(n + 7),
  .grid--uniform-row-gutters .extra-small--two-sixths:nth-child(n + 4),
  .grid--uniform-row-gutters .extra-small--one-eighth:nth-child(n + 9),
  .grid--uniform-row-gutters .extra-small--one-twelfth:nth-child(n + 13) {
    margin-top: 20px;
  }
  .extra-small--show {
    display: block !important;
  }
  .extra-small--hide {
    display: none !important;
  }
  .extra-small--text-left {
    text-align: left !important;
  }
  .extra-small--text-right {
    text-align: right !important;
  }
  .extra-small--text-center {
    text-align: center !important;
  }
}
.rte {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.rte h1 {
  font-size: 48.042px;
}
.rte h2 {
  font-size: 40.12px;
}
.rte h3 {
  font-size: 34px;
}
.rte h4 {
  font-size: calc(34px * 0.825);
}
.rte h5 {
  font-size: calc(34px * 0.706);
}
.rte h6 {
  font-size: 20.4px;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  line-height: 1.2em;
  margin: 30px 0 15px;
}
.rte img {
  height: auto;
}
.rte table {
  table-layout: fixed;
}
.rte blockquote {
  font-size: 1.25rem;
}
.rte ul,
.rte ol {
  margin: 15px 0 15px 30px;
  padding: 0;
}
.rte li {
  list-style: inherit;
}
.rte ul {
  list-style: disc outside;
}
.rte ul ul {
  list-style: circle outside;
}
.rte ul ul ul {
  list-style: square outside;
}
.rte cite {
  font-size: 1rem;
}
.rte input,
.rte textarea,
.rte select {
  margin: 5px 5px 5px 0;
}
.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol,
.center.rte ul,
.center.rte ol,
.center .rte ul,
.center .rte ol {
  margin-left: 0;
  list-style-position: inside;
}
.expanded-width {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width: 767px) {
  .expanded-width {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.rte .embed-container {
  overflow: initial;
  max-width: initial;
  padding-bottom: 0;
  height: auto;
}
.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.rte__video-wrapper {
  position: relative;
  height: 0;
  margin-left: -30px;
  margin-right: -30px;
  overflow: hidden;
  padding-bottom: calc(56.25% + 33.75px);
  border-radius: 20px;
}
.rte__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  .rte__video-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 479px) {
  .rte .expanded-width img,
  .rte__video-wrapper {
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-table {
    width: 100%;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tr {
    display: block;
  }
  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right !important;
    padding: 15px;
    margin: 0;
  }
  .responsive-table td:before {
    content: attr(data-label);
    float: left;
    text-align: left;
    padding-right: 10px;
  }
  .responsive-table td:empty:after {
    content: "-";
    opacity: 0;
  }
  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px;
  }
  .responsive-table-row + .responsive-table-row:after,
  tfoot > .responsive-table-row:first-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid#e9e5e5;
  }
}
input,
textarea,
select {
  background-color: transparent;
  color: inherit;
  border: 1px solid#c0bdbd;
  border-radius: 10px;
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times,
    Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
  max-width: 100%;
  padding: 12px 15px;
  margin: 5px 5px 5px 0;
}
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
  background-color: #000;
  border-color: #000;
}
textarea {
  min-height: 100px;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' stroke='rgb(31, 31, 31)' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-color: transparent;
  background-size: 18px;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
input.input-error,
select.input-error,
textarea.input-error {
  border-color: #000;
  background-color: transparent;
  color: #000;
}
.errors {
  background-color: #fce1e1;
  color: #f05c5d;
  padding: 5px 10px;
}
.error-message {
  background-color: #fce1e1;
  color: #f05c5d;
  padding: 5px 10px 0;
}
.form-success {
  background-color: #dfefdf;
  color: #5ead60;
  padding: 5px 10px;
}
.input-wrapper {
  position: relative;
  border: 1px solid #1f1f1f;
  border-radius: 10px;
}
.input-wrapper label {
  position: absolute;
  left: 15px;
  top: 1.05em;
  margin-top: -0.7em;
  font-size: 0.75rem;
  line-height: 1.4em;
  color: #1f1f1f;
  transition: all 0.1s;
  cursor: text;
  pointer-events: none;
  letter-spacing: initial;
}
.input-wrapper input,
.input-wrapper textarea,
.input-wrapper select {
  margin: 0;
  border: 0;
  padding-top: calc(0.875rem * 1.6);
  padding-bottom: 0.875rem;
  width: 100%;
  color: inherit;
  letter-spacing: initial;
}
.input-wrapper textarea {
  width: calc(100% - 5px);
}
.input-wrapper.is-empty:not(.in-focus) label,
.input-wrapper:empty:not(.in-focus) label {
  top: calc((24px + 1.4em) / 2);
  font-size: 1rem;
}
.input-wrapper-with-overlay-link .input-overlay-link {
  display: block;
  margin-top: 15px;
  text-align: right;
}
@media only screen and (min-width: 480px) {
  .input-wrapper-with-overlay-link {
    position: relative;
    text-align: left;
  }
  .input-wrapper-with-overlay-link input {
    width: 50%;
  }
  .input-wrapper-with-overlay-link .input-overlay-link {
    font-size: 0.875rem;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    max-width: calc(50% - 15px);
    margin-top: 0;
  }
}
.form-row {
  margin: 15px 0;
}
.input-wrapper input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}
.input-wrapper input:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
}
.js body:not(.tab-used) *:focus {
  outline: none;
}
.placeholder-svg {
  display: block;
  fill: #bfbfbf;
  background-color: #efefef;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.placeholder-svg--small {
  width: 480px;
}
.placeholder-noblocks {
  padding: 40px;
  text-align: center;
}
.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.placeholder-background .icon {
  border: 0;
}
.placeholder-landscape-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 66.6% 0 0;
}
.placeholder-landscape-container .placeholder-svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .placeholder-svg {
    width: 100%;
    height: 500px;
  }
  .one-quarter .placeholder-svg {
    height: 275px;
  }
}
html,
body {
  background-color: #f6f2f2;
  color: #1f1f1f;
}
main {
  padding-bottom: 30px;
  background-color: #f6f2f2;
}
main:before {
  content: " ";
  display: table;
}
main .accent-background {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}
main .accent-background + .shopify-section {
  position: relative;
  margin-top: 60px;
}
main .accent-background + .shopify-section--with-padding {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  main .accent-background {
    max-height: 25vh;
  }
}
@media only screen and (max-width: 480px) {
  main .accent-background {
    display: none;
  }
  main .accent-background + .shopify-section,
  main .section-banner + .shopify-section {
    margin-top: 0;
  }
  main .accent-background + .shopify-section .large-row,
  main .section-banner + .shopify-section .large-row {
    margin-top: 0;
  }
}
.template-blog main,
.template-article main {
  padding-bottom: 0;
}
.template-password main {
  background-color: transparent;
}
.focus-tint {
  content: " ";
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
.search-bar-in-focus .focus-tint,
.search-bar-open .focus-tint {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  visibility: visible;
}
.page-width {
  max-width: 1400px;
  margin: 0 auto;
}
.template-index .shopify-section:first-child .featured-blog {
  margin-top: 0;
}
.section {
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}
.large-section {
  padding-bottom: 60px;
  padding-top: 60px;
}
.container {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.reading-width {
  margin: 0 auto;
  max-width: 960px;
  padding-left: 30px;
  padding-right: 30px;
}
.row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.large-row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.large-row-over {
  margin-top: 30px;
}
.large-row-under {
  margin-bottom: 30px;
}
.very-large-row-under {
  margin-bottom: 60px;
}
.full-width,
.full-width .rimage-outer-wrapper {
  min-width: 100%;
}
.full-height {
  min-height: 100vh;
}
.global-border-radius,
.image-two .rimage-background,
.article__heading-image .rimage-outer-wrapper,
.article-overlay,
.article-page .single-column-layout .article-featured-image.mobile-only .rimage-outer-wrapper,
.collection-list-plain .product-block__image .rimage-outer-wrapper,
.blog-articles-list__image .rimage-outer-wrapper,
.full-width-slideshow:not(.full-width-slideshow--banner) .js-slideshow-section:not(.slick-initialized),
.full-width-slideshow:not(.full-width-slideshow--banner) .slide,
[data-product-media] .rimage__image,
.rte img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.global-border-radius-small {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.global-border-radius-overlays {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.relative {
  position: relative;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mobile-menu-open {
  max-height: 100vh;
  overflow: hidden;
}
.shopify-policy__container {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .large-row {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .large-row-over {
    margin-top: 20px;
  }
  .large-row-under {
    margin-bottom: 20px;
  }
  .very-large-row-under {
    margin-bottom: 40px;
  }
  .no-margin-bottom-mobile {
    margin-bottom: 0;
  }
  .large-section {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .full-height {
    min-height: initial;
  }
  .reading-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .reading-width--no-mobile-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .container--no-mobile-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .global-border-radius--not-extra-small {
    border-radius: 0;
  }
}
html,
body {
  font-size: 16px;
}
body {
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times,
    Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: 0em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.large-title,
.giant-title,
.massive-title,
.biggest-title,
.standard-title,
.small-title,
.section-popup.cc-popup .cc-popup-title,
#shopify-product-reviews .spr-form-title,
#shopify-product-reviews .spr-header-title {
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times,
    Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: none;
  word-break: break-word;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.title a,
.large-title a,
.giant-title a,
.massive-title a,
.biggest-title a,
.standard-title a,
.small-title a,
.section-popup.cc-popup .cc-popup-title a,
#shopify-product-reviews .spr-form-title a,
#shopify-product-reviews .spr-header-title a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.title a:hover,
.large-title a:hover,
.giant-title a:hover,
.massive-title a:hover,
.biggest-title a:hover,
.standard-title a:hover,
.small-title a:hover,
.section-popup.cc-popup .cc-popup-title a:hover,
#shopify-product-reviews .spr-form-title a:hover,
#shopify-product-reviews .spr-header-title a:hover {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
.giant-title {
  font-size: 40.12px;
}
h3,
.large-title {
  font-size: 34px;
}
h4,
.title,
.standard-title {
  font-size: calc(34px * 0.825);
}
h5,
.small-title,
.section-popup.cc-popup .cc-popup-title,
#shopify-product-reviews .spr-form-title,
#shopify-product-reviews .spr-header-title {
  font-size: calc(34px * 0.706);
}
h6,
.tiny-title {
  font-size: 20.4px;
}
.massive-title {
  font-size: 48.042px;
}
.biggest-title {
  font-size: 60.01px;
}
.extra-large-text {
  font-size: calc(34px * 0.706);
  line-height: 1.5em;
}
.large-text {
  font-size: 1.25rem;
  line-height: 1.5em;
}
.standard-text {
  font-size: 1rem;
  line-height: 1.5em;
}
.small-text,
.cart-summary__total-quantity-row,
th,
small {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.tiny-text,
.cc-select--label-inside .label,
.cart-summary__quantity,
.article__meta,
.breadcrumbs,
.sharing-label,
#shopify-product-reviews .spr-review-reportreview,
#shopify-product-reviews .spr-review-header-byline,
.theme-product-reviews-summary,
.qty-actual__label,
.option-selector .label,
.product-detail__vendor,
.product-detail__sku,
.product-detail__type {
  font-size: 0.75rem;
  line-height: 1.5em;
}
blockquote {
  margin: 30px 30px 30px 0;
  padding: 0 0 0 30px;
  border-left: 4px solid#e9e5e5;
  text-transform: none;
}
hr {
  margin: 30px 0;
  padding: 0;
  border: 0;
  height: 0;
  border-bottom: 1px solid#e9e5e5;
}
p:not(.about-description) {
  margin: 15px 0;
}
a {
  text-decoration: underline;
  color: #1f1f1f;
  transition: color 0.15s;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}
.product-description__no-expand a {
  font-weight: 700;
}
a:hover {
  color: #000;
}
button.standard-link,
.standard-link {
  color: #1f1f1f;
  font-size: 1rem;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}
button.standard-link.standard-link--inherit-color,
.standard-link.standard-link--inherit-color {
  color: inherit;
}
.animated-link {
  color: #1f1f1f;
  text-decoration: none;
  background-image: linear-gradient(#000, #000), linear-gradient(#00a9ca, #00a9ca);
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.25s linear;
}
.animated-link.standard-link--inherit-color {
  color: inherit;
}
.animated-link:hover {
  background-size: 0 1px, 100% 1px;
}
.plain-link,
.breadcrumbs-list__link,
.breadcrumbs-prod-nav__link,
.theme-product-reviews-summary {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.15s;
}
.plain-link:hover,
.breadcrumbs-list__link:hover,
.breadcrumbs-prod-nav__link:hover,
.theme-product-reviews-summary:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.center {
  text-align: center;
}
.align-left {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  h1,
  h2,
  .giant-title {
    font-size: 34px;
  }
  h3,
  .large-title {
    font-size: calc(34px * 0.825);
  }
  h4,
  .title,
  .standard-title,
  h5,
  h6,
  .small-title,
  .section-popup.cc-popup .cc-popup-title,
  #shopify-product-reviews .spr-form-title,
  #shopify-product-reviews .spr-header-title {
    font-size: calc(34px * 0.706);
  }
  .large-text {
    font-size: 1rem;
  }
  .massive-title,
  .biggest-title {
    font-size: 40.12px;
  }
}
.tag {
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 0.5em 1em;
  background: #ebe7e7;
  color: inherit;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5;
}
.tag:hover {
  background: #e5e1e1;
  color: inherit;
}
table {
  margin: 30px auto;
  width: 100%;
  border-collapse: collapse;
}
tr {
  border: none;
}
th,
td {
  padding: 15px;
  text-align: left;
  border-top: 1px solid#e9e5e5;
}
th {
  font-weight: 400;
}
.collection-header {
  margin-bottom: 25px;
}
.collection-header .product-block {
  width: 50%;
  margin: 120px auto;
}
.standout-collection-bg {
  background-color: #f6f2f2;
  color: #000;
}
.collection-header--split .collection-header__content-container {
  padding-left: 20px;
  padding-right: 20px;
}
.collection-header__container--align-center {
  align-self: center;
}
@media only screen and (min-width: 768px) {
  .collection-header--split {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .collection-header--split .collection-header__container {
    width: 50%;
  }
  .collection-header--split .collection-header__container .overlay {
    width: calc(100% - 120px);
  }
  .collection-header--split .collection-header__image-container {
    height: auto;
  }
  .collection-header--split .collection-header__image-container .rimage-outer-wrapper {
    margin-left: 0;
    width: 100%;
  }
  .collection-header--split .collection-header__content-container {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 90px;
  }
  .collection-header--split.collection-header--with-product {
    align-items: initial;
  }
}
.collection-header__content-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.collection-header__content-container .large-title {
  margin-top: 0;
}
.collection-header__content-container .collection-header__description {
  margin-top: 15px;
}
.collection-header__container--padding-bottom {
  padding-bottom: 90px;
}
.collection-header__image-container .rimage-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.collection-header__image-container .desktop-only {
  display: block;
}
.collection-header__image-container .mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .collection-header__image-container .desktop-only {
    display: none;
  }
  .collection-header__image-container .mobile-only {
    display: block;
  }
  .collection-header__product-container {
    display: none;
  }
  .collection-header__image-container .rimage-background {
    position: static;
  }
  .collection-header__container--padding-bottom {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .collection-header {
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) {
  .collection-header {
    margin-bottom: 30px;
  }
}
.cart-item {
  border-bottom: 1px solid#e9e5e5;
  padding-top: 45px;
  padding-bottom: 45px;
  flex-wrap: nowrap;
}
.cart-item.cart-item--titles {
  border-top: 1px solid#e9e5e5;
  margin-top: 30px;
  padding-bottom: 15px;
  padding-top: 0;
}
.cart-item.cart-item--titles .description,
.cart-item.cart-item--titles .price,
.cart-item.cart-item--titles .quantity,
.cart-item.cart-item--titles .total {
  padding-top: 15px;
  padding-left: 0;
}
.cart-item .image {
  width: 160px;
  display: block;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1023px) {
  .cart-item .image {
    width: 100px;
  }
}
.cart-item .image img {
  display: block;
}
.cart-item .description {
  flex-grow: 1;
  padding-left: 30px;
  padding-top: 15px;
}
.cart-item .description .backorder {
  color: #1f1f1fb3;
  font-size: 0.875rem;
}
.cart-item .description__title {
  text-decoration: none;
  color: inherit;
  font-size: 1rem;
  text-transform: uppercase;
}
.cart-item .description__variant,
.cart-item .description__vendor {
  color: #1f1f1fb3;
  margin: 0;
}
.cart-item .description__variant {
  font-size: 0.875rem;
  line-height: 1.4;
}
.cart-item .subscription-description {
  color: #1f1f1fb3;
  line-height: 1.4;
}
.cart-item .price,
.cart-item .quantity,
.cart-item .total {
  min-width: 145px;
  flex: 0 0 auto;
}
.cart-item .price,
.cart-item .quantity {
  width: 16.6666666667%;
}
.cart-item .price {
  font-size: 1rem;
}
.cart-item .unit-price {
  font-size: 0.875rem;
  color: #1f1f1fb3;
}
@media only screen and (max-width: 1023px) {
  .cart-item .price {
    width: 120px;
    min-width: 120px;
  }
  .cart-item .total {
    width: 100px;
    min-width: 100px;
  }
}
.cart-item .quantity {
  padding-top: 5px;
}
.cart-item .quantity__change {
  justify-content: center;
}
.cart-item .quantity__plus,
.cart-item .quantity__minus,
.cart-item .quantity__number {
  height: 38px;
  width: 38px;
}
.cart-item .quantity__plus,
.cart-item .quantity__minus {
  border-radius: 20px;
  border: 1px solid#e9e5e5;
  padding: 3px;
  margin: 0 5px;
  position: relative;
}
.cart-item .quantity__plus .icon,
.cart-item .quantity__minus .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  stroke: #1f1f1f;
  transform: translate(-50%, -50%);
}
.cart-item .quantity__plus:hover,
.cart-item .quantity__minus:hover {
  border: 1px solid#e9e5e5;
}
.cart-item .quantity__unusable {
  opacity: 0.5;
  background: #e9e5e5;
  pointer-events: none;
}
.cart-item .quantity__number {
  border: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  color: inherit;
}
.cart-item .quantity__remove {
  color: inherit;
  text-decoration: none;
  line-height: 1em;
}
.cart-item .quantity__remove-x {
  height: 14px;
  width: 14px;
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
}
.cart-item .quantity__remove-x svg {
  height: 100%;
  width: 100%;
}
.cart-item .quantity__remove-x + .tiny-text,
.cart-item .cc-select--label-inside .quantity__remove-x + .label,
.cc-select--label-inside .cart-item .quantity__remove-x + .label,
.cart-item .quantity__remove-x + .cart-summary__quantity,
.cart-item .quantity__remove-x + .article__meta,
.cart-item .quantity__remove-x + .breadcrumbs,
.cart-item .quantity__remove-x + .sharing-label,
.cart-item #shopify-product-reviews .quantity__remove-x + .spr-review-reportreview,
#shopify-product-reviews .cart-item .quantity__remove-x + .spr-review-reportreview,
.cart-item #shopify-product-reviews .quantity__remove-x + .spr-review-header-byline,
#shopify-product-reviews .cart-item .quantity__remove-x + .spr-review-header-byline,
.cart-item .quantity__remove-x + .theme-product-reviews-summary,
.cart-item .quantity__remove-x + .qty-actual__label,
.cart-item .option-selector .quantity__remove-x + .label,
.option-selector .cart-item .quantity__remove-x + .label,
.cart-item .quantity__remove-x + .product-detail__vendor,
.cart-item .quantity__remove-x + .product-detail__sku,
.cart-item .quantity__remove-x + .product-detail__type {
  vertical-align: middle;
}
.cart-item .price,
.cart-item .total {
  padding-top: 15px;
}
.cart-item .total {
  text-align: right;
}
.cart-mobile-image {
  display: none;
  max-width: 200px;
  flex: 0 0 auto;
}
.cart-mobile-image img {
  display: block;
}
.total__title {
  display: inline-block;
  margin-right: 2em;
}
.total__amount {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .subtotal-row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.shipping-title {
  padding-top: 1.2em;
}
.cart-terms__checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  user-select: none;
  line-height: 24px;
}
.cart-terms__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
}
.cart-terms__checkbox input:checked ~ .cart-terms__check svg {
  opacity: 1;
}
.cart-terms__check {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid#c0bdbd;
  pointer-events: none;
}
.cart-terms__check svg {
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s;
}
.cart-submit {
  margin-right: 0;
}
.cart-finish {
  text-align: right;
}
.cart-finish .cart-submit {
  width: 30%;
}
.additional-checkout-buttons {
  margin-top: 15px;
}
[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}
.cart-continue {
  margin-bottom: 120px;
}
.cart-continue-shopping {
  text-align: right;
  display: block;
  margin: 30px 0 0 auto;
}
.cart-notes {
  margin-top: 15px;
  width: 50%;
}
.shipping-calculator {
  display: none;
}
.cart-trigger,
.shipping-calculator,
.cart-notes {
  margin-bottom: 15px;
}
.shipping-calculator .shipping-calculator-form {
  margin-left: -30px;
}
.shipping-calculator .field {
  flex: 1 0 auto;
  margin: 15px 0 15px 30px;
}
.shipping-calculator .field.calculator-submit {
  margin-right: 0;
  margin-left: 0;
  text-align: right;
}
.cart-checks__titles {
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .cart-checks__titles label {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-items {
    margin-top: 30px;
  }
  .cart-item-container {
    border-bottom: 1px solid#e9e5e5;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: flex;
  }
  .cart-item {
    padding: 0;
    margin-top: 0;
    flex-direction: column;
    width: auto;
    border: 0;
    height: 100%;
  }
  .cart-item .image,
  .cart-item .price {
    display: none;
  }
  .cart-item .description__title,
  .cart-item .price,
  .cart-item .quantity,
  .cart-item .total {
    font-size: 1.15rem;
  }
  .cart-item .description__variant,
  .cart-item .quantity__remove .tiny-text,
  .cart-item .quantity__remove .cc-select--label-inside .label,
  .cc-select--label-inside .cart-item .quantity__remove .label,
  .cart-item .quantity__remove .cart-summary__quantity,
  .cart-item .quantity__remove .article__meta,
  .cart-item .quantity__remove .breadcrumbs,
  .cart-item .quantity__remove .sharing-label,
  .cart-item .quantity__remove #shopify-product-reviews .spr-review-reportreview,
  #shopify-product-reviews .cart-item .quantity__remove .spr-review-reportreview,
  .cart-item .quantity__remove #shopify-product-reviews .spr-review-header-byline,
  #shopify-product-reviews .cart-item .quantity__remove .spr-review-header-byline,
  .cart-item .quantity__remove .theme-product-reviews-summary,
  .cart-item .quantity__remove .qty-actual__label,
  .cart-item .quantity__remove .option-selector .label,
  .option-selector .cart-item .quantity__remove .label,
  .cart-item .quantity__remove .product-detail__vendor,
  .cart-item .quantity__remove .product-detail__sku,
  .cart-item .quantity__remove .product-detail__type {
    font-size: 1rem;
  }
  .cart-item .description,
  .cart-item .price,
  .cart-item .quantity,
  .cart-item .total {
    padding-left: 60px;
  }
  .cart-item .price,
  .cart-item .quantity,
  .cart-item .total {
    text-align: left;
    width: auto;
  }
  .cart-item .description {
    padding-top: 0;
  }
  .cart-item .price {
    padding-bottom: 20px;
  }
  .cart-item .quantity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .cart-item .quantity__change {
    justify-content: flex-start;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .cart-item .quantity__minus,
  .cart-item .quantity__plus {
    margin: 0;
  }
  .cart-item .quantity__remove {
    display: block;
    margin-bottom: 20px;
  }
  .cart-mobile-image {
    display: block;
    width: 30%;
  }
  .cart-item--titles {
    display: none;
  }
  .cart-checks {
    margin-bottom: 30px;
  }
  .cart-checks__titles {
    display: block;
    text-align: center;
  }
  .cart-terms__checkbox {
    display: inline-block;
    margin-bottom: 20px;
  }
  .cart-trigger {
    margin: 0 auto 20px;
  }
  .shipping-calculator-container,
  .cart-notes-container {
    text-align: center;
  }
  .cart-continue {
    margin-bottom: 40px;
  }
  .cart-notes {
    width: 100%;
  }
  .shipping-calculator .shipping-calculator-form {
    margin-left: 0;
    flex-direction: column;
  }
  .shipping-calculator .field {
    width: 100%;
    margin: 15px 0;
  }
  .shipping-calculator .field.calculator-submit,
  .shipping-calculator .field .get-rates {
    width: 100%;
  }
  .shipping-calculator #wrapper-response {
    margin-bottom: 20px;
  }
  .cart-finish .cart-submit,
  .cart-continue-shopping {
    width: 100%;
    text-align: center;
  }
  .shipping-title {
    text-align: center;
    padding-top: 0;
  }
  .subtotal-row .total {
    text-align: center;
  }
  [data-shopify-buttoncontainer] {
    justify-content: center;
  }
}
@media only screen and (max-width: 479px) {
  .cart-item .description,
  .cart-item .price,
  .cart-item .quantity,
  .cart-item .total {
    padding-left: 20px;
  }
}
.template-giftcard {
  background: #f6f2f2;
  text-align: center;
  padding: 15px 0;
}
.giftcard {
  margin: 15px auto;
  max-width: 500px;
  padding: 20px;
}
.giftcard h1 {
  font-size: calc(34px * 0.825);
}
.giftcard h2 {
  font-size: calc(34px * 0.706);
}
.giftcard__illustration {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 20px;
}
.giftcard__illustration img {
  display: block;
}
.giftcard__code {
  background: #fff;
  border-radius: 20px;
  color: #484848;
  position: absolute;
  bottom: 10%;
  right: 50%;
  transform: translate(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: 20px;
}
.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: center;
  align-items: center;
  margin-top: 15px;
  flex-wrap: wrap;
}
.giftcard-button-row .btn {
  margin: 10px;
}
@media print {
  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  html,
  body {
    background-color: #fff;
    color: #000;
  }
  .print-giftcard,
  .apple-wallet {
    display: none;
  }
}
body.template-order .product-summary__fulfillment dt {
  font-weight: 700;
}
body.template-order .product-summary__fulfillment dd {
  margin: 0 0 10px;
}
.site-header {
  position: relative;
}
.page-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 15px 0;
}
.page-header .burger-icon {
  display: none;
}
.page-header > .store-logo-desktop--center {
  display: none;
}
.header-content {
  background-color: #f6f2f2;
  color: #1f1f1f;
  position: relative;
  z-index: 102;
}
.store-logo {
  margin: auto;
  max-width: 100%;
  line-height: 1;
  text-transform: none;
}
.docked-mobile-navigation-container {
  flex-grow: 1;
}
.docked-mobile-navigation-container__inner {
  background-color: #f6f2f2;
}
.utils {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.utils a:not(.btn):not(.site-logo) {
  color: inherit;
  text-decoration: none;
}
.utils .store-logo-desktop--left {
  display: none;
}
.utils ~ .settings-open-bar {
  display: none;
}
.utils--center {
  justify-content: center;
}
.utils--center .utils__item--search-icon {
  margin: 0 auto 0 0;
}
.utils--center .utils__right {
  margin-left: auto;
}
.utils--center .utils__right .utils__item--search-center,
.utils__item--search-icon.mobile-only {
  display: none;
}
.utils__right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-left: 30px;
}
.utils__item {
  color: inherit;
  margin: 0 6px;
  opacity: 1;
  position: relative;
  transition: opacity 0.25s;
}
.utils__item:last-child {
  margin-right: 0;
}
.utils__item--hidden {
  opacity: 0;
  pointer-events: none;
}
.mobile-menu-utils {
  display: none;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding: 0 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.no-js .utils__item--currency {
  display: none;
}
.header-cart {
  position: relative;
}
.header-cart .icon {
  height: 34px;
}
.header-cart .cart-summary {
  display: none;
  position: absolute;
  z-index: 3;
  top: 100%;
  right: 0;
  width: 412px;
  padding: 15px 30px 30px;
  background-color: #f6f2f2;
  border-bottom: 3px solid#1f1f1f;
  border-left: 1px solidrgba(31, 31, 31, 0.1);
  border-right: 1px solidrgba(31, 31, 31, 0.1);
  border-top: 1px solidrgba(31, 31, 31, 0.1);
  box-shadow: 0 2px 4px #00000026;
}
.docking-header__utils {
  display: none;
}
@media only screen and (min-width: 940px) {
  .header-cart:hover .cart-summary {
    display: block;
  }
  .docking-header__utils {
    display: flex;
  }
}
.header-cart__count {
  position: absolute;
  top: 50%;
  transform: translate(-50%, 50%);
  left: 100%;
  width: fit-content;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  letter-spacing: initial;
}
.header-social-icons {
  display: none;
  margin: 0 20px 20px;
}
.header-social-icons .social-link {
  margin: 0 15px 15px 0;
  color: #000;
}
.docking-header__utils {
  color: #1f1f1f;
  width: 200px;
}
.docking-header__utils .search-bar__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.docking-header__utils .search-form__input {
  margin: 2px 0;
  color: inherit;
  background: transparent;
}
.docking-header__utils .search-form__input::placeholder {
  color: inherit;
}
.docking-header__utils .search-bar__results {
  color: #212b36;
  background: #fff;
}
@media only screen and (max-width: 939px) {
  .docked-header--dock .docked-mobile-navigation-container__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
  }
}
@media only screen and (min-width: 940px) {
  .docked-header--dock .docked-navigation-container__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
  }
  .docked-header--dock .page-header .search-bar {
    display: none;
  }
  .docked-header--dock .docked-navigation-container .docking-header__utils {
    display: flex;
    flex-wrap: nowrap;
    min-width: 150px;
  }
  .docked-header--dock .docked-navigation-container .docking-header__utils.docking-header__center-layout-search {
    min-width: 150px;
    display: block;
  }
  .search-bar-open .docked-header--dock .docked-navigation-container .site-nav {
    opacity: 0;
    pointer-events: none;
  }
  .search-bar-open .docked-header--dock .docked-navigation-container .header-navigation {
    z-index: 101;
  }
  .docked-header--dock
    .docked-navigation-container.docked-navigation-container--center
    .docking-header__left-layout-search {
    display: none;
  }
}
.site-header--logo-only {
  margin-bottom: 30px;
}
.site-header--logo-only .page-header {
  justify-content: space-around;
}
@media only screen and (max-width: 939px) {
  .header-content {
    padding: 0;
  }
  .page-header {
    display: block;
    padding: 0;
  }
  .page-header .burger-icon {
    display: block;
    z-index: 2;
    width: 24px;
    height: 24px;
  }
  .page-header .burger-icon svg {
    stroke: #1f1f1f;
  }
  .page-header > .store-logo-mobile--inline {
    display: none;
  }
  .page-header > .store-logo-mobile--own_row {
    display: block;
    padding-bottom: 0;
  }
  .page-header > .store-logo-mobile--own_row.hide-for-search {
    opacity: 1;
  }
  .store-logo {
    padding: 0;
  }
  .store-logo.store-logo--image .rimage-outer-wrapper {
    max-height: 80px;
    width: auto;
  }
  .utils {
    padding: 10px 20px;
  }
  .store-logo {
    text-align: center;
    margin: 0 auto;
  }
  .site-logo {
    font-size: 16px;
  }
  .site-logo img {
    width: auto;
  }
  .utils {
    position: relative;
    width: 100%;
    justify-content: space-between;
  }
  .utils .store-logo-mobile--own_row {
    display: none;
  }
  .utils .store-logo.store-logo-mobile--inline {
    display: block;
    margin-left: 10px;
    padding: 0;
    margin-right: auto;
    flex-grow: 1;
  }
  .utils ~ .settings-open-bar {
    display: block;
  }
  .utils .utils__right {
    width: auto;
    margin-left: 0;
  }
  .utils .utils__right > .utils__item--search-icon {
    margin: 0 6px;
    width: auto;
  }
  .utils--center {
    justify-content: space-between;
  }
  .utils--center > .utils__item--search-icon {
    display: none;
  }
  .utils__item--desktop-search,
  .utils__item--search-icon.desktop-only {
    display: none;
  }
  .utils__item--search-icon.mobile-only {
    display: block;
  }
  .social-link {
    margin: 0 10px;
  }
  .mobile-menu-utils {
    align-items: center;
    display: flex;
  }
  .mobile-menu-utils .utils__item {
    min-width: 50px;
  }
  .header-social-icons {
    display: block;
    margin-bottom: 60px;
  }
  .header-content .utils__item--currency {
    display: none;
  }
  .mobile-menu-search-bar .search-form__input {
    color: #000;
  }
  .mobile-menu-search-bar .search-form__input::placeholder {
    color: #000;
  }
}
@media only screen and (min-width: 940px) {
  .utils__item > a {
    display: inline-block;
  }
  .header-content .search-form,
  .header-content .search-bar__container {
    display: none;
  }
}
.page-footer__inner {
  padding-bottom: 0;
  background-color: #f6f2f2;
  color: #1f1f1f;
}
.search-bar-open .search-bar__container .search-form {
  display: flex;
}
.page-footer__subscribe {
  padding: 40px 0;
}
.page-footer__subscribe a {
  color: inherit;
}
.subscribe-form__heading,
.subscribe-form__text {
  margin-bottom: 1.5em;
}
.subscribe-form__heading {
  margin-bottom: 1em;
  font-weight: 500;
}
.subscribe-form__inputs .input-wrapper {
  border-top-color: transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solidrgba(31, 31, 31, 0.3);
  border-radius: 0;
  padding-left: 0;
}
.subscribe-form__inputs .input-wrapper label {
  color: #1f1f1fb3;
  left: 0;
  top: 0;
}
.subscribe-form__inputs .subscribe-form__email {
  border: 0;
  border-radius: 0;
  color: #1f1f1f;
  margin: 0;
  padding-left: 0;
  transition: background-color 0.25s;
}
.subscribe-form__inputs .subscribe-form__email:focus {
  outline: 0;
}
.subscribe-form__inputs .subscribe-form__email::placeholder {
  color: #1f1f1f;
  opacity: 0.75;
}
.subscribe-form__response {
  display: flex;
  justify-content: center;
}
.page-footer__hr {
  display: none;
}
.page-footer__blocks {
  padding-top: 30px;
}
.page-footer__blocks .icon {
  fill: #1f1f1f;
}
.footer-block__heading {
  margin: 0 0 15px;
  color: #1f1f1f;
  font-weight: 500;
}
.footer-block .nav__item {
  padding: 0.3em 20px 0.3em 0;
}
.footer-block .nav__link {
  display: inline;
  color: #1f1f1fcc;
  font-size: 16px;
  font-weight: 400;
  font-family: Arial-Black;
}
.page-footer__end {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.payment-icons {
  margin-top: 8px;
  text-align: right;
}
.payment-icon {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
.payment-icon-svg {
  height: 24px;
  width: 38px;
  vertical-align: top;
}
.copyright-text {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.copyright-text a {
  color: #1f1f1f;
  fill: #1f1f1f;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .page-footer__subscribe {
    width: 75%;
    max-width: 600px;
    margin: 0 auto;
  }
  .page-footer__subscribe .input-wrapper {
    flex: 1 1 auto;
    border-bottom: 0;
  }
  .subscribe-form__heading,
  .subscribe-form__text {
    text-align: center;
  }
  .subscribe-form__inputs {
    display: flex;
    border-bottom: 1px solidrgba(31, 31, 31, 0.3);
  }
}
@media only screen and (min-width: 1024px) {
  .sticky-footer-partly-visible main,
  .sticky-footer-fully-visible main {
    border-bottom: 0;
  }
  .sticky-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .no-js .sticky-footer {
    position: static;
  }
  .sticky-footer-taller-than-page .sticky-footer {
    top: 0;
    bottom: auto;
  }
  .sticky-footer-scrolled-into.sticky-footer-taller-than-page .sticky-footer,
  .sticky-footer-partly-visible .sticky-footer {
    position: static;
  }
  .page-footer__subscribe {
    width: calc(50% - 15px);
  }
}
.footer-block .rimage-outer-wrapper {
  max-width: 100px !important;
}
@media only screen and (max-width: 767px) {
  .page-footer__blocks.grid {
    margin-left: 0;
  }
  .footer-block {
    padding-left: 0;
  }
  .footer-block.small-down--one-half {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .footer-block.small-down--one-whole:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .page-footer__end {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-footer__end > div:first-child {
    order: 1;
  }
  .subscribe-form:after {
    left: -20px;
    width: calc(100% + 40px);
  }
  .subscribe-form .input-wrapper {
    margin-bottom: 15px;
  }
  .subscribe-form__heading {
    font-size: 16px;
  }
  .payment-icons {
    margin-bottom: 30px;
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .subscribe-form:after {
    left: 0;
    width: 100%;
  }
  .subscribe-form__email {
    margin-bottom: 15px;
    width: 100%;
  }
  .subscribe-form__submit {
    margin-left: 0;
  }
}
.product-detail__thumbnails {
  display: none;
}
.product-detail__thumbnail {
  position: relative;
}
.product-detail__thumbnail:after {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #1f1f1f;
  transition: opacity 0.25s;
}
@media only screen and (min-width: 768px) {
  .product-layout-grid__images {
    width: 50%;
  }
  .product-layout-grid__images.layout--thumbnails-left.has-multiple-images {
    width: 66.6%;
    display: flex;
  }
  .product-layout-grid__images.layout--thumbnails-left.has-multiple-images .product-detail__images-container {
    order: 1;
    width: 85%;
    align-self: flex-start;
  }
  .product-layout-grid__images.layout--thumbnails-left.has-multiple-images .product-detail__thumbnails {
    width: 15%;
    flex: 0 0 auto;
    display: block;
    margin: 0 30px 0 0;
  }
  .product-layout-grid__images.layout--thumbnails-left.has-multiple-images .product-detail__thumbnail {
    display: block;
    width: auto;
  }
}
[data-product-media] {
  display: block;
  margin: 0 0 15px;
  transition: opacity 0.25s;
}
@media only screen and (max-width: 767px) {
  [data-product-media] {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .product-detail__thumbnails {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -15px;
  }
  .product-detail__thumbnail {
    margin: 0 0 15px 15px;
    width: calc(25% - 15px);
  }
}
@media (min-width: 1000px) {
  .product-detail__thumbnail {
    width: calc(20% - 15px);
  }
}
.thumb-active:after {
  opacity: 1;
}
.variant-dim {
  opacity: 0.5;
}
.product-detail .grid__item {
  padding-top: 30px;
}
.product-detail__title-area {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .product-detail__title-area {
    margin: 0 0 30px;
    text-align: center;
  }
}
.product-detail__title {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .product-description__no-expand .rte__video-wrapper,
  .product-description__no-expand .expanded-width {
    margin-left: 0;
    margin-right: 0;
  }
}
.product-detail__type,
.product-detail__sku {
  margin-top: 5px;
}
.product-detail__price {
  margin-bottom: 15px;
}
.theme-money.large-title {
  font-size: 26px !important;
}
.option-selector {
  padding: 0;
  border: 0;
}
.option-selector .label {
  margin-bottom: 0.5em;
}
.option-selector__btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.opt-btn {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.opt-label {
  min-width: 44px;
  margin: 10px 10px 0 0;
  padding: 9px 14px;
  border: 1px solid#c0bdbd;
  border-radius: 10px;
  text-align: center;
}
.opt-label:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.tab-used .opt-btn:focus + .opt-label {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
}
.opt-btn:checked + .opt-label {
  background-color: #000;
  border-color: #000;
  color: #fff;
  cursor: default;
}
.opt-label[data-swatch] {
  width: 30px;
  min-width: 0;
  height: 30px;
  margin-right: 10px;
  padding: 2px;
  background: none;
  border: 2px solidrgba(31, 31, 31, 0.12);
  border-radius: 50%;
  font-size: 0;
}
.opt-btn:checked + .opt-label[data-swatch] {
  border-color: #1f1f1f;
  background: none;
}
.is-unavailable + .opt-label {
  position: relative;
  overflow: hidden;
}
.is-unavailable + .opt-label:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -2px;
  width: calc(100% + 4px);
  border-top: 2px solid;
  transform: rotate(-20deg);
  opacity: 0.5;
}
[data-swatch]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
}
.product-inventory {
  color: #3f8545;
}
.product-inventory.product-inventory--low {
  color: #cd201a;
}
.product-inventory:not(.product-inventory--none) {
  margin-bottom: 15px;
}
.product-inventory__status {
  font-weight: 400;
}
.product-detail .payment-buttons {
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-detail .qty-wrapper + .payment-buttons {
  margin-top: 15px;
}
.qty-actual {
  display: none;
  position: relative;
}
.qty-actual__label {
  position: absolute;
  top: 8px;
  left: 14px;
  line-height: 1;
  letter-spacing: initial;
  opacity: 0.6;
}
.qty-actual__input {
  width: 100%;
  margin: 0;
  padding: 22px 14px 5px;
  line-height: 1.2;
}
.qty-wrapper.hide-proxy > .cc-select,
.no-js .qty-wrapper > .cc-select {
  display: none;
}
.qty-wrapper.hide-proxy .qty-actual,
.no-js .qty-wrapper .qty-actual {
  display: block;
}
.feather-icon .icon,
.feather-icon.icon {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2px;
}
@media only screen and (min-width: 940px) {
  .payment-buttons .btn {
    width: calc(100% - 2px);
    min-height: 44px;
  }
  .payment-buttons .shopify-payment-button__button {
    margin: 1px;
    border: 0;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    overflow: hidden;
    border-radius: 15px;
    min-height: 44px;
  }
  .payment-buttons .shopify-payment-button {
    margin-top: 15px;
    transition: opacity 0.25s;
  }
  .payment-buttons .shopify-payment-button .shopify-payment-button__button {
    width: calc(100% - 2px);
  }
  .payment-buttons .shopify-payment-button .shopify-payment-button__button--unbranded {
    padding: 11px 30px;
    background-color: #000;
    border: 0;
    box-shadow: 0 0 0 1px #000;
    color: #fff;
    transition: background-color 0.25s, border-color 0.25s, box-shadow 0.25s, color 0.25s, opacity 0.25s;
  }
  .payment-buttons .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
    background-color: #000;
    box-shadow: 0 0 0 1px #000;
    color: #fff;
  }
  .payment-buttons .shopify-payment-button .shopify-payment-button__more-options {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 0.875rem;
    transition: opacity 0.25s;
  }
  .payment-buttons
    .shopify-payment-button
    .shopify-payment-button__more-options.shopify-payment-button__button--hidden {
    display: none;
  }
  .variant--unavailable .shopify-payment-button {
    opacity: 0;
  }
  .product-detail__detail > .row:first-of-type,
  .product-detail__detail > .sharing:first-of-type {
    margin-top: 0;
  }
  .product-detail__detail .tabs li {
    margin: 0 10px -1px;
  }
  .product-detail__detail .tabs li:first-child {
    margin-left: 0;
  }
  .product-detail__detail .tabs li:last-child {
    margin-right: 0;
  }
  .product-detail__detail button {
    padding-left: 30px;
    padding-right: 30px;
  }
  .theme-product-reviews-summary {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 15px;
  }
  .theme-product-reviews-summary a {
    text-decoration: none;
  }
  .theme-product-reviews-summary a .cc-rating-custom-caption {
    text-decoration: underline;
  }
  .theme-product-reviews-summary .cc-rating-custom-caption {
    margin-left: 0.5em;
    white-space: nowrap;
  }
  #shopify-product-reviews {
    margin: 1em 0 2em;
  }
  #shopify-product-reviews .spr-container {
    padding: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  #shopify-product-reviews .spr-header {
    padding: 30px 0;
  }
  #shopify-product-reviews .spr-header .spr-icon {
    width: 16px;
    height: 16px;
  }
  #shopify-product-reviews .spr-form-title {
    margin: 0 0 0.5em;
  }
  #shopify-product-reviews .spr-form {
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .store-logo.store-logo--image .rimage-outer-wrapper {
    max-height: 80px;
    width: auto;
  }
  #shopify-product-reviews .spr-reviews {
    margin: 0;
    padding: 0 0 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #shopify-product-reviews .spr-review {
    margin: 0;
    padding: 30px 0 0;
    border: 0;
  }
  #shopify-product-reviews .spr-review .spr-review-header-starratings {
    margin-bottom: 0.9em;
  }
  #shopify-product-reviews .spr-review .spr-icon {
    font-size: 100%;
  }
  #shopify-product-reviews .spr-review:first-child {
    margin-top: 0;
  }
  #shopify-product-reviews .spr-review-header-title {
    font-size: 1.25rem;
  }
  #shopify-product-reviews .spr-review-header-byline {
    display: block;
    margin: 0.3em 0 1em;
    font-style: normal;
    opacity: 0.6;
  }
  #shopify-product-reviews .spr-review-header-byline strong {
    font-weight: 400;
  }
  #shopify-product-reviews .spr-review-content {
    margin: 0 0 15px;
  }
  #shopify-product-reviews .spr-review-content-body {
    font-size: 1rem;
  }
  #shopify-product-reviews .spr-review-reportreview {
    float: none;
  }
  #shopify-product-reviews .spr-pagination {
    margin-top: 30px;
    padding-top: 30px;
    width: 100%;
  }
  #shopify-product-reviews .spr-pagination a {
    color: inherit;
    text-decoration: none;
  }
  #shopify-product-reviews .spr-pagination .spr-pagination-next,
  #shopify-product-reviews .spr-pagination .spr-pagination-prev {
    position: static;
  }
  #shopify-product-reviews .spr-pagination .spr-pagination-next,
  #shopify-product-reviews .spr-pagination .spr-pagination-prev,
  #shopify-product-reviews .spr-pagination .spr-pagination-page {
    margin: 0 8px;
    padding: 0 2px;
  }
  #shopify-product-reviews .spr-pagination .spr-pagination-page.is-active {
    font-weight: 400;
    border-bottom: 2px solid;
  }
  #shopify-product-reviews .spr-summary-actions {
    margin-top: 1em;
  }
  #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-size: 100% 100%;
  }
  #shopify-product-reviews .spr-icon:before {
    background-image: url("data:image/svg+xml, %3Csvg fill='rgba(246, 242, 242, 0.2)' width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 6.4993297, 0.90857825 8.3037181, 4.5640706 12.338775, 5.1538548 9.4190517, 7.9976636 10.108106, 12.015203 6.4993297, 10.117382 2.890553, 12.015203 3.5796075, 7.9976636 0.65988518, 5.1538548 4.6949414, 4.5640706 Z'%3E%3C/path%3E%3C/svg%3E");
  }
  #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(246, 242, 242)' width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 6.4993297, 0.90857825 8.3037181, 4.5640706 12.338775, 5.1538548 9.4190517, 7.9976636 10.108106, 12.015203 6.4993297, 10.117382 2.890553, 12.015203 3.5796075, 7.9976636 0.65988518, 5.1538548 4.6949414, 4.5640706 Z'%3E%3C/path%3E%3C/svg%3E");
  }
  #shopify-product-reviews .spr-icon-star-half-alt:after {
    clip: rect(0px, 7.5px, 14px, 0px);
  }
  @media (min-width: 800px) {
    #shopify-product-reviews .spr-reviews {
      display: flex;
      flex-wrap: wrap;
    }
    #shopify-product-reviews .spr-reviews .spr-review {
      width: 50%;
    }
    #shopify-product-reviews .spr-review:nth-child(2n) {
      padding-left: 15px;
    }
    #shopify-product-reviews .spr-review:nth-child(2n-1) {
      padding-right: 15px;
    }
  }
  @media (min-width: 481px) {
    #shopify-product-reviews .spr-summary-actions-newreview {
      margin-top: -1.5em;
    }
  }
  @media (max-width: 480px) {
    #shopify-product-reviews .spr-summary-actions {
      display: block;
    }
  }
  .add-in-progress .option-selector a,
  .add-in-progress .option-selector select,
  .add-in-progress .option-selector input {
    pointer-events: none;
  }
  .full-width-slideshow .slick-dots {
    position: static;
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .full-width-slideshow-controls {
    position: absolute;
    bottom: -5px;
  }
  .full-width-slideshow-controls .icon {
    transition: opacity 0.25s;
  }
  .full-width-slideshow-controls .icon:hover {
    opacity: 0.7;
  }
  .full-width-slideshow-controls--prev {
    left: 0;
  }
  .full-width-slideshow-controls--next {
    right: 0;
  }
  .page-footer__subscribe {
    padding: 40px 0;
  }
  .page-footer__subscribe a {
    color: inherit;
  }
  .full-width-slideshow .slide {
    display: none;
  }
  .full-width-slideshow .slide:first-child {
    display: block;
  }
  .full-width-slideshow .slide .placeholder-svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .full-width-slideshow .slick-initialized .slide {
    display: block;
  }
  .full-width-slideshow--banner.large-row {
    margin-top: 0;
  }
  @media only screen and (max-width: 767px) {
    .full-width-slideshow {
      margin-bottom: 20px;
      margin-top: 20px;
    }
    .full-width-slideshow .slide .overlay {
      margin-bottom: -30px;
    }
    .full-width-slideshow .overlay {
      padding: 45px 30px;
    }
    .full-width-slideshow .overlay--bg-matches-page-bg,
    .full-width-slideshow .overlay--use-body-colours-mobile {
      padding-bottom: 20px;
    }
    .full-width-slideshow:not(.full-width-slideshow--banner) .slide .rimage-outer-wrapper,
    .full-width-slideshow:not(.full-width-slideshow--banner) .slide .placeholder-svg {
      border-radius: 20px;
      overflow: hidden;
    }
    .full-width-slideshow--banner .container {
      padding: 0;
    }
    .full-width-slideshow-controls--prev {
      left: 20px;
    }
    .full-width-slideshow-controls--next {
      right: 20px;
    }
  }
  @media only screen and (max-width: 479px) {
    .full-width-slideshow,
    .full-width-slideshow:not(.full-width-slideshow--banner) {
      padding-top: 0;
      border-radius: 0;
    }
    .full-width-slideshow .slide,
    .full-width-slideshow:not(.full-width-slideshow--banner) .slide {
      border-radius: 0;
    }
    .full-width-slideshow .slide .rimage-outer-wrapper,
    .full-width-slideshow .slide .placeholder-svg,
    .full-width-slideshow:not(.full-width-slideshow--banner) .slide .rimage-outer-wrapper,
    .full-width-slideshow:not(.full-width-slideshow--banner) .slide .placeholder-svg {
      border-radius: 0;
    }
    .full-width-slideshow .slick-list,
    .full-width-slideshow:not(.full-width-slideshow--banner) .slick-list {
      border-radius: 0;
    }
  }
  .rich-text-section {
    padding-left: 60px;
    padding-right: 60px;
  }
  .rich-text-section .rte {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .rich-text-section__title {
    margin-bottom: 15px;
  }
  .rich-text-section__btn-row .btn {
    margin-top: 15px;
  }
  @media only screen and (max-width: 767px) {
    .rich-text-section {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  @media only screen and (max-width: 479px) {
    .rich-text-section,
    .rich-text {
      border-radius: 0;
    }
  }
  .split-image-section {
    overflow: hidden;
  }
  .split-image {
    width: 100%;
  }
  @media only screen and (max-width: 767px) {
    .split-image-section .split-image {
      border-radius: 20px;
      overflow: hidden;
    }
    .split-image-section .split-image__content-container {
      border-radius: 0;
    }
    .split-image-section .block-2 .overlay {
      margin-bottom: -20px;
    }
  }
  @media only screen and (max-width: 479px) {
    .split-image-section .split-image {
      border-radius: 0;
    }
  }
  .featured-product-section {
    align-items: center;
  }
  .featured-product-section .btn {
    margin-top: 15px;
  }
  .featured-product-section .product-price {
    margin: 15px 0;
  }
  .featured-product-section--reverse {
    flex-direction: row-reverse;
  }
  .featured-product-image {
    position: relative;
  }
  .featured-product-image-link {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    display: block;
  }
  .featured-product-image-link .rimage-background {
    border-radius: 0;
  }
  .featured-product__title-container {
    margin-bottom: 15px;
  }
  @media only screen and (min-width: 768px) {
    .featured-product-image--inset {
      padding-left: 30px;
    }
    .featured-product-section--reverse .featured-product-image--inset {
      padding-left: 0;
      padding-right: 30px;
    }
  }
  .featured-product-content-container {
    height: 100%;
    min-height: 100%;
  }
  .featured-product-content {
    padding: 60px;
  }
  .featured-product-content .featured-product-link-mobile-only {
    display: none;
  }
  @media only screen and (max-width: 767px) {
    .featured-product-content {
      padding: 45px 30px;
    }
    .featured-product-content .featured-product-link-mobile-only {
      display: inline-block;
    }
    .featured-product-content .featured-product-link-desktop-only {
      display: none;
    }
    .featured-product-image-link {
      background-color: initial;
    }
  }
  .featured-blog {
    margin-top: -30px;
  }
  .accent-background + .shopify-section .featured-blog,
  .section-banner + .shopify-section .featured-blog {
    margin-top: 0;
  }
  .featured-blog .article__title {
    margin: 30px 0 15px;
  }
  .featured-blog__header {
    padding-top: 30px;
  }
  .featured-blog__header-image {
    height: calc(100vh - 60px);
  }
  .featured-blog__article:first-child {
    margin-top: 30px;
  }
  @media only screen and (min-width: 768px) {
    .featured-blog__article-content {
      padding: 0 30px;
    }
  }
  .featured-blog__article-image {
    display: block;
  }
  @media only screen and (max-width: 767px) {
    .featured-blog {
      margin-top: 0;
    }
    .featured-blog .featured-blog__header {
      margin-top: -30px;
    }
    .featured-blog .article {
      padding-bottom: 20px;
    }
    .featured-blog .article__title {
      margin-top: 20px;
    }
    .featured-blog .featured-blog__article {
      margin-top: 0;
      margin-bottom: 20px;
      padding-top: 20px;
    }
    .featured-blog__header-image {
      height: 55vh;
      min-height: 340px;
    }
  }
  @media only screen and (max-width: 479px) {
    .featured-blog__article {
      padding-left: 20px;
      padding-right: 20px;
    }
    .featured-blog__article .content-products {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 40px;
      padding-right: 20px;
    }
    .featured-blog__header-image {
      border-radius: 0;
    }
  }
  .section-featured-collection .product-carousel-peek {
    position: relative;
  }
  .featured-collection--title {
    margin-bottom: 20px;
  }
  .featured-collection-controls {
    position: absolute;
    top: 30%;
    z-index: 2;
    color: #000;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    padding: 5px;
    height: 36px;
    width: 36px;
    transition: all 0.3s ease-in;
    opacity: 0.5;
  }
  .featured-collection-controls:hover {
    opacity: 1;
  }
  .featured-collection-controls .feather-icon {
    display: block;
  }
  .featured-collection-controls .icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
  }
  .featured-collection-controls--prev {
    left: 15px;
  }
  .featured-collection-controls--next {
    right: 15px;
  }
  .featured-collection--product .product-block {
    padding: 0;
    width: 100%;
  }
  @media only screen and (max-width: 767px) {
    .featured-collection-controls {
      display: none;
    }
  }
  .standout-collection-section .slider-container {
    height: 100%;
  }
  .standout-collection-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .standout-collection-flex .rimage-background {
    min-height: 100%;
  }
  .standout-collection-flex .slider-container {
    align-self: center;
  }
  .standout-collection-flex .desktop-background-image,
  .standout-collection-flex .standout-collection__image--svg-placeholder {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  @media only screen and (min-width: 768px) {
    .standout-collection-flex--reverse > *:first-child {
      order: 1;
    }
  }
  .standout-collection__overlay-container {
    position: relative;
    width: 100%;
  }
  .standout-collection__image {
    display: none;
  }
  .standout-collection-slider {
    width: 280px;
    height: auto;
    margin: 180px auto;
    z-index: 1;
  }
  .standout-collection-slider .standout-collection__image-placeholder {
    display: block;
  }
  .standout-collection__price-placeholder {
    text-align: center;
  }
  .standout-collection-slider__controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 380px;
    top: calc(50% - 40px);
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 0;
  }
  .standout-collection-slider__controls .icon {
    transition: opacity 0.25s;
  }
  .standout-collection-slider__controls .icon:hover {
    color: inherit;
    opacity: 0.7;
  }
  @media only screen and (max-width: 1180px) {
    .standout-collection-slider__controls {
      width: 360px;
    }
  }
  @media only screen and (max-width: 1080px) {
    .standout-collection-slider {
      width: 220px;
    }
    .standout-collection-slider__controls {
      width: 280px;
    }
  }
  @media only screen and (max-width: 880px) {
    .standout-collection-slider {
      margin-top: 60px;
      margin-bottom: 60px;
    }
  }
  @media only screen and (max-width: 767px) {
    .standout-collection-section .slider-container {
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      overflow: hidden;
    }
    .standout-collection-section .slider-container .btn--quicklook {
      display: none;
    }
    .standout-collection-section .slick-track {
      display: block;
    }
    .standout-collection-section .desktop-background-image {
      display: none;
    }
    .standout-collection-section .standout-collection__image--svg-placeholder {
      position: static;
    }
    .standout-collection-slider {
      width: auto;
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .standout-collection-slider__controls {
      display: none;
    }
    .standout-collection-flex .rimage-background {
      margin-bottom: 120px;
    }
    .standout-collection__image {
      display: block;
    }
  }
  @media only screen and (max-width: 479px) {
    .standout-collection-flex {
      border-radius: 0;
    }
  }
  .get-the-look {
    margin-top: -30px;
  }
  .get-the-look__image-container,
  .get-the-look__products-container {
    margin-top: 30px;
  }
  .get-the-look__product {
    margin: 30px 18% 0;
    height: 100%;
    display: block;
    padding-bottom: 90px;
  }
  .get-the-look__product:first-child {
    padding-top: 18%;
  }
  .get-the-look__product:last-child {
    padding-bottom: 18%;
  }
  @media only screen and (min-width: 768px) {
    .get-the-look__image-container .rimage-outer-wrapper {
      height: calc(100vh - 60px);
    }
    .get-the-look__image-container .rimage-wrapper {
      padding: 0 !important;
      height: 100%;
    }
    .get-the-look__image-container .rimage-wrapper .rimage__image {
      object-fit: cover;
    }
  }
  @media only screen and (max-width: 767px) {
    .get-the-look {
      border-radius: 20px;
      margin-top: 0;
      margin-left: 0;
    }
    .get-the-look .grid__item {
      padding-left: 0;
    }
    .get-the-look .get-the-look__image-container {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
    .get-the-look .get-the-look__products-container {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
    .get-the-look__products-container,
    .get-the-look__image-container {
      margin-top: 0;
    }
    .get-the-look__products-container--margin-top {
      padding-top: 20px;
    }
    .get-the-look__product {
      padding-bottom: 20px;
      width: auto;
      margin-left: 0;
      margin-right: 0;
    }
    .get-the-look__product:last-child {
      padding-bottom: 0;
    }
    .get-the-look__product:first-child {
      padding-top: 0;
    }
  }
  @media only screen and (max-width: 479px) {
    .get-the-look,
    .get-the-look .get-the-look__image-container,
    .get-the-look .get-the-look__products-container {
      border-radius: 0;
    }
  }
  .image-with-text {
    align-items: center;
  }
  .image-with-text .image-with-text__content {
    padding: 60px;
  }
  .image-with-text .image-with-text__title {
    margin-bottom: 15px;
  }
  .image-with-text .image-with-text__link {
    margin-top: 15px;
    display: inline-block;
  }
  .image-with-text .image-with-text__image-size .rimage-outer-wrapper {
    overflow: hidden;
  }
  .image-with-text--reverse {
    flex-direction: row-reverse;
  }
  @media only screen and (min-width: 768px) {
    .image-with-text--full .image-with-text__image--inset {
      padding-left: 30px;
    }
    .image-with-text--reverse.image-with-text--full .image-with-text__image--inset {
      padding-left: 0;
      padding-right: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .image-with-text__content {
      padding: 45px 30px;
    }
    .image-with-text .image-with-text__image .image-with-text__image-size {
      padding-bottom: 0;
    }
    .image-with-text__image-size .rimage-outer-wrapper {
      border-radius: 20px 20px 0 0;
      overflow: hidden;
    }
    .image-with-text__mobile-radius .rimage-outer-wrapper {
      border-radius: 20px;
    }
  }
  @media only screen and (max-width: 479px) {
    .image-with-text {
      border-radius: 0;
    }
    .image-with-text__image-size:not(.image-with-text__mobile-radius) .rimage-outer-wrapper {
      border-radius: 0;
    }
  }
  .video-container {
    position: relative;
  }
  .video-container .overlay {
    z-index: 2;
  }
  .video-container__video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    opacity: 0;
  }
  .video-container__video iframe,
  .video-container__video object,
  .video-container__video embed,
  .video-container__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-container--background {
    overflow: hidden;
  }
  .video-container--background.video--play-started .video-container__video {
    opacity: 1 !important;
  }
  .video-container--background .video-container__video {
    position: relative;
    height: 100%;
    max-width: none;
    padding: 0 !important;
    pointer-events: none;
  }
  .video-container--background .video-container__video-element {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .video-container--background video {
    object-fit: cover;
    object-position: 50% 50%;
  }
  .video-container__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #eee;
  }
  .video-container__cover .rimage-outer-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-container__cover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .video-container--playing .video-container__video {
    opacity: 1;
  }
  .video-container--playing .video-container__cover,
  .video-container--playing .overlay,
  .video-container--playing .overlay__bg {
    opacity: 0 !important;
    pointer-events: none;
  }
  .video-container__play.feather-icon {
    display: block;
    margin-top: 15px;
  }
  .video-container__play.feather-icon svg {
    width: 60px;
    height: 60px;
    fill: transparent;
    stroke-width: 1px;
  }
  @media only screen and (max-width: 767px) {
    .video-container__play.feather-icon svg {
      width: 40px;
      height: 40px;
    }
  }
  .video-container__stop {
    display: none;
  }
  .video-container__fallback.fade-in.lazyloaded {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 1;
  }
  .video--play-started .video-container__fallback.fade-in.lazyloaded {
    opacity: 0;
    transition: opacity 0.5s;
  }
  @media (max-width: 767px) {
    .video-container__player {
      min-height: 340px;
    }
    .video-container--modal-mobile {
      padding-bottom: 0 !important;
      height: auto;
    }
    .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 0.35s;
    }
    .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 0.35s;
    }
    .video-container--modal-mobile .video-container__stop {
      display: block;
      position: fixed;
      top: 60px;
      right: 0;
      color: #fff;
      z-index: 10002;
      padding: 20px;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.35s;
    }
    .video-container--modal-mobile .video-container__stop svg {
      stroke: currentColor;
    }
    .video-container--modal-mobile.video-container--playing:before,
    .video-container--modal-mobile.video-container--playing .video-container__video,
    .video-container--modal-mobile.video-container--playing .video-container__stop {
      opacity: 1;
      pointer-events: auto;
    }
  }
  @media (max-width: 560px) {
    .video-container__player {
      min-height: 240px;
    }
  }
  .subscribe-section {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .subscribe-section .subscribe-form:after {
    display: none;
  }
  .subscribe-section .subscribe-form__inputs {
    display: flex;
    justify-content: space-between;
  }
  .subscribe-section .subscribe-form__email {
    color: currentColor;
    margin: 0;
    padding-left: 0;
    transition: background-color 0.25s;
  }
  .subscribe-section a {
    color: inherit;
  }
  .subscribe-content__title {
    margin-bottom: 15px;
  }
  .subscribe-form-lightbox-response {
    width: 500px;
    max-width: 90vw;
    padding: 30px;
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
    .subscribe-section {
      padding: 45px 30px;
    }
    .subscribe-section .subscribe-form {
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 479px) {
    .subscribe-section {
      border-radius: 0;
    }
    .subscribe-section .subscribe-form__inputs {
      flex-direction: column;
    }
    .subscribe-section .subscribe-form__submit {
      margin: 20px 0 0;
    }
  }
  .blog-featured-image {
    border-radius: 0 20px 0 0;
    overflow: hidden;
    transition: border-radius 3s;
  }
  .blog-featured-image .placeholder-svg {
    width: auto;
    max-width: none;
    position: absolue;
    left: 50%;
    transform: translate(-50%);
  }
  .blog-image {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .blog-tags {
    margin-top: 15px;
  }
  .blog .blog-rsslink {
    color: currentColor;
    display: block;
    margin-bottom: 15px;
    margin-top: -10px;
  }
  .blog-articles-list {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .blog-articles-list__image {
    display: block;
    margin: 0 0 30px;
  }
  .blog-articles-list__image .rimage-outer-wrapper .rimage-wrapper {
    transform: scale(1);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .blog-articles-list__image:hover .rimage-outer-wrapper .rimage-wrapper {
    transform: scale(1.05);
  }
  .blog .single-column-layout {
    display: flex;
    justify-content: center;
  }
  .blog .single-column-layout .one-half {
    max-width: calc(100% - 60px);
    width: 960px;
  }
  .blog .single-column-layout .blog-articles-list {
    max-width: initial;
    width: 100%;
    margin: 0;
  }
  .blog .single-column-layout .blog-rsslink {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
  }
  .is_stuck .blog-featured-image {
    animation: radius-corners 0.3s ease-in-out 1 forwards;
  }
  @media only screen and (max-width: 767px) {
    .blog-image {
      height: 55vh;
    }
    .blog-featured-image {
      border-radius: 0;
      margin-bottom: 15px;
    }
    .blog .blog-articles-list {
      padding: 0;
    }
    .blog .article-block .content-products {
      margin-left: 0;
      margin-right: 0;
      padding: 0 20px;
    }
    .blog .single-column-layout .one-half {
      max-width: 100%;
    }
    .blog .single-column-layout .blog-rsslink {
      top: 0;
      right: 20px;
    }
    .blog-rsslink {
      top: -15px;
    }
    .blog .overlay {
      bottom: 30px;
      transform: translate(-50%);
      min-width: 0;
    }
  }
  @media only screen and (max-width: 479px) {
    .single-column-layout .blog-articles-list__image {
      border-radius: 0;
    }
  }
  .promotional-row .image_before,
  .promotional-row .image_after {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .promotional-row .image_before .promotional-row__container,
  .promotional-row .image_before .promotional-image,
  .promotional-row .image_after .promotional-row__container,
  .promotional-row .image_after .promotional-image {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .promotional-row .image_before .promotional-row__container {
    border-radius: 0 020px20px;
  }
  .promotional-row .image_before .promotional-image,
  .promotional-row .image_after .promotional-row__container {
    border-radius: 20px 20px 0 0;
  }
  .promotional-row .image_after .promotional-image {
    border-radius: 0 020px20px;
  }
  .promotional-row .text_over_image .promotional-row__content {
    width: calc(100% - 150px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .promotional-row .text_over_image .promotional-row__container {
    position: relative;
    z-index: 1;
    min-height: initial;
  }
  .promotional-row .text_over_image .promotional-image {
    border-radius: 20px;
    overflow: hidden;
  }
  .promotional-row .promotional-image--desktop {
    position: absolute;
    left: 30px;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
  }
  .promotional-row .single-block {
    flex-direction: row;
    width: 100%;
  }
  .promotional-row .single-block .promotional-image,
  .promotional-row .single-block.text_over_image {
    width: 50%;
  }
  .promotional-row .single-block.text_over_image .promotional-image {
    width: 100%;
  }
  .promotional-row .promotional-image img {
    display: block;
  }
  .promotional-row .promotional-image .rimage-background {
    height: 100%;
  }
  .promotional-row .promotional-image .placeholder-svg {
    width: auto;
  }
  .promotional-row .promotional-image.mobile-only {
    display: none;
  }
  .promotional-row .promotional-row__container {
    flex-grow: 1;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .promotional-row .promotional-row__content {
    padding: 60px;
    pointer-events: none;
  }
  .promotional-row .promotional-row__content a,
  .promotional-row .promotional-row__content button {
    pointer-events: auto;
  }
  .promotional-row .promotional-row__title {
    margin: 15px 0;
  }
  .promotional-row .promotional-row__text {
    margin-bottom: 15px;
  }
  .promotional-row .promotional-row__content--link {
    display: inline-block;
    margin-top: 15px;
  }
  @media only screen and (max-width: 1080px) and(min-width: 767px) {
    .promotional-row .promotional-row__content {
      padding: 40px 20px;
    }
    .promotional-row .promotional-row__title {
      font-size: 1.75rem;
    }
    .promotional-row .promotional-row__text {
      font-size: 1.2rem;
    }
    .promotional-row .text_over_image .promotional-row__content {
      width: calc(100% - 105px);
    }
  }
  @media only screen and (max-width: 767px) {
    .promotional-row {
      flex-direction: column;
    }
    .promotional-row .promotional-image,
    .promotional-row .extra-container {
      width: 100%;
    }
    .promotional-row .single-block {
      flex-direction: column;
    }
    .promotional-row .single-block .promotional-image,
    .promotional-row .single-block.text_over_image {
      width: 100%;
    }
    .promotional-row .promotional-row__container {
      min-height: initial;
    }
    .promotional-row .promotional-row__content {
      position: static;
      transform: translate(0);
      padding: 45px 30px;
      width: 100%;
      left: 50%;
    }
    .promotional-row .text_over_image .promotional-row__content--transparent-bg .standard-link {
      color: #1f1f1f;
    }
    .promotional-row .text_over_image .promotional-row__content--transparent-bg .standard-link:hover {
      color: #000;
    }
    .promotional-row .text_over_image {
      margin-bottom: 0;
    }
    .promotional-row .text_over_image .promotional-row__container {
      height: auto;
      min-height: initial;
      max-height: initial;
      transform: translateY(-30px);
    }
    .promotional-row .text_over_image .promotional-row__content {
      left: 0;
      position: static;
      transform: translate(0);
      width: calc(100% - 60px);
      margin: 0 auto;
    }
    .promotional-row .promotional-image.mobile-only {
      display: block;
    }
    .promotional-row .promotional-image--desktop {
      display: none;
    }
    .promotional-images .promotional-row .text_over_image .promotional-row__container {
      background-color: transparent;
    }
    .promotional-images .grid {
      margin-left: 0;
    }
    .promotional-images .grid__item {
      margin-bottom: 20px;
      padding-left: 0;
    }
    .promotional-images .grid__item.text_over_image {
      margin-bottom: 0;
    }
    .promotional-images.large-row {
      margin-top: 0;
      margin-bottom: 0;
    }
  }
  @media only screen and (max-width: 479px) {
    .promotional-row .text_over_image .promotional-row__content {
      left: 0;
      position: static;
      transform: translate(0);
      width: calc(100% - 40px);
    }
    .promotional-row .promotional-row__content {
      padding: 40px 20px;
    }
  }
  .map-section--load-error {
    height: auto;
  }
  .map-section__error {
    position: relative;
    z-index: 3;
  }
  .map-section__content-wrapper {
    margin: -50px auto 0;
  }
  .map-section__content {
    position: relative;
    background-color: #f6f2f2;
    padding: 30px;
    text-align: center;
    z-index: 3;
  }
  .map-section__content .map-section__title {
    margin-bottom: 15px;
  }
  .map-section__content .btn {
    margin-top: 15px;
  }
  .map-section__link {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: translate(-50%);
  }
  .map-section__container {
    position: relative;
    height: 440px;
    width: 100%;
  }
  .map-section__container button {
    min-width: auto;
  }
  .map_section__directions-btn > span {
    vertical-align: middle;
  }
  .map_section__directions-btn .feather-icon {
    display: inline-block;
    margin-right: 0.3em;
  }
  .map-section__background-wrapper {
    height: 440px;
    overflow: hidden;
    position: relative;
  }
  .map-section__background-wrapper .placeholder-background {
    height: 100%;
  }
  .no-js .map-section__background-wrapper .js {
    visibility: hidden;
  }
  .map-section__image {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .map-section__image .rimage-background {
    width: 100%;
    height: 100%;
  }
  .map-section--display-map .map-section__image {
    display: none !important;
  }
  .map-section--load-error .map-section__image {
    display: block !important;
  }
  .gm-style-cc,
  .gm-style-cc + div {
    visibility: hidden;
  }
  @media only screen and (max-width: 1279px) {
    .map-section__content-wrapper {
      margin: -30px auto 0;
    }
  }
  @media only screen and (max-width: 479px) {
    .map-section__background-wrapper {
      border-radius: 0;
    }
  }
  .testimonials .testimonials--title {
    margin-bottom: 30px;
  }
  .testimonials .testimonial {
    text-align: center;
  }
  .testimonials .testimonial-content {
    margin: 0;
    padding: 0 60px;
    border: none;
  }
  .testimonials .testimonial-content a {
    text-decoration: underline;
  }
  .testimonials .testimonial-star .feather-star {
    height: 20px;
    width: 20px;
  }
  .testimonials .testimonial-author-image {
    height: 80px;
    width: 80px;
    margin: 30px auto 10px;
  }
  .testimonials .testimonial-author-name {
    font-size: 0.875rem;
    padding-left: 20px;
    position: relative;
    display: inline-block;
  }
  .testimonials .testimonial-author-name:before {
    position: absolute;
    content: "\2014";
    left: 0;
  }
  .testimonials .slick-dots {
    margin-left: 15px;
  }
  @media only screen and (max-width: 1023px) {
    .testimonials .testimonial-content {
      padding: 0 30px;
    }
    .testimonials .slick-dots {
      margin-left: 10px;
      width: 100%;
      padding: 0 20px;
    }
  }
  @media only screen and (max-width: 479px) {
    .testimonials {
      border-radius: 0;
    }
  }
  .gallery.slick-slider {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    width: auto;
  }
  .gallery.slick-slider .gallery__item {
    margin-bottom: 0;
  }
  .gallery.slick-slider .slick-dots {
    padding-left: 20px;
  }
  .gallery-slideshow-controls {
    position: absolute;
    bottom: -5px;
  }
  .gallery-slideshow-controls--next {
    right: 20px;
  }
  .gallery-slideshow-controls--prev {
    left: 20px;
  }
  .gallery--with-margins {
    margin-left: -20px;
    width: 100%;
  }
  .gallery__item {
    position: relative;
    flex: 1 1 320px;
    width: 100%;
    transition: background-color 0.15s;
  }
  .gallery__item .large-title {
    margin-bottom: 10px;
  }
  .gallery__item .gallery__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .gallery--with-vertical-outer-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gallery--with-margins .gallery__item {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  @media only screen and (min-width: 768px) {
    .gallery--with-margins {
      margin-left: -30px;
      width: auto;
    }
    .gallery:not(.gallery--with-margins) {
      border-radius: 20px;
      overflow: hidden;
    }
    .gallery-slideshow-controls {
      display: none;
    }
    .gallery__row {
      display: flex;
      flex-wrap: wrap;
    }
    .gallery--grid-2 .gallery__item.gallery__item--enlarged {
      flex-grow: 2;
    }
    .gallery--grid-3 .gallery__item.gallery__item--enlarged {
      flex-grow: 3;
    }
    .gallery--grid-4 .gallery__item {
      flex-basis: 40%;
    }
    .gallery--grid-4 .gallery__item.gallery__item--enlarged {
      flex-grow: 4;
    }
    .gallery--with-margins .gallery__row:last-child {
      margin-bottom: -30px;
    }
    .gallery--with-vertical-outer-padding {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .gallery--with-margins .gallery__item {
      margin-left: 30px;
      margin-bottom: 30px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .gallery--grid-4 .gallery__item {
      flex-basis: 20%;
    }
  }
  @media only screen and (max-width: 767px) {
    .gallery--mobile-container {
      overflow: hidden;
    }
    .gallery--mobile-carousel {
      margin-left: -20px;
    }
    .gallery--mobile-carousel .gallery__item {
      border-radius: 20px;
      overflow: hidden;
      margin-left: 20px;
    }
  }
  .logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
    padding: 20px;
  }
  @media only screen and (min-width: 768px) {
    .logo-list {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: -30px;
      padding: 30px;
    }
  }
  .logo-list__logo {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px 20px;
  }
  @media only screen and (min-width: 480px) {
    .logo-list__logo {
      flex: 0 0 calc(33.3% - 20px);
    }
  }
  @media only screen and (min-width: 768px) {
    .logo-list__logo {
      flex: 0 0 calc(25% - 30px);
      margin: 0 15px 30px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .logo-list__logo {
      flex: 0 0 calc(20% - 30px);
    }
  }
  @media only screen and (min-width: 1280px) {
    .logo-list__logo {
      flex: 0 0 calc(16.6% - 30px);
    }
  }
  @media (min-width: 400px) and (max-width: 767px) {
    .logo-list--count-4 .logo-list__logo {
      flex: 0 0 calc(50% - 20px);
    }
  }
  .logo-list__logo-image {
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    margin: 0 auto;
    width: 100%;
    transition: opacity 0.2s;
  }
  .logo-list__logo-image > .rimage-outer-wrapper {
    flex: 1 1 100%;
  }
  .logo-list__logo-image .placeholder-image {
    width: 100%;
  }
  .logo-list__logo-text {
    margin-top: 10px;
    text-decoration: none;
  }
  @media only screen and (max-width: 479px) {
    .logo-list-section {
      border-radius: 0;
    }
  }
  .shopify-challenge__container {
    padding: 30px;
  }
  .grid__item .contact-form__submit {
    width: 100%;
  }
  @media only screen and (max-width: 767px) {
    .contact-page__container .page-width {
      padding-left: 20px;
      padding-right: 20px;
    }
    .contact-form__submit.btn {
      width: 100%;
    }
  }
  .template-password {
    zoom: 1;
    text-align: center;
  }
  .template-password:after {
    content: "";
    display: table;
    clear: both;
  }
  .template-password #cboxContent {
    background-color: #f6f2f2;
  }
  .password-page-container {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    height: 100%;
    padding-bottom: 90px;
  }
  .password-background-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
  }
  .password-background-image:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .password-background-image .rimage-background {
    height: 100%;
  }
  .password-login-link {
    color: inherit;
    text-align: right;
    position: absolute;
    padding: 30px;
    top: 0;
    right: 0;
    z-index: 3;
  }
  .password-page-container .store-logo {
    margin-top: 85px;
  }
  .password-page-container .site-logo {
    color: inherit;
  }
  .password-page-content {
    padding-bottom: 15px;
    position: relative;
  }
  .password-page-content:after {
    content: "";
    position: absolute;
    background-color: currentColor;
    height: 1px;
    width: 30%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .password-form-title {
    margin-bottom: 15px;
  }
  .password-form-subtitle a,
  .password-form-subtitle a:hover {
    color: inherit;
  }
  .password-form-container {
    display: flex;
    justify-content: center;
  }
  .password-form-container .password-form-label {
    color: inherit;
  }
  .password-form-container .password-form-submit {
    margin-left: 15px;
  }
  .password-social-icons .social-links__list {
    display: flex;
    justify-content: center;
  }
  .password-social-icons .social-links__list a {
    color: inherit;
  }
  .password-social-icons-title {
    margin-bottom: 10px;
  }
  .password-footer {
    display: block;
    line-height: 1.5;
  }
  .password-shopify-link {
    color: inherit;
    display: inline-block;
    vertical-align: bottom;
  }
  #password-login {
    max-width: 500px;
    padding: 30px;
  }
  @media only screen and (max-width: 767px) {
    .password-page-container {
      padding: 60px 20px 20px;
      height: auto;
    }
    .password-page-container main,
    .password-page-container .page-width {
      width: 100%;
    }
    .password-page-container .contact-form {
      max-width: 100%;
    }
    .password-page-container .store-logo {
      margin-top: 0;
      max-width: 100%;
    }
    .password-login-link {
      padding: 20px;
    }
    .password-form-container .password-form-submit {
      padding-left: 20px;
      padding-right: 20px;
      min-width: auto;
      width: 150px;
    }
    #password-login {
      max-width: 300px;
    }
  }
  .section-popup.cc-popup {
    padding: 30px;
  }
  .section-popup.cc-popup.cc-popup--visible.cc-popup--bottom-left,
  .section-popup.cc-popup.cc-popup--visible.cc-popup--bottom-right {
    align-items: flex-end;
  }
  .section-popup.cc-popup .cc-popup-modal {
    border-radius: 20px;
    max-width: 800px;
  }
  .section-popup.cc-popup .cc-popup-modal--has-image {
    width: 65vw;
  }
  .section-popup.cc-popup .cc-popup-image {
    min-width: 50%;
    width: 50%;
  }
  .section-popup.cc-popup .cc-popup-image .rimage-outer-wrapper,
  .section-popup.cc-popup .cc-popup-image .rimage-wrapper {
    height: 100%;
  }
  .section-popup.cc-popup .cc-popup-image .rimage-wrapper img {
    object-fit: cover;
  }
  .section-popup.cc-popup .cc-popup-content {
    padding: 60px 45px;
    text-align: center;
    max-width: 460px;
    margin: 0 auto;
  }
  .section-popup.cc-popup .social-links__list {
    justify-content: center;
  }
  .section-popup.cc-popup .social-links__list a {
    color: inherit;
  }
  .section-popup.cc-popup .cc-popup-form-input,
  .section-popup.cc-popup .cc-popup-form-submit {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-popup.cc-popup .cc-popup-form-input {
    border-width: 0 0 1px 0;
    border-color: currentColor;
    text-align: center;
    border-radius: 0;
  }
  .section-popup.cc-popup .cc-popup-close svg {
    color: #1f1f1f;
  }
  @media only screen and (max-width: 1080px) {
    .section-popup.cc-popup .cc-popup-modal--has-image {
      width: 80vw;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-popup.cc-popup .cc-popup-image {
      display: none;
    }
    .section-popup.cc-popup .cc-popup-content {
      width: 100%;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-popup.cc-popup .cc-popup-modal {
      max-width: 460px;
    }
    .section-popup.cc-popup .cc-popup-image {
      display: none;
    }
    .section-popup.cc-popup .cc-popup-content {
      width: 100%;
    }
  }
  @media only screen and (max-width: 479px) {
    .section-popup.cc-popup.cc-popup--center,
    .section-popup.cc-popup.cc-popup--bottom-left,
    .section-popup.cc-popup.cc-popup--bottom-right {
      justify-content: center;
      align-items: center;
      padding: 20px;
    }
    .section-popup.cc-popup .cc-popup-modal {
      width: 100%;
    }
    .section-popup.cc-popup .cc-popup-content {
      padding: 60px 20px 30px;
    }
  }
  .cc-popup-form__response--success + .cc-popup-social {
    display: none;
  }
  .product-recommendations-container {
    flex-wrap: nowrap;
  }
  .icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    vertical-align: text-top;
    width: 24px;
  }
  .no-svg .icon {
    display: none;
  }
  .icon--header .icon {
    height: 30px;
    width: 30px;
    margin: 5px;
    vertical-align: top;
  }
  .icon--wide {
    width: 40px;
  }
  .icon-beside-text {
    display: inline-block;
    vertical-align: middle;
  }
  .text-beside-icon {
    vertical-align: middle;
  }
  svg.icon:not(.icon--full-color) circle,
  svg.icon:not(.icon--full-color) ellipse,
  svg.icon:not(.icon--full-color) g,
  svg.icon:not(.icon--full-color) line,
  svg.icon:not(.icon--full-color) path,
  svg.icon:not(.icon--full-color) polygon,
  svg.icon:not(.icon--full-color) polyline,
  svg.icon:not(.icon--full-color) rect,
  symbol.icon:not(.icon--full-color) circle,
  symbol.icon:not(.icon--full-color) ellipse,
  symbol.icon:not(.icon--full-color) g,
  symbol.icon:not(.icon--full-color) line,
  symbol.icon:not(.icon--full-color) path,
  symbol.icon:not(.icon--full-color) polygon,
  symbol.icon:not(.icon--full-color) polyline,
  symbol.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke: inherit;
    stroke-linecap: round;
  }
  .icon-fallback-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  .payment-icons {
    -moz-user-select: "none";
    -ms-user-select: "none";
    -webkit-user-select: "none";
    user-select: "none";
    cursor: default;
  }
  .icon-shopify-logo {
    width: 82.28571428571429px;
    height: 24px;
  }
  button:not(.btn-skip-style):not(.btn--plain):not(.pswp__button),
  input[type="submit"],
  .btn,
  .btn--primary {
    -moz-user-select: "none";
    -ms-user-select: "none";
    -webkit-user-select: "none";
    user-select: "none";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 1px;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4em;
    min-width: 148px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
    border-radius: 15px;
    border: 0;
    text-transform: uppercase;
    letter-spacing: inherit;
    white-space: normal;
    background-color: #000;
    color: #fff;
    transition: background-color 0.25s, color 0.25s, box-shadow 0.25s;
  }
  button:not(.btn-skip-style):not(.btn--plain):not(.pswp__button):hover,
  input[type="submit"]:hover,
  .btn:hover,
  .btn--primary:hover {
    background-color: #ff0;
    color: #1f1f1f;
  }
  button[disabled],
  input[type="submit"][disabled],
  .btn[disabled],
  .btn--primary[disabled] {
    opacity: 0.5;
  }
  button.btn--secondary,
  button.btn--quicklook,
  input[type="submit"].btn--secondary,
  input[type="submit"].btn--quicklook,
  .btn.btn--secondary,
  .btn.btn--quicklook {
    box-shadow: 0 0 0 1px #ff0;
    background-color: #ff0;
    color: #1f1f1f;
  }
  button.btn--secondary:hover,
  button.btn--quicklook:hover,
  input[type="submit"].btn--secondary:hover,
  input[type="submit"].btn--quicklook:hover,
  .btn.btn--secondary:hover,
  .btn.btn--quicklook:hover,
  button.btn--subtle-hover:hover,
  input[type="submit"].btn--subtle-hover:hover,
  .btn.btn--subtle-hover:hover {
    box-shadow: 0 0 0 1px #000;
    background-color: #000;
    color: #fff;
  }
  .btn--wide {
    min-width: 204px;
  }
  .btn.btn--fullwidth {
    width: calc(100% - 2px);
  }
  .btn--plain,
  .payment-buttons .shopify-payment-button__more-options {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    min-width: 0;
  }
  .btn--plain:hover,
  .payment-buttons .shopify-payment-button__more-options:hover {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
  }
  .btn--quicklook {
    margin-top: 30px;
  }

  @media only screen and (min-width: 768px) {
    .btn.btn--small {
      padding: 8px 14px;
      min-width: 118px;
    }
  }
  @media only screen and (max-width: 767px) {
    .btn {
      font-size: 1rem;
    }
  }
  .social-links__list {
    display: flex;
    flex-wrap: wrap;
    line-height: 0;
  }
  .social-links__list li {
    display: block;
    margin: 0 6px 6px 0;
    padding: 0 4px 4px 0;
  }
  .social-links__list a {
    display: block;
  }
  .social-links__list img {
    max-width: 24px;
    height: auto;
    vertical-align: middle;
  }
  .sharing {
    margin: 30px 0;
  }
  .sharing-link {
    text-decoration: none;
    color: inherit;
    margin: 0 20px 0 0;
  }
  .sharing-list {
    display: flex;
  }
  .article .sharing-label {
    display: none;
  }
  .social-custom {
    width: 24px;
    height: 24px;
    display: block;
  }
  @media only screen and (min-width: 768px) {
    .social-links svg,
    .sharing-link svg {
      transition: transform 0.25s;
    }
    .social-links svg:hover,
    .sharing-link svg:hover {
      transform: scale(1.1);
    }
  }
  @media only screen and (max-width: 767px) {
    .footer-block .social-links {
      padding: 15px 0 10px;
    }
  }
  .navigation__container {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
  .nav {
    font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times,
      Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
  }
  .nav__link {
    display: block;
    text-decoration: none;
    transition: color 0.25s;
  }
  .header-navigation {
    background-color: #f5f1f1;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    transition: background-color 0.2s ease;
    z-index: 3;
  }
  @media only screen and (min-width: 1023px) {
    .docked-header--dock .header-navigation {
      background-color: #f5f1f1dd;
      backdrop-filter: blur(5px);
    }
  }
  .site-nav {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4rem;
    white-space: nowrap;
    overflow-x: hidden;
    letter-spacing: 0em;
    text-transform: none;
  }
  .no-js .site-nav {
    padding: 0 30px;
    overflow-x: auto;
  }
  .site-nav .site-nav__item {
    text-align: left;
    line-height: 1.5em;
  }
  .site-nav .site-nav__link {
    display: block;
    text-decoration: none;
    font-family: Arial-Black;
    transition: color 0.25s ease-in-out;
  }
  .site-nav > .site-nav__item > .site-nav__link:hover,
  .site-nav > .site-nav__item.open > .site-nav__link {
    color: #df2ead;
  }
  .site-nav > .site-nav__item > .site-nav__link {
    position: relative;
    color: #1f1f1f;
  }
  .site-nav > .site-nav__item > .site-nav__link:hover {
    color: #df2ead;
  }
  .site-nav .site-nav__invisible {
    right: 0;
  }
  .site-nav--center {
    text-align: center;
    margin-left: 0;
  }
  .site-nav__icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 0.1em;
    height: 1em;
    width: 18px;
  }
  .site-nav__icon .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    height: 18px;
    width: 18px;
  }
  .site-nav__dropdown {
    display: none;
    position: absolute;
    top: calc(100% - 10px);
    z-index: 6;
    background-color: #aed0f1;
    font-size: 14px;
    color: #1f1f1f;
    white-space: normal;
    border-radius: 30px;
    border: 1px solid #1f1f1f;
  }
  .site-nav__dropdown--with-promo {
    width: 480px;
  }
  .site-nav__item--has-dropdown.open > .site-nav__dropdown,
  .no-js .site-nav__item--has-dropdown:hover > .site-nav__dropdown {
    display: block;
  }
  .site-nav .site-nav__dropdown-heading,
  .site-nav .site-nav__dropdown-link[href="#"] {
    margin: 0 0 0.25em;
    font-size: 16px;
    color: #1f1f1f;
  }
  .site-nav .site-nav__dropdown-heading:hover,
  .site-nav .site-nav__dropdown-link[href="#"]:hover {
    color: #1f1f1f;
  }
  .mega-dropdown__subitem:not(:first-child) .site-nav__dropdown-link[href="#"],
  .small-dropdown__item:not(:first-child) .site-nav__dropdown-link[href="#"],
  .site-nav__promo .site-nav__dropdown-heading {
    margin-top: 0.5em;
  }
  .site-nav__dropdown-link {
    margin: 0.25em 0;
    color: #1f1f1f;
    font-family: GT-Alpina-Typewriter-Regular !important;
  }
  .site-nav__dropdown-link:hover {
    color: #1f1f1f;
  }
  .small-dropdown {
    padding: 15px;
    max-height: 80vh;
    overflow-y: auto;
  }
  .small-dropdown .small-dropdown__item:not(:first-child) .site-nav__dropdown-heading {
    margin-top: 15px;
  }
  .small-dropdown .small-dropdown__item:not(:last-child) .site-nav__submenu {
    margin-bottom: 15px;
  }
  .mega-dropdown {
    padding-bottom: 15px;
    padding-top: 35px;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% - 60px);
  }
  .mega-dropdown__item {
    padding-bottom: 15px;
    font-family: GT-Alpina-Typewriter-Regular;
  }
  .site-nav__more-links > .site-nav__dropdown > .small-dropdown__container > .site-nav__item > .site-nav__link {
    margin: 0.25em 0;
    color: #1f1f1fb3;
  }
  .site-nav__more-links > .site-nav__dropdown > .small-dropdown__container > .site-nav__item > .site-nav__link:hover {
    color: #1f1f1f;
  }
  .site-nav__invisible {
    position: absolute !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }
  .more-links--with-dropdown > .site-nav__dropdown {
    left: 0;
    width: 100%;
    padding: 15px 30px;
  }
  .more-links--with-dropdown > .site-nav__dropdown > .page-width > .small-dropdown__container {
    width: 25%;
  }
  .more-links--with-dropdown > .site-nav__dropdown > .page-width > .small-dropdown__container > .site-nav__item {
    border-bottom: 1px solidrgba(31, 31, 31, 0.3);
  }
  .more-links--with-dropdown
    > .site-nav__dropdown
    > .page-width
    > .small-dropdown__container
    > .site-nav__item
    > .site-nav__link {
    position: relative;
    margin: 0;
    padding: 15px 33px 15px 0;
    font-size: 16px;
    color: #1f1f1f;
  }
  .more-links--with-dropdown
    > .site-nav__dropdown
    > .page-width
    > .small-dropdown__container
    > .site-nav__item
    > .site-nav__link
    > .site-nav__icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    transform: rotate(-90deg);
  }
  .more-links--with-dropdown
    > .site-nav__dropdown
    > .page-width
    > .small-dropdown__container
    > .site-nav__item:last-child {
    border-bottom: none;
  }
  .more-links--with-dropdown
    > .site-nav__dropdown
    > .page-width
    > .small-dropdown__container
    > .site-nav__item.open
    > .site-nav__dropdown,
  .more-links--with-dropdown
    > .site-nav__dropdown
    > .page-width
    > .small-dropdown__container
    > .site-nav__item:hover
    > .site-nav__dropdown {
    display: none;
  }
  .more-links__dropdown-container {
    position: absolute;
    left: 25%;
    right: 30px;
    top: 0;
    padding-top: 15px;
    padding-left: 30px;
  }
  .more-links__dropdown-container .site-nav__dropdown {
    position: static;
    display: block !important;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }
  .more-links__dropdown-container .site-nav__link:after {
    display: none;
  }
  .more-links__dropdown-container .page-width {
    max-width: none;
  }
  .more-links__parent--inactive > .site-nav__link {
    opacity: 0.5;
  }
  .small-nav {
    display: flex;
    font-size: 0.75rem;
    flex-wrap: wrap;
  }
  .small-nav__link {
    color: #1f1f1f;
    fill: #1f1f1f;
    position: relative;
    padding-right: 15px;
    text-decoration: none;
  }
}
.navigation__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (min-width: 940px) {
  .no-js .header-navigation.container {
    padding-right: 0;
    padding-left: 0;
  }
  .footer-nav__link,
  .small-nav__link {
    transition: opacity 0.25s;
  }
  .footer-nav__link:hover,
  .small-nav__link:hover {
    color: #1f1f1f;
    opacity: 0.7;
  }
}
.mobile-site-nav {
  display: none;
  margin: 70px 20px 20px;
}
.mobile-nav-no-margin-top .mobile-site-nav {
  margin-top: 0;
}
.mobile-site-nav__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solidrgba(0, 0, 0, 0.25);
}
.mobile-site-nav__link {
  position: relative;
  display: block;
  flex-grow: 1;
  padding: 15px 7.5px;
  color: #000;
  text-decoration: none;
}
.mobile-site-nav__link:hover {
  color: #000;
}
.mobile-site-nav .mobile-site-nav__icon {
  padding: 0 25px;
  margin: 12px 0;
  border-left: 1px solidrgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.mobile-site-nav__menu {
  display: none;
  width: 100%;
  padding-left: 15px;
}
@media only screen and (max-width: 939px) {
  .mobile-site-nav {
    display: block;
  }
  .site-nav {
    display: none;
  }
  .header-navigation {
    display: block;
    padding: 0;
    position: static;
    pointer-events: none;
  }
  .header-navigation .navigation__container {
    opacity: 0;
    transition: all 0.15s cubic-bezier(0.46, 0.03, 0, 1);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 20px 0;
    background-color: #f6f2f2;
    color: #000;
    z-index: 999;
    overflow: scroll;
  }
  .header-navigation .mobile-menu-utils,
  .header-navigation .mobile-menu-search-bar,
  .header-navigation .mobile-site-nav,
  .header-navigation .header-social-icons {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    transition: all 0.35s cubic-bezier(0.46, 0.03, 0, 1);
  }
  .header-navigation .mobile-menu-search-bar {
    position: relative;
  }
  .header-navigation .mobile-menu-utils {
    transition-delay: 0.1s;
  }
  .header-navigation .mobile-menu-search-bar {
    transition-delay: 0.2s;
  }
  .header-navigation .mobile-site-nav {
    transition-delay: 0.3s;
  }
  .header-navigation .header-social-icons {
    transition-delay: 0.4s;
  }
  .header-navigation .mobile-menu-search-bar .mobile-menu-search {
    pointer-events: none;
  }
  .header-navigation--open {
    pointer-events: auto;
  }
  .header-navigation--open .navigation__container {
    opacity: 1;
  }
  .header-navigation--open .mobile-menu-utils,
  .header-navigation--open .mobile-menu-search-bar,
  .header-navigation--open .mobile-site-nav,
  .header-navigation--open .header-social-icons {
    opacity: 1;
    transform: translateZ(0);
  }
  .header-navigation--open .mobile-menu-search-bar .mobile-menu-search {
    pointer-events: auto;
  }
}
.template-blog .store-messages-bar {
  margin-bottom: 0;
}
.store-messages-bar {
  background-color: #f6f2f2;
  color: #1f1f1f;
  position: relative;
  z-index: 1;
}
.store-messages {
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-align: center;
  overflow: hidden;
}
.store-message {
  font-size: 0.875rem;
  flex: 1 0 33%;
  padding: 8px;
  position: relative;
}
.js-messages-slider > .store-message {
  flex: 0 0 100%;
}
@media only screen and (max-width: 767px) {
  .js-mobile-messages-slider > .store-message {
    flex: 0 0 100%;
  }
}
.store-message--static:not(:first-child):before {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: ;
}
.store-message-link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s;
}
.store-message-link:hover {
  color: inherit;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .store-message--static:before {
    display: none;
  }
}
.customer-account {
  position: relative;
}
.customer-account__menu {
  background-color: #f6f2f2;
  border-bottom: 3px solid#1f1f1f;
  box-shadow: 0 2px 4px #00000026;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 100%;
  transform: translate(-50%);
  min-width: 160px;
  width: max-content;
  line-height: 1.5em;
}
.customer-account__link {
  color: #1f1f1f;
}
.customer-account__link a {
  color: #1f1f1f;
  font-weight: 500;
  transition: opacity 0.25s;
}
.customer-account__link a:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .customer-account:not(.customer-account--using-touch):hover .customer-account__menu,
  .customer-account--reveal-menu .customer-account__menu {
    display: block;
  }
}
.cart-discount-list {
  margin: 1em 0;
}
.cart-discount-list:last-child {
  margin-bottom: 0;
}
.cart-discount {
  list-style: none;
}
.cart-discount:not(:last-child) {
  margin-bottom: 0.5em;
}
.small-nav__item:not(:last-child) .small-nav__link:after {
  background-color: #1f1f1f4d;
  content: "";
  height: 100%;
  position: absolute;
  right: 7.5px;
  top: 0;
  width: 1px;
}
.cart-discount__amount:before {
  content: "-";
}
.cart-discount--inline .cart-discount__label {
  margin-right: 1em;
}
.search-bar {
  background-color: transparent;
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  position: relative;
  z-index: 1;
  transition: opacity 0.25s;
  width: 70%;
}
.search-bar.mobile-only {
  display: none;
}
.mobile-site-nav__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #1f1f1f;
}
.search-bar-open .search-bar,
.search-bar--open {
  opacity: 1;
  pointer-events: auto;
  z-index: 102;
}
.search-bar-open .search-bar .search-form__icon,
.search-bar--open .search-form__icon {
  opacity: 1;
}
.search-bar__container {
  position: relative;
  display: flex;
}
.mobile-site-nav .mobile-site-nav__icon {
  padding: 0 25px;
  margin: 12px 0;
  border-radius: 0;
}
.mobile-site-nav .mobile-site-nav__icon .icon {
  width: 18px;
  height: 18px;
  vertical-align: top;
  transition: transform 0.25s;
}
.mobile-site-nav .mobile-site-nav__icon.submenu-open .icon {
  transform: rotate(180deg);
}
.mobile-site-nav__menu {
  display: none;
  width: 100%;
  padding-left: 8px;
}
.mobile-site-nav__menu .mobile-site-nav__item {
  border-bottom: 0;
}
.search-form__icon {
  opacity: 0;
  transition: opacity 0.25s;
}
.search-form {
  padding: 0;
  width: 100%;
}
.search-form__input {
  color: #1f1f1f;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.search-form__input:focus {
  outline: none;
}
.search-form__button {
  display: none;
}
.search-bar__results {
  display: none;
  position: absolute;
  left: -30px;
  top: 100%;
  width: calc(100% + 60px);
  color: #212b36;
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 2px 4px #00000026;
}
.search-bar--has-results .search-bar__results,
.search-bar--loading-results .search-bar__results {
  display: block;
}
.mobile-menu-search-bar .search-bar__results {
  background-color: #f6f2f2;
  color: #000;
}
.hide-for-search {
  z-index: 1;
}
.search-bar-open .hide-for-search {
  opacity: 0;
  pointer-events: none;
}
.mobile-search,
.mobile-menu-search-bar {
  display: none;
}
.mobile-menu-search-bar {
  margin: 0;
  padding: 0 20px;
  width: 100%;
}
.mobile-menu-search {
  padding-bottom: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  opacity: 1;
  width: auto;
}
.mobile-menu-search .search-form__icon {
  opacity: 1;
}
.mobile-menu-search-bar .mobile-menu-search {
  margin: 0 -5px 10px;
  padding: 5px;
}
.mobile-menu-search-bar .mobile-menu-search.search-bar--open {
  width: 100%;
}
.settings-open-bar.desktop-only {
  opacity: 1;
  min-width: 200px;
}
.settings-open-bar.desktop-only .search-form__icon {
  opacity: 1;
  position: absolute;
  left: 0;
}
.settings-open-bar.desktop-only .search-form__input {
  padding-left: 50px;
}
.settings-open-bar--small {
  margin: 0 auto 0 0;
}
@media only screen and (min-width: 940px) {
  .search-bar--fadein {
    left: 15%;
    position: absolute;
    z-index: 0;
  }
  .search-bar--fadein.search-bar--open {
    z-index: 2;
  }
  .settings-close-bar--left {
    left: 0;
    width: 100%;
  }
}
.search-bar--open-mobile {
  display: none;
}
.search-bar--open-mobile .js-search-form-open {
  pointer-events: none;
}
@media only screen and (max-width: 939px) {
  .search-bar.desktop-only {
    display: none;
  }
  .search-bar.mobile-only {
    display: block;
    margin-left: 0;
    width: calc(100% - 40px);
  }
  .mobile-menu-search-bar {
    display: block;
  }
  .mobile-search {
    display: block;
    z-index: 2;
  }
  .search-bar.mobile-search {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 20px;
    opacity: 0;
    transition: opacity 0.25s;
    width: calc(100% - 40px);
    z-index: 0;
    pointer-events: none;
  }
  .search-bar-open .search-bar.mobile-search {
    opacity: 1;
    transition: opacity 0.25s;
    z-index: 3;
    pointer-events: auto;
  }
  .search-bar-open .search-bar.mobile-search .search-form__icon {
    opacity: 1;
  }
  .search-bar-open .hide-for-search-mobile {
    opacity: 0;
    pointer-events: none;
  }
  .search-bar--fadein {
    padding: 0;
    width: calc(100% - 60px);
    margin-left: 10px;
    position: absolute;
  }
  .desktop-only,
  .settings-closed-bar {
    display: none;
  }
  .search-bar--open.search-bar--open-mobile {
    display: block;
    padding: 10px 15px;
    width: 100%;
    margin: 0;
    text-align: left;
    background-color: #1f1f1f;
    color: #fff;
    z-index: 101;
  }
  .search-bar--open.search-bar--open-mobile .search-form__icon-close {
    display: none;
  }
  .search-bar--open.search-bar--open-mobile .search-form__input,
  .search-bar--open.search-bar--open-mobile .search-form__input::placeholder {
    color: inherit;
  }
  .search-bar__results {
    left: 0;
    width: 100%;
  }
}
.breadcrumbs-container {
  position: relative;
  z-index: 2;
  background-color: #f6f2f2;
}
.breadcrumbs {
  display: flex;
  justify-content: space-between;
}
.template-product .breadcrumbs {
  margin-bottom: -30px;
}
.breadcrumbs .icon {
  height: auto;
  opacity: 0.5;
}
.breadcrumbs .icon > svg {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: auto;
}
.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs-list:not(:last-child) {
    margin-right: 15px;
  }
}
.breadcrumbs-list__item {
  padding: 3px 0;
}
.breadcrumbs-list__item,
.breadcrumbs-prod-nav,
.breadcrumbs-prod-nav__link {
  display: flex;
  align-items: center;
}
.breadcrumbs-prod-nav__link:nth-of-type(2):before {
  content: "\b7";
  margin: 0 0.6em;
  font-size: 120%;
  line-height: 1em;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-prod-nav {
    display: none;
  }
}
.rimage-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.rimage-wrapper {
  position: relative;
  transition: background 0.5s;
}
.rimage-wrapper.lazyload--placeholder {
  background: #f4f4f4;
}
.rimage-wrapper .rimage__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rimage-wrapper .rimage__image.blur-in {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.rimage-wrapper .rimage__image.blur-in.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.rimage-wrapper .rimage__image.fade-in {
  opacity: 0;
  transition: opacity 0.5s;
}
.rimage-wrapper .rimage__image.fade-in.lazyloaded {
  opacity: 1;
}
.rimage-wrapper .rimage__image.cover {
  object-fit: cover;
}
.rimage-background {
  background-size: cover;
  background-position: center center;
}
.rimage-background.fade-in {
  opacity: 0;
  transition: all 0.25s;
}
.rimage-background.fade-in.lazyloaded {
  opacity: 1;
}
.selectors-form__item {
  display: inline-block;
  margin: 15px 15px 0 0;
}
.selectors-form__item:last-of-type {
  margin-right: 0;
}
.disclosure {
  position: relative;
}
.disclosure__toggle {
  background-color: black;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  color: white;
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times,
    Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
  max-width: 100%;
  min-width: 0;
  padding: 9px 34px 9px 14px;
  position: relative;
  font-size: 0.875rem;
}
.disclosure__toggle .icon {
  width: 20px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.disclosure__toggle:hover {
  background-color: #ffde00;
  box-shadow: none;
  border: 1px solid #ffde00;
  color: currentColor;
}
.disclosure__toggle[aria-expanded="true"]:before,
.disclosure__toggle[aria-expanded="true"]:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 18px;
  top: 0;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  z-index: 3;
}
.disclosure__toggle[aria-expanded="true"]:before {
  border-color: #dde0e4 transparent transparent transparent;
}
.disclosure__toggle[aria-expanded="true"]:after {
  margin-top: -9px;
  border-color: #fff transparent transparent transparent;
}
.disclosure-list {
  background: #fff;
  border: 1px solid #dde0e4;
  border-radius: 5px;
  color: #393939;
  bottom: 115%;
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  min-height: 90px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1;
}
.disclosure-list:hover .disclosure-list__item--current .disclosure-list__option:not(:hover) {
  background: transparent;
}
.disclosure-list--visible {
  display: block;
}
.disclosure-list__item {
  white-space: nowrap;
  text-align: left;
}
.disclosure-list__item:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}
.disclosure-list__option {
  display: block;
  padding: 9px 35px 9px 15px;
  color: #393939;
  text-decoration: none;
}
.disclosure-list__option:focus,
.disclosure-list__option:hover {
  color: #393939;
  background-color: #f2f2f2;
}
.disclosure-list__item--current .disclosure-list__option {
  background: #f2f2f2;
}
.footer-localization {
  margin-bottom: 15px;
  text-align: right;
}
.header-localization .disclosure .disclosure-list {
  top: calc(100% + 8px);
  bottom: auto;
  z-index: 1;
}
.header-localization .disclosure .disclosure__toggle[aria-expanded="true"]:before,
.header-localization .disclosure .disclosure__toggle[aria-expanded="true"]:after {
  top: auto;
  bottom: 0;
  margin-top: auto;
  margin-bottom: -10px;
  border-width: 0 8px 8px 8px;
}
.header-localization .disclosure .disclosure__toggle[aria-expanded="true"]:before {
  border-color: transparent transparent #dde0e4 transparent;
}
.header-localization .disclosure .disclosure__toggle[aria-expanded="true"]:after {
  margin-bottom: -11px;
  border-color: transparent transparent #fff transparent;
}
.header-localization .selectors-form__item {
  margin: 0 15px 0 0;
}
.header-localization--desktop .selectors-form {
  white-space: nowrap;
}
.header-localization--desktop .disclosure .disclosure__toggle {
  border: none;
  padding: 0 24px 0 0;
  min-width: 0;
}
.header-localization--desktop .disclosure .disclosure__toggle .icon {
  right: 0;
}
.header-localization--mobile .selectors-form__item {
  margin-top: 10px;
  max-width: 100%;
}
.header-localization--mobile .selectors-form__item .disclosure__toggle {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .footer-localization {
    margin: 30px 0;
    text-align: left;
  }
}
.search-result {
  display: flex;
  align-items: center;
  padding: 7.5px 30px;
  color: inherit;
}
.search-result .search-result__title--product {
  text-transform: uppercase;
}
.search-result .search-results__title:not(.search-result__title--product) {
  text-transform: none;
}
.search-result .search-result__image {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  flex-shrink: 0;
}
.search-result .search-result__image img {
  vertical-align: top;
}
.search-result .search-result__image .search-result__char {
  font-size: 27px;
  line-height: 40px;
  opacity: 0.3;
}
.search-result:hover {
  background: rgba(0, 0, 0, 0.05);
}
.search-result--empty,
.search-result--loading,
.search-result--more {
  padding: 15px 30px 15px 85px;
}
.search-page {
  margin-bottom: 52.5px;
}
.search-page-form {
  display: flex;
  justify-content: center;
}
.search-page-button {
  margin: 6px;
}
.search-result__vendor {
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .search-page {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 479px) {
  .search-page-form {
    flex-wrap: wrap;
  }
  .search-page-form #Search,
  .search-page-form .search-page-button {
    width: 100%;
    margin: 10px 0;
  }
}
.tabs {
  margin: 0 0 22.5px;
  padding: 0;
  text-align: center;
  border-bottom: 1px solidrgba(31, 31, 31, 0.2);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.tabs li {
  padding: 0;
  display: inline-block;
  min-width: min-content;
  margin: 0 20px -1px;
}
@media only screen and (max-width: 767px) {
  .tabs li {
    margin: 0 10px -1px;
  }
}
.tabs li:first-child {
  margin-left: 0;
}
.tabs li:last-child {
  margin-right: 0;
}
.tabs a {
  display: block;
  padding: 6px;
  color: #1f1f1f;
  text-decoration: none;
  position: relative;
  line-height: normal;
}
.tabs a:after {
  position: absolute;
  content: "";
  background-color: #1f1f1f;
  height: 3px;
  width: 100%;
  left: 0;
  transform-origin: bottom;
  transition: transform 0.25s;
  transform: scaleY(0);
  bottom: 0;
}
.tabs .tab--active:after {
  transform: scaleY(1);
}
.product-description__no-expand .tabs {
  justify-content: flex-start;
}
.tab-content {
  display: none;
}
.tab-content--active,
.no-js .tab-content {
  display: block;
}
@media only screen and (min-width: 768px) {
  .tabs a:hover:after {
    transform: scaleY(1);
  }
}
.product-price__reduced {
  color: #cb1b15;
}
.product-price__compare,
.product-price__compare-large {
  font-size: 70%;
  color: #1f1f1fbf;
  text-decoration: line-through;
}
.product-detail__price .product-price__compare,
.product-detail__price .product-price__compare-large {
  font-size: inherit;
  margin-left: 0.5em;
}
.unit-price {
  font-size: 0.875rem;
}
.product-block {
  position: relative;
  text-align: center;
}
.product-block .product-price {
  font-size: 1.25rem;
  margin: 10px 0;
}
.product-block .product-price__from,
.product-block .product-price__compare {
  font-size: 1rem;
}
.product-block__image {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-block__title {
  margin-top: 0.5em;
  text-transform: uppercase;
}
.product-block__title-link {
  text-decoration: none;
  color: inherit;
}
.product-block__vendor {
  margin-bottom: 0.1em;
  font-size: 0.875rem;
}
.product-label {
  font-size: 1.175rem;
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  .product-label {
    font-size: 0.875rem;
  }
}
.product-label {
  top: 10px;
  right: 10px;
}
.product-label--on-sale {
  color: #fff;
  background: #d72923;
}
.product-label--sold-out {
  color: #000;
  background: #ffff00;
}
.product-swatch-inline__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 6px 3px 0;
  box-shadow: inset 0 3px 3px -2px #00000040;
  background-size: 100%;
}
.product-swatch-inline__dot:only-child {
  display: none;
}
.product-summary {
  display: flex;
}
.product-summary__image {
  width: 25%;
  margin-right: 15px;
}
.product-summary__content {
  margin: 15px 0;
}
.product-summary__variants,
.product-summary__subscription {
  color: #757373;
  font-size: 0.875rem;
}
.size-chart-link {
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
}
.size-chart-container {
  background: #f6f2f2;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s;
}
.size-chart-is-open .header-content,
.size-chart-is-open .header-navigation,
.size-chart-is-open .breadcrumbs,
.size-chart-is-open .docked-header--dock .docked-navigation-container__inner {
  z-index: 0;
}
.size-chart-is-open .size-chart-container {
  pointer-events: auto;
  opacity: 1;
}
.size-chart-content {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translate(-50%);
  max-width: 100%;
  width: 960px;
}
.size-chart-content table {
  overflow: auto;
}
.size-chart-content tr {
  display: flex;
}
.size-chart-close {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .size-chart-close {
    right: 20px;
    top: 20px;
  }
}
.overlay {
  padding: 30px 30px 35px;
  position: absolute;
  width: calc(50% - 120px);
  pointer-events: none;
}
.overlay .large-title {
  margin-bottom: 15px;
}
.overlay a {
  margin: 15px 15px 0;
}
.overlay a,
.overlay button {
  pointer-events: auto;
}
.overlay__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay__content {
  position: relative;
  z-index: 1;
}
.overlay__content > .large-title:last-child {
  margin-bottom: 0;
}
.overlay--center {
  text-align: center;
}
.overlay--wide {
  left: 50% !important;
  min-width: auto;
  transform: translate(-50%);
  width: calc(100% - 120px);
  margin-left: 0 !important;
}
.overlay--bottom-wide {
  bottom: 30px;
  left: 50% !important;
  min-width: auto;
  top: auto !important;
  transform: translate(-50%);
  width: calc(100% - 120px);
}
.overlay--low-wide {
  bottom: 90px;
  left: 50% !important;
  min-width: auto;
  top: auto !important;
  transform: translate(-50%);
  width: calc(100% - 120px);
  max-width: 516px;
}
.split-image-section .overlay {
  min-width: 0;
  width: calc(100% - 120px);
}
.overlay--has-link .overlay-title {
  margin-bottom: 15px;
}
.overlay-text {
  margin: 15px 0;
}
.overlay-text:first-child {
  margin-top: 0;
}
.overlay-text:last-child {
  margin-bottom: 0;
}
.overlay-footer {
  font-size: 1rem;
}
.overlay-tag {
  display: inline-block;
  margin: 0 6px;
  opacity: 0.8;
}
.overlay-tag.overlay-tag--inherit-color {
  opacity: 1;
}
.overlay-tag.overlay-tag--inherit-color a {
  color: inherit;
}
.overlay-position {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 1;
}
.overlay-position.overlay-style--box {
  padding: 30px;
}
.overlay-position.overlay-style--box .overlay-container {
  position: relative;
}
.overlay-position.overlay-style--box .overlay__bg--empty,
.overlay-position.overlay-style--no_background .overlay__bg {
  display: none;
}
.overlay-position .overlay-container {
  position: static;
}
.overlay-position--top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.overlay-position--top-center {
  align-items: flex-start;
}
.overlay-position--top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.overlay-position--center-left {
  justify-content: flex-start;
}
.overlay-position--center-center {
  justify-content: center;
  align-items: center;
}
.overlay-position--center-right {
  justify-content: flex-end;
}
.overlay-position--bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.overlay-position--bottom-center {
  align-items: flex-end;
}
.overlay-position--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.overlay-container {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .overlay-container {
    padding: 20px;
  }
}
@media only screen and (max-width: 1080px) {
  .overlay-standard {
    padding: 20px 20px 24px;
    min-width: 0;
    width: calc(50% - 40px);
  }
  .overlay-standard.overlay--bottom-wide,
  .overlay-standard.overlay--wide {
    min-width: 0;
    width: calc(100% - 40px);
  }
  .split-image-section .overlay {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .overlay-standard {
    width: auto;
    max-width: calc(100% - 40px);
  }
  .overlay-standard .extra-large-text {
    font-size: 1rem;
  }
  .mobile-overlay-under .overlay__bg {
    opacity: 1 !important;
  }
  .overlay-standard.mobile-overlay-under {
    left: 50% !important;
    min-width: auto;
    position: relative;
    top: auto !important;
    transform: translate(-50%);
    width: calc(100% - 40px);
    padding: 45px 30px !important;
    margin: 0 !important;
  }
  .split-image-section .overlay,
  .standout-collection-section .overlay {
    padding: 45px 30px;
  }
  .overlay--use-body-colours-mobile .overlay__bg {
    background-color: #f6f2f2 !important;
  }
  .overlay--use-body-colours-mobile .overlay__content,
  .overlay--use-body-colours-mobile .overlay__content .standard-link {
    color: #1f1f1f !important;
  }
  .overlay--use-body-colours-mobile .overlay__content .standard-link:hover {
    color: #000 !important;
  }
}
@media only screen and (max-width: 479px) {
  .overlay {
    min-width: 0;
    width: calc(100% - 40px);
  }
  .overlay.position.overlay-style--box {
    padding: 20px;
  }
}
.image-product-label {
  position: absolute;
  text-decoration: none;
  z-index: 2;
}
.image-product-label.chevron-left .image-product-label__content {
  padding-left: 36px;
}
.image-product-label.chevron-left .image-product-label__content .icon--image-product-label {
  left: 10px;
}
.image-product-label.chevron-left .image-product-label__content .icon--image-product-label .icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
.image-product-label.chevron-right .image-product-label__content {
  padding-right: 36px;
}
.image-product-label.chevron-right .image-product-label__content .icon--image-product-label {
  right: 10px;
}
.image-product-label.is-overlapping {
  visibility: hidden;
  pointer-events: none;
}
.image-product-label-title {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 3px;
  max-width: 200px;
  text-transform: uppercase;
}
.image-product-label-price {
  font-size: 1.25rem;
  line-height: 1;
  white-space: nowrap;
}
.image-product-label-price__from,
.image-product-label-price__compare {
  font-size: 0.875rem;
}
.image-product-label .unit-price {
  margin-top: 3px;
}
.icon--image-product-label {
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.icon--image-product-label .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.image-product-label__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.image-product-label__content {
  position: relative;
  z-index: 1;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .image-product-label-title {
    font-size: 0.75rem;
  }
  .image-product-label-price {
    font-size: 1rem;
  }
  .image-product-label__content {
    padding: 8px;
  }
  .image-product-label.chevron-left .image-product-label__content {
    padding-left: 30px;
  }
  .image-product-label.chevron-left .image-product-label__content .icon--image-product-label {
    left: 8px;
  }
  .image-product-label.chevron-right .image-product-label__content {
    padding-right: 30px;
  }
  .image-product-label.chevron-right .image-product-label__content .icon--image-product-label {
    right: 8px;
  }
  .icon--image-product-label {
    height: 8px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
  .icon--image-product-label .icon {
    width: 18px;
    height: 18px;
  }
  .image-product-label__background--dark-mobile {
    background: #000;
    opacity: 0.5;
  }
  .image-product-label__background--light-mobile {
    background: #fff;
    opacity: 0.5;
  }
}
.article {
  border-top: 1px solidrgba(31, 31, 31, 0.2);
  padding-top: 30px;
  padding-bottom: 37.5px;
}
.article:first-child {
  border-top: 0;
  padding-top: 0;
}
.article:first-child .article__heading-image {
  margin-top: 0;
}
.article-page .split-column-layout .article-container {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
}
.article-page .split-column-layout .article__title {
  margin-bottom: 15px;
}
.article-page .single-column-layout {
  display: flex;
  justify-content: center;
  max-width: 960px;
}
.article-page .single-column-layout .one-half {
  width: 100%;
}
.article-page .single-column-layout .article-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
.article-page .single-column-layout .article-featured-image {
  display: none;
}
.article-page .single-column-layout .article-featured-image.mobile-only {
  display: block;
}
.article-page .single-column-layout .blog-articles-list {
  max-width: initial;
  width: 100%;
  padding: 60px 0 0;
  margin: 0;
}
.article-page .single-column-layout .blog-rsslink {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 30px;
}
.article-page .single-column-layout.with-image {
  flex-wrap: wrap;
}
.article-page .single-column-layout.with-image .article-overlay {
  display: block;
  bottom: 30px;
  left: 50% !important;
  min-width: auto;
  position: relative;
  top: auto !important;
  transform: translate(-50%);
  width: calc(100% - 60px);
  padding: 45px 30px 0;
}
.article-page .single-column-layout.with-image .article-overlay .article__authordate {
  margin-top: 15px;
  justify-content: center;
}
.article-page .single-column-layout.with-image .article__title {
  display: none;
}
.article-page .single-column-layout.with-image .article-container {
  padding-top: 0;
}
.article__title {
  word-break: break-word;
  hyphens: auto;
}
.article-content {
  padding: 0 30px;
}
.article-container .content-products {
  margin-left: -30px;
}
@media (max-width: 960px) {
  .article-container .content-products {
    margin-right: -60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .article-container .content-products {
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 20px;
  }
}
.article-overlay {
  background-color: #f6f2f2;
  display: none;
}
.template-article .article {
  border-top: 0;
  padding-bottom: 0;
}
.article__heading-image {
  display: block;
  margin: 30px 0;
}
.article-featured-image {
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  border-radius: 0 20px 0 0;
  overflow: hidden;
  transition: border-radius 3s;
}
.article-featured-image.mobile-only {
  display: none;
  height: auto;
}
.is_stuck .article-featured-image {
  animation: radius-corners 0.3s ease-in-out 1 forwards;
}
.article__title--no-image {
  padding-top: 30px;
}
.article__tags {
  margin-top: 15px;
}
.article__read-more {
  margin: 15px 0 30px;
}
.article__meta {
  display: flex;
}
.article__meta .article__authordate {
  flex-grow: 1;
}
.article__authordate {
  display: flex;
  align-items: center;
  line-height: 1.5em;
}
.article__authordate .article__avatar {
  margin: 0 15px 0 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 100%;
}
.article__authordate .article__avatar .rimage-background {
  width: 100%;
  height: 100%;
}
.article__authordate .article__date,
.article__comments-count {
  color: #757373;
}
.article-pagination {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid#e9e5e5;
  border-bottom: 1px solid#e9e5e5;
}
.article-pagination .prev,
.article-pagination .next {
  color: inherit;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.25s;
}
.article-pagination .prev:hover,
.article-pagination .next:hover {
  opacity: 0.7;
}
.article__comments-summary {
  color: #757373;
  line-height: initial;
}
.article__comments-summary a {
  color: inherit;
  text-decoration: none;
}
.article__comments-title {
  margin: 60px 0 30px;
}
.article__comment {
  padding: 7.5px 0;
}
.article__comment p {
  margin-top: 0;
}
.article__comment .rte,
.article__comment .rte p {
  margin-bottom: 5px;
}
.article__comment--author {
  font-size: 75%;
}
.article__comment--author time {
  color: #757373;
}
.article__comment-form-required {
  color: #757373;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .article {
    padding-bottom: 40px;
  }
  .article .product-block.small-down--one-half {
    clear: none;
  }
  .article__title--split-layout {
    display: none;
  }
  .article-page .single-column-layout.with-image .article-overlay {
    padding-bottom: 20px;
  }
  .article-overlay--no-image {
    bottom: auto;
  }
  .article-content {
    padding: 0 20px;
  }
  .article-block .content-products {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 40px;
    padding-right: 20px;
  }
  .article-page .split-column-layout {
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-page .split-column-layout .article-container {
    margin-top: -40px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-page .single-column-layout {
    display: block;
  }
  .article-page .single-column-layout .article-container {
    margin-top: -20px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-container {
    overflow: hidden;
    padding: 0 20px;
  }
  .article-container .product-block.small-down--one-half {
    clear: none;
  }
  .article__heading-image {
    margin: 0 0 20px;
  }
  .article__heading-image .rimage-outer-wrapper {
    border-radius: 0;
  }
  .article__title.desktop-only {
    display: none;
  }
  .article-featured-image {
    display: none;
    border-radius: 20px;
    height: auto;
  }
  .article-featured-image.mobile-only {
    display: block;
  }
  .article__comments-title {
    margin: 40px 0 20px;
  }
  .mobile-only {
    display: block;
  }
  .mobile-only .article__authordate {
    margin-top: 10px;
    display: block;
  }
  .mobile-only .article__authordate .article__avatar {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 479px) {
  .article-page .split-column-layout {
    padding-left: 0;
    padding-right: 0;
  }
  .article-page .article-featured-image,
  .article-page .article-featured-image .rimage-outer-wrapper,
  .article-page .single-column-layout .article-featured-image.mobile-only .rimage-outer-wrapper {
    border-radius: 0;
  }
}
.content-products {
  margin-top: 30px;
  overflow: hidden;
}
.content-products .grid {
  margin-left: 0;
}
.content-products .product-block.grid__item {
  clear: none;
}
.content-products .slick-track {
  margin: 0;
}
.content-products .product-block .product-block__title {
  font-size: 0.875rem;
}
.content-products .product-block .product-price {
  font-size: calc(0.875rem * 1.283);
  margin: 5px 0;
}
.content-products .product-block .product-label,
.content-products .product-block .unit-price {
  font-size: 0.875rem;
}
.content-products__title {
  margin: 0 0 15px;
  color: #757373;
  word-break: break-word;
  hyphens: auto;
}
.content-products__title {
  padding: 0 30px;
}
.content-products-controls .prev,
.content-products-controls .next {
  transition: opacity 0.25s;
}
.content-products-controls .prev:hover,
.content-products-controls .next:hover {
  opacity: 0.7;
}
@media (max-width: 960px) {
  .content-products {
    margin-right: -30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content-products {
    margin-right: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-products-controls {
    display: none;
  }
  .content-products__title {
    padding: 0;
  }
  .content-products__products {
    margin-left: -20px;
  }
  .content-products__products .grid {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .content-products {
    margin-right: 0;
  }
}
#colorbox {
  margin-top: 5px;
  border-radius: 20px;
  box-shadow: 0 0 4px 4px #00000026;
}
#colorbox,
#cboxWrapper {
  overflow: visible !important;
}
#cboxOverlay {
  background: rgba(0, 0, 0, 0.4);
}
#cboxContent {
  background-color: #f6f2f2;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  #colorbox {
    border-radius: 0;
  }
}
#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23989898' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  overflow: hidden;
  text-indent: -100px;
  letter-spacing: 0;
}
#cboxClose:hover {
  background-color: transparent;
  border: none;
}
.lightbox-content {
  width: 600px;
}
@media (max-width: 680px) {
  .lightbox-content {
    width: 90vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  .lightbox-content .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.quickbuy {
  background-color: #f6f2f2;
  border-radius: 20px;
  padding-top: 20px;
  position: relative;
  width: 720px;
}
.quickbuy a {
  color: inherit;
  transition: opacity 0.25s;
}
.quickbuy a:hover {
  opacity: 0.6;
}
.quickbuy-form.placeholder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.quickbuy__product-media,
.quickbuy__toolbar,
.quickbuy__titlebar {
  display: flex;
  justify-content: space-between;
}
.quickbuy__toolbar {
  line-height: initial;
  padding-bottom: 5px;
}
.quickbuy__toolbar .feather-icon {
  vertical-align: middle;
  height: auto;
  width: auto;
}
.quickbuy__toolbar .feather-icon .icon {
  height: 1.5rem;
  width: 1.5rem;
}
.quickbuy__more {
  text-decoration: none;
}
.quickbuy__more .feather-icon {
  padding-left: 5px;
}
.quickbuy__close .feather-icon {
  margin: 0 0 -20px;
  width: 44px;
  height: 44px;
  text-align: right;
}
.quickbuy__product-media .rimage-outer-wrapper {
  max-height: 100%;
  max-width: initial;
}
.quickbuy__product-media.global-border-radius .slick-slide:last-child,
.image-two .quickbuy__product-media.rimage-background .slick-slide:last-child,
.rte img.quickbuy__product-media .slick-slide:last-child,
[data-product-media] .quickbuy__product-media.rimage__image .slick-slide:last-child,
.full-width-slideshow:not(.full-width-slideshow--banner)
  .quickbuy__product-media.js-slideshow-section:not(.slick-initialized)
  .slick-slide:last-child,
.full-width-slideshow:not(.full-width-slideshow--banner) .quickbuy__product-media.slide .slick-slide:last-child,
.blog-articles-list__image .quickbuy__product-media.rimage-outer-wrapper .slick-slide:last-child,
.collection-list-plain .product-block__image .quickbuy__product-media.rimage-outer-wrapper .slick-slide:last-child,
.article-page
  .single-column-layout
  .article-featured-image.mobile-only
  .quickbuy__product-media.rimage-outer-wrapper
  .slick-slide:last-child,
.quickbuy__product-media.article-overlay .slick-slide:last-child,
.article__heading-image .quickbuy__product-media.rimage-outer-wrapper .slick-slide:last-child {
  overflow: hidden;
  border-radius: 0 20px20px;
}
.quickbuy__product-media,
.quickbuy__titlebar {
  margin-top: 15px;
}
.quickbuy__titlebar {
  position: relative;
  padding-bottom: 15px;
}
.quickbuy__slider-controls {
  flex-shrink: 0;
  order: 1;
}
.quickbuy__media-container .product-label {
  right: auto;
  top: auto;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.25s;
}
.quickbuy__media-container .product-label {
  left: 10px;
  bottom: 10px;
}
.quickbuy__media-container:not(.quickbuy__media-container--current-image) .product-label {
  opacity: 0;
}
.quickbuy__title {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.quickbuy__price {
  font-size: 1.25rem;
  min-height: 50px;
}
.quickbuy__form {
  padding-bottom: 30px;
  padding-top: 30px;
  border-radius: 0 020px20px;
  background-color: #f6f2f2;
  color: #1f1f1f;
}
.quickbuy__form .grid {
  margin-bottom: -20px;
}
.quickbuy__form .grid__item {
  margin-bottom: 20px;
}
.quickbuy__form .opt-btn:checked + .opt-label[data-swatch] {
  border-color: #1f1f1f;
}
.quickbuy__form input,
.quickbuy__form .opt-label,
.quickbuy__form .cc-select__btn,
.quickbuy__form .cc-select__btn:hover,
.quickbuy__form .cc-select__listbox {
  border-color: #c0bdbd;
}
.quickbuy__form .cc-select__listbox {
  background-color: #f0e9e9;
}
.quickbuy__form .cc-select__option {
  color: #1f1f1f;
}
.quickbuy__form .cc-select__option.is-focused {
  background-color: #e9e0e0;
  color: #1f1f1f;
}
.quickbuy__form .input-wrapper {
  background-color: #f6f2f2;
}
.quickbuy__form.has-dynamic-buttons {
  margin-bottom: 0;
}
.large-row.quickbuy__product-form--confirmation {
  margin-bottom: 0;
  display: flex;
}
.quickbuy__submit {
  width: 100%;
}
.quickbuy .quickbuy__product-media,
.quickbuy .slick-list,
.quickbuy .slick-track {
  height: 360px;
}
.quickbuy .slick-list {
  width: 100%;
}
.quickbuy .prev,
.quickbuy .next {
  margin: -15px 0;
  width: 44px;
  height: 44px;
  transition: opacity 0.25s;
}
.quickbuy .prev:hover,
.quickbuy .next:hover {
  opacity: 0.6;
}
.quickbuy .prev {
  text-align: right;
}
.quickbuy .next {
  margin-right: -22px;
  text-align: left;
}
@media (max-height: 750px) {
  .quickbuy .quickbuy__product-media,
  .quickbuy .slick-list,
  .quickbuy .slick-track {
    height: 280px;
  }
}
@media (max-height: 650px) {
  .quickbuy .quickbuy__product-media,
  .quickbuy .slick-list,
  .quickbuy .slick-track {
    height: 230px;
  }
}
.quickbuy .payment-buttons {
  display: flex;
  align-items: flex-start;
}
.quickbuy .payment-buttons .btn,
.quickbuy .payment-buttons .shopify-payment-button__button--unbranded {
  padding: 12px 39px;
  line-height: 1.4;
}
.quickbuy .payment-buttons > .btn,
.quickbuy .payment-buttons > .shopify-payment-button {
  width: 50%;
}
.quickbuy .payment-buttons > .btn {
  margin-right: 15px;
}
.quickbuy .payment-buttons > .shopify-payment-button {
  margin-left: 15px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .product-block .btn--quicklook {
    position: absolute;
    bottom: 10px;
    padding: 11px 16px;
    width: calc(100% - 20px);
    max-width: 320px;
    min-width: auto;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 0 0 1pxrgba (31, 31, 31, 0.25);
    opacity: 0;
    transition: opacity 0.25s;
  }
  .product-block:hover .btn--quicklook {
    opacity: 1;
  }
  .product-block .btn--quicklook:focus {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .product-block .btn--quicklook {
    display: none;
  }
}
.slick-dots {
  position: static;
}
.slick-dots li button {
  background-color: #1f1f1f80;
  border: 2px solid transparent;
  min-width: 0;
  height: 6px;
  width: 6px;
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background-color: #f6f2f2;
  border: 2px solidrgba(31, 31, 31, 0.3);
  box-shadow: none;
  height: 10px;
  width: 10px;
}
.slick-disabled {
  opacity: 0.2;
}
.slick-arrows button.slick-next,
.slick-arrows button.slick-prev {
  min-width: 0;
  margin: 0;
  background: transparent;
}
.slick-arrows button.slick-next:hover,
.slick-arrows button.slick-prev:hover {
  background: transparent;
}
.slick-next:before,
.slick-prev:before {
  display: none;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-external-controls {
  padding: 0 30px;
}
.slick-external-controls .slick-next,
.slick-external-controls .slick-prev {
  top: 50%;
  transform: translateY(-50%);
}
.slick-external-controls .slick-prev {
  left: 25px;
}
.slick-external-controls .slick-next {
  right: 0;
}
.pagination {
  margin: 30px 0;
  text-align: center;
}
.pagination span {
  margin: 0 8px;
  padding: 0 2px;
}
.pagination a {
  color: inherit;
  text-decoration: none;
}
.pagination .current {
  border-bottom: 2px solid;
}
.added-notice {
  position: fixed;
  z-index: 1000;
  top: 65px;
  right: 30px;
  width: 412px;
  padding: 15px 30px 30px;
  background: #f6f2f2;
  color: #1f1f1f;
  border-bottom: 3px solid#1f1f1f;
  border-left: 1px solidrgba(31, 31, 31, 0.1);
  border-right: 1px solidrgba(31, 31, 31, 0.1);
  border-top: 1px solidrgba(31, 31, 31, 0.1);
  transition: all 0.15s;
}
@media (max-width: 560px) {
  .added-notice {
    top: 10px;
    right: 10px;
    left: 10px;
    width: auto;
    padding: 15px 20px 20px;
  }
}
.added-notice--pre-reveal {
  opacity: 0;
  transform: scale(0.95);
}
.added-notice--pre-destroy {
  transition: all 0.25s;
  opacity: 0;
  transform: scale(0.95);
}
.added-notice__header {
  position: relative;
}
.added-notice__close {
  position: absolute;
  top: 0;
  right: 0;
  color: #1f1f1f;
}
.added-notice__checkout .btn {
  width: calc(100% - 2px);
}
.cart-summary__product-list {
  overflow: auto;
  max-height: calc(100vh - 300px);
}
.cart-summary__product {
  display: flex;
  padding-top: 15px;
}
.cart-summary__product-title {
  text-transform: uppercase;
}
.cart-summary__product-image {
  padding-right: 15px;
  width: 74px;
  flex-shrink: 0;
}
.cart-summary__product-image img {
  vertical-align: top;
}
.cart-summary__product__variants,
.cart-summary__selling-plan {
  color: #757373;
  font-size: 0.875rem;
  line-height: 1.4;
}
.cart-summary__price-reduced {
  padding-right: 5px;
}
.cart-summary__unit-price {
  color: #757373;
  display: block;
  line-height: 1.4;
}
.cart-summary__quantity {
  color: #757373;
}
.cart-summary__quantity:before {
  content: "x";
  margin-left: 0.5em;
}
.cart-summary__footer {
  margin-top: 30px;
}
.cart-summary__total-quantity-row,
.cart-summary__total-price-row {
  display: flex;
  justify-content: space-between;
}
.cart-summary__total-quantity-row {
  margin-bottom: 5px;
  color: #757373;
}
.cart-summary__total-price-row {
  margin-bottom: 15px;
}
.account-form {
  margin: 60px auto;
  max-width: 420px;
  text-align: center;
}
.account-form .checkbox-wrapper {
  text-align: left;
}
.address-card {
  background-color: #ebe7e7;
  padding: 30px;
}
.address-card p {
  margin: 0;
}
.address-card__controls {
  float: right;
  margin: 0 0 10px 10px;
}
.address__name {
  font-weight: 700;
  margin-bottom: 0.75em;
}
.address__phone {
  margin-top: 0.75em;
}
.order-table tbody td {
  vertical-align: top;
  padding: 30px 15px;
}
.order-table .product-summary {
  margin: -15px 0;
}
@media only screen and (max-width: 767px) {
  .order-table td[data-label="Product"]:before {
    display: none;
  }
  .order-table td[data-label="Product"] .product-summary {
    text-align: left;
  }
}
.image-one,
.image-two {
  backface-visibility: hidden;
  display: block;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.image-one {
  height: auto;
  width: 100%;
}
.image-two {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: calc(100% + 1.5px);
  height: calc(100% + 1.5px);
  opacity: 0;
}
.image-two .rimage-background {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .hover-images {
    overflow: hidden;
  }
  .hover-images .image-one,
  .hover-images .image-two {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .hover-images:hover .image-one,
  .hover-images--two .image-two {
    transform: scale(1.05);
  }
  .hover-images--two:hover .image-one {
    opacity: 0;
    transform: scale(1);
  }
  .hover-images--two:hover .image-two {
    opacity: 1;
    transform: scale(1);
  }
  .hover-images--two.same-aspect-ratio .image-one {
    transition: opacity 0ms 0ms;
  }
  .hover-images--two.same-aspect-ratio:hover .image-one {
    transition: opacity 50ms 0.4s;
  }
}
.avoid-overlaps .avoid-overlaps__item {
  opacity: 0;
  transition: opacity ease-in 0.25s;
}
html:not(.no-js) .avoid-overlaps:not(.avoid-overlaps--processed) .avoid-overlaps__item {
  margin-left: -200px !important;
}
.no-js .avoid-overlaps__item,
.avoid-overlaps--processed .avoid-overlaps__item {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .avoid-overlaps__mobile-container {
    position: relative;
  }
}
.no-js .avoid-overlaps .overlay {
  transform: translate(-50%, -50%);
}
.recently-viewed-product {
  text-align: center;
  font-size: 0.875rem;
}
.recently-viewed-product .product-title {
  margin-top: 15px;
}
.recently-viewed-product .product-vendor {
  margin-top: 0.2em;
}
.recently-viewed-product .product-price {
  margin-top: 0.3em;
  font-size: 16px;
  line-height: 1.5em;
}
.recently-viewed-product .image-two {
  background-position: center center;
  background-size: cover;
}
.recently-viewed-product a {
  color: inherit;
  text-decoration: none;
}
.recently-viewed-product img {
  vertical-align: top;
}
.simple-popup {
  position: absolute;
  z-index: 100000;
  width: 200px;
  padding: 10px 15px;
  border: 1px solid#c0bdbd;
  color: #1f1f1f;
  background: #f6f2f2;
  border-radius: 5px;
  box-shadow: 0 0 3px -1px #c0bdbd;
  text-align: center;
}
.simple-popup:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #c0bdbd transparent transparent transparent;
}
.simple-popup:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -2px 0 0 -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f6f2f2 transparent transparent transparent;
}
@media only screen and (min-width: 768px) and(max-width: 960px) {
  .split-column-layout .product-carousel-peek {
    overflow: hidden;
  }
  .split-column-layout .product-carousel-peek .slick-list {
    padding-right: 30%;
    overflow: visible;
  }
}
.product-carousel-peek {
  position: relative;
}
.product-carousel-peek__advice {
  display: none;
  cursor: pointer;
  text-align: right;
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 110px;
  color: #000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  padding: 5px;
  height: 36px;
  width: 36px;
  transition: all 0.3s ease-in;
}
.product-carousel-peek__advice .feather-icon {
  display: block;
}
.product-carousel-peek__advice .icon {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .container:not(.container--no-mobile-padding) .product-carousel-peek {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container:not(.container--no-mobile-padding) .product-carousel-peek .product-carousel-peek__advice {
    margin-right: 20px;
  }
  .product-carousel-peek {
    overflow: hidden;
  }
  .product-carousel-peek .slick-list {
    padding-right: 30%;
    overflow: visible;
  }
  .product-carousel-peek .slick-list .slick-slide .product-block {
    width: auto;
  }
  .product-carousel-peek .slick-list .slick-slide .grid-flex__item {
    width: auto;
    float: none;
  }
  .product-carousel-peek .slick-list .product-block {
    margin: 0 0 0 20px;
  }
  .product-carousel-peek .slick-list .grid-flex__item {
    clear: none;
    padding-left: 14px;
  }
  .product-carousel-peek--show-advice .product-carousel-peek__advice {
    display: block;
  }
  .product-carousel-peek--dismiss-advice .product-carousel-peek__advice {
    opacity: 0;
    transform: translate(-15px);
  }
  .no-js .product-carousel-peek__advice,
  .product-carousel-peek--empty .product-carousel-peek__advice,
  .product-carousel-peek--single .product-carousel-peek__advice {
    display: none;
  }
}
.product-policies:not(:first-child) {
  margin-top: 15px;
}
.product-policies:not(:last-child) {
  margin-bottom: 15px;
}
.view-in-space {
  box-sizing: border-box;
  display: block;
  margin: 0 0 10px;
  width: 100%;
  color: #1f1f1f;
  border: none;
  box-shadow: none;
  background: rgba(31, 31, 31, 0.08);
}
.view-in-space:hover {
  color: #1f1f1f;
  border: none;
  box-shadow: none;
  background: rgba(31, 31, 31, 0.08);
}
.view-in-space[data-shopify-xr-hidden] {
  display: none;
}
.view-in-space .icon {
  margin: 0;
  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;
}
.view-in-space {
  margin-top: 10px;
}
.product-media--frame {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  max-width: 100%;
}
.product-media--frame iframe,
.product-media--frame object,
.product-media--frame embed,
.product-media--frame video,
.product-media--frame model-viewer,
.product-media--frame .shopify-model-viewer-ui,
.product-media--frame .media-item,
.product-media--frame .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-media--frame .plyr__video-wrapper {
  height: 100%;
}
.media-thumbnail {
  position: relative;
}
.media-thumbnail__badge {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 6px;
  top: 6px;
  pointer-events: none;
}
.media-thumbnail__badge .icon {
  fill: #f6f2f2;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}
.media-thumbnail__badge .icon .icon-3d-badge-full-color-outline,
.media-thumbnail__badge .icon .icon-video-badge-full-color-outline {
  stroke: #1f1f1f0d;
}
.media-thumbnail__badge .icon .icon-3d-badge-full-color-element,
.media-thumbnail__badge .icon .icon-video-badge-full-color-element {
  fill: #1f1f1f;
}
@media only screen and (min-width: 750px) {
  .media-thumbnail__badge .product-single__thumbnail-badge {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-slider .product-media--video[data-video-type="external"]:before,
  .slick-slider .product-media--video[data-video-type="external"]:after {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 70px;
    width: calc(50% - 50px);
    z-index: 1;
  }
  .slick-slider .product-media--video[data-video-type="external"]:before {
    left: 0;
  }
  .slick-slider .product-media--video[data-video-type="external"]:after {
    right: 0;
  }
}
.plyr__control svg {
  margin: 0;
}
.plyr.plyr--full-ui.plyr--video {
  color: #1f1f1f;
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video button {
  min-width: 0;
  box-shadow: none;
}
.plyr.plyr--full-ui.plyr--video .plyr__poster,
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.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: #f6f2f2;
  border-color: #1f1f1f0d;
}
.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: #1f1f1f8c;
}
.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: #f6f2f2;
  border-color: #1f1f1f0d;
  border-radius: 10px;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 0 #f6f2f2;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-ms-thumb {
  box-shadow: 2px 0 #f6f2f2;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 #f6f2f2;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(31, 31, 31, 0.6) var(--value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-moz-range-track {
  background-color: #1f1f1f99;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-ms-fill-upper {
  background-color: #1f1f1f99;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4pxrgba (31, 31, 31, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4pxrgba (31, 31, 31, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4pxrgba (31, 31, 31, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3pxrgba (31, 31, 31, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]:active::-ms-thumb {
  box-shadow: 0 0 0 3pxrgba (31, 31, 31, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3pxrgba (31, 31, 31, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: #1f1f1f;
  color: #f6f2f2;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip:before {
  border-top-color: #1f1f1f;
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(
    -45deg,
    rgba(31, 31, 31, 0.6) 25%,
    transparent 25%,
    transparent 50%,
    rgba(31, 31, 31, 0.6) 50%,
    rgba(31, 31, 31, 0.6) 75%,
    transparent 75%,
    transparent
  );
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"] {
  color: #f6f2f2;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 0 #1f1f1f;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-ms-thumb {
  box-shadow: 2px 0 #1f1f1f;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 #1f1f1f;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(246, 242, 242, 0.6) var(--value, 0));
}
.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: #f6f2f299;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4pxrgba (246, 242, 242, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4pxrgba (246, 242, 242, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4pxrgba (246, 242, 242, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3pxrgba (246, 242, 242, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]:active::-ms-thumb {
  box-shadow: 0 0 0 3pxrgba (246, 242, 242, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3pxrgba (246, 242, 242, 0.25);
}
.shopify-model-viewer-ui button {
  min-width: 0;
  box-shadow: none;
}
.shopify-model-viewer-ui button svg {
  margin: 0;
}
.shopify-model-viewer-ui button[hidden] {
  display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #f6f2f2;
  border-color: #1f1f1f0d;
  border-radius: 10px;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #1f1f1f;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: #1f1f1f8c;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: #1f1f1f8c;
  background: rgba(31, 31, 31, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: #1f1f1f0d;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #f6f2f2;
  border-color: #1f1f1f0d;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: #1f1f1f8c;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  z-index: 2;
}
.shopify-model-viewer-ui .theme-event-proxy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area--playing + .theme-event-proxy {
  display: none;
}
model-viewer {
  text-align: left;
}
model-viewer .container {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
model-viewer button,
model-viewer button:hover {
  background-color: transparent;
}
.tab-used .slick-slider model-viewer.focus-visible {
  outline: none;
}
.tab-used .slick-slider model-viewer.focus-visible + .shopify-model-viewer-ui__controls-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  pointer-events: none;
  z-index: 1;
  box-shadow: 0 0 1px 1pxrgba (31, 31, 31, 0.5) inset;
  border-radius: 20px;
}
.store-availabilities-modal .cc-popup-container {
  display: block;
  padding: 30px;
}
.store-availabilities-modal .cc-popup-container .store-availabilities-modal__product-title {
  text-transform: uppercase;
  font-size: calc(34px * 0.825);
}
.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 {
  vertical-align: text-top;
}
.store-availabilities-modal .store-availability-list__location__distance {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .store-availabilities-modal .cc-popup-container {
    padding: 30px 20px;
  }
}
.store-availability-container .store-availability-information .store-availability-icon {
  top: 3px;
}
.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox + label {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  align-items: flex-start;
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  cursor: pointer;
}
.checkbox + label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: calc(0.75em - 9px);
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid#1f1f1f;
}
.checkbox:focus + label:before {
  outline: auto;
}
.checkbox:focus-visible + label:before {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
}
.checkbox:focus:not(:focus-visible) + label:before {
  outline: 0;
}
.checkbox:checked + label:before {
  border-color: #888;
  background-color: #888;
}
.checkbox:checked + label:after {
  content: "";
  position: absolute;
  top: calc(0.75em - 1px);
  left: 9px;
  width: 6px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(45deg);
  border: solid#f6f2f2;
  border-width: 0 2px 2px 0;
}
.checkbox[disabled] + label {
  opacity: 0.5;
  cursor: default;
}
.radio {
  position: absolute;
  opacity: 0;
}
.radio + label {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  align-items: flex-start;
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  cursor: pointer;
}
.radio + label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: calc(0.75em - 9px);
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid#1f1f1f;
}
.radio:focus + label:before {
  outline: auto;
}
.radio:focus-visible + label:before {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
}
.radio:focus:not(:focus-visible) + label:before {
  outline: 0;
}
.radio + label:before {
  width: 18px;
  height: 18px;
  margin-top: calc(0.75em - 9px);
  border-radius: 50%;
}
.radio:checked + label:after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 9px;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #888;
}
.cc-select {
  position: relative;
  width: 100%;
}
.cc-select.is-open:before {
  content: "";
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cc-select__btn,
.cc-select__listbox {
  margin: 0;
  border: 1px solid#c0bdbd;
  font-size: inherit;
}
.cc-select__btn {
  display: flex;
  align-items: center;
  position: relative;
  padding: 4px;
  background-color: transparent;
  color: #1f1f1f;
  font-weight: inherit;
  text-transform: none;
}
.cc-select__icon {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
.cc-select__listbox {
  list-style: none;
  visibility: hidden;
  position: absolute;
  top: 5px;
  z-index: 100;
  min-width: 100%;
  max-height: 20em;
  padding: 0;
  outline: 0;
  box-shadow: 0 5px 10px #00000026;
  background-color: #f0e9e9;
  overflow-y: auto;
}
.cc-select__listbox[aria-hidden="false"] {
  visibility: visible;
}
.cc-select__option {
  display: flex;
  align-items: center;
  padding: 9px 15px;
  color: #1f1f1f;
  cursor: pointer;
}
.cc-select__option > span {
  pointer-events: none;
}
.cc-select__option > em {
  display: none;
  margin-left: auto;
  font-style: normal;
  pointer-events: none;
}
.cc-select__option.is-unavailable > em {
  display: block;
}
.cc-select__option.is-focused {
  background-color: #e9e0e0;
  color: #1f1f1f;
}
.cc-select__btn[data-swatch]:before,
.cc-select__option[data-swatch]:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  background-size: cover;
}
.cc-select [data-swatch="white"]:before {
  border: 1px solid#e9e0e0;
}
.qty-wrapper.is-disabled .cc-select {
  pointer-events: none;
}
.cc-select--label-inside .label {
  position: absolute;
  top: 8px;
  left: 14px;
  line-height: 1;
  letter-spacing: initial;
  opacity: 0.6;
  pointer-events: none;
}
.cc-select--label-inside .cc-select__btn {
  padding: 22px 40px 5px 14px;
  line-height: 1.2;
}
.cc-select__btn,
.cc-select__btn:hover {
  box-shadow: none;
  border-radius: 5px;
  background-color: transparent;
  color: inherit;
}
.cc-select__listbox {
  max-height: 15em;
}
.quickbuy .cc-select__listbox {
  top: auto;
  bottom: 5px;
}
.cc-select__option {
  padding: 8px 14px;
}
.cc-select__option[hidden] {
  display: none;
}
.cc-filters-control__btn {
  min-width: 0;
  border-color: #c0bdbd;
  box-shadow: none;
  color: inherit;
}
.cc-filters-control__btn:hover {
  box-shadow: none;
}
.cc-filters,
.cc-filter__panel {
  z-index: 10;
}
.cc-filter__toggle {
  font-weight: 500;
}
.cc-filters__header,
.cc-filter__header {
  padding: 24px 20px;
}
.cc-filter-clear-btn,
.cc-filter-clear-btn:hover {
  color: inherit;
}
.cc-filter-close-btn,
.cc-filter-back-btn {
  left: 11px;
  margin: 0;
  box-shadow: none;
}
.cc-filter-close-btn:hover,
.cc-filter-back-btn:hover {
  box-shadow: none;
  background: none;
}
.cc-sort-selected {
  line-height: 1.2;
}
.swatch-input:checked + .swatch-label .swatch-sample {
  border-color: #f6f2f2;
  box-shadow: 0 0 0 2px #1f1f1f;
}
.swatch-label[data-swatch]:before {
  display: none;
}
.swatch-label.unavailable {
  opacity: 0.5;
}
.swatch-label.unavailable .swatch-sample:after {
  opacity: 1;
}
.swatch-sample {
  width: 24px;
  height: 24px;
  margin-top: calc(0.75em - 12px);
  margin-right: 0.75em;
  border: 2px solid#f6f2f2;
  box-shadow: 0 0 0 2px #c0bdbd;
}
.swatch-input:focus + .swatch-label .swatch-sample {
  outline: auto;
}
.swatch-input:focus-visible + .swatch-label .swatch-sample {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
}
.swatch-input:focus:not(:focus-visible) + .swatch-label .swatch-sample {
  outline: 0;
}
.no-js-apply-filters > button {
  padding: 12px 39px;
  border-radius: 5px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .header-content,
  .search-bar--open.search-bar--open-mobile,
  main {
    transition: z-index 0s 0.3s;
  }
  .filters-open .header-content,
  .filters-open .search-bar--open.search-bar--open-mobile,
  .filters-open main {
    z-index: 10;
    transition: none;
  }
  .cc-filters-container,
  .cc-filters,
  .cc-filters__footer,
  .cc-filter--sort,
  .cc-filter__panel,
  .cc-filter__footer,
  .cc-price-range__control:after {
    background: #fff;
  }
  .cc-filters-container,
  .cc-filters,
  .cc-filter__panel {
    color: #393939;
  }
  .cc-filters-container {
    top: 100%;
    left: 0;
  }
  .filters-open .cc-filters-container {
    transform: translate3d(0, -100%, 0);
  }
  .cc-filter .radio + label:before,
  .cc-filter .checkbox + label:before {
    border-color: #393939;
  }
  .cc-filter .radio:checked + label:after,
  .cc-filter .checkbox:checked + label:before {
    border-color: #393939;
    background-color: #393939;
  }
  .cc-filter .checkbox:checked + label:after {
    border-color: #fff;
  }
  .cc-filter:not(.cc-filter--sort),
  .cc-filters__header,
  .cc-filter__header,
  .cc-filters__footer,
  .cc-filter__footer {
    border-color: #dde0e4;
  }
  .cc-filters-container svg,
  .cc-active-filter > svg {
    color: #333;
  }
  .cc-filter__toggle {
    padding: 16px 70px 16px 7px;
  }
  .cc-filter__toggle:after {
    right: 10px;
    top: calc(50% - 25px);
    width: 30px;
    height: 50px;
    border-top: 1px solid #dde0e4;
  }
  .cc-filters-control__btn.has-active-filters,
  .cc-filter__toggle.has-active-filters,
  .swatch-input:checked + .swatch-label .swatch-sample {
    border-color: #1f1f1f;
  }
  .cc-filter__content {
    padding: 20px 27px;
  }
  .cc-filter-clear-btn {
    right: 27px;
  }
  .swatch-sample {
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #dde0e4;
  }
  .swatch-input:checked + .swatch-label .swatch-sample {
    box-shadow: 0 0 0 2px #393939;
    border-color: #fff;
  }
  .cc-price-range__bar-inactive,
  .cc-price-range__bar-active {
    background: #393939;
  }
  .cc-price-range__control:after {
    border-color: #393939;
  }
}
@media only screen and (min-width: 480px) and(max-width: 767px) {
  .cc-active-filters {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .cc-filter__toggle:after {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' stroke='rgb(31, 31, 31)' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  }
  .cc-filter__panel {
    border: 1px solid#c0bdbd;
  }
  .cc-filter__header {
    padding: 15px 20px;
  }
}
input,
textarea,
select {
  font-family: GT-Alpina-Typewriter-Regular;
}
.cc-filter__header {
  padding: 15px 20px;
}
.subscribe-content__title {
  font-family: GT-Alpina-Typewriter-Regular;
}
.btn.btn--primary.subscribe-form__submit {
  background-color: #ff0;
  color: #000;
}
.btn.btn--primary.subscribe-form__submit:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #000;
}
body,
p,
a {
  font-family: GT-Alpina-Typewriter-Regular;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.large-title,
.giant-title,
.massive-title,
.biggest-title,
.standard-title,
.small-title,
.section-popup.cc-popup .cc-popup-title,
#shopify-product-reviews .spr-form-title,
#shopify-product-reviews .spr-header-title {
  font-family: Arial-Black;
}
.header-navigation .navigation__container .mobile-site-nav__link.grandchild-link,
input,
textarea,
select,
.disclosure__toggle,
button,
optgroup {
  font-family: GT-Alpina-Typewriter-Regular;
}
@media only screen and (max-width: 940px) {
  .header-navigation .navigation__container,
  .header-navigation .navigation__container .mobile-site-nav__link {
    background-color: #f5f1f1;
    font-family: Arial-Black;
    font-weight: 400;
    font-style: normal;
  }
  .header-navigation .navigation__container .mobile-site-nav__link:first-of-type {
    margin-top: 5px;
  }
  .header-navigation .navigation__container .social-links__list li .icon {
    color: #000;
  }
}
.scroll-left .second {
  margin-left: 25%;
}
.scroll-left .third {
  margin-left: 50%;
}
.scroll-left .fourth {
  margin-left: 75%;
}
.scroll-left .fifth {
  margin-left: 100%;
}
.scroll-left p {
  font-weight: 600;
  position: absolute;
  width: 25%;
  height: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  -moz-animation: scroll-left 10s linear infinite;
  -webkit-animation: scroll-left 10s linear infinite;
  animation: scroll-left 10s linear infinite;
}
@media only screen and (max-width: 2000px) {
  .scroll-left p {
    width: 50%;
  }
  .scroll-left .fifth,
  .scroll-left .fourth {
    display: none;
  }
  .scroll-left .second {
    margin-left: 50%;
  }
  .scroll-left .third {
    margin-left: 100%;
  }
  .scroll-left .fourth {
    margin-left: 150%;
  }
}
@media only screen and (max-width: 940px) {
  .scroll-left p {
    width: 200%;
  }
  .scroll-left .second {
    margin-left: 200%;
  }
  .scroll-left .fifth,
  .scroll-left .fourth,
  .scroll-left .third {
    display: none;
  }
}
.promo-bar-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo-bar-content-container .promo-bar-content-link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo-bar-content-container p:first-of-type {
  margin-right: 40px;
}
.promo-bar-content-container p {
  font-size: 18px;
}
@media only screen and (max-width: 940px) {
  .promo-bar-content-container {
    flex-direction: column;
  }
  .promo-bar-content-container {
    padding: 10px 0;
  }
  .promo-bar-content-container .promo-bar-content-link {
    flex-direction: column;
  }
  .promo-bar-content-container .promo-bar-content-link p,
  .promo-bar-content-container p {
    margin: 0;
  }
  .promo-bar-content-container .promo-bar-content-link p:first-of-type,
  .promo-bar-content-container p:first-of-type {
    margin: 0 0 5px;
  }
}
.customer-account__parent-link.icon--header-eye {
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header--search-icon-container {
  width: 35px;
}
.header--search-icon-container svg {
  margin-right: 0;
}
.page-footer__blocks .footer-social-icons-container svg.icon {
  width: 35px;
  height: 35px;
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .page-footer__blocks .footer-social-icons-container svg.icon {
    width: 15px;
    height: 15px;
  }
}
.page-footer__blocks .footer-social-icons-container .social-links__list li a {
  background-color: #1f1f1f;
  border-radius: 100%;
}
.page-footer__blocks .footer-social-icons-container .social-links__list li svg {
  fill: #f5f1f1;
}
.page-footer__blocks .footer-social-icons-container .social-links__list li svg path {
  fill: #f5f1f1;
}
.section-rich-text .container .rich-text-section .large-text {
  font-size: 24px;
}
.store-logo-desktop--left-inline {
  display: none;
}
.search-bar-open .left-inline-header .search-bar__container {
  display: flex;
  align-items: center;
}
.cart-count-no-abs {
  position: relative;
  font-size: initial;
}
@media screen and (min-width: 943px) {
  .left-inline-header .store-logo {
    text-align: center;
  }
  .left-inline-header .site-nav,
  .left-inline-header .store-logo,
  .left-inline-header .utils {
    width: 100%;
  }
  .header-mobile-only {
    display: none;
  }
  .left-inline-header .store-logo {
    margin: 0;
  }
  .left-inline-header .store-logo .rimage-outer-wrapper {
    max-width: 110px !important;
    max-height: initial !important;
  }
  .search-bar-in-focus .focus-tint,
  .search-bar-open .focus-tint {
    z-index: 2;
  }
  .left-inline-header .search-bar--fadein {
    background: #f5f1f1;
    z-index: 120;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: var(--nav-height);
  }
  .account-icon {
    width: 35px;
  }
  .store-logo-desktop--left-inline {
    display: flex;
    justify-content: center;
  }
}
.product-detail .large-row .payment-buttons .btn {
  box-shadow: 0 0 0 1px #ff0;
  background-color: #ff0;
  color: #1f1f1f;
}
.product-detail .large-row .payment-buttons .btn:hover {
  box-shadow: 0 0 0 1px #000;
  background-color: #000;
  color: #fff;
}
.contact-page__container .contact-form .row .contact-form__submit {
  box-shadow: 0 0 0 1px #ff0;
  background-color: #ff0;
  color: #1f1f1f;
}
.contact-page__container .contact-form .row .contact-form__submit:hover {
  box-shadow: 0 0 0 1px #000;
  background-color: #000;
  color: #fff;
}
.page-footer__blocks .footer-block .badge-image-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 30px;
}
.page-footer__blocks .footer-block .badge-image-row a {
  width: 50%;
}
.product-block .btn--quicklook:hover {
  box-shadow: 0 0 0 1px #000;
  background-color: #000;
  color: #fff;
}
.product-detail__images-container {
  position: relative;
}
.archive-wrapper .full-width-slideshow-controls {
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
*::part(osm-message) {
  font-family: GT-Alpina-Typewriter-Regular;
  font-size: 16px;
  color: #1f1f1f;
  letter-spacing: 0;
}
*::part(osm-cta) {
  font-family: GT-Alpina-Typewriter-Regular;
  font-size: 16px;
  color: #1f1f1f;
  letter-spacing: 0;
}
*::part(osm-container) {
  background-color: #f6f2f2;
  border: none;
  padding: 0 0 14px;
}
.qtydiv .btnqty {
  cursor: pointer;
  user-select: none;
  font-size: 24px;
}
.qtydiv .quantity-input {
  text-align: center;
}
.accordion-content header {
  transition: all 0.2s linear;
  min-height: 35px;
}
.accordion-content.open header {
  min-height: 35px;
}
.accordion-content .description {
  height: 0;
  transition: all 0.2s linear;
}
.wavy-swatch-border {
  clip-path: url(#svgPath);
  -webkit-clip-path: url(#svgPath);
}
.section-product-recommendations {
  background-color: red;
}
.color-filter-swatch[type="checkbox"] {
  color: black;
  margin: 0;
}
.color-filter-swatch[type="checkbox"]:focus {
  color: transparent;
}
.color-filter-swatch[value="White"]:checked,
.color-filter-swatch[value="Clear"]:checked {
  filter: invert(1);
}

.normal-checkbox-filter[type="checkbox"] {
  color: black;
}

.sort-radio-drawer[type="radio"] {
  color: black;
  margin: 0;
}
.sort-radio-drawer[type="radio"]:active {
  color: black;
}
.sort-radio-drawer[type="radio"]:focus {
  color: black;
}
.sort-radio-drawer[type="radio"]:checked {
  color: black;
}
.sort-radio-drawer[type="radio"]:hover {
  color: black;
}

.color-swatch-container {
  transform: translateZ(0);
}

#Search[type="search"] {
  padding: 6px;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #Search[type="search"] {
    padding: 6px;
    margin: 0 16px 0 0;
  }
}
/*# sourceMappingURL=/cdn/shop/t/111/assets/styles.css.map?v=46887846134277866231689001055 */
