/** Shopify CDN: Minification failed

Line 10079:0 Unexpected "}"
Line 11155:4 Comments in CSS use "/* ... */" instead of "//"
Line 11177:4 Comments in CSS use "/* ... */" instead of "//"
Line 11218:4 Comments in CSS use "/* ... */" instead of "//"
Line 11219:4 Comments in CSS use "/* ... */" instead of "//"
Line 11220:4 Comments in CSS use "/* ... */" instead of "//"
Line 11221:4 Comments in CSS use "/* ... */" instead of "//"
Line 12603:2 "weight" is not a known CSS property
Line 12620:2 "weight" is not a known CSS property
Line 12662:2 "weight" is not a known CSS property
... and 82 more hidden warnings

**/
@charset "UTF-8";
/*
File structure:
[Assign user-editable variables in liquid]
[Assign settings variables in liquid]
[Assign variables in scss]
[Assign and output fonts]
*/







































































































































acumin-pro






minion-pro-condensed-display


acumin-pro

FontDrop
/* Store availability variables */
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: acumin-pro, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button, input, optgroup, select, .store-localization .disclosure__toggle, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select, .store-localization .disclosure__toggle {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/* Colorbox Styles */
#cboxOverlay, #cboxWrapper, #colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxBottomLeft, #cboxMiddleLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
  cursor: pointer;
  min-height: 0;
  outline: none;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#cboxContent, #cboxLoadedContent, #colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #fff;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url() no-repeat 0 0;
}

#cboxTopCenter {
  height: 25px;
  background: url() repeat-x 0 -50px;
}

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url() no-repeat -25px 0;
}

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url() no-repeat 0 -25px;
}

#cboxBottomCenter {
  height: 25px;
  background: url() repeat-x 0 -75px;
}

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url() no-repeat -25px -25px;
}

#cboxMiddleLeft {
  width: 25px;
  background: url() repeat-y 0 0;
}

#cboxMiddleRight {
  width: 25px;
  background: url() repeat-y -25px 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  display: none !important;
  position: absolute;
  bottom: 0;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  background: #fff url() no-repeat center center;
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
  border: 1px solid #eee;
  padding: 10px;
  margin: 0;
  overflow: visible;
  width: auto;
  background: white;
}

#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 7.5em;
  color: #444;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
}

.cboxIE #cboxBottomCenter, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight, .cboxIE #cboxTopCenter, .cboxIE #cboxTopLeft, .cboxIE #cboxTopRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

#cboxClose:hover, #cboxNext:hover, #cboxPrevious:hover, #cboxSlideshow:hover {
  background: #f4f4f4;
}

/* Override Colorbox styles */
#cboxOverlay, #cboxWrapper, #colorbox {
  z-index: 10020;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight {
  background: none;
}

#cboxMiddleLeft, #cboxMiddleRight {
  background: none;
}

#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
  background: none;
}

#cboxWrapper, #colorbox {
  overflow: visible;
}

#cboxLoadedContent {
  margin-bottom: 0px;
}

#cboxContent {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  overflow: visible;
  position: relative;
  background: #ffffff;
}

#cboxContent > button {
  position: absolute;
  bottom: -48px;
  left: 0px;
  background: none;
  border: none;
}

#cboxContent > button svg {
  margin: 0;
}

#cboxContent > button svg, #cboxContent > button svg path {
  fill: #333;
}

#cboxContent #cboxPrevious {
  left: 0px;
}

#cboxContent #cboxNext {
  left: 40px;
}

#cboxContent #cboxClose {
  left: auto;
  right: 0px;
}

/* Plugin style overrides */
.cbox-borderless #cboxTopLeft,
.cbox-borderless #cboxTopCenter,
.cbox-borderless #cboxTopRight,
.cbox-borderless #cboxMiddleLeft,
.cbox-borderless #cboxMiddleRight,
.cbox-borderless #cboxBottomLeft,
.cbox-borderless #cboxBottomCenter,
.cbox-borderless #cboxBottomRight {
  visibility: hidden;
}

.cbox-borderless #cboxLoadedContent {
  margin: 0;
}

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline: none !important;
}

[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: block;
  visibility: hidden !important;
}

.slick-loading .slick-list {
      background: #fff url(//raen.com/cdn/shop/t/406/assets/loading.gif?v=115678512110750922101697829317) center center no-repeat;
}

/* Slider Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: none;
  height: 80px;
  width: 80px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent !important;
  color: white !important;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
  padding: 0;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.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.5;
}

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

.slick-prev {
  left: -0px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -0px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: ">";
}

.slick-next {
  right: -0px;
}

[dir="rtl"] .slick-next {
  left: -0px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "<";
}

@media (min-width: 1000px) {
  .slick-prev {
    opacity: 1;
    margin-left: 0px;
  }
  .slick-next {
    opacity: 1;
    margin-right: 0px;
  }
  .slick-slider:hover .slick-prev {
    opacity: 1;
    margin-left: 0;
  }
  .slick-slider:hover .slick-next {
    opacity: 1;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    margin-bottom: 10px;
    top: auto;
    bottom: 0;
    width: 56px;
    height: 20px;
    transform: none;
  }
  .slick-prev svg,
  .slick-next svg {
    width: 20px;
    height: 20px;
  }
  .section--banner .slick-prev, .section--banner
  .slick-next {
    bottom: 0px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .section--banner .slick-prev, .section--banner
  .slick-next {
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  .slideshow--no-mobile-arrows .slick-prev, .slideshow--no-mobile-arrows
  .slick-next {
    display: none !important;
  }
}


/* Slider Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  list-style: none;
  text-align: center;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  box-shadow: none !important;
}

.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 button:before {
  position: absolute;
  top: 0;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  content: '';
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background-color: #ffffff;
}

.dots-over .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.slick-slider--center-carousel .slick-track {
  transform: none !important;
  width: auto !important;
  display: flex;
  justify-content: center;
}

/* Gallery viewer */
.gallery-viewer {
  position: fixed;
  z-index: 10012;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 250ms ease-out, transform 250ms ease-out;
}

.gallery-viewer--pre-reveal,
.gallery-viewer--transition-out {
  opacity: 0;
  transform: scale(0.97);
}

.gallery-viewer__zoom {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.gallery-viewer__zoom-image {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 0;
  min-height: 0;
}

.gallery-viewer__thumbs {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  overflow: auto;
  white-space: nowrap;
}

.gallery-viewer__thumb {
  position: relative;
  display: inline-block;
  padding: 4px;
  background: #fff;
  width: 69px;
}

.gallery-viewer__thumb:not(:first-child) {
  margin-left: -4px;
}

.gallery-viewer__thumb::after {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: 1px solid transparent;
  transition: 100ms ease-out;
}

.gallery-viewer__thumb:hover::after {
  border-color: #000;
}

@media (max-width: 600px) {
  .gallery-viewer__thumb {
    width: 50px;
  }
}

.gallery-viewer__thumb--active::after {
  border-color: #000;
}

.gallery-viewer__controls {
  position: relative;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.gallery-viewer__button {
  position: absolute;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}

.gallery-viewer__button svg {
  vertical-align: top;
}

.gallery-viewer__button svg.feather {
  stroke: #000;
}

.gallery-viewer__prev,
.gallery-viewer__next {
  top: calc(50% - 12px);
  padding: 10px;
}

.gallery-viewer__prev svg,
.gallery-viewer__next svg {
  width: 24px;
  height: 24px;
  vertical-align: top;
}

@media (max-width: 600px) {
  .gallery-viewer__prev svg,
  .gallery-viewer__next svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 600px) {
  .gallery-viewer__prev,
  .gallery-viewer__next {
    top: calc(50% - 10px);
  }
}

.gallery-viewer__prev {
  left: 0;
}

.gallery-viewer__next {
  right: 0;
}

.gallery-viewer__close {
  top: 0;
  right: 0;
  padding: 10px;
}

.gallery-viewer__close svg {
  width: 24px;
  height: 24px;
  vertical-align: top;
}

@media (max-width: 600px) {
  .gallery-viewer__close svg {
    width: 20px;
    height: 20px;
  }
}

.gallery-viewer--single-image .gallery-viewer__prev,
.gallery-viewer--single-image .gallery-viewer__next,
.gallery-viewer--single-image .gallery-viewer__thumbs {
  display: none;
}

@media (pointer: coarse) {
  .gallery-viewer-open,
  .gallery-viewer-open body {
    overflow: hidden;
    height: 100%;
  }
}

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: translate3d(0, 0, 0);
}

.cc-popup .cc-popup-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 998;
}

.cc-popup .cc-popup-modal {
  position: relative;
  z-index: 999;
  transition: transform 0.25s;
  overflow: hidden;
  background-color: #ffffff;
  color: #222;
}

.cc-popup .cc-popup-container {
  display: flex;
}

.cc-popup .cc-popup-container .cc-popup-title {
  color: #222;
}

.cc-popup .cc-popup-close {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 44px;
  height: 44px;
  padding: 7px;
  min-width: auto;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.cc-popup .cc-popup-close svg {
  stroke: #222;
  stroke-width: 2px;
}

.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-animate-enabled .shopify-section {
  overflow: hidden;
}

.cc-animate-enabled [data-cc-animate] {
  opacity: 0;
}

@media (max-width: 767px) {
  .cc-animate-enabled:not(.cc-animate-enabled-mobile) [data-cc-animate] {
    opacity: 1;
  }
}

.cc-animate-enabled [data-cc-animate].-in {
  transition: opacity .7s, transform .7s;
  opacity: 1;
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-right-big {
  transform: translate3d(70px, 0, 0);
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-right-big.-in {
  transition-timing-function: ease-out;
  transition-duration: 0.7s !important;
  transform: translate3d(0, 0, 0);
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-right {
  transform: translate3d(15px, 0, 0);
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-right.-in {
  transition-timing-function: cubic-bezier(0, 0.14, 0.19, 1);
  transform: translate3d(0, 0, 0);
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-left {
  transform: translate3d(-15px, 0, 0);
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-left.-in {
  transition-timing-function: cubic-bezier(0, 0.14, 0.19, 1);
  transform: translate3d(0, 0, 0);
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-up {
  transform: translate3d(0, 15px, 0);
  transition-duration: 0.7s;
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-up.-in {
  transform: translate3d(0, 0, 0);
}

.cc-animate-enabled [data-cc-animate].cc-zoom-out {
  transform: scale(1.1);
}

.cc-animate-enabled [data-cc-animate].cc-zoom-out.-in {
  transition: transform 1.6s cubic-bezier(0, 0.14, 0.19, 1) 0s !important;
  transform: scale(1);
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-zoom-out {
  transform: scale(1.2);
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-zoom-out.-in {
  transition: opacity 1s, transform 1.2s cubic-bezier(0, 0.14, 0.19, 1) 0s, filter 2s !important;
  transform: scale(1);
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-zoom-in {
  transform: scale(0.8);
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-zoom-in.-in {
  transition: opacity 1s, transform 1.2s cubic-bezier(0, 0.14, 0.19, 1) 0s, filter 2s !important;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .cc-animate-enabled [data-cc-animate], .cc-animate-enabled [data-cc-animate].-in {
    transition: opacity .7s !important;
    transform: none !important;
  }
}

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

.store-availability-container {
  padding: 1em 0;
  transition: opacity .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 {
  color: #2a2928 !important;
}

.store-availabilities-modal .cc-popup-close:hover {
  color: #2a2928 !important;
}

.store-availabilities-modal .cc-popup-close svg {
  stroke: #2a2928 !important;
}

.store-availabilities-modal .cc-popup-close svg:hover {
  stroke: #2a2928 !important;
}

.store-availabilities-modal .cc-popup-modal {
  background-color: #ffffff;
  color: #2a2928;
}

.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: #2a2928;
}

.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: #d4d4d4;
  width: 100%;
  height: 1px;
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item address {
  font-style: normal;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item a {
  color: #000000;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location {
  display: flex;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__text {
  flex: 1;
  margin-bottom: 0.2em;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__text strong {
  font-weight: 600;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance {
  visibility: hidden;
  opacity: 0;
  margin-bottom: 0;
  transition: visibility .4s, opacity .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;
  }
}

.cc-popup.cc-popup--bottom-left, .cc-popup.cc-popup--bottom-right {
  align-items: flex-end;
  padding: 30px;
}

.cc-popup .cc-popup-modal {
  background-color: #ffffff;
  overflow: hidden;
}

.cc-popup .cc-popup-modal--has-image {
  width: 65vw;
}

.cc-popup .cc-popup-image {
  min-width: 50%;
  width: 50%;
}

.cc-popup .cc-popup-image .rimage-outer-wrapper,
.cc-popup .cc-popup-image .rimage-wrapper {
  height: 100%;
}

.cc-popup .cc-popup-image .rimage-wrapper img {
  object-fit: cover;
}

.cc-popup .cc-popup-content {
  padding: 60px;
  text-align: center;
}

.cc-popup .cc-popup-content .rte, .cc-popup .cc-popup-content .general-form,
.cc-popup .cc-popup-content #customer_sidebar,
.cc-popup .cc-popup-content .order-table,
.cc-popup .cc-popup-content #address_tables {
  text-align: center;
}

.cc-popup .social-links__list {
  justify-content: center;
  margin-top: 30px;
}

.cc-popup .social-links__list a {
  color: inherit;
}

.cc-popup .cc-popup-form-input,
.cc-popup .cc-popup-form-submit {
  width: 100%;
  margin-bottom: 15px;
}

.cc-popup .cc-popup-form-input {
  text-align: center;
}

.cc-popup .cc-popup-close svg {
  color: #2a2928;
}

@media only screen and (max-width: 1080px) {
  .cc-popup .cc-popup-modal--has-image {
    width: 80vw;
  }
}

@media only screen and (max-width: 767px) {
  .cc-popup .cc-popup-image {
    display: none;
  }
  .cc-popup .cc-popup-content {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .cc-popup.cc-popup--center, .cc-popup.cc-popup--bottom-left, .cc-popup.cc-popup--bottom-right {
    justify-content: center;
    align-items: center;
    padding: 15px;
  }
  .cc-popup .cc-popup-modal {
    width: 100%;
  }
}

.cc-popup.store-availabilities-modal {
  transition: opacity 0.5s, visibility 0.5s;
}

.cc-popup.store-availabilities-modal .cc-popup-modal {
  transition: transform 0.5s ease;
}

.cc-popup.store-availabilities-modal .cc-popup-modal .cc-popup-content {
  width: 100%;
  padding: 30px;
}

@media (max-width: 767px) {
  .cc-popup.store-availabilities-modal .cc-popup-modal .cc-popup-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cc-popup.store-availabilities-modal .cc-popup-modal .cc-popup-content .cc-icon-unavailable svg, .cc-popup.store-availabilities-modal .cc-popup-modal .cc-popup-content .cc-icon-available svg, .cc-popup.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__invalid_address svg {
  position: relative;
  top: 2px;
}

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

.clearfix, .cf {
  zoom: 1;
}

.clearfix:before, .cf:before {
  content: "";
  display: table;
}

.clearfix:after, .cf:after {
  content: "";
  display: table;
  clear: both;
}

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

img {
  height: auto;
}

/* Control the pages maximum width. */
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

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

/* Grids of products and collections, menus, buttons */
.buttons, .product-details > div {
  margin: 20px 0;
  padding: 0;
}

.buttons li, .nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.buttons li {
  padding: 5px 0;
}

.buttons li, .nav li, .nav li a {
  display: inline-block;
}

/* Medium and large screens */
.grid,
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -87px;
}

.grid--row-gutters {
  margin-bottom: -60px;
}

.grid--row-gutters > .column {
  margin-bottom: 60px;
}

.grid--row-gutters-small {
  margin-bottom: -87px;
}

.grid--row-gutters-small > .column {
  margin-bottom: 87px;
}

.column {
  margin-left: 87px;
}

.column.half {
  width: calc(50% - 87px);
}

.column.quarter {
  width: calc(25% - 87px);
}

.column.three-quarters {
  width: calc(75% - 87px);
}

.column.third {
  width: calc(33.33333% - 87px);
}

.column.two-thirds {
  width: calc(66.666667% - 87px);
}

.column.fifth {
  width: calc(20% - 87px);
}

.column.full {
  width: calc(100% - 87px);
}

@media (max-width: 767px) {
  body > .container {
    width: auto;
  }
  .grid,
  .row {
    margin-left: -20px;
  }
  .column {
    margin-left: 20px;
  }
  .column.half,
  .column.third {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .column.quarter,
  .column.fifth {
    width: calc(50% - 20px);
  }
  .column.three-quarters {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .grid--row-gutters {
    margin-bottom: -40px;
  }
  .grid--row-gutters > .column {
    margin-bottom: 40px;
  }
  .grid--row-gutters-small {
    margin-bottom: -20px;
  }
  .grid--row-gutters-small > .column {
    margin-bottom: 20px;
  }
}

/* Text inputs */
input, textarea {
  border-radius: 0px;
  margin-bottom: 4px;
}

/* Remove iOS shadows */
input[type=text],
input[type=number],
input[type=password],
input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

.left {
  float: left;
}

.right {
  float: right;
}

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

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

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

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

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

#searchresults input {
  width: auto;
}

/* * BELOW HERE: THEME-SPECIFIC * */
body {
  font-family: , ;
  font-weight: ;
  font-style: ;
  font-size: 15px;
  line-height: 1.5em;
  color: #2a2928;
  overflow-x: hidden;
  background: #ffffff;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

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

h1, .h1,
h2, .h2,
h3, .h3, .theme-product-reviews-full .spr-header-title,
h4, .h4, .theme-product-reviews-full .spr-form-title,
h5, .h5,
h6, .h6 {
  font-family: , ;
  font-weight: ;
  font-style: ;
  line-height: 1.2;
  color: #000000;
}

h1,
.h1 {
  font-size: 2.5em;
  margin: 0 0 0.75em;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.0em;
  }
}

h2,
.h2 {
  font-size: 1.75em;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.5em;
  }
}

h3, .h3, .theme-product-reviews-full .spr-header-title {
  font-size: 1.5em;
  margin: 0 0 0.625em;
}

@media (max-width: 767px) {
  h3, .h3, .theme-product-reviews-full .spr-header-title {
    font-size: 1.375em;
  }
}

h4, .h4, .theme-product-reviews-full .spr-form-title {
  font-size: 1.375em;
  margin: 0 0 0.68em;
}

@media (max-width: 767px) {
  h4, .h4, .theme-product-reviews-full .spr-form-title {
    font-size: 1.25em;
  }
}

h5,
.h5 {
  font-size: 1.25em;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.15em;
  }
}

h6,
.h6 {
  font-size: 0.75em;
  font-weight: bold;
  margin: 0 0 2.5em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.large-text {
  font-size: 18.75px;
  line-height: 1.5;
}

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

.feature-link, #main-menu .rte a, #main-menu .general-form a, #main-menu #customer_sidebar a, #main-menu .order-table a, #main-menu #address_tables a, .theme-product-reviews-full .spr-summary-actions-newreview,
.rte .feature-link,
.general-form .feature-link,
#customer_sidebar .feature-link,
.order-table .feature-link,
#address_tables .feature-link,
#main-menu .rte a,
#main-menu .general-form a,
#main-menu #customer_sidebar a,
#main-menu .order-table a,
#main-menu #address_tables a,
.rte .theme-product-reviews-full .spr-summary-actions-newreview,
.theme-product-reviews-full .rte .spr-summary-actions-newreview,
.general-form .theme-product-reviews-full .spr-summary-actions-newreview,
.theme-product-reviews-full .general-form .spr-summary-actions-newreview,
#customer_sidebar .theme-product-reviews-full .spr-summary-actions-newreview,
.theme-product-reviews-full #customer_sidebar .spr-summary-actions-newreview,
.order-table .theme-product-reviews-full .spr-summary-actions-newreview,
.theme-product-reviews-full .order-table .spr-summary-actions-newreview,
#address_tables .theme-product-reviews-full .spr-summary-actions-newreview,
.theme-product-reviews-full #address_tables .spr-summary-actions-newreview {
  display: inline-block;
  position: relative;
  font-family: , ;
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}

.feature-link::after, #main-menu .rte a::after, #main-menu .general-form a::after, #main-menu #customer_sidebar a::after, #main-menu .order-table a::after, #main-menu #address_tables a::after, .theme-product-reviews-full .spr-summary-actions-newreview::after,
.rte .feature-link::after,
.general-form .feature-link::after,
#customer_sidebar .feature-link::after,
.order-table .feature-link::after,
#address_tables .feature-link::after,
#main-menu .rte a::after,
#main-menu .general-form a::after,
#main-menu #customer_sidebar a::after,
#main-menu .order-table a::after,
#main-menu #address_tables a::after,
.rte .theme-product-reviews-full .spr-summary-actions-newreview::after,
.theme-product-reviews-full .rte .spr-summary-actions-newreview::after,
.general-form .theme-product-reviews-full .spr-summary-actions-newreview::after,
.theme-product-reviews-full .general-form .spr-summary-actions-newreview::after,
#customer_sidebar .theme-product-reviews-full .spr-summary-actions-newreview::after,
.theme-product-reviews-full #customer_sidebar .spr-summary-actions-newreview::after,
.order-table .theme-product-reviews-full .spr-summary-actions-newreview::after,
.theme-product-reviews-full .order-table .spr-summary-actions-newreview::after,
#address_tables .theme-product-reviews-full .spr-summary-actions-newreview::after,
.theme-product-reviews-full #address_tables .spr-summary-actions-newreview::after {
  content: '';
  display: block;
  border-top: 2px solid;
  transition: all 250ms;
}

.feature-link:hover, #main-menu .rte a:hover, #main-menu .general-form a:hover, #main-menu #customer_sidebar a:hover, #main-menu .order-table a:hover, #main-menu #address_tables a:hover, .theme-product-reviews-full .spr-summary-actions-newreview:hover,
.rte .feature-link:hover,
.general-form .feature-link:hover,
#customer_sidebar .feature-link:hover,
.order-table .feature-link:hover,
#address_tables .feature-link:hover,
#main-menu .rte a:hover,
#main-menu .general-form a:hover,
#main-menu #customer_sidebar a:hover,
#main-menu .order-table a:hover,
#main-menu #address_tables a:hover,
.rte .theme-product-reviews-full .spr-summary-actions-newreview:hover,
.theme-product-reviews-full .rte .spr-summary-actions-newreview:hover,
.general-form .theme-product-reviews-full .spr-summary-actions-newreview:hover,
.theme-product-reviews-full .general-form .spr-summary-actions-newreview:hover,
#customer_sidebar .theme-product-reviews-full .spr-summary-actions-newreview:hover,
.theme-product-reviews-full #customer_sidebar .spr-summary-actions-newreview:hover,
.order-table .theme-product-reviews-full .spr-summary-actions-newreview:hover,
.theme-product-reviews-full .order-table .spr-summary-actions-newreview:hover,
#address_tables .theme-product-reviews-full .spr-summary-actions-newreview:hover,
.theme-product-reviews-full #address_tables .spr-summary-actions-newreview:hover {
  color: #000000;
}

.feature-link:hover::after, #main-menu .rte a:hover::after, #main-menu .general-form a:hover::after, #main-menu #customer_sidebar a:hover::after, #main-menu .order-table a:hover::after, #main-menu #address_tables a:hover::after, .theme-product-reviews-full .spr-summary-actions-newreview:hover::after,
.rte .feature-link:hover::after,
.general-form .feature-link:hover::after,
#customer_sidebar .feature-link:hover::after,
.order-table .feature-link:hover::after,
#address_tables .feature-link:hover::after,
#main-menu .rte a:hover::after,
#main-menu .general-form a:hover::after,
#main-menu #customer_sidebar a:hover::after,
#main-menu .order-table a:hover::after,
#main-menu #address_tables a:hover::after,
.rte .theme-product-reviews-full .spr-summary-actions-newreview:hover::after,
.theme-product-reviews-full .rte .spr-summary-actions-newreview:hover::after,
.general-form .theme-product-reviews-full .spr-summary-actions-newreview:hover::after,
.theme-product-reviews-full .general-form .spr-summary-actions-newreview:hover::after,
#customer_sidebar .theme-product-reviews-full .spr-summary-actions-newreview:hover::after,
.theme-product-reviews-full #customer_sidebar .spr-summary-actions-newreview:hover::after,
.order-table .theme-product-reviews-full .spr-summary-actions-newreview:hover::after,
.theme-product-reviews-full .order-table .spr-summary-actions-newreview:hover::after,
#address_tables .theme-product-reviews-full .spr-summary-actions-newreview:hover::after,
.theme-product-reviews-full #address_tables .spr-summary-actions-newreview:hover::after {
  transform: scaleX(0.8);
}

p {
  margin: 0 0 1em;
}

blockquote {
  margin: 1.5em 0em 1.5em 10px;
  padding: .5em 0em;
  quotes: "\201C" "\201D";
  font-size: 130%;
  font-style: italic;
  line-height: 1.5em;
}

blockquote:before {
  color: #2a2928;
  content: open-quote;
  font-size: 3em;
  line-height: 0.05em;
  margin-left: -20px;
  margin-right: 10px;
  vertical-align: -0.48em;
}

blockquote :first-child {
  display: inline;
}

blockquote :last-child {
  margin-bottom: 0;
}

blockquote:after {
  content: no-close-quote;
}

label,
.label,
.product-form legend {
  font-family: , ;
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: block;
  margin: 0 0 6px;
  color: #2a2928;
  text-transform: uppercase;
}

fieldset label {
  text-transform: none;
}

.label--inline {
  display: inline;
}

.label--plain-text {
  font-family: , ;
  font-weight: ;
  font-style: ;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
}

/* This has to be non font-based */
input, textarea {
  color: #8a7676;
  border: 1px solid #d4d4d4;
  background: #fff;
  padding: 14px 29px;
  max-width: 100%;
  width: 432px;
  height: 60px;
  border-radius: 0;
  font-size: 16px;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #2a2928;
}

input[type=radio] {
  margin-bottom: 0;
}

input[type=radio],
input[type=checkbox] {
  width: auto !important;
  height: auto;
}

input.quantity {
  width: 3.5em;
  height: 2.5em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
}

textarea {
  height: 8em;
}

button,
input[type=submit],
.button {
  display: inline-block;
  background: #000000;
  color: #f2b735;
  min-height: 40px;
  height: auto;
  width: auto;
  padding: 14px 28px;
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  vertical-align: top;
  border-radius: 0px;
  transition: opacity 200ms, box-shadow 250ms, background-color 100ms, border-color 100ms, color 100ms;
  font-family: , ;
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  
}

button svg,
input[type=submit] svg,
.button svg {
  margin-top: -24px;
  margin-bottom: -24px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

button svg:first-child,
input[type=submit] svg:first-child,
.button svg:first-child {
  margin-left: -12px;
}

button svg:last-child,
input[type=submit] svg:last-child,
.button svg:last-child {
  margin-right: -12px;
}

button.button--alt,
input[type=submit].button--alt,
.button.button--alt {
  border-color: #f2b735;
  background: #f2b735;
  color: #000000;
}

button.button--alt:hover,
input[type=submit].button--alt:hover,
.button.button--alt:hover {
  box-shadow: none;
  border-color: #000000;
  background: #000000;
  color: #f2b735;
}

.button:hover {
  box-shadow: none;
}

.button--hollow {
  background: transparent;
  border-color: inherit;
  color: inherit;
}

.button--hollow:hover {
  border-color: #f2b735;
  background: #f2b735;
  color: #000000;
}

button[disabled],
input[type=submit][disabled] {
  opacity: 0.5;
}

input[type=submit].textbutton,
button.textbutton {
  color: inherit;
  border: none;
  background: none;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none !important;
}

select, .store-localization .disclosure__toggle {
  border: 1px solid #d4d4d4;
  padding: 5px 34px 4px 11px;
  outline: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  height: 2.5em;
  color: #8a7676;
  font-size: 16px;
  background: #fff no-repeat right center;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgb(138, 118, 118)' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-size: 30px 20px;
  cursor: pointer;
  width: 200px;
  max-width: 100%;
  /* IE10+ hackery */
}

select::-ms-expand, .store-localization .disclosure__toggle::-ms-expand {
  display: none;
}

select:focus, .store-localization .disclosure__toggle:focus {
  outline: none;
  border-color: #2a2928;
}

.input-and-button-row {
  display: flex;
}

.input-and-button-row__input-wrapper {
  flex: 1 1 auto;
  display: flex;
}

.input-and-button-row__input {
  flex: 1 1 auto;
  margin: 0 15px 0 0;
  height: auto;
  width: auto;
}

.input-and-button-row__input::-ms-clear {
  display: none;
}

.input-and-button-row__input:focus {
  outline: none;
}

.input-and-button-row__button {
  flex: 0 0 auto;
}

.input-with-clear {
  position: relative;
}

.input-with-clear__clear {
  position: absolute;
  line-height: 1.5em;
  top: 50%;
  right: 30px;
  height: 24px;
  width: 24px;
  display: inline-block;
  transform: translateY(-50%);
}

@media (max-width: 479px) {
  .input-with-clear__clear {
    right: 20px;
  }
  .input-and-button-row__button {
    margin-top: 15px;
  }
  .input-and-button-row {
    display: block;
  }
  .input-and-button-row__input-wrapper,
  .input-and-button-row__input,
  .input-and-button-row__button {
    width: 100%;
  }
  .input-and-button-row__input {
    border-right-width: 1px;
    margin: 0;
  }
}

hr {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 1px solid #d4d4d4;
  height: 1px;
  margin: 1em 0;
  text-align: center;
  overflow: visible;
}

hr:after {
  display: inline-block;
  color: #d4d4d4;
  background: #ffffff;
  padding: 0 2px;
  margin-top: 2px;
}

.rte, .general-form,
#customer_sidebar,
.order-table,
#address_tables {
  margin-bottom: 1em;
  text-align: left;
  zoom: 1;
  word-break: break-word;
}

.rte:before, .general-form:before,
#customer_sidebar:before,
.order-table:before,
#address_tables:before {
  content: "";
  display: table;
}

.rte:after, .general-form:after,
#customer_sidebar:after,
.order-table:after,
#address_tables:after {
  content: "";
  display: table;
  clear: both;
}

.rte h1 a, .general-form h1 a, #customer_sidebar h1 a, .order-table h1 a, #address_tables h1 a, .rte h2 a, .general-form h2 a, #customer_sidebar h2 a, .order-table h2 a, #address_tables h2 a, .rte h3 a, .general-form h3 a, #customer_sidebar h3 a, .order-table h3 a, #address_tables h3 a, .rte h4 a, .general-form h4 a, #customer_sidebar h4 a, .order-table h4 a, #address_tables h4 a, .rte h5 a, .general-form h5 a, #customer_sidebar h5 a, .order-table h5 a, #address_tables h5 a, .rte h6 a, .general-form h6 a, #customer_sidebar h6 a, .order-table h6 a, #address_tables h6 a {
  color: inherit;
  text-decoration: none;
}

.rte a, .general-form a, #customer_sidebar a, .order-table a, #address_tables a {
  text-decoration: underline;
  color: #000000;
}

.rte a:hover, .general-form a:hover, #customer_sidebar a:hover, .order-table a:hover, #address_tables a:hover {
  color: #000000;
}

.rte p:last-child, .general-form p:last-child, #customer_sidebar p:last-child, .order-table p:last-child, #address_tables p:last-child {
  margin-bottom: 0;
}

.rte tr, .general-form tr, #customer_sidebar tr, .order-table tr, #address_tables tr {
  border-top: 1px solid #d4d4d4;
}

.rte tr:first-child, .general-form tr:first-child, #customer_sidebar tr:first-child, .order-table tr:first-child, #address_tables tr:first-child {
  border-top: none;
}

.rte td, .general-form td, #customer_sidebar td, .order-table td, #address_tables td, .rte th, .general-form th, #customer_sidebar th, .order-table th, #address_tables th {
  border-left: 1px solid #d4d4d4;
  padding: 0.4em 0.6em;
}

.rte td:first-child, .general-form td:first-child, #customer_sidebar td:first-child, .order-table td:first-child, #address_tables td:first-child, .rte th:first-child, .general-form th:first-child, #customer_sidebar th:first-child, .order-table th:first-child, #address_tables th:first-child {
  border-left: none;
}

.rte th, .general-form th, #customer_sidebar th, .order-table th, #address_tables th {
  border-bottom: 2px solid #d4d4d4;
}

.rte tfoot, .general-form tfoot, #customer_sidebar tfoot, .order-table tfoot, #address_tables tfoot {
  border-top: 2px solid #d4d4d4;
}

.rte.align-center, .align-center.general-form,
.align-center#customer_sidebar,
.align-center.order-table,
.align-center#address_tables, .rte.align-centre, .align-centre.general-form,
.align-centre#customer_sidebar,
.align-centre.order-table,
.align-centre#address_tables {
  text-align: center;
}

.content-row {
  padding-top: 60px;
  padding-bottom: 60px;
}

.large-content-row {
  padding-top: 80px;
  padding-bottom: 80px;
}

.spaced-row {
  margin-top: 60px;
  margin-bottom: 60px;
}

.spaced-row-top {
  margin-top: 60px;
}

.spaced-row-bottom {
  margin-bottom: 60px;
}

.light-spaced-row {
  margin-top: 40px;
  margin-bottom: 40px;
}

.lightly-spaced-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.lightly-spaced-row-bottom {
  margin-bottom: 20px;
}

.homepage-spaced-row {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .homepage-spaced-row-sm {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.homepage-padded-row {
  padding-top: 80px;
  padding-bottom: 80px;
}

.h2-margin-top {
  margin-top: 1.75em;
}

.no-margin {
  margin: 0;
}

.breadcrumbs {
  margin: 20px 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: ibm-plex-mono;
  font-size: 0.875em;
  line-height: 1.5em;
}

.breadcrumbs a {
  opacity: 0.5;
}

.breadcrumbs a:hover {
  opacity: 1;
}

.breadcrumbs__crumb {
  vertical-align: middle;
  font-family: ibm-plex-mono !important; 
  font-size: 16px !important; 
  line-height: 20px;
  text-transform: uppercase;
  color: #000; 
}

.breadcrumbs__divider,
.breadcrumbs__icon {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
}

.breadcrumbs__divider svg,
.breadcrumbs__icon svg {
  display: block;
  width: 1.4em;
  height: 1.4em;
}

.breadcrumbs__icon--with-gap {
  margin-left: 0.5em;
}

.breadcrumbs--with-opposing-content {
  display: flex;
  width: 100%;
}

.breadcrumbs__nav {
  flex: 1 0 auto;
  text-align: left;
}

.inline-next-prev__item,
.inline-next-prev__link,
.inline-next-prev__icon,
.inline-next-prev__icon svg,
.inline-next-prev__text {
  display: inline-block;
  vertical-align: middle;
}

.inline-next-prev__icon svg {
  width: 1.4em;
  height: 1.4em;
}

.inline-next-prev__item:nth-child(2)::before {
  content: '·';
  position: relative;
  top: 1px;
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: middle;
  opacity: 0.5;
}

.wide-next-prev {
  padding: 80px 0;
  background: #ffffff;
}

.wide-next-prev, .wide-next-prev .section-title-container, .wide-next-prev h4, .wide-next-prev .feature-link, .wide-next-prev #main-menu .rte a, #main-menu .rte .wide-next-prev a, .wide-next-prev #main-menu .general-form a, #main-menu .general-form .wide-next-prev a, .wide-next-prev #main-menu #customer_sidebar a, #main-menu #customer_sidebar .wide-next-prev a, .wide-next-prev #main-menu .order-table a, #main-menu .order-table .wide-next-prev a, .wide-next-prev #main-menu #address_tables a, #main-menu #address_tables .wide-next-prev a, .wide-next-prev .theme-product-reviews-full .spr-summary-actions-newreview, .theme-product-reviews-full .wide-next-prev .spr-summary-actions-newreview {
  color: #000000;
}

.content-products {
  border-top: 1px solid #d4d4d4;
  padding: 80px 0;
}

.filters {
  margin-bottom: calc(60px - 30px);
  height: 0px;
  overflow: hidden;
  opacity: 100;
}

.filters .filter {
  display: inline-block;
  margin: 0 20px 30px 0;
  white-space: nowrap;
}

.filters label {
  margin-right: 10px;
}

.filters.filters--transition {
  transition: all 500ms ease;
}

@media (min-width: 768px) {
  .filters {
    height: auto !important;
    opacity: 1;
  }
}

.mobile-filter-reveal {
  position: relative;
  margin: -20px 0 20px;
}

.mobile-filter-reveal.mobile-filter-reveal--fade-out .mobile-filter-reveal__inner {
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 250ms;
}

@media (min-width: 768px) {
  .mobile-filter-reveal {
    display: none;
  }
}

.pill {
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
  padding: 0.3em 1em;
  background: #eaeaea;
  border-radius: 0px;
}

.pill:hover {
  background: #dfdfdf;
}

.img-block {
  position: relative;
  overflow: hidden;
}

.img-block a {
  display: block;
}

.img-block a,
.img-block a:hover {
  color: #fff;
}

.img-block .rimage-outer-wrapper {
  overflow: hidden;
}

.img-block .rimage-wrapper {
  transform: scale(1) translate3d(0, 0, 0);
  transition: transform 1000ms cubic-bezier(0.23, 0.57, 0.4, 1), opacity 500ms;
}

.img-block a:hover .rimage-wrapper {
  transform: scale(1.05);
}

/* Shopify's customer templates */
.general-form {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.general-form .title {
  margin-top: 1em;
}

.general-form .large_form label {
  display: block;
}

.general-form .large_form input,
.general-form .large_form select,
.general-form .large_form .store-localization .disclosure__toggle,
.store-localization .general-form .large_form .disclosure__toggle,
.general-form .large_form textarea {
  margin: 0 0 1em;
  width: 100%;
}

.general-form #customer {
  width: 100%;
}

.general-form #forgot_password {
  margin-bottom: 1em;
}

.general-form .btn {
  vertical-align: middle;
}

.action_bottom {
  margin: 0 0 1em;
}

.template-customers-register .action_bottom {
  display: flex;
  align-items: center;
}

.template-customers-register .action_bottom .note {
  margin-left: 0.5em;
}

.action_bottom input {
  margin-right: 0.5em;
}

.address_actions .action_link:not(:first-child)::before {
  content: '·';
  margin: 0 0.7em 0 0.5em;
}

.address_actions .action_link:first-child a {
  padding-left: 0;
}

.general-form,
#customer_sidebar,
.order-table,
#address_tables {
  margin-bottom: 1em;
  text-align: left;
}

.general-form table,
#customer_sidebar table,
.order-table table,
#address_tables table {
  width: 100%;
}

.order-table-wrapper {
  overflow: auto;
  width: 100%;
}

#order_details {
  width: 100%;
  min-width: 580px;
}

#order_details tr {
  border-top: 1px solid #d4d4d4;
}

#order_details tr:first-child {
  border-top: none;
}

#order_details td, #order_details th {
  border-left: 1px solid #d4d4d4;
  padding: 0.4em 0.6em;
}

#order_details td:first-child, #order_details th:first-child {
  border-left: none;
}

#order_details th {
  border-bottom: 2px solid #d4d4d4;
}

#order_details tfoot {
  border-top: 2px solid #d4d4d4;
}

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

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 720px) {
  .responsive-table {
    width: 100%;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tr {
    display: block;
  }
  .responsive-table tr,
  .responsive-table td {
    float: left;
    clear: both;
    width: 100%;
  }
  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right;
    margin: 0;
    padding: 10px 0;
    border-left: 0;
  }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    padding-right: 10px;
  }
  .responsive-table .responsive-table--label-cell {
    display: none;
  }
  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
  }
  .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 #d4d4d4;
  }
}

.errors {
  color: #951514;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding: 30px;
  max-width: none;
  pointer-events: none;
}

.overlay a,
.overlay button {
  pointer-events: auto;
}

.overlay .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
}

.overlay .inner.overlay--h-left {
  text-align: left;
  align-items: flex-start;
}

.overlay .inner.overlay--h-right {
  text-align: right;
  align-items: flex-end;
}

.overlay .inner.overlay--v-top {
  justify-content: flex-start;
}

.overlay .inner.overlay--v-bottom {
  justify-content: flex-end;
}

.overlay .inner .overlay__title,
.overlay .inner .overlay__subheading,
.overlay .inner .overlay__link,
.overlay .inner .overlay__text {
  margin: 0;
  color: inherit;
}

.overlay .inner .overlay__title + .overlay__subheading,
.overlay .inner .overlay__text {
  margin-top: 20px;
}

.overlay .inner .overlay__subheading + .overlay__link,
.overlay .inner .overlay__title + .overlay__link {
  margin-top: 30px;
}

.overlay .innest {
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
}

@media (min-width: 768px) {
  .section--video .overlay, .section--background-video .overlay {
    padding: 87px;
  }
}

.section--video .overlay .innest, .section--background-video .overlay .innest {
  margin-left: 0;
  margin-right: 0;
}

.overlay .overlay__text {
  text-align: inherit;
}

.overlay .overlay__text.large-text {
  font-size: 1.3em;
}

.slick-dotted .overlay {
  padding-bottom: calc(20px + 46px);
}


.height--full.video-container, .height--full .rimage-outer-wrapper, .height--full .placeholder-image {
  min-height: 100vh;
}

.alt-text-style, .prod-caption,
.coll-caption {
  background: rgba(0, 0, 0, 0.0);
  color: #25110e;
}

.alt-text-style h1, .prod-caption h1, .coll-caption h1, .alt-text-style h2, .prod-caption h2, .coll-caption h2,
.alt-text-style h3,
.prod-caption h3,
.coll-caption h3, .alt-text-style h4, .prod-caption h4, .coll-caption h4,
.alt-text-style h5,
.prod-caption h5,
.coll-caption h5, .alt-text-style h6, .prod-caption h6, .coll-caption h6,
.alt-text-style a,
.prod-caption a,
.coll-caption a {
  color: #25110e;
}

.alt-text-style a:hover, .prod-caption a:hover, .coll-caption a:hover {
  color: #000000;
}

.mini-article {
  padding-bottom: 30px;
}

.mini-article .image-head svg {
  width: 100%;
}

.mini-article img {
  width: 100%;
}

.mini-article:last-child {
  padding-bottom: 0;
}

@media (max-width: 1000px) {
  .mini-article__excerpt--tablet-hide {
    display: none;
  }
}

@media (min-width: 768px) {
  .article.grid {
    flex-wrap: nowrap;
  }
}

.article-image {
  margin: 0 -20px 1em;
  text-align: center;
}

.template-search .article-image {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .template-article .article-image {
    margin-bottom: 30px;
    margin-left: -60px;
    margin-right: -60px;
  }
  .template-article .article-is-overlapping .article-image {
    margin-top: -60px;
  }
}

@media (min-width: 992px) {
  .template-article .article-image {
    margin-left: -120px;
    margin-right: -120px;
  }
}

@media (max-width: 767px) {
  .template-blog .article {
    margin-top: 0;
  }
  .template-blog .article-image {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 768px) {
  .column .article-summary {
    padding: 20px;
  }
  .article-page-author-row {
    display: flex;
  }
  .article-page-author-row .sharing {
    flex: 1 1 auto;
    margin: 0;
    text-align: right;
  }
}

.article-page-author-row .sharing .sharing-label {
  display: none;
}

.article-page-author-row .sharing svg,
.article-page-author-row .sharing img {
  height: 22px;
}

.article-page-author-row .sharing svg {
  width: 22px;
}

.meta, .theme-product-reviews-full .spr-review-header-byline {
  font-family: , ;
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #000000;
  text-transform: uppercase;
}

.meta__item:not(:first-child)::before {
  content: '·';
  padding: 0 0.4em 0 0.5em;
}

.author-label,
.comment-meta {
  opacity: 0.6;
}

.prod-block .spr-badge {
  margin: 0.5em 0;
  font-size: 80%;
}

.prod-block .spr-badge[data-rating="0.0"] {
  display: none;
}

.prod-block .spr-badge-caption {
  white-space: nowrap;
}

.prod-image-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.prod-image-wrap a {
  display: block;
}

.prod-image-wrap .product-label {
  position: absolute;
  padding: 3px 8px 2px;
  font-size: 0.6875em;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #25110e;
  color: #fff;
}

.prod-image-wrap .product-label.tl, .prod-image-wrap .product-label.tr {
  top: 10px;
}

.prod-image-wrap .product-label.bl, .prod-image-wrap .product-label.br {
  bottom: 10px;
}

.prod-image-wrap .product-label.tl, .prod-image-wrap .product-label.bl {
  left: 10px;
}

.prod-image-wrap .product-label.tr, .prod-image-wrap .product-label.br {
  right: 10px;
}

.prod-image-wrap .product-label.sale {
  background: #ac353b;
  color: #fff;
}

.prod-image-wrap .product-label.inventory {
  background: #454f5b;
  color: #fff;
}

.prod-image-wrap .product-label.general {
  background: #a94400;
  color: #fff;
}

.prod-image-wrap--with-hover .hover-image,
.prod-image-wrap--with-hover .rimage__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prod-image-wrap--with-hover .hover-image {
  opacity: 0;
  transition: 250ms opacity ease;
}

.prod-image-wrap--with-hover:hover .hover-image {
  opacity: 1;
}

.prod-image-wrap--with-hover .rimage__image {
  background-color: #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 960px) {
  .prod-image-wrap--with-hover .hover-image {
    display: none;
  }
}

.prod-caption,
.coll-caption {
  display: block;
  color: #25110e;
  box-sizing: content-box;
  text-align: left;
  transition: background-color 200ms;
  padding: 1em 0 0;
}

.prod-caption .prod-caption__vendor,
.coll-caption .prod-caption__vendor {
  margin: 5px 0 8px;
  font-size: 67%;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.prod-block:hover .prod-caption {
  background: rgba(13, 13, 13, 0.0);
}

.prod-caption > a {
  display: block;
}

.product-price__compare {
  font-weight: 400 !important;
  margin-left: 0.3em;
  opacity: 1;
  text-decoration: line-through;
}

.on-sale .prod-caption {
  background: rgba(0, 0, 0, 0.0);
  padding: 1em 0 0;
}

.on-sale:hover .prod-caption {
  background: rgba(13, 13, 13, 0.0);
}

.unit-price {
  font-size: 13px;
  line-height: 1.4em;
}

.rimage-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.rimage-outer-wrapper[data-parent-fit="contain"] {
  background-size: contain;
}

.rimage-outer-wrapper.fade-in {
  opacity: 0;
  transition: opacity 500ms;
}

.rimage-outer-wrapper.fade-in.lazyloaded {
  opacity: 1;
}

.no-js .rimage-outer-wrapper.fade-in {
  opacity: 1;
}

.rimage-wrapper {
  position: relative;
  transition: background 150ms;
}

.rimage-wrapper .rimage__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rimage__image {
  object-fit: cover;
  background-position: center;
}

.rimage__image.blur-in {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.rimage__image.blur-in.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.rimage__image.fade-in {
  opacity: 0;
  transition: opacity 500ms;
}

.rimage__image.fade-in.lazyloaded {
  opacity: 1;
}

.rimage__image.cover {
  object-fit: cover;
  background-size: cover;
}

.rimage__image.contain {
  object-fit: contain;
  object-position: top center;
}

.lazyload--placeholder {
  background: #f2f2f2;
  transition: background 500ms 500ms;
}

.lazyload--placeholder-loaded {
  background: transparent;
}

.coll-caption {
  color: inherit;
}

.pagination {
  text-align: center;
  margin: 60px 0;
}

.pagination .pagination__part {
  vertical-align: middle;
  padding: 2px 4px;
}

.pagination .pagination__part--active {
}

.pagination .pagination__previous-link {
  margin-right: 1em;
  vertical-align: middle;
}

.pagination .pagination__next-link {
  margin-left: 1em;
  vertical-align: middle;
}

.social-links {
  padding: 0;
  margin: 0 0 -20px;
}

.social-links ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-links li {
  display: inline-block;
  list-style: none;
  margin: 0 36px 20px 0;
}

.social-links li:last-child {
  margin-right: 0;
}

.social-links .sharing-label {
  font-size: 80%;
  margin: 0 0 0.5em;
}

.social-links img {
  height: 16px;
}

.social-links svg {
  width: 16px;
  height: 16px;
}

.social-links a {
  vertical-align: middle;
  display: inline-block;
  transition: transform 200ms ease;
}

.social-links a:hover {
  transform: scale(1.2);
}

.sharing {
  margin: 1em 0 2em;
}

.sharing .sharing-list li {
  margin: 0 5px;
}

.product .sharing {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #d4d4d4;
}

.product .sharing .sharing-label, .product .sharing ul, .product .sharing li {
  display: inline;
  vertical-align: middle;
}

.product .sharing .sharing-label {
  margin-right: 0.5em;
}

@media (min-width: 990px) {
  .product-grid {
    display: flex;
  }
  .product-grid__images {
    flex: 1 1 auto;
  }
  .product-grid__detail {
    margin-left: 0px;
    width: 100%;
    flex: 0 1 auto;
  }
}

.sku {
  margin: 0 0 1em;
}

.sku--no-sku {
  display: none;
}

.product-title {
  margin-bottom: 15px;
}

.product-price--large {
  font-size: 1.375em;
}

@media (max-width: 767px) {
  .product-price--large {
    font-size: 1.25em;
  }
}

.product-policies {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

.product-policies a {
  text-decoration: underline;
  color: #000000;
}

.product-main-detail {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d4d4d4;
}

.product-form {
  margin: 20px 0 0;
}

.product-form select, .product-form .store-localization .disclosure__toggle, .store-localization .product-form .disclosure__toggle {
  width: 100%;
}

.product-form .selector-wrapper {
  margin: 0 0 20px;
}

.product-form .quantity-area {
  margin-bottom: 60px;
}

.product-form .product-add {
  margin-top: 60px;
}

.product-form .product-add .button {
  width: 100%;
  margin-bottom: 20px;
}

.product-form .original-selector {
  display: none;
}

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

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

.single-variant-wrapper {
  margin-bottom: 20px;
}

.single-variant-wrapper label {
  display: inline;
}

.quadd-wrapper--with-payment-button .button {
  min-height: 44px;
  margin-bottom: 20px;
}

.shopify-payment-button {
  width: 100%;
  transition: opacity 150ms;
}

.variant-status--unavailable .shopify-payment-button {
  opacity: 0;
}

.shopify-payment-button .shopify-payment-button__button {
  min-height: 44px;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
  background: #000000;
  color: #f2b735;
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  font-family: , ;
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  
  transition: box-shadow 250ms;
}

.shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background: #000000;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.1), 0 1px 15px 0 rgba(0, 0, 0, 0.05);
}

.shopify-payment-button .shopify-payment-button__more-options {
  display: block;
  width: 100%;
  color: inherit;
  border: none;
  background: none;
  padding: 0 15%;
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  min-height: 0;
}

.shopify-payment-button .shopify-payment-button__button div[role="button"], .shopify-payment-button .shopify-payment-button__button button, .shopify-payment-button div[role="button"], .shopify-payment-button button {
  border-radius: 0px !important;
}

.backorder {
  margin: 1em 0;
}

.cart-list .backorder {
  margin: 0;
  font-size: 0.875em;
}

.product-photos {
  transition: height 1s;
}

.product-photos img {
  vertical-align: top;
}

.product-photos .main-wrapper {
  margin: 0 auto 2em;
  text-align: center;
}

.product-photos .main a {
  position: relative;
  display: block;
  vertical-align: top;
}

.product-photos .product-media {
  display: none;
}

.product-photos .product-media .main-img-link {
  display: inline-block;
  width: 100%;
}

.product-photos .product-media.product-media--video {
  transition: opacity .3s;
  visibility: hidden;
  opacity: 0;
}

.product-photos .product-media.product-media--video.product-media--video-loaded {
  visibility: visible;
  opacity: 1;
}

html.no-js .product-photos .product-media {
  display: block;
  visibility: visible;
  opacity: 1;
  margin-bottom: 20px;
}

.product-photos .product-media--frame {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.product-photos .product-media--frame iframe,
.product-photos .product-media--frame object,
.product-photos .product-media--frame embed,
.product-photos .product-media--frame video,
.product-photos .product-media--frame model-viewer,
.product-photos .product-media--frame .shopify-model-viewer-ui,
.product-photos .product-media--frame .media-item,
.product-photos .product-media--frame .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-photos .product-media--frame button svg {
  margin: auto;
}

.product-photos .product-media--frame .plyr.plyr__tab-focus,
.product-photos .product-media--frame model-viewer.focus-visible {
  outline: none;
}

.product-photos .product-media--frame .plyr.plyr__tab-focus::after,
.product-photos .product-media--frame model-viewer.focus-visible::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 1px 1px #2a2928 inset;
}

.product-photos .product-media--frame .shopify-model-viewer-ui {
  /* hack for some model-viewer 'quirks' */
}

.product-photos .product-media--frame .shopify-model-viewer-ui model-viewer {
  text-align: left;
}

.product-photos .product-media--frame .shopify-model-viewer-ui model-viewer .model-viewer,
.product-photos .product-media--frame .shopify-model-viewer-ui model-viewer .model-viewer:hover {
  border-radius: 0;
  background-color: transparent;
}

.product-photos .product-media--frame .shopify-model-viewer-ui model-viewer .container {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.product-photos .product-media--frame .shopify-model-viewer-ui button[hidden] {
  display: none;
}

.product-photos .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #ffffff;
  border-color: rgba(42, 41, 40, 0.05);
}

.product-photos .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #2a2928;
}

.product-photos .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(42, 41, 40, 0.55);
}

.product-photos .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .product-photos .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(42, 41, 40, 0.55);
  background: rgba(42, 41, 40, 0.05);
}

.product-photos .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(42, 41, 40, 0.05);
}

.product-photos .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #ffffff;
  border-color: rgba(42, 41, 40, 0.05);
}

.product-photos .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .product-photos .product-media--frame .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(42, 41, 40, 0.55);
}

.product-photos .view-in-space {
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #2a2928;
  border: none;
  background: rgba(42, 41, 40, 0.08);
  border-radius: 0;
}

.product-photos .view-in-space:hover {
  color: #2a2928;
  border: none;
  background: rgba(42, 41, 40, 0.08);
}

.product-photos .view-in-space[data-shopify-xr-hidden] {
  display: none;
}

.product-photos .view-in-space .icon {
  height: 1.8em;
  width: 1.8em;
  fill: transparent;
  vertical-align: middle;
}

.product-photos .view-in-space .icon .icon-3d-badge-full-color-outline,
.product-photos .view-in-space .icon .icon-video-badge-full-color-outline {
  display: none;
}

.product-photos .view-in-space .icon .icon-3d-badge-full-color-element,
.product-photos .view-in-space .icon .icon-video-badge-full-color-element {
  fill: currentColor;
}

.product-photos .view-in-space .view-in-space__text {
  vertical-align: middle;
}

.product-photos .thumbnails-outer {
  position: relative;
  transition: padding .5s;
}

@media (max-width: 989px) {
  .product-photos .thumbnails-outer {
    padding: 0 25px;
  }
}

.product-photos .thumbnails-outer .thumbnails-inner {
  display: inline-block;
  width: 100%;
}

@media (max-width: 989px) {
  .product-photos .thumbnails-outer .thumbnails-inner {
    width: auto;
  }
}

.product-photos .thumbnails-outer .thumbnails__prev,
.product-photos .thumbnails-outer .thumbnails__next {
  background: transparent;
  display: inline-block;
  height: 44px;
  width: 44px;
  position: absolute;
  text-align: center;
  top: 50%;
  padding: 0;
  border-radius: 0;
  border: none;
  transform: translateY(-50%);
}

.product-photos .thumbnails-outer .thumbnails__prev:focus,
.product-photos .thumbnails-outer .thumbnails__next:focus {
  outline: none;
}

.product-photos .thumbnails-outer .thumbnails__prev.focus-visible,
.product-photos .thumbnails-outer .thumbnails__next.focus-visible {
  border: 1px solid #2a2928;
}

@media (min-width: 989px) {
  .product-photos .thumbnails-outer .thumbnails__prev,
  .product-photos .thumbnails-outer .thumbnails__next {
    display: none;
  }
}

.product-photos .thumbnails-outer .thumbnails__prev svg,
.product-photos .thumbnails-outer .thumbnails__next svg {
  height: 20px;
  width: 20px;
  position: relative;
  top: 10px;
  transform: translateY(-50%);
  margin: 0;
  color: #2a2928;
}

.product-photos .thumbnails-outer .thumbnails__prev {
  left: -20px;
}

.product-photos .thumbnails-outer .thumbnails__next {
  right: -20px;
}

.product-photos .thumbnails-outer.thumbnails--no-arrows {
  padding: 0;
}

.product-photos .thumbnails-outer.thumbnails--no-arrows .thumbnails__prev,
.product-photos .thumbnails-outer.thumbnails--no-arrows .thumbnails__next {
  display: none;
}

.product-photos .thumbnails {
  margin-bottom: 60px;
}

@media (max-width: 989px) {
  .product-photos .thumbnails {
    overflow: auto;
    white-space: nowrap;
  }
}

.product-photos .thumbnails .thumb {
  position: relative;
  display: inline-block;
  margin: 5px;
  border: 1px solid transparent;
  width: 80px;
  vertical-align: top;
  overflow: hidden;
}

.product-photos .thumbnails .thumb.active, .product-photos .thumbnails .thumb:hover, .product-photos .thumbnails .thumb:focus {
  border-color: #2a2928;
}

.product-photos .thumbnails .thumb .rimage-outer-wrapper {
  display: block;
}

.product-photos.product-photos--expanded-all .thumbnails {
  display: none;
}

.product-photos.product-photos--expanded-all .thumbnails,
.product-photos.product-photos--expanded-all .load-all-thumbs {
  pointer-events: none;
  opacity: 0;
  transition: all 500ms;
}

.product-photos.product-photos--expanded-all .product-media {
  display: block;
  margin-bottom: 20px;
}

.product-photos.product-photos--expanded-all .product-media.product-media--model {
  border: 1px solid #d4d4d4;
}

@media (min-width: 990px) {
  .product-photos.product-photos--layout-beside {
    display: flex;
  }
  .product-photos.product-photos--layout-beside .main-wrapper {
    order: 1;
    flex: 1 2 auto;
  }
  .product-photos.product-photos--layout-beside .thumbnails {
    flex: 0 1 82px;
    margin-right: 50px;
  }
  .product-photos.product-photos--layout-beside .thumbnails .thumb {
    display: block;
    margin-bottom: 20px;
  }
}

@media (min-width: 990px) {
  .product-photos.product-photos--layout-under .thumbnails {
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
  }
  .product-photos.product-photos--layout-under .thumbnails .thumb {
    width: calc(100% / 7 - 10px);
  }
}

@media (max-width: 989px) {
  .product-grid .load-all-thumbs-row {
    display: none;
  }
}

.exp-image-container {
  position: relative;
  background-position: center 40px;
  height: 0;
  overflow: hidden;
  transition: height 750ms;
}

.exp-image-container.loaded {
  height: auto;
}

.exp-image-container .exp-image {
  margin-top: 20px;
}

.cart-list {
  margin: 0 0 1em;
  padding: 0;
}

.cart-list .head,
.cart-list .item {
  display: flex;
  list-style: none;
  padding: 30px 0 20px;
  border-bottom: 1px solid #d4d4d4;
}

.cart-list .head {
  padding-top: 0;
}

.col-notimage {
  flex: 1 1 auto;
  display: flex;
}

.cart-list .col-desc {
  flex: 1 1 auto;
  text-align: left;
}

.cart-list .col-image {
  flex: 0 0 auto;
  width: 50px;
  margin-right: 20px;
  text-align: left;
}

.cart-list .col-image img {
  vertical-align: top;
}

.cart-list .col-price {
  flex: 0 0 auto;
  width: 140px;
  text-align: right;
}

.cart-list .col-quantity {
  flex: 0 0 auto;
  width: 110px;
  text-align: center;
}

.cart-list .col-quantity a {
  display: inline-block;
  font-size: 80%;
  line-height: 1.2;
  border-bottom: 1px solid;
}

.cart-list .item .col-quantity {
  margin-top: -10px;
}

.cart-list .col-total {
  flex: 0 0 auto;
  width: 150px;
  text-align: right;
}

.update-continue {
  margin: 1em 0;
}

.update-continue input {
  vertical-align: baseline;
}

.update-continue span {
  margin: 0 0.2em;
  opacity: 0.75;
}

.under-cart {
  padding-top: 2em;
}

.under-cart a {
  text-decoration: underline;
  color: #000000;
}

.under-cart .subtotal {
  margin: 0 0 0 0.75em;
}

.under-cart .terms,
.under-cart .comment {
  margin: 1em 0;
  font-size: 0.875em;
  line-height: 1.5em;
}

.under-cart .terms input {
  margin-right: 0.5em;
}

.under-cart .note-area {
  margin: 0 0 1.5em;
}

.under-cart .checkout-btn {
  margin: 1em 0;
  min-width: 240px;
}

@media (max-width: 500px) {
  .under-cart .checkout-btn {
    width: 100%;
  }
}

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

.cart-discount-list {
  margin: 1em 0;
  padding: 0;
}

.cart-discount-list:first-child {
  margin-top: 0;
}

.cart-discount-list:last-child {
  margin-bottom: 0;
}

.cart-discount {
  list-style: none;
}

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

.cart-discount__amount::before {
  content: '-';
}

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

.additional-checkout-buttons {
  margin-top: 10px;
}

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

.blog-read-more:hover {
  color: #10100f;
}

.simple-popup {
  position: absolute;
  z-index: 10000;
  width: 200px;
  padding: 10px 15px;
  border: 1px solid #25110e;
  color: #25110e;
  background: rgba(0, 0, 0, 0.0);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 0 #888;
  -moz-box-shadow: 0 0 2px 0 #888;
  box-shadow: 0 0 2px 0 #888;
  text-align: center;
}

.comment-header {
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d4d4d4;
}

.comment-header h3 {
  color: inherit;
}

.comment-content p {
  margin: 0 0 0.5em;
}

.comment-meta {
  font-size: 0.875em;
  line-height: 1.5em;
}

.feedback {
  background: #eeeeee;
  border: 1px solid #959494;
  padding: 1em 1.5em;
  font-style: italic;
  border-radius: 2px;
}

.signup-section .signup-section__subheading {
  margin: 0 0 0.5em;
  font-size: 0.85em;
  line-height: 1.4em;
  text-transform: none;
  letter-spacing: 0.04em;
}

.signup-section .signup-section__subheading p {
  margin: 0 0 0.5em;
}

.signup-section .signup-section__subheading a, .signup-section .signup-section__subheading a:hover {
  color: inherit;
}

.signup-section .signup-section__inputs {
  position: relative;
}

.signup-section .error {
  font-style: italic;
  margin-left: 0.5em;
}

/* Main menu */
#main-menu {
  font-family: , ;
  font-weight: ;
  font-style: ;
  position: fixed;
  left: 0;
  top: 0px;
  height: 100%;
  max-width: 100%;
  background: #ffffff;
  color: #000000;
  z-index: 10011;
  opacity: 0;
  transform: translate3d(-50px, 0, 0);
  pointer-events: none;
  transition: transform .5s, opacity .5s, visbility .5s;
  width: 50%;
}

@media (max-width: 1000px) {
  #main-menu {
    width: 75%;
  }
}

@media (max-width: 767px) {
  #main-menu {
    width: 100%;
  }
}

#main-menu h1, #main-menu h2, #main-menu h3, #main-menu h4, #main-menu h5, #main-menu h6 {
  color: inherit;
}

#main-menu .rte a, #main-menu .general-form a, #main-menu #customer_sidebar a, #main-menu .order-table a, #main-menu #address_tables a {
  color: inherit;
}

#main-menu .rte a:hover, #main-menu .general-form a:hover, #main-menu #customer_sidebar a:hover, #main-menu .order-table a:hover, #main-menu #address_tables a:hover {
  color: inherit;
}

#main-menu .main-menu-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#main-menu .main-menu-toggle {
  display: inline-block;
  transition: transform 250ms ease;
}

#main-menu .main-menu-toggle svg {
  height: 24px;
  width: 24px;
}

#main-menu .main-menu-toggle:hover {
  transform: scale(1.2);
}

#main-menu .main-menu-links {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 32px;
  line-height: 1.2em;
  list-style: none;
  margin: 0px;
  padding: 120px 0 56px 0;
}

#main-menu .main-menu-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-menu .main-menu-links li {
  padding: 0;
  transition: transform 0.4s, opacity .4s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#main-menu .main-menu-links li:nth-child(1) {
  transition-delay: 0.05s;
}

#main-menu .main-menu-links li:nth-child(2) {
  transition-delay: 0.1s;
}

#main-menu .main-menu-links li:nth-child(3) {
  transition-delay: 0.15s;
}

#main-menu .main-menu-links li:nth-child(4) {
  transition-delay: 0.2s;
}

#main-menu .main-menu-links li:nth-child(5) {
  transition-delay: 0.25s;
}

#main-menu .main-menu-links li:nth-child(6) {
  transition-delay: 0.3s;
}

#main-menu .main-menu-links li:nth-child(7) {
  transition-delay: 0.35s;
}

#main-menu .main-menu-links li:nth-child(8) {
  transition-delay: 0.4s;
}

#main-menu .main-menu-links li:nth-child(9) {
  transition-delay: 0.45s;
}

#main-menu .main-menu-links li:nth-child(10) {
  transition-delay: 0.5s;
}

#main-menu .main-menu-links li:nth-child(11) {
  transition-delay: 0.55s;
}

#main-menu .main-menu-links li:nth-child(12) {
  transition-delay: 0.6s;
}

#main-menu .main-menu-links li:nth-child(13) {
  transition-delay: 0.65s;
}

#main-menu .main-menu-links li:nth-child(14) {
  transition-delay: 0.7s;
}

#main-menu .main-menu-links li:nth-child(15) {
  transition-delay: 0.75s;
}

#main-menu .main-menu-links li:nth-child(16) {
  transition-delay: 0.8s;
}

#main-menu .main-menu-links li:nth-child(17) {
  transition-delay: 0.85s;
}

#main-menu .main-menu-links li:nth-child(18) {
  transition-delay: 0.9s;
}

#main-menu .main-menu-links li:nth-child(19) {
  transition-delay: 0.95s;
}

#main-menu .main-menu-links li:nth-child(20) {
  transition-delay: 1s;
}

#main-menu .main-menu-links li a {
  position: relative;
}

#main-menu .main-menu-links li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width .3s, opacity .4s;
  opacity: 0;
}

#main-menu .main-menu-links li a:hover:after {
  width: 100%;
  opacity: 1;
}

#main-menu .main-menu-link {
  display: inline-block;
  margin: 0.4em 0;
  transition: transform 250ms cubic-bezier(0.23, 0.51, 0.58, 1);
}

#main-menu .nav-ctas {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}

#main-menu .nav-ctas .nav-ctas__cta {
  margin: 0 0 20px 0;
  display: block;
}

#main-menu .nav-ctas.nav-ctas--2 {
  column-gap: 20px;
}

@media (min-width: 600px) and (max-width: 767px), (min-width: 900px) and (max-width: 1000px), (min-width: 1300px) {
  #main-menu .nav-ctas.nav-ctas--2 {
    column-count: 2;
  }
}

#main-menu .has-children {
  position: relative;
}

#main-menu .has-children .main-menu-link .child-indicator {
  display: inline-block;
  line-height: 24px;
  height: 24px;
  padding-left: 10px;
  padding-top: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#main-menu .has-children .main-menu-link .child-indicator svg {
  width: 24px;
  height: 24px;
  vertical-align: top;
}

#main-menu .main-menu-account-link {
  opacity: 0.5;
}

#main-menu .main-menu-panel-wrapper {
  position: relative;
  height: 100%;
}

#main-menu .main-menu-panel {
  position: absolute;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
  padding: 0 80px 80px;
  transition: opacity 500ms ease, transform 500ms ease;
}

#main-menu .main-menu-panel::-webkit-scrollbar {
  width: 0 !important;
}

#main-menu .nav-contact-info {
  margin-bottom: 20px;
}

#main-menu .nav-contact-info .nav-contact-info__block {
  margin-bottom: 10px;
}

#main-menu .social-links li {
  margin-right: 24px;
}

#main-menu .social-links li a {
  transition: transform 200ms ease;
}

#main-menu .main-menu-panel--child .main-menu-links {
  flex: 0 0 auto;
}

#main-menu .main-menu-panel--inactive-right {
  pointer-events: none;
  opacity: 0;
  left: 0;
  top: 0;
  transform: translate3d(10%, 0, 0);
}

#main-menu .main-menu-panel--inactive-right .main-menu-links > li {
  opacity: 0;
  transform: translate3d(20px, 0, 0);
}

#main-menu .main-menu-panel--inactive-left {
  pointer-events: none;
  opacity: 0;
  left: 0;
  top: 0;
  transform: translate3d(-25%, 0, 0);
}

#main-menu .main-menu-panel--inactive-left .main-menu-links > li {
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
}

.main-menu-breadcrumbs {
  margin-bottom: 20px;
  display: none;
}

.main-menu-breadcrumbs .main-menu-breadcrumbs__item {
  vertical-align: middle;
}

.main-menu-breadcrumbs .main-menu-breadcrumbs__divider {
  margin: 0 0.5em;
  vertical-align: middle;
}

.main-menu-breadcrumbs .main-menu-breadcrumbs__divider svg {
  width: 1em;
  height: calc(1em + 2px);
  padding-bottom: 2px;
  vertical-align: middle;
}

.main-menu-section {
  margin: 0 0 35px;
}

.main-menu-section:last-child {
  margin-bottom: 0;
}

.main-menu-section label {
  color: inherit;
}

.main-menu-section .rte, .main-menu-section .general-form,
.main-menu-section #customer_sidebar,
.main-menu-section .order-table,
.main-menu-section #address_tables {
  margin: 0;
}

.main-menu-section--footer {
  margin-bottom: 20px;
}

.main-menu-section--socials {
  margin-top: 10px;
}

.focus-tint {
  content: '';
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 10010;
  pointer-events: none;
  transition: transform .5s, opacity .5s, visbility .5s;
}

.open-menu body {
  overflow: hidden;
}

.open-menu #main-menu {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  transition-delay: 200ms;
}

.open-menu .focus-tint {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  visibility: visible;
}

.open-search .header-search {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  transition-delay: 200ms;
}

.open-search .focus-tint {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  visibility: visible;
}

.shopify-section--header {
  top: 0;
  z-index: 1000;
}

.shopify-section--header .nav-contact-info .nav-contact-info__block a {
  display: inline-flex !important;
  align-items: center;
}

.shopify-section--header .nav-contact-info .nav-contact-info__block__icon.nav-contact-info__block__icon--email {
  padding-right: 9px;
  height: 20px;
}

.shopify-section--header .nav-contact-info .nav-contact-info__block__icon.nav-contact-info__block__icon--email svg {
  height: 20px;
  width: 20px;
  position: relative;
  top: 1px;
}

.shopify-section--header .nav-contact-info .nav-contact-info__block__icon.nav-contact-info__block__icon--email svg g {
  fill: none;
}

.shopify-section--header .nav-contact-info .nav-contact-info__block__icon.nav-contact-info__block__icon--phone {
  height: 17px;
  padding-right: 7px;
}

.shopify-section--header .nav-contact-info .nav-contact-info__block__icon.nav-contact-info__block__icon--phone svg, .shopify-section--header .nav-contact-info .nav-contact-info__block__icon.nav-contact-info__block__icon--phone svg > g, .shopify-section--header .nav-contact-info .nav-contact-info__block__icon.nav-contact-info__block__icon--phone svg > g > g {
  fill: none;
}

.shopify-section--header .nav-contact-info .nav-contact-info__block__icon.nav-contact-info__block__icon--phone svg {
  height: 17px;
  width: 17px;
  position: relative;
  top: 3px;
}

.pageheader {
  position: relative;
  color: #000000;
  transition: opacity .4s, visibility .4s;
  z-index: 100;
}

.has-text-banner:not(.scrolled-down) .pageheader {
  color: #000000;
}

.video-modal-open .pageheader, .pageheader.pageheader--loading {
  opacity: 0;
  visibility: hidden;
}

.pageheader .header-items a {
  color: inherit;
}

.pageheader .header-items svg {
  vertical-align: top;
}

.pageheader .header-items svg, .pageheader .header-items svg g {
  fill: currentColor;
}

.pageheader .logo .logo__contrast-image {
  display: none;
}

.pageheader .main-menu-toggle {
  font-family: , ;
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0;
  z-index: 10012;
  display: inline-block;
  top: 2px;
}

.pageheader .main-menu-toggle:before {
  content: "";
  position: absolute;
  left: -20px;
  display: inline-block;
  height: 500px;
  top: -460px;
  width: 100vw;
  visibility: hidden;
}

@media (min-width: 768px) {
  .pageheader .main-menu-toggle:before {
    width: 75vw;
    left: -30px;
  }
}

@media (min-width: 992px) {
  .pageheader .main-menu-toggle:before {
    left: -40px;
  }
}

@media (min-width: 1001px) {
  .pageheader .main-menu-toggle:before {
    width: 50vw;
  }
}

.open-search .pageheader .main-menu-toggle {
  z-index: 10009;
}

.open-menu .pageheader .main-menu-toggle {
  color: #000000;
}

.open-menu .pageheader .main-menu-toggle:before {
  background-color: #ffffff;
  transition: background-color .1s;
  transition-delay: 1s;
  visibility: visible;
}

.pageheader .main-menu-toggle .main-menu-toggle__text {
  vertical-align: text-top;
  position: absolute;
  font-family: , ;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s, visibility 0.5s, transform .5s;
  font-size: 1.1em;
  letter-spacing: 0.02em;
}

.pageheader .main-menu-toggle .main-menu-toggle__text.main-menu-toggle__text--close, .pageheader .main-menu-toggle .main-menu-toggle__text.main-menu-toggle__text--back {
  opacity: 0;
  visibility: hidden;
}

.open-menu .pageheader .main-menu-toggle .main-menu-toggle__text.main-menu-toggle__text--menu {
  transform: translate3d(20px, -50%, 0);
  opacity: 0;
  visibility: hidden;
}

.pageheader .main-menu-toggle .main-menu-toggle__text.main-menu-toggle__text--close {
  transform: translate3d(-20px, -50%, 0);
}

.open-menu .pageheader .main-menu-toggle .main-menu-toggle__text.main-menu-toggle__text--close {
  transform: translate3d(-10px, -50%, 0);
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .open-menu .pageheader .main-menu-toggle .main-menu-toggle__text.main-menu-toggle__text--close {
    transform: translate3d(-6px, -50%, 0);
  }
}

.pageheader .main-menu-toggle .main-menu-toggle__text.main-menu-toggle__text--back {
  transform: translate3d(20px, -50%, 0);
}

.open-menu .pageheader .main-menu-toggle.main-menu-toggle--back .main-menu-toggle__text.main-menu-toggle__text--close {
  transform: translate3d(-20px, -50%, 0);
  opacity: 0;
  visibility: hidden;
}

.open-menu .pageheader .main-menu-toggle.main-menu-toggle--back .main-menu-toggle__text.main-menu-toggle__text--back {
  transform: translate3d(-9px, -50%, 0);
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .open-menu .pageheader .main-menu-toggle.main-menu-toggle--back .main-menu-toggle__text.main-menu-toggle__text--back {
    transform: translate3d(-5px, -50%, 0);
  }
}

.open-menu .pageheader .main-menu-toggle.main-menu-toggle--back .icon-burger .line-1 {
  transform: translateY(5px) translateX(7px) rotate(-45deg);
  width: 10px;
}

.open-menu .pageheader .main-menu-toggle.main-menu-toggle--back .icon-burger .line-2 {
  opacity: 1;
  width: 16px;
  transform: translate3d(9px, 0, 0);
}

.open-menu .pageheader .main-menu-toggle.main-menu-toggle--back .icon-burger .line-3 {
  transform: translateY(-5px) translateX(7px) rotate(45deg);
  width: 10px;
}

.pageheader .main-menu-toggle, .pageheader a:not(.focus-tint) {
  transition: none;
}

.icon-burger {
  width: 30px;
  height: 16px;
  position: relative;
  display: block;
  margin: auto;
}

.icon-burger .line {
  display: block;
  background-color: currentColor;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 1px;
  transition: transform 0.4s, opacity 0.4s, width 0.4s;
}

.icon-burger .line.line-1 {
  top: 0;
}

.icon-burger .line.line-2 {
  top: 50%;
}

.icon-burger .line.line-3 {
  top: 100%;
}

.icon-burger:hover .line {
  opacity: 0.8;
}

.open-menu .icon-burger .line-1 {
  transform: translateY(8px) translateX(8px) rotate(45deg);
  width: 18px;
}

.open-menu .icon-burger .line-2 {
  opacity: 0;
}

.open-menu .icon-burger .line-3 {
  transform: translateY(-8px) translateX(8px) rotate(-45deg);
  width: 18px;
}

.pageheader--minimal .logo {
  margin-left: auto;
  margin-right: auto;
}

.announcement {
  font-size: 0.6875em;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  transition: opacity .5s, visibility .5s;
}

.video-modal-open .announcement {
  opacity: 0;
  visibility: hidden;
}

.announcement a {
  display: block;
  color: inherit;
}

.announcement .announcement__inner {
  padding: 10px 15px;
  text-transform: uppercase;
}

.nav-ctas__cta {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}

.nav-ctas__cta a {
  display: inline-block;
  width: 100%;
  height: auto;
}

.user-is-tabbing .nav-ctas__cta a:focus .overlay {
  border: 2px solid #1f61cc;
}

.nav-ctas__cta a .rimage-outer-wrapper {
  transform: scale(1.01);
  transition: transform .6s;
}

@media (min-width: 768px) {
  .nav-ctas__cta a:hover .rimage-outer-wrapper {
    transform: scale(1.05);
  }
}

.nav-ctas__cta .overlay {
  padding: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
}

.nav-ctas__cta .overlay .innest {
  padding-left: 24px;
  padding-right: 24px;
}

.nav-ctas__cta .overlay.overlay--no-image {
  padding: 0;
}

.nav-ctas__cta .overlay.overlay--no-image .innest {
  margin-left: 0;
  margin-right: 0;
}

.nav-ctas__cta .overlay .overlay__title {
  font-size: 30px;
}

.nav-ctas__cta .overlay .overlay__link {
  margin-top: 20px;
}

.nav-ctas__cta .overlay .overlay__text p {
  margin-bottom: 0;
}

.pageheader__contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 26px 40px;
  z-index: 5;
}

.pageheader__contents.pageheader__contents--top {
  align-items: flex-start;
}

.no-banner .pageheader__contents,
.has-banner:not(.header-overlapping) .pageheader__contents,
.has-banner .pageheader__contents:not(.pageheader__contents--overlap) {
  position: relative;
}

.pageheader__contents .pageheader__layout {
  position: relative;
  transition: all 300ms cubic-bezier(0, 0, 0.25, 1);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .pageheader__contents .pageheader__layout {
    transition-duration: 0s;
  }
}

.scrolled-down .pageheader__contents .pageheader__layout {
  background-color: transparent;
}

.pageheader__contents.pageheader__contents--inline .site-control__inline-links {
  font-family: , ;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 100%;
  display: none;
}

@media (min-width: 992px) {
  .pageheader__contents.pageheader__contents--inline .site-control__inline-links {
    display: block;
  }
}

.modal-active:not(.modal-active--prevent-close) .pageheader__contents.pageheader__contents--inline .site-control__inline-links {
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

.pageheader__contents.pageheader__contents--inline.pageheader__contents--inline--visible .site-control__inline-links {
  height: 100%;
}

@media (min-width: 992px) {
  .pageheader__contents.pageheader__contents--inline.pageheader__contents--inline--visible .site-control__inline-links {
    visibility: visible;
    opacity: 1;
  }
}

.pageheader__contents.pageheader__contents--inline.pageheader__contents--inline--visible .main-menu-toggle {
  display: none;
}

.pageheader__contents.pageheader__contents--inline.pageheader__contents--inline--visible:hover {
  color: #000000;
}

.pageheader__contents.pageheader__contents--inline.pageheader__contents--inline--visible:hover .pageheader__layout::before {
  background-color: #ffffff;
}

.pageheader__contents.pageheader__contents--inline.pageheader__contents--inline--visible:hover .logo .has-contrast-image img {
  display: block;
}

.pageheader__contents.pageheader__contents--inline.pageheader__contents--inline--visible:hover .logo .has-contrast-image .logo__contrast-image {
  display: none;
}

.pageheader__contents.pageheader__contents--inline.pageheader__contents--inline--visible.pageheader__contents--inline--left-logo .logo {
  order: 1;
  max-width: none !important;
  text-align: left;
  flex-basis: 132px;
}

.pageheader__contents.pageheader__contents--inline.pageheader__contents--inline--visible.pageheader__contents--inline--left-logo .logo .logo__image {
  margin-left: 0;
  margin-right: 0;
}

.pageheader__contents.pageheader__contents--inline.pageheader__contents--inline--visible.pageheader__contents--inline--left-logo .header-left {
  order: 2;
  margin-left: 10px;
}

.pageheader__contents.pageheader__contents--inline.pageheader__contents--inline--visible.pageheader__contents--inline--left-logo .header-left .tier-1 {
  text-align: center;
}

.pageheader__contents.pageheader__contents--inline.pageheader__contents--inline--visible.pageheader__contents--inline--left-logo .header-items {
  order: 3;
  flex: 1 0 132px;
}

.pageheader__contents.pageheader__contents--inline.pageheader__contents--inline--left-logo:not(.pageheader__contents--inline--visible) .site-control__inline-links {
  width: 0;
}

@media (min-width: 992px) {
  .pageheader__contents.pageheader__contents--inline {
    /*Nav*/
  }
  .pageheader__contents.pageheader__contents--inline .logo {
    left: 20px !important;
    z-index: 1;
  }
  .pageheader__contents.pageheader__contents--inline .site-control__inline-links {
    color: inherit;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row {
    text-align: center;
    line-height: 1.5em;
    font-size: 15px;
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row ul {
    margin: 0;
    padding-left: 0;
    display: inline-block;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row ul li {
    vertical-align: top;
    margin: 0;
    display: inline-block;
    white-space: normal;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row a {
    padding: 0 0.7em;
    display: inline-block;
    font-size: 15px;
    word-break: break-word;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row a:focus:hover {
    box-shadow: none !important;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row ul ul {
    display: none;
  }
  .pageheader__contents.pageheader__contents--inline .multi-level-nav.reveal-on-hover .tier-2,
  .pageheader__contents.pageheader__contents--inline .multi-level-nav.reveal-on-hover .tier-3 {
    position: absolute;
    z-index: 10;
    top: calc(100% + 26px);
    left: 0;
    opacity: 0;
    transition: opacity .3s, background-color 2s, top .2s;
    margin-left: -40px;
    width: calc(100vw + 5px);
    border-top: 1px solid #000000;
    padding-right: 20px;
  }
  .scrolled-down .pageheader__contents.pageheader__contents--inline .multi-level-nav.reveal-on-hover .tier-2, .scrolled-down
  .pageheader__contents.pageheader__contents--inline .multi-level-nav.reveal-on-hover .tier-3 {
    top: calc(100% + 13px - 1px);
  }
  .pageheader__contents.pageheader__contents--inline .multi-level-nav.reveal-on-hover .tier-2 ul.nav-columns ul a:not(.column-title),
  .pageheader__contents.pageheader__contents--inline .multi-level-nav.reveal-on-hover .tier-3 ul.nav-columns ul a:not(.column-title) {
    font-size: 15px;
    line-height: 1.5em;
  }
  .pageheader__contents.pageheader__contents--inline .multi-level-nav.reveal-on-hover .tier-2.tier-appeared,
  .pageheader__contents.pageheader__contents--inline .multi-level-nav.reveal-on-hover .tier-3.tier-appeared {
    opacity: 1;
    background-color: #ffffff;
    transition: opacity .3s, background-color .3s;
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #000000;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-ctas__cta {
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    padding: 40px 10px;
    font-family: , ;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-ctas__cta > .inner {
    display: block;
    white-space: normal;
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    margin-bottom: 8px;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-ctas__cta > .inner .line-1 {
    margin-top: 0;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-ctas__cta > .inner .feature-subheader ~ .line-1 {
    margin-top: 20px;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-ctas__cta > .inner .overlay {
    height: 100%;
  }
  .pageheader__contents.pageheader__contents--inline li.contains-children:not(.contains-mega-menu) > ul > li:not(.nav-ctas__cta) {
    width: 100%;
    min-width: 150px;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .contains-children {
    position: relative;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .contains-children .nav-rows {
    position: absolute;
    top: 100%;
    border-top: 26px solid transparent;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    display: block;
    padding: 20px 15px;
    background-clip: padding-box;
    text-align: left;
    z-index: 1;
    width: 300px;
    max-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .scrolled-down .pageheader__contents.pageheader__contents--inline .nav-row .contains-children .nav-rows {
    border-width: calc(13px - 1px);
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .contains-children .nav-rows:before {
    content: "";
    width: 100%;
    border-top: 1px solid #d9d9d9;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .contains-children .nav-rows .contains-children > a .arr {
    display: inline;
    height: 15px;
    width: 15px;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .contains-children .nav-rows .contains-children > a .arr svg {
    height: 15px;
    width: 15px;
    fill: transparent;
    position: relative;
    top: 2px;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .contains-children .nav-rows .contains-children ul {
    padding-left: 15px;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .contains-children .nav-rows a {
    padding: 0.5em;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .contains-children .nav-rows a:after {
    display: none;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .contains-children .nav-rows .nav-ctas__cta {
    padding: 0;
    margin-top: 20px;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .contains-children:hover .nav-rows,
  .user-is-tabbing .pageheader__contents.pageheader__contents--inline .nav-row .contains-children .nav-rows[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    max-height: 75vh;
    transition: opacity .4s, visibility .4s;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns {
    display: flex;
    margin: 0 -5px 0 -10px;
    padding: 40px 40px;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns .column-title {
    display: block;
    padding-bottom: 10px;
    white-space: normal;
    text-align: left;
    font-size: 1.3em;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns .column-title .arr {
    display: none;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns > li {
    padding: 0 10px;
    text-align: left;
    flex: 1 1 200px;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns > li.nav-ctas__cta {
    flex-basis: 300px;
    width: auto;
    padding: 0;
    margin-left: 20px;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns > li.nav-ctas__cta.nav-ctas__cta--no-image {
    flex-basis: 200px;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns > li a {
    padding-left: 0;
    padding-right: 0;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns > li > a {
    padding-top: 0;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns > li > ul {
    display: block;
    padding-bottom: 20px;
    text-align: left;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns > li > ul > li {
    display: block;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns > li > ul > li > a {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: normal;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns.nav-columns--count-6-or-more {
    flex-wrap: wrap;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns.nav-columns--count-6-or-more > li {
    flex: 0 0 25%;
    margin-bottom: 2em;
  }
}

@media (min-width: 992px) and (min-width: 1199px) {
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns.nav-columns--count-6-or-more > li {
    flex: 0 0 20%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns.nav-columns--count-2.nav-columns--cta-count-0 > li {
    flex-basis: 300px;
    flex-grow: 0;
  }
}

@media (min-width: 992px) {
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-contact-info {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #d9d9d9;
    margin: 0 -15px 0 -10px;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-contact-info.nav-contact-info--2 .nav-contact-info__block {
    width: 50%;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-contact-info.nav-contact-info--2 .nav-contact-info__block:nth-child(1) {
    text-align: left;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-contact-info.nav-contact-info--2 .nav-contact-info__block:nth-child(2) {
    text-align: right;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-contact-info.nav-contact-info--3 .nav-contact-info__block {
    width: 33%;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-contact-info.nav-contact-info--3 .nav-contact-info__block:nth-child(1) {
    text-align: left;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-contact-info.nav-contact-info--3 .nav-contact-info__block:nth-child(3) {
    text-align: right;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-contact-info .social-links {
    margin: 0;
    height: 22px;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-contact-info .social-links a:hover {
    transform: none;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .tier-1 {
    text-align: left;
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .tier-1 > ul {
    white-space: nowrap;
    margin-left: -0.7em;
    height: 100%;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .tier-1 > ul > li {
    height: 100%;
    display: inline-flex;
    align-items: center;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .tier-1 > ul > li > a {
    position: relative;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .tier-1 > ul > li > a:after {
    content: "";
    position: absolute;
    width: 0;
    bottom: -3px;
    left: 0.7em;
    background-color: currentColor;
    height: 2px;
    transition: opacity .3s, width .3s;
    opacity: 0;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .tier-1 > ul > li > a:hover:after, .pageheader__contents.pageheader__contents--inline .nav-row .tier-1 > ul > li > a.expanded:after, .pageheader__contents.pageheader__contents--inline .nav-row .tier-1 > ul > li > a.active:after {
    width: calc(100% - 1.4em);
    opacity: 1;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .tier-1 .nav-columns, .pageheader__contents.pageheader__contents--inline .nav-row .tier-1 .nav-contact-info {
    display: none;
  }
}

.pageheader__contents.pageheader__contents--inline .nav-row .nav-contact-info {
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 1199px) {
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1200px) {
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns.nav-columns--cta-count-2.nav-columns--count-2:not(.nav-columns--count-6-or-more) > .nav-ctas__cta.nav-ctas__cta--second {
    display: none;
  }
  .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns.nav-columns--count-3.nav-columns--cta-count-1:not(.nav-columns--count-6-or-more) > .nav-ctas__cta.nav-ctas__cta--second, .pageheader__contents.pageheader__contents--inline .nav-row .nav-columns.nav-columns--count-3-or-more:not(.nav-columns--count-6-or-more) > .nav-ctas__cta.nav-ctas__cta--second {
    display: none;
  }
}

.pageheader__layout {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-size: 15px;
}

.pageheader__contents--inline--visible .pageheader__layout {
  align-items: stretch;
}

.pageheader__layout::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -26px;
  left: -40px;
  width: calc(100% + 40px * 2);
  height: calc(100% + 26px * 2);
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
  transition: all 300ms cubic-bezier(0, 0, 0.25, 1);
}

.pageheader__layout::after {
  background-color: black;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .pageheader__layout::before {
    transition-duration: 0s;
  }
}

.scrolled-down .pageheader__layout::before {
  border-bottom: 1px solid #000000;
}

.scrolled-down .pageheader__layout::before {
  transform: translateY(-0px);
}

body:not(.has-banner):not(.no-banner):not(.scrolled-down) .pageheader__layout::before {
  background-color: #ffffff;
}

.header-overlapping:not(.scrolled-down) .pageheader__contents--overlap .pageheader__layout::before {
  background: transparent;
}

.header-overlapping:not(.scrolled-down) .pageheader__contents--overlap {
  background: transparent;
  color: #ffffff;
}

.header-overlapping:not(.scrolled-down) .pageheader__contents--overlap .logo .has-contrast-image img {
  display: none;
}

.header-overlapping:not(.scrolled-down) .pageheader__contents--overlap .logo .has-contrast-image .logo__contrast-image {
  display: block;
}

.show-contrast-logo:not(.scrolled-down) .logo .has-contrast-image img {
  display: none;
}

.show-contrast-logo:not(.scrolled-down) .logo .has-contrast-image .logo__contrast-image {
  display: block;
}

.pageheader .header-left {
  flex: 0 1 100%;
}

.logo {
  font-family: Pacifico, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1em;
  transition: max-width 300ms cubic-bezier(0, 0, 0.25, 1), width 300ms cubic-bezier(0, 0, 0.25, 1);
  display: flex;
  align-items: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .logo {
    transition-duration: 0s;
  }
}

.logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.pageheader .logo {
  flex: 1 0 auto;
  text-align: center;
}

.pageheader .logo .logo__image,
.pageheader .logo .logo__text {
  display: block;
}

.pageheader .logo .logo__text {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  margin: 0 auto;
  padding: 0 10px;
  word-break: break-word;
}

@media (min-width: 768px) {
  .pageheader .logo .logo__text {
    margin: 0;
  }
}

.pageheader .logo .logo__image {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100vw - 320px);
}

.pageheader .logo .hidden {
  display: none;
}

.header-items {
  flex: 0 1 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  right: -10px;
}

.header-items__item {
  font-family: , ;
  margin-left: 2px;
}

@media (min-width: 1441px) {
  .header-items__item {
    margin-left: 10px;
  }
}

.header-items__item a {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .4s;
}

.header-items__item a:hover {
  opacity: 0.8;
}

.pageheader__contents:not(.pageheader__contents--inline--visible) .header-items__item {
  font-family: , ;
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: , ;
  letter-spacing: 0;
}

.header-items__item .cart-link--icon.cart-link--icon__account svg {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2px;
}

.header-items__item:first-child {
  margin-left: 0;
}

.header-items__cart-link {
  white-space: nowrap;
  position: relative;
}

.pageheader .mobile-nav-toggle * {
  vertical-align: middle;
}

.pageheader .mobile-nav-toggle svg {
  margin-right: 8px;
}

.pageheader .mobile-nav-toggle span {
  position: relative;
  top: 1px;
  display: inline-block;
}

.header-search {
  position: fixed;
  z-index: 10011;
  top: 0;
  right: 0;
  width: 500px;
  min-width: 50%;
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  color: #25110e;
  text-align: left;
  transform: translate3d(0, -500px, 0);
  opacity: 0;
  pointer-events: none;
  transition: transform .5s, opacity .5s, visbility .5s;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

@media (max-width: 600px) {
  .header-search {
    width: 100%;
  }
}

.header-search h1, .header-search .h1, .header-search h2, .header-search .h2, .header-search h3, .header-search .h3, .header-search .theme-product-reviews-full .spr-header-title, .theme-product-reviews-full .header-search .spr-header-title, .header-search h4, .header-search .h4, .header-search .theme-product-reviews-full .spr-form-title, .theme-product-reviews-full .header-search .spr-form-title, .header-search h5, .header-search .h5, .header-search h6, .header-search .h6, .header-search .feature-link, .header-search #main-menu .rte a, #main-menu .rte .header-search a, .header-search #main-menu .general-form a, #main-menu .general-form .header-search a, .header-search #main-menu #customer_sidebar a, #main-menu #customer_sidebar .header-search a, .header-search #main-menu .order-table a, #main-menu .order-table .header-search a, .header-search #main-menu #address_tables a, #main-menu #address_tables .header-search a, .header-search .theme-product-reviews-full .spr-summary-actions-newreview, .theme-product-reviews-full .header-search .spr-summary-actions-newreview {
  color: #25110e;
}

.header-search .input-and-button-row__input {
  color: #25110e;
  background: rgba(0, 0, 0, 0.05);
  padding: 14px 29px;
  border: 0;
  transition: background 200ms ease;
}

.header-search .input-and-button-row__input:hover {
  background: rgba(0, 0, 0, 0.1);
}

.header-search .input-and-button-row__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #25110e;
}

.header-search .input-and-button-row__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #25110e;
}

.header-search .input-and-button-row__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #25110e;
}

.header-search .input-and-button-row__input::placeholder {
  /* Standard */
  color: #25110e;
}

.header-search-toggle {
  display: block;
  flex: 0 0 auto;
  color: #25110e;
}

.header-search__content {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  margin-top: 56px;
  margin-bottom: 1.5em;
}

.header-search__content .input-with-clear__clear {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease;
}

.header-search__content--input-entered .input-with-clear__clear {
  opacity: 1;
  pointer-events: auto;
}

.header-search__results-wrapper {
  position: relative;
}

.header-search__placeholder {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 150ms ease;
}

.header-search__content--loading:not(.header-search__content--has-results) .header-search__placeholder {
  opacity: 1;
}

.header-search__results {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease 250ms;
}

.header-search__results--show {
  opacity: 1;
}

.header-search__results--disband {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none !important;
  opacity: 0 !important;
  transition-duration: 200ms;
  transition-delay: 0ms;
}

.header-search__nav {
  margin-top: 60px;
}

.header-search__content--input-entered .header-search__nav {
  display: none;
}

.header-search__links {
  display: block;
  margin: 0;
  padding: 0;
}

.header-search__links .header-search__links__item {
  display: block;
  margin: 0 0 5px;
  padding: 0;
}

.search-result {
  margin: 20px 0;
  transition: transform 250ms cubic-bezier(0.23, 0.51, 0.58, 1);
}

.search-result:hover {
  transform: translate3d(8px, 0, 0);
}

.search-result__link {
  display: flex;
  width: 100%;
}

.search-result__image {
  flex: 0 0 auto;
  margin: 0 20px 0 0;
  width: 50px;
}

.search-result__title {
  color: #25110e;
}

.search-result__vendor {
  font-size: 67%;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 3px 0;
}

.search-result--placeholder .search-result__image {
  height: 50px;
  border-radius: 2px;
  background: rgba(37, 17, 14, 0.1);
  animation: loading-colour-change 1s infinite;
}

.search-result--placeholder .search-result__title::after {
  content: '';
  display: block;
  width: 100px;
  height: 0.8em;
  border-radius: 5px;
  margin-bottom: 0.5em;
  background: rgba(37, 17, 14, 0.1);
  animation: loading-colour-change 1s infinite;
}

.search-result--placeholder .search-result__price::after {
  content: '';
  display: block;
  width: 50px;
  height: 0.8em;
  border-radius: 5px;
  margin: 0.5em 0;
  background: rgba(37, 17, 14, 0.1);
  animation: loading-colour-change 1s infinite;
}

.search-result--placeholder .search-result__vendor::after {
  content: '';
  display: block;
  width: 75px;
  height: 0.8em;
  border-radius: 5px;
  margin: 0.5em 0;
  background: rgba(37, 17, 14, 0.1);
  animation: loading-colour-change 1s infinite;
}

@keyframes loading-colour-change {
  0% {
    background-color: rgba(37, 17, 14, 0.1);
  }
  50% {
    background-color: rgba(37, 17, 14, 0.2);
  }
  100% {
    background-color: rgba(37, 17, 14, 0.1);
  }
}

.content-main {
  position: relative;
  z-index: 10;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .template-article .content-main, .template-cart .content-main {
    padding-top: 0;
    padding-bottom: 0;
  }
  .template-article .content-main.article-no-image, .template-article .content-main.cart-is-empty, .template-cart .content-main.article-no-image, .template-cart .content-main.cart-is-empty {
    padding-top: 20px;
  }
  .template-search .content-main {
    padding-top: 0;
  }
}

.video-modal-open .content-main {
  z-index: 10013;
}

.content-main .container {
  background-color: #ffffff;
}

.content-main .container--no-bg {
  background: transparent;
}

body:not(.no-banner) .content-main {
  margin-top: -0px;
}

@media (max-width: 767px) {
  body:not(.no-banner) .content-main {
    margin-top: 0;
  }
}

body:not(.no-banner) .content-main--no-overlap {
  margin-top: 0;
}

body:not(.no-banner) .container .content-main {
  background-color: #ffffff;
}

@media (min-width: 768px) {
  body:not(.no-banner) .container .content-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}

body:not(.no-banner) .section--banner .flexible-height .overlay {
  padding-top: 82px;
}

body:not(.no-banner) .section--banner .flexible-height .overlay .innest {
  padding-top: 35px;
}

@media (min-width: 767px) {
  .section--banner .fixed-height .overlay {
    padding-top: 82px;
  }
}

.section--banner .slick-dots {
  bottom: 0px;
}

@media (max-width: 767px) {
  .section--banner .slick-dots {
    bottom: 0px;
  }
}

.overlap-candidate-container {
  position: relative;
}

.overlap-candidate-container::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #ffffff;
}

.overlap-candidate-container .container {
  position: relative;
  z-index: 2;
}


.template-index .content-main,
#shopify-section-page-story-template .content-main:not(.has-text-banner) {
  padding: 0;
}

.template-index .content-main .shopify-section,
#shopify-section-page-story-template .content-main:not(.has-text-banner) .shopify-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.template-index .content-main .shopify-section:first-child,
#shopify-section-page-story-template .content-main:not(.has-text-banner) .shopify-section:first-child {
  margin-top: 0;
}

.template-index .content-main .section--no-spacing,
#shopify-section-page-story-template .content-main:not(.has-text-banner) .section--no-spacing {
  margin-top: 0;
  margin-bottom: 0;
}

.template-index .content-main .section--upper-space-req:first-child .container,
#shopify-section-page-story-template .content-main:not(.has-text-banner) .section--upper-space-req:first-child .container {
  padding-top: 80px;
}

.template-index .content-main .shopify-section:first-child .overlap-candidate-container::before,
#shopify-section-page-story-template .content-main:not(.has-text-banner) .shopify-section:first-child .overlap-candidate-container::before {
  bottom: 0px;
}

@media (max-width: 767px) {
  .template-index .content-main .shopify-section:first-child .overlap-candidate-container::before,
  #shopify-section-page-story-template .content-main:not(.has-text-banner) .shopify-section:first-child .overlap-candidate-container::before {
    bottom: 0px;
  }
}

.template-index .content-main .shopify-section:first-child .overlap-candidate-container.homepage-padded-row::before,
#shopify-section-page-story-template .content-main:not(.has-text-banner) .shopify-section:first-child .overlap-candidate-container.homepage-padded-row::before {
  bottom: 0;
}

.template-index .content-main .shopify-section:first-child .overlap-candidate-container .container,
#shopify-section-page-story-template .content-main:not(.has-text-banner) .shopify-section:first-child .overlap-candidate-container .container {
  zoom: 1;
  top: -0px;
  margin-bottom: -0px;
}

.template-index .content-main .shopify-section:first-child .overlap-candidate-container .container:before,
#shopify-section-page-story-template .content-main:not(.has-text-banner) .shopify-section:first-child .overlap-candidate-container .container:before {
  content: "";
  display: table;
}

.template-index .content-main .shopify-section:first-child .overlap-candidate-container .container:after,
#shopify-section-page-story-template .content-main:not(.has-text-banner) .shopify-section:first-child .overlap-candidate-container .container:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .template-index .content-main .shopify-section:first-child .overlap-candidate-container .container,
  #shopify-section-page-story-template .content-main:not(.has-text-banner) .shopify-section:first-child .overlap-candidate-container .container {
    top: -0px;
    margin-bottom: -0px;
  }
}

@media (max-width: 630px) {
  .template-index .content-main .shopify-section:first-child .overlap-candidate-container .container .reading-width,
  #shopify-section-page-story-template .content-main:not(.has-text-banner) .shopify-section:first-child .overlap-candidate-container .container .reading-width {
    margin-left: 20px;
    margin-right: 20px;
    max-width: none;
  }
}

#shopify-section-page-story-template .content-main.has-text-banner {
  padding-top: 0;
}

#shopify-section-page-story-template .content-main.has-text-banner .shopify-section.section--upper-space-req {
  padding-top: 80px;
}

.template-product .content-main--slim-header {
  padding: 30px 0 60px;
}

.section-title-container {
  margin-top: 0;
  margin-bottom: 30px;
}

.section-title-container--larger-space {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .section-title-container--larger-space {
    margin-bottom: 30px;
  }
}

.featured-product {
  text-align: left;
}

.featured-product .half:nth-child(1) {
  padding-left: 0px;
}

.featured-product .half:nth-child(2) {
  padding-right: 0px;
}

@media (max-width: 767px) {
  .featured-product .half:nth-child(1) {
    padding-left: 20px;
  }
  .featured-product .half:nth-child(2) {
    padding-right: 20px;
  }
}

.featured-product h1, .featured-product h2, .featured-product h3, .featured-product h4, .featured-product h5, .featured-product h6 {
  text-align: left;
}

.image-with-text-section__wrapper {
  display: flex;
  align-items: center;
}

.image-with-text-section__wrapper .image-with-text-section__content .content {
  padding: 40px;
  text-align: center;
}

.image-with-text-section__wrapper .image-with-text-section__content .content.content--align-left {
  text-align: left;
}

.image-with-text-section__wrapper .image-with-text-section__content .content.content--align-center {
  text-align: center;
}

.image-with-text-section__wrapper .image-with-text-section__content .content.content--align-right {
  text-align: right;
}

@media (min-width: 768px) {
  .image-with-text-section__wrapper .image-with-text-section__content .content {
    padding: 80px;
  }
}

.image-with-text-section__wrapper .image-with-text-section__image {
  min-height: 100%;
}

.image-with-text-section__wrapper .image-with-text-section__placeholder {
  height: 100%;
}

.image-with-text-section__wrapper .image-with-text-section__placeholder svg {
  height: 100%;
  width: 100%;
}

.image-with-text-section__wrapper .image-with-text-section__image-image {
  width: calc(100% + 20px);
}

.image-with-text-section__wrapper .image-with-text-section__image-image .rimage-outer-wrapper {
  display: inline;
}

.image-with-text-section__wrapper.image-with-text-section__layout-right .image-with-text-section__image-image {
  margin-left: -20px;
}

@media only screen and (max-width: 767px) {
  .image-with-text-section__wrapper {
    flex-wrap: wrap;
  }
  .image-with-text-section__wrapper .image-with-text-section__image-image {
    width: 100%;
  }
  .image-with-text-section__wrapper.image-with-text-section__layout-right .column:first-child {
    order: 2;
  }
  .image-with-text-section__wrapper.image-with-text-section__layout-right .image-with-text-section__image-image {
    margin-left: 0;
  }
}

.image-with-text-section--full-width .container {
  width: 100%;
}

@media (min-width: 768px) {
  .image-with-text-section--full-width {
    position: relative;
  }
  .image-with-text-section--full-width .image-with-text-section__wrapper .image-with-text-section__image-image .rimage-outer-wrapper .rimage-wrapper {
    left: 0;
  }
}

@media (min-width: 992px) {
  .image-with-text-section--full-width .image-with-text-section__wrapper .image-with-text-section__content .content {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 1200px) {
  .image-with-text-section--full-width .image-with-text-section__wrapper .image-with-text-section__content .content {
    padding-left: 190px;
    padding-right: 190px;
  }
}

@media (min-width: 1441px) {
  .image-with-text-section--full-width .image-with-text-section__wrapper .image-with-text-section__content .content {
    padding-left: 230px;
    padding-right: 230px;
  }
}

.signup-section {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}

.pagefooter .signup-section {
  border-bottom: 1px solid #d4d4d4;
}

.signup-section.no-border-bottom {
  border-bottom: none;
}

.signup-section .signup-icon {
  margin: 0 0 20px;
  color: #000000;
}

.signup-section .input-and-button-row {
  margin: 60px auto 30px;
  max-width: 587px;
}

@media (max-width: 991px) {
  .signup-section .input-and-button-row {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .signup-section .input-and-button-row {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .signup-section .input-and-button-row {
    margin-bottom: 15px;
  }
}

.signup-section .rte, .signup-section .general-form,
.signup-section #customer_sidebar,
.signup-section .order-table,
.signup-section #address_tables {
  margin: 1em auto 0;
  font-size: 0.875em;
  line-height: 1.5em;
  text-align: center;
}

.pagefooter {
  border-top: 1px solid #d4d4d4;
  background-color: #ffffff;
  text-align: left;
  clear: left;
}

.pagefooter .copyright a:hover {
  color: #6a6969;
}

.footer-columns {
  display: flex;
  margin: 0 -20px;
  padding: 90px 0 0;
  color: #7f7f7e;
}

@media (max-width: 767px) {
  .footer-columns {
    flex-wrap: wrap;
  }
}

.footer-columns a:hover {
  color: #3f3e3d;
}

.footer-columns--count-1 {
  text-align: center;
  padding-top: 45px;
}

.footer-columns--count-1 .footer-columns__column {
  padding-bottom: 45px;
}

.footer-columns--count-1 .footer-nav-links .footer-nav-links__item {
  display: inline-block;
  margin: 0 1em 5px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .footer-columns--count-1 {
    text-align: left;
  }
  .footer-columns--count-1 .footer-nav-links .footer-nav-links__item {
    display: block;
    margin: 0 0 10px;
  }
  .footer-columns--count-1 .footer-nav-links .footer-nav-links__item:last-child {
    margin-bottom: 0;
  }
}

.footer-columns__column {
  flex: 1 0 25%;
  padding: 0 20px 90px;
}

@media (max-width: 767px) {
  .footer-columns__column {
    flex: 1 0 50%;
  }
}

@media (max-width: 479px) {
  .footer-columns__column {
    flex: 1 0 100%;
    padding-bottom: 30px;
  }
}

.footer-column-heading {
  font-family: minion-pro-condensed-display, ;
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 0.75em;
  color: #000000;
  text-transform: uppercase;
}

.footer-nav-links {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav-links .footer-nav-links__item {
  display: block;
  margin: 0 0 5px;
  padding: 0;
}

.pagefooter .copyright {
  font-size: 0.875em;
  line-height: 1.5em;
}

.pagefooter .copyright .seg {
  margin-right: 2em;
}

.lower-footer {
  border-top: 0px solid #d4d4d4;
  padding: 30px 0;
}

.lower-footer.no-border-top {
  border-top: none;
}

.lower-footer > .container {
  display: block;
}

@media (min-width: 992px) {
  .lower-footer > .container {
    display: flex;
  }
}

.lower-footer .social-links {
  margin: 0;
}

.lower-footer .social-links li {
  margin: 10px 16px 10px 16px;
}

.lower-footer .social-links li:first-child {
  margin-left: 0;
}

.lower-footer .social-links li:last-child {
  margin-right: 0;
}

.lower-footer .social-links svg,
.lower-footer .social-links img {
  height: 22px;
}

.lower-footer .social-links svg {
  width: 22px;
}

.lower-footer__left {
  text-align: center;
  width: 100%;
}

.lower-footer__left .copyright .seg {
  display: block;
  margin: 0 0 5px 0;
}

@media (min-width: 992px) {
  .lower-footer__left {
    width: 50%;
    text-align: left;
  }
  .lower-footer__left .copyright .seg, .lower-footer__left .copyright a {
    display: inline-block;
  }
  .lower-footer__left .copyright .seg {
    padding-right: 10px;
  }
  .lower-footer--lowest .lower-footer__left {
    width: 50%;
  }
}

.lower-footer__right {
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
}

@media (min-width: 992px) {
  .lower-footer__right {
    width: 50%;
    margin: 0 40px 0 0;
    text-align: right;
  }
  .lower-footer--lowest .lower-footer__right {
    width: 50%;
  }
}

.lower-footer__full {
  width: 100%;
  text-align: center;
}

.payment-methods__inner {
  margin-bottom: -0.5em;
}

.payment-methods .payment-icon {
  margin: 0 0.5em 0.5em 0;
  width: 40px;
  vertical-align: top;
}

.payment-methods .payment-icon:last-child {
  margin-right: 0;
}

.store-localization {
  font-family: , ;
}

@media (max-width: 767px) {
  .store-localization {
    text-align: center;
  }
}

.store-localization.main-menu-section {
  text-align: left;
}

.store-localization .selectors-form__item {
  display: inline-block;
  margin-right: 10px;
}

.store-localization .disclosure {
  position: relative;
}

.store-localization .disclosure__toggle {
  width: auto;
  text-align: left;
  height: auto;
  margin: 0;
  letter-spacing: normal;
  padding: 0 35px 0 0;
  background: transparent;
  border: none;
  color: inherit;
}

.store-localization .disclosure__toggle-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.store-localization .disclosure__toggle-arrow svg {
  height: 22px;
  width: 22px;
}

.store-localization .disclosure-list {
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  bottom: 100%;
  padding: 11px 0px;
  position: absolute;
  display: none;
  min-height: 60px;
  max-height: 350px;
  overflow-y: auto;
  margin-bottom: 10px;
  list-style: none;
  z-index: 10013;
}

.store-localization .disclosure-list--visible {
  display: block;
}

.store-localization .disclosure-list__item {
  white-space: nowrap;
  padding: 10px 45px 10px 15px;
  text-align: left;
  color: #000000;
  text-decoration: none;
}

.store-localization .disclosure-list__item:active {
  color: #3f3e3d;
}

.store-localization .disclosure-list__option {
  color: #000000;
}

.store-localization .disclosure-list__option:focus, .store-localization .disclosure-list__option:hover {
  color: #3f3e3d;
}

.store-localization .disclosure-list__item--current .disclosure-list__option {
  color: #3f3e3d;
  text-decoration: underline;
}

.signup-modal-feedback {
  padding: 20px 40px;
  width: 400px;
  max-width: 90%;
  text-align: center;
}

.giftcard {
  max-width: 700px;
  margin: 0 auto;
}

.slideshow {
  position: relative;
  overflow: hidden;
}

.slideshow .slide {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}

body:not(.user-is-tabbing) .slideshow .slide, body:not(.user-is-tabbing) .slideshow .slide .slide-button {
  outline: none !important;
}

.slideshow .slide svg {
  width: 100%;
  height: 100%;
}

.slideshow .slide img {
  width: 100%;
}

.slideshow .slide .slide-heading {
  margin: 0 20px 30px;
}

.slideshow .slide .slide-text {
  margin: 0 20px;
}

.slideshow .slide .slide-text:not(:last-child) {
  margin-bottom: 30px;
}

.slideshow .slide .slide-buttons {
  margin-bottom: -1em;
}

.slideshow .slide .slide-button {
  margin: 0 1em 1em;
}

.slideshow .slide__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .slideshow .overlay {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.slideshow:not(.slick-initialized) .slide:not(:first-child) {
  display: none;
}

[data-transition="fade"] .slick-slide:not(.slick-current) {
  transition-delay: 500ms !important;
}

@media (min-width: 901px) {
  [data-transition="fade"][data-carousel="true"] .slick-slide:not(.slick-current) {
    transition-delay: 0ms !important;
  }
}

.image-tint {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-image.fixed-height {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-page-title {
  position: relative;
  background: #ffffff;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: calc(52px + 50px);
  padding-bottom: calc(26px + 40px);
  border: 1px solid grey;
}

.feature-page-title:not(.banner-image-text)::before {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .feature-page-title h1 {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .feature-page-title {
    min-height: 340px;
    padding-bottom: calc(35px + 0px + 20px);
    padding-top: 80px;
  }
  .feature-page-title:not(.banner-image-text)::before {
    margin-bottom: 35px;
  }
}

.feature-page-title h1:last-child {
  margin-bottom: 0;
}

.feature-page-title h1, .feature-page-title h2, .feature-page-title h3, .feature-page-title h4, .feature-page-title h5, .feature-page-title h6, .feature-page-title .meta, .feature-page-title .theme-product-reviews-full .spr-review-header-byline, .theme-product-reviews-full .feature-page-title .spr-review-header-byline {
  color: inherit;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.feature-page-title .breadcrumbs {
  position: absolute;
  top: 52px;
  left: 0;
}

.content-overlaps .feature-page-title .rte, .content-overlaps .feature-page-title .general-form,
.content-overlaps .feature-page-title #customer_sidebar,
.content-overlaps .feature-page-title .order-table,
.content-overlaps .feature-page-title #address_tables {
  margin-bottom: 60px;
}

.feature-page-title:not(.banner-image-text)::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  height: 100px;
  background: #ffffff;
  z-index: -1;
}

.banner-image-container {
  position: relative;
  overflow: hidden;
  top: 0px;
  background: #ffffff;
}

.banner-image-container.bg--top-left .banner-image {
  background-position: top left;
}

.banner-image-container.bg--top-center .banner-image {
  background-position: top center;
}

.banner-image-container.bg--top-right .banner-image {
  background-position: top right;
}

.banner-image-container.bg--center-left .banner-image {
  background-position: center left;
}

.banner-image-container.bg--center-center .banner-image {
  background-position: center center;
}

.banner-image-container.bg--center-right .banner-image {
  background-position: center right;
}

.banner-image-container.bg--bottom-left .banner-image {
  background-position: bottom left;
}

.banner-image-container.bg--bottom-center .banner-image {
  background-position: bottom center;
}

.banner-image-container.bg--bottom-right .banner-image {
  background-position: bottom right;
}

.banner-image-container .feature-page-title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: transparent;
  color: #ffffff;
}

.banner-image-container .feature-page-title h1 {
  margin-top: 0 !important;
}

.banner-image-container .breadcrumbs {
  margin-top: 20px !important;
}

svg.placeholder {
  background-color: #eee;
  fill: #c8cbcd;
  vertical-align: top;
}

svg.placeholder.dark {
  background-color: #c6c7c8;
  fill: #a3a6a9;
}

.placeholder-wrapper {
  position: relative;
  height: 0;
  padding-top: 100%;
}

.placeholder-wrapper .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.placeholder-wrapper--landscape {
  padding-top: 64%;
}

.product-features__title {
  color: inherit;
}

.product-features__link {
  display: block;
}

.product-features__icon {
  margin: 20px auto 10px;
}

.product-features__icon svg {
  vertical-align: top;
}

.product-features__icon .lazyload--placeholder {
  background-color: transparent;
}

.product-features__caption {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .product-features__caption {
    margin-bottom: 0;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container .video-container__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container__fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 250ms;
}

.video--play-started .video-container__fallback {
  opacity: 0 !important;
}

.video-container--background {
  background: #000;
  overflow: hidden;
  padding: 0 !important;
}

.video-container--background .video-container__video {
  position: relative;
  height: 100%;
  max-width: none;
  padding: 0 !important;
  pointer-events: none;
}

.video-container--background div.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%;
  height: 100%;
  width: 100%;
}

.video-container--background .overlay .overlay__link {
  margin-top: 20px;
}

.video-container__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee;
}

.video-container__cover .rimage-outer-wrapper,
.video-container__cover .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.video-container--playing .video-container__cover,
.video-container--playing .video-container__overlay {
  opacity: 0 !important;
  pointer-events: none;
}

.video-container__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video-container__play {
  transition: transform 150ms;
}

.video-container__play svg {
  width: 80px;
  height: 80px;
  fill: transparent;
  stroke: #fff;
}

.video-container__play svg polygon {
  fill: #fff;
}

.video-container__play:hover {
  transform: scale(1.1);
}

.video-container__play:hover svg {
  fill: transparent;
}

@media (max-width: 767px) {
  .video-container__play svg {
    width: 60px;
    height: 60px;
  }
}

.video-container__overlay-text {
  margin-top: 30px;
  color: #fff;
}

.video-container__overlay-text:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .video-container__overlay-text {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.rich-text-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.rich-text-section .rte, .rich-text-section .general-form,
.rich-text-section #customer_sidebar,
.rich-text-section .order-table,
.rich-text-section #address_tables {
  margin-top: 1em;
  margin-bottom: 1em;
}

.rich-text-section .rte p:first-child, .rich-text-section .general-form p:first-child, .rich-text-section #customer_sidebar p:first-child, .rich-text-section .order-table p:first-child, .rich-text-section #address_tables p:first-child {
  margin-top: 0;
}

.rich-text-section .rte p:last-child, .rich-text-section .general-form p:last-child, .rich-text-section #customer_sidebar p:last-child, .rich-text-section .order-table p:last-child, .rich-text-section #address_tables p:last-child {
  margin-bottom: 0;
}

.rich-text-section .rich-text-section__title {
  margin-top: 0;
}

.testimonials__caption {
  display: none;
}

.testimonials__star-rating,
.testimonials__testimonial {
  transition: opacity 400ms cubic-bezier(0, 0, 0.38, 1), transform 750ms cubic-bezier(0, 0, 0.38, 1);
}

.testimonials__testimonial:not(:first-child) {
  transition-delay: 250ms;
}

.testimonials__caption--active {
  display: block;
}

.testimonials__caption--fade-out .testimonials__star-rating,
.testimonials__caption--fade-out .testimonials__testimonial {
  opacity: 0;
  transform: translateY(10px);
  transition-delay: 0ms;
}

.testimonials__star-rating {
  margin-bottom: 20px;
}

.testimonials__star {
  margin: 0 2px;
  color: #e2af36;
}

.testimonials__items-container {
  overflow: hidden;
  white-space: nowrap;
}

.testimonials__items-container .slick-track {
  overflow: visible;
}

@media (max-width: 767px) {
  .testimonials__items-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.testimonials__item {
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
  opacity: 0.4;
  transition: opacity 250ms ease-in-out;
}

.testimonials__item:hover {
  opacity: 0.75;
}

.testimonials__item:focus {
  outline: none;
  opacity: 1;
}

.testimonials__item .lazyload--placeholder {
  background-color: transparent;
}

.testimonials__item.slick-current {
  opacity: 1;
}

.testimonials__item.slick-current:hover {
  opacity: 1;
}

.testimonials__item-image-wrapper {
  margin: 20px auto 0;
}

.testimonials__item-image-wrapper + .testimonials__item-author-name {
  margin-top: 10px;
}

.testimonials__item-author-name {
  white-space: nowrap;
}

/* Map section */
.map-section {
  position: relative;
}

.map-section__wrapper {
  display: flex;
}

.map-section__wrapper .errors {
  padding: 80px 80px;
}

.map-section__wrapper .column {
  position: relative;
}

.map-section__text {
  box-sizing: border-box;
  padding: 80px 80px 80px;
  width: 100%;
  text-align: left;
}

.map-section__text h2 {
  text-align: left;
}

.map-section__text .rte, .map-section__text .general-form,
.map-section__text #customer_sidebar,
.map-section__text .order-table,
.map-section__text #address_tables {
  margin-left: 0;
}

.map-section__map {
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 100%;
}

.map-section__map-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.map-section--display-map .map-section__map-image {
  display: none !important;
}

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

@media (max-width: 959px) {
  .map-section .container {
    padding: 0;
  }
  .map-section__wrapper {
    flex-wrap: wrap;
  }
  .map-section__text {
    padding: 80px 80px;
  }
}

@media (max-width: 767px) {
  .map-section__wrapper {
    display: block;
  }
  .map-section__text {
    width: auto;
    padding: 40px 20px;
  }
  .map-section__map {
    position: static;
    width: auto;
  }
  .map-section__placeholder,
  .map-section__map-container {
    height: 55vh;
  }
}

.product-review-summary .spr-badge {
  margin: 15px 0 0;
  font-size: 80%;
}

.product-review-summary .spr-badge[data-rating="0.0"] {
  display: none;
}

.theme-product-reviews-full .spr-container {
  padding: 0;
  border-color: transparent;
}

.theme-product-reviews-full .spr-header {
  padding: 0;
  text-align: center;
}

.theme-product-reviews-full .spr-summary-actions-newreview {
  margin: 20px 0;
  float: none;
}

.theme-product-reviews-full .spr-summary-actions {
  display: block;
}

.theme-product-reviews-full .spr-form {
  margin: 20px 0 0;
  padding: 20px 0;
  border-top: 1px solid #d4d4d4;
}

.theme-product-reviews-full .spr-reviews {
  margin: 0;
  padding: 0 0 20px;
  border-top: none;
}

.theme-product-reviews-full .spr-review {
  box-sizing: border-box;
  margin: 20px 0 0;
  padding: 20px;
  border: 1px solid #d4d4d4;
}

.theme-product-reviews-full .spr-review:first-child {
  margin-top: 20px;
  padding: 20px;
}

.theme-product-reviews-full .spr-review:last-child {
  padding: 20px;
}

.theme-product-reviews-full .spr-review .spr-icon {
  font-size: 100%;
}

.theme-product-reviews-full .spr-review-header-title {
  font-size: 18px;
}

.theme-product-reviews-full .spr-review-header-byline {
  display: block;
  margin: 1em 0;
  font-size: 11px;
  font-style: normal;
  opacity: 0.5;
}

.theme-product-reviews-full .spr-review-header-byline strong {
  font-weight: inherit;
}

.theme-product-reviews-full .spr-review-content-body {
  font-size: 15px;
  line-height: 1.4em;
}

.theme-product-reviews-full .spr-review-reportreview {
  font-size: 80%;
}

.theme-product-reviews-full .spr-pagination {
  width: 100%;
  margin-top: 20px;
  padding: 0;
  border-top: none;
}

.theme-product-reviews-full .spr-pagination .spr-pagination-page {
  margin: 0 5px;
}

.theme-product-reviews-full .spr-pagination .spr-pagination-page.is-active {
  font-weight: bold;
}

.theme-product-reviews-full .spr-pagination .spr-pagination-prev {
  left: 0;
}

.theme-product-reviews-full .spr-pagination .spr-pagination-next {
  right: 0;
}

@media (min-width: 800px) {
  .theme-product-reviews-full .spr-reviews {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  .theme-product-reviews-full .spr-reviews .spr-review {
    width: calc(50% - 10px);
  }
  .theme-product-reviews-full .spr-reviews .spr-review:nth-child(2n) {
    margin-left: 20px;
  }
}

@media (min-width: 1000px) {
  .theme-product-reviews-full .spr-reviews .spr-review {
    margin-left: 20px;
    width: calc(33.33% - 20px * 0.667);
  }
  .theme-product-reviews-full .spr-reviews .spr-review:nth-child(3n - 2) {
    margin-left: 0;
  }
}

.shopify-policy__body {
  text-align: left;
}

.mobile-only {
  display: none;
}

/* Media queries for different screen sizes */
@media screen and (max-width: 991px) {
  .container .content-main {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container {
    width: calc(100% - 30px * 2);
  }
  .pageheader__contents {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pageheader__layout::before {
    left: -30px;
    width: calc(100% + 30px * 2);
  }
  .breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cart__count {
  position: absolute;
  overflow: hidden;
  text-indent: -99em;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #F2B735;
  top: 10px;
  right: 7px;
}

@media screen and (max-width: 550px) {
  html:not(.open-menu) .main-menu-toggle__text {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -50%, 0);
  }
}

@media screen and (max-width: 767px) {
  .align-center-mobile {
    text-align: center;
  }
  .container {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
  .container--not-mobile {
    margin-left: 0;
    margin-right: 0;
  }
  .content-main {
    margin-top: 0;
  }
  .container .content-main {
    padding-left: 0;
    padding-right: 0;
  }
  .pageheader__contents {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pageheader__layout::before {
    left: -20px;
    width: calc(100% + 20px * 2);
  }
  .pageheader .header-left,
  .pageheader .header-items {
    flex: 0 0 auto;
  }
  .pageheader .logo {
    flex: 1 1 auto;
  }
  .pageheader .logo .logo__image {
    max-width: 100%;
  }
  .logo {
    font-size: 19px;
  }
  .header-left, .header-items {
    width: 88px;
  }
  .breadcrumbs {
    display: block;
  }
  #main-menu .main-menu-links {
    padding: 70px 0 56px;
    font-size: 24px;
  }
  #main-menu .main-menu-panel {
    padding: 56px 31px 31px;
  }
  .cart-list {
    margin-left: 0;
    margin-right: 0;
  }
  .cart-list .head,
  .cart-list .col-price {
    display: none;
  }
  .col-notimage {
    display: block;
  }
  .cart-list .col-desc,
  .cart-list .col-total,
  .cart-list .item .col-quantity {
    margin: 0 0 1em;
    width: auto;
    text-align: left;
  }
  .cart-list .remove {
    display: inline;
    margin: 0 0 0 1em;
  }
}

/* CSS3 animations */
@-webkit-keyframes reveal {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    -webkit-transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes reveal-down {
  0% {
    margin-left: -999px;
    opacity: 0;
  }
  1% {
    margin-left: 0;
    opacity: 0;
    -webkit-transform: scale(0.98) translateY(-15px);
  }
  80% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes reveal-down {
  0% {
    margin-left: -999px;
    opacity: 0;
  }
  1% {
    margin-left: 0;
    opacity: 0;
    transform: scale(0.98) translateY(-15px);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: translateY(0);
  }
}

.giftcard-template .giftcard-header {
  display: block;
}

.giftcard-template .content-main {
  padding-top: 10px;
}

/*****************************/
/***** PASSWORD TEMPLATE *****/
/*****************************/
html.template-password {
  margin: 0;
  padding: 0;
}

html.template-password body {
  min-height: 100vh;
  font-size: 15px;
  line-height: 1.3em;
  text-align: center;
  background: #ffffff;
}

html.template-password .pageheader__contents {
  justify-content: center;
  position: relative;
}

html.template-password .pageheader__contents .logo {
  display: block;
  position: relative;
}

html.template-password .pageheader__contents .logo.logo--text h1 {
  font-size: 24px;
  margin: 0;
}

html.template-password .password-container {
  display: table;
  height: 100%;
  width: 100%;
}

html.template-password .password-store-name,
html.template-password .password-main,
html.template-password .password-footer {
  display: table-row;
}

html.template-password .password-store-name-inner,
html.template-password .password-main-inner,
html.template-password .password-footer-inner {
  display: table-cell;
  padding: 20px;
}

html.template-password .password-store-name {
  height: 1px;
}

html.template-password .password-main {
  height: 100%;
}

html.template-password .password-main-inner {
  vertical-align: middle;
}

@media screen and (max-width: 1349px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}

@media (min-width: 768px) {
  html.template-password .password-main-inner {
    padding-top: 50px;
  }
}

html.template-password .password-footer {
  height: 1px;
}

html.template-password .password-login-link {
  margin: 0;
  text-align: right;
}

html.template-password .password-login-link svg {
  width: 10px;
  height: 12px;
  margin-right: 4px;
}

html.template-password h1 {
  margin: 1em 0;
  font-size: 2em;
}

html.template-password h1 a:hover {
  text-decoration: none;
}

html.template-password h2 {
  font-size: 4em;
}

html.template-password input[type=text], html.template-password input[type=email], html.template-password input[type=password] {
  height: 30px;
  padding: 6px 12px;
  margin: 0 5px 0 0;
  color: #666;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

html.template-password input[type=submit] {
  display: inline-block;
  background: #000000;
  color: #f2b735;
  border: 1px solid #000000;
  vertical-align: top;
  margin: 0;
  padding: 4px 14px;
  font-size: 90%;
  height: 30px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

html.template-password #shoplogo {
  margin: 0 auto;
}

html.template-password .shopify-name {
  display: none;
}

html.template-password .password-message {
  margin-bottom: 2em;
}

html.template-password .password-signup {
  margin-bottom: 4em;
}

html.template-password .password-signup input[type=email] {
  box-sizing: content-box;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  min-height: 0;
  padding: 4px 18px;
  margin-right: -1px;
  width: 250px;
  border-radius: 3px 0 0 3px;
}

html.template-password .password-signup input[type=submit] {
  box-sizing: content-box;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  min-height: 0;
  padding: 4px 18px;
  border-radius: 0 3px 3px 0;
}

@media only screen and (max-width: 420px) {
  html.template-password .password-signup input[type=email] {
    width: 90%;
  }
  html.template-password .password-signup input[type=email],
  html.template-password .password-signup input[type=submit] {
    margin: 0 0 10px;
    border-radius: 3px;
  }
}

html.template-password .password-social ul {
  padding: 0;
}

html.template-password .password-social li {
  display: inline-block;
  white-space: nowrap;
}

html.template-password .password-social a {
  color: #fff;
  margin: 10px;
  display: inline-block;
  padding: 2px 12px 4px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

html.template-password .password-social a span {
  vertical-align: middle;
}

html.template-password .password-social a:hover {
  color: #fff;
  opacity: 0.9;
}

html.template-password .password-social a:hover, html.template-password .password-social a:hover span {
  text-decoration: none;
}

html.template-password .password-social a svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  height: 15px;
  width: 15px;
}

html.template-password .password-social a svg, html.template-password .password-social a svg g {
  fill: #fff;
}

html.template-password .password-social .password-social-item-book {
  background: #3b5998;
}

html.template-password .password-social .password-social-item-twitter {
  background: #00aced;
}

html.template-password .password-footer-inner {
  padding-top: 150px;
  line-height: 2em;
}

html.template-password .password-footer-inner .powered-by, html.template-password .password-footer-inner svg {
  vertical-align: top;
}

html.template-password .password-footer-inner svg {
  margin: 0 0 0 5px;
  width: 80px;
  height: 23px;
}

html.template-password #password-login {
  width: 300px;
  padding: 1em;
}

html.template-password #password-login label {
  display: block;
  margin: 0 0 0.75em;
  padding-right: 50px;
  text-align: left;
}

html.template-password #password-login input[type=password] {
  width: 150px;
  height: auto;
  flex: 1 0 auto;
}

html.template-password #password-login .password-owner {
  margin-top: 2em;
}

html.template-password .password-login-input-container {
  display: flex;
  flex-wrap: wrap;
}

html.template-password .password-login-input-container input {
  margin-top: 5px;
}

/* A flexbox layout */
.flexible-layout {
  margin-left: 0px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}

.flexible-layout.valign-middle > [class^="column"] {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.flexible-layout.valign-bottom > [class^="column"] {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.flexible-layout .column-quarter,
.flexible-layout .column-third,
.flexible-layout .column-half,
.flexible-layout .column-two-thirds,
.flexible-layout .column-three-quarters,
.flexible-layout .column-full {
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flexible-layout .column-quarter {
  width: calc(25% - 0px);
  -webkit-flex-basis: calc(25% - 0px);
  flex-basis: calc(25% - 0px);
}

.flexible-layout .column-third {
  width: calc(33.333% - 0px);
  -webkit-flex-basis: calc(33.333% - 0px);
  -moz-flex-basis: calc(33.333% - 0px);
  -ms-flex-preferred-size: calc(33.333% - 0px);
  flex-basis: calc(33.333% - 0px);
}

.flexible-layout .column-half {
  width: calc(50% - 0px);
  -webkit-flex-basis: calc(50% - 0px);
  -moz-flex-basis: calc(50% - 0px);
  -ms-flex-preferred-size: calc(50% - 0px);
  flex-basis: calc(50% - 0px);
}

.flexible-layout .column-two-thirds {
  width: calc(66.666% - 0px);
  -webkit-flex-basis: calc(66.666% - 0px);
  -moz-flex-basis: calc(66.666% - 0px);
  -ms-flex-preferred-size: calc(66.666% - 0px);
  flex-basis: calc(66.666% - 0px);
}

.flexible-layout .column-three-quarters {
  width: calc(75% - 0px);
  -webkit-flex-basis: calc(75% - 0px);
  -moz-flex-basis: calc(75% - 0px);
  -ms-flex-preferred-size: calc(75% - 0px);
  flex-basis: calc(75% - 0px);
}

.flexible-layout .column-full {
  width: calc(100% - 0px);
  -webkit-flex-basis: calc(100% - 0px);
  -moz-flex-basis: calc(100% - 0px);
  -ms-flex-preferred-size: calc(100% - 0px);
  flex-basis: calc(100% - 0px);
}

@media (max-width: 767px) {
  .flexible-layout {
    margin-left: auto;
    display: block;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexible-layout .column-quarter,
  .flexible-layout .column-third,
  .flexible-layout .column-half,
  .flexible-layout .column-two-thirds,
  .flexible-layout .column-three-quarters,
  .flexible-layout .column-full {
    float: none;
    margin-left: auto;
    width: auto;
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }
}

.content-main .shopify-policy__container {
  max-width: 670px;
  padding: 0;
}

.thumbnail__badge {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 6px;
  top: 6px;
  pointer-events: none;
}

.thumbnail__badge .icon {
  fill: #ffffff;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}

.thumbnail__badge .icon .icon-3d-badge-full-color-outline,
.thumbnail__badge .icon .icon-video-badge-full-color-outline {
  stroke: rgba(42, 41, 40, 0.05);
}

.thumbnail__badge .icon .icon-3d-badge-full-color-element,
.thumbnail__badge .icon .icon-video-badge-full-color-element {
  fill: #2a2928;
}

@media only screen and (min-width: 750px) {
  .thumbnail__badge .product-single__thumbnail-badge {
    width: 26px;
    height: 26px;
  }
}

.plyr.plyr--full-ui.plyr--video {
  color: #2a2928;
  background-color: transparent;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}

.plyr.plyr--full-ui.plyr--video .plyr__poster,
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: #ffffff;
  border-color: rgba(42, 41, 40, 0.05);
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(42, 41, 40, 0.55);
}

.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: #ffffff;
  border-color: rgba(42, 41, 40, 0.05);
}

.plyr.plyr--full-ui.plyr--video .plyr__controls .plyr__control:hover,
.plyr.plyr--full-ui.plyr--video .plyr__controls .plyr__control.focus-visible,
.plyr.plyr--full-ui.plyr--video .plyr__controls .plyr__controls__item:hover,
.plyr.plyr--full-ui.plyr--video .plyr__controls .plyr__controls__item.focus-visible {
  color: #2a2928;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:focus {
  outline: none;
  border: 1px solid #2a2928;
  border-radius: 0;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(42, 41, 40, 0.6) var(--value, 0));
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-track {
  background-color: rgba(42, 41, 40, 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-fill-upper {
  background-color: rgba(42, 41, 40, 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(42, 41, 40, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(42, 41, 40, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(42, 41, 40, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(42, 41, 40, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(42, 41, 40, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(42, 41, 40, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: #2a2928;
  color: #ffffff;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: #2a2928;
}

.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, rgba(42, 41, 40, 0.6) 25%, transparent 25%, transparent 50%, rgba(42, 41, 40, 0.6) 50%, rgba(42, 41, 40, 0.6) 75%, transparent 75%, transparent);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'] {
  color: #ffffff;
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:focus {
  outline: none;
  border: 1px solid #fff;
  border-radius: 0;
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #2a2928;
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-ms-thumb {
  box-shadow: 2px 0 0 0 #2a2928;
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #2a2928;
}

.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(255, 255, 255, 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: rgba(255, 255, 255, 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.skip-link:focus {
  padding: 5px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 10012;
  border: #2a2928;
  background-color: #ffffff;
  height: auto;
  width: auto;
  clip: unset;
}

.product-list__no-results {
  margin-left: 87px;
}

#cboxContent #cboxClose {
  top: 0;
  bottom: auto;
  width: 44px;
}

#cboxContent #cboxClose:hover {
  background-color: inherit;
}

.user-is-tabbing #cboxContent #cboxClose:focus {
  outline: auto;
}

.section--video .section-title-container {
  padding-top: 80px;
}

.section--video .homepage-spaced-row .section-title-container, .section--video .homepage-spaced-row-sm .section-title-container {
  padding-top: 0;
}

.section--video .video-container .video-container__stop {
  display: none;
}

@media (max-width: 767px) {
  .section--video .video-container.video-container--modal-mobile {
    padding-bottom: 0 !important;
    height: auto;
  }
  .section--video .video-container.video-container--modal-mobile::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    pointer-events: none;
    background: #000;
    opacity: 0;
    transition: opacity 350ms;
  }
  .section--video .video-container.video-container--modal-mobile .video-container__video {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 20px;
    width: calc(100% - 40px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    background: #000;
    transition: opacity 350ms;
  }
  .section--video .video-container.video-container--modal-mobile .video-container__stop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 10002;
    padding: 19px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 350ms;
  }
  .section--video .video-container.video-container--modal-mobile .video-container__stop svg {
    stroke: currentColor;
    height: 29px;
    width: 29px;
  }
  .section--video .video-container.video-container--modal-mobile .overlay {
    position: relative;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section--video .video-container.video-container--playing::before,
  .section--video .video-container.video-container--playing .video-container__video,
  .section--video .video-container.video-container--playing .video-container__stop {
    opacity: 1;
    pointer-events: auto;
  }
  .section--video .video-container.video-container--playing .video-container__cover {
    opacity: 0;
    visibility: hidden;
  }
  .section--video .video-container.video-container--playing .video-container__cover + .overlay {
    opacity: 0;
    visibility: hidden;
  }
}

.section--background-video .height--auto {
  height: auto;
}

.section--background-video .height--auto .video-container__video {
  margin-top: 0 !important;
  height: auto !important;
  padding-bottom: 56.25% !important;
}

.content-main .shopify-section:first-child [data-section-type="video"] .section-title-container, .content-main .shopify-section:first-child [data-nested-section-type="video"] .section-title-container,
.content-main [data-section-type="nested-sections"] .shopify-section:first-child [data-section-type="video"] .section-title-container,
.content-main [data-section-type="nested-sections"] .shopify-section:first-child [data-nested-section-type="video"] .section-title-container {
  padding-top: 80px;
}

.placeholder-image {
  position: relative;
  padding-top: 100%;
  height: 0px;
  overflow: hidden;
  background: #f5f5f5;
}

.placeholder-image.dark {
  background: #c6c7c8;
}

.placeholder-image.dark svg, .placeholder-image.dark svg g {
  fill: #a3a6a9;
}

.placeholder-image.landscape {
  padding-top: 55%;
}

.placeholder-image.placeholder--banner {
  padding-top: 475px;
}

@media (max-width: 767px) {
  .placeholder-image.placeholder--banner {
    padding-top: 55%;
  }
}

.placeholder-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.placeholder-image svg, .placeholder-image svg g {
  fill: #c8cbcd;
}

.cc-animate-enabled .shopify-section:not(.shopify-section--header) {
  overflow: initial;
}

.cc-animate-enabled .shopify-section.shopify-section--header {
  overflow: visible;
}

@media (min-width: 768px) {
  .section--gallery .rimage-outer-wrapper {
    height: calc(100% + 1px);
    width: calc(100% + 1px);
    object-fit: cover;
    max-width: none !important;
  }
  .section--gallery .rimage-outer-wrapper .rimage-wrapper {
    height: 100%;
  }
}

.map-section__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding-top: 0;
}

.map-section--display-map .map-section__placeholder {
  display: none !important;
}

.map-section__placeholder svg {
  height: 100%;
  width: 100%;
}

.cc-popup:not(.store-availabilities-modal).cc-popup--visible {
  pointer-events: none !important;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-background {
  background: transparent !important;
  pointer-events: none;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-close {
  color: #2a2928 !important;
  z-index: 1;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-close svg {
  stroke: #2a2928 !important;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-close:hover {
  color: #2a2928 !important;
  background: transparent !important;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal {
  background-color: #ffffff;
  color: #2a2928;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.cc-popup:not(.store-availabilities-modal).cc-popup--bottom-left .cc-popup-modal, .cc-popup:not(.store-availabilities-modal).cc-popup--bottom-right .cc-popup-modal {
  margin: 5px;
}

@media (min-width: 768px) {
  .cc-popup:not(.store-availabilities-modal).cc-popup--bottom-left .cc-popup-modal, .cc-popup:not(.store-availabilities-modal).cc-popup--bottom-right .cc-popup-modal {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .cc-popup:not(.store-availabilities-modal).cc-popup--bottom-left .cc-popup-modal, .cc-popup:not(.store-availabilities-modal).cc-popup--bottom-right .cc-popup-modal {
    margin: 10px;
  }
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal {
  padding: 40px 30px 30px;
  text-align: center;
  position: relative;
  width: calc(100% - 10px);
  margin-left: 5px;
  pointer-events: all;
}

@media (min-width: 768px) {
  .cc-popup:not(.store-availabilities-modal) .cc-popup-modal {
    margin-left: 0;
    width: 450px;
  }
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal .cc-popup-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .cc-popup:not(.store-availabilities-modal) .cc-popup-modal .cc-popup-image {
    display: block;
  }
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal .cc-popup-image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal .cc-popup-image .rimage-outer-wrapper, .cc-popup:not(.store-availabilities-modal) .cc-popup-modal .cc-popup-image .rimage-wrapper {
  height: 100%;
  width: 100%;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal .cc-popup-image .rimage__image {
  object-fit: cover;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal .cc-popup-content {
  width: 100%;
  z-index: 1;
  padding: 0;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal .cc-popup-title, .cc-popup:not(.store-availabilities-modal) .cc-popup-modal .cc-popup-form__response, .cc-popup:not(.store-availabilities-modal) .cc-popup-modal .cc-popup-form__response h4 {
  color: currentColor;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal .rte, .cc-popup:not(.store-availabilities-modal) .cc-popup-modal .general-form,
.cc-popup:not(.store-availabilities-modal) .cc-popup-modal #customer_sidebar,
.cc-popup:not(.store-availabilities-modal) .cc-popup-modal .order-table,
.cc-popup:not(.store-availabilities-modal) .cc-popup-modal #address_tables {
  text-align: inherit;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal .cc-popup-form {
  margin-top: 1.2em;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal .cc-popup-form .cc-popup-form__inputs .cc-popup-form-input {
  margin-bottom: 0.5em;
  padding: 1em 1.4em;
  text-align: left;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal .cc-popup-form .cc-popup-form__inputs .button {
  width: 100%;
  margin-top: 0.5em;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal .cc-popup-form .cc-popup-form__inputs .button svg {
  fill: #000000;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal .social-links__list {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.cc-popup:not(.store-availabilities-modal) .cc-popup-modal .social-links__list svg, .cc-popup:not(.store-availabilities-modal) .cc-popup-modal .social-links__list svg g {
  fill: currentColor;
}

.grecaptcha-badge {
  z-index: 99;
}

.store-availability-information .store-availability-icon {
  top: 2px !important;
}

input::-ms-clear {
  display: none;
}

.subscription-description {
  margin: 1em 0;
  font-size: 0.875em;
  line-height: 1.5em;
}

/* FIX: Remove top nav menu hover over underline */
.pageheader__contents.pageheader__contents--inline .nav-row a:after {
  display: none;
}

/* FIX: Remove white area above footer */
.section--custom-html marquee {
  margin-top: -90px !important;
  margin-bottom: -90px;
}


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


/*********************  $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$  **********************/
/*********************  $$$$										$$$$  **********************/
/*********************  $$$		VENTI20 ADDED ADDITIONAL STYLES		 $$$  **********************/
/*********************  $$$$										$$$$  **********************/
/*********************  $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$  **********************/

/*** ALL RESOLUTIONS HERE ***/
.copy-1stlettercaps {
  text-transform: capitalize;
}

/*#############################################################################################*/
/*#############################################################################################*/
/*###############################  SUPER DUPER LARGE RESOLUTIONS  #############################*/
/*#############################################################################################*/
/*#############################################################################################*/
@media (min-width: 3001px) 
  and (max-width: 5000px) 
 {
   
/*********************  $$$$$$$$         CART COMPONENTS            $$$$$$$$$  *****************/
#cart-lefty {
  height: 45vh !important; 
}
.cart-product-pod {
  height: 300px;
}
.cart-product-pod-hero {
  padding-top: 0px !important;
  height: 50%;
}
.cart-product-title {
  margin-top: 10px;
}
.cart-product-color {
  margin: 5px 0px 0px;
}
.cart-product-framesize {
  margin: 15px 0px 0px;
}
.cart-product-size {
  margin: 5px 0px 0px;
}
.cart-product-divider {
  margin: 20px 0px 30px;
}
.cart-product-subdetails {
  grid-template-columns: 60% 10% 10%; 
  grid-gap: 3%;
}
.cart-pairitwith-product-image-container {
  width: 80% !important;
}
/*********************  $$$$$$$$      END: CART COMPONENTS          $$$$$$$$$  *****************/

/*********************  $$$$$$$$$  LANDING PAGE COMPONENTS  $$$$$$$$$$$$$  ********************/   
.landing-pages-container {
  background-color: #EEDFC6; 
  margin-left: -50px !important; 
  margin-right: -50px !important;
  margin-bottom: -60px;
}
.landing-pages-banner {
	max-width: 102vw !important;
	position: relative;
	width: 102vw !important;
}
.landing-pages-video {
  margin: 11% 120px 0px -10px !important;
  height: 1000px;
}
.landing-pages-collection-container {
  padding-bottom: 0px;
  height: 600px !important;
  width: 100%;
}
.landing-pages-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 600px !important;
  border: 1.5px solid #CB3835;
}
.landing-pages-hero-image {
  margin-top: 20px !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
.landing-pages-line-0 {
  margin: 208px auto 0px !important;
  padding-left: 60px;
  padding-right: 30px;
  padding-bottom: 0px !important;
}
.landing-pages-line-1 {
  margin: 100px auto 0px !important;
  padding-top: 140px;
  text-align: center !important;
}
.landing-pages-l4 {
  margin: 600px auto 0px !important;
  width: 95% !important;
}

/*********************  $$$$$$$$$   STORY - Responsibility  $$$$$$$$$  **********************/
.story-responsibility-cycledblack-container {
  margin-top: -50%;
  margin-left: 62%;
  width: 500px;
}
.story-responsibility-container-1 {
  margin: 112px 10% 0 !important;
  display: grid; 
  grid-template-columns: 45% 55%; 
  grid-gap: 0px; 
  text-align: left;
}
.story-responsibility-cycledblack-container-2 {
  margin-top: 900px !important;
  margin-left: 200px;
  width: 350px;
}
.branding-collection-container {
  margin: 400px 4% 200px 5% !important;
}
.responsibility-collection-hero-container {
  background-color: #F4F4F4;
  height: 600px !important;
}
.responsibility-hero-image {
  margin-top: -10% !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
/*********************  $$$$$$$$   END: STORY - Responsibility  $$$$$$$  **********************/   
   
}


/*#############################################################################################*/
/*#############################################################################################*/
/*##################################  SUPER LARGE RESOLUTIONS  ################################*/
/*#############################################################################################*/
/*#############################################################################################*/
@media (min-width: 2000px) 
  and (max-width: 3000px) 
 {

/*********************  $$$$$$$$$      SEARCH PAGE     $$$$$$$$$  **********************/
.search-container {
  width: 100%; 
  height: 830px !important;
}
   
/***************  $$$$$$$$$$$$$$      HOMEPAGE COMPONENTS     $$$$$$$$$$$$$$  *****************/
.sunburst-image {
  margin-top: -20px;
  padding: 0px 0px 200px;  
}
   
#content { 
  height: 900px;
}
.featured-collection-container {
  margin-top: -100px;
  margin-bottom: 0px;
  padding: 0 87px 0px;
  padding-bottom: 500px;
}
.collection-spacer{
  margin-right: 35px;
}
.featured-collection-hero-container {
  background-color: #F4F4F4;
  height: 535px !important;
}
.featured-collection-inner-hero-container {
  margin-top: 0px;
  z-index: 99;
}
.featured-hero-image {
  margin-top: 8% !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
/***************  $$$$$$$$$$$      END: HOMEPAGE COMPONENTS     $$$$$$$$$$$$  *****************/   

/*********************  $$$$$$$$$      PRODUCT DETAIL PAGE     $$$$$$$$$  **********************/
#content-pdp { 
  height: 900px !important;
} 
.slider-container-productdetail-hero {
  margin-top: 0px !important;
}
.product-details-media {
  margin-top: -100px !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-container {
  width: 50px;
  position: relative;
  top: 10px;
  left: 85% !important;
  z-index: 98;
}
.product-container-navbutton {
  position: absolute;
  top: 778px !important;
  left: 100% !important;
  margin-left: 15px !important;
}
.product-details-vto {
  position: absolute;
  top: 860px !important;
  left: 30% !important;
  background-color: #ADADAD; 
  color: #FFF; 
  border-radius: 33px; 
  width: 190px; 
  height: 44px; 
  font-family: acumin-pro;
  font-weight: 400;
  font-size: 15px; 
  line-height: 44px;
  cursor: pointer;
  z-index: 998;
}
.filter-button-showme {
  display: block;
}
.product-features-panel-features-desc-variants2 {
  vertical-align: text-top;
  margin-top: 60px !important;
  margin-left: 40%;
  width: 30%;
}
.filter-button-showme {
  display: block;
}
.product-detail-tabs-warranty-info-2 {
  width: 30%;
  margin-left: 30px !important;
}
.product-detail-tabs-shipping-2 {
  width: 30%;
  margin-left: 34% !important;
  margin-top: -200px !important;
}
.product-detail-tabs-shipping-3 {
  width: 30%;
  margin-left: 68% !important;
  margin-top: -380px !important;
  margin-bottom: 280px !important;
}
/*********************  $$$$$$$$$   END:PRODUCT DETAIL PAGE   $$$$$$$$$  **********************/

/*********************  $$$$$$$$         CART COMPONENTS            $$$$$$$$$  *****************/
#cart-lefty {
  height: 56vh !important; 
}
.cart-product-pod {
  height: 300px;
}
.cart-product-pod-hero {
  padding-top: 0px !important;
  height: 100%;
}
.cart-product-title {
  margin-top: 10px;
}
.cart-product-color {
  margin: 5px 0px 0px;
}
.cart-product-framesize {
  margin: 15px 0px 0px;
}
.cart-product-size {
  margin: 5px 0px 0px;
}
.cart-product-divider {
  margin: 20px 0px 30px;
}
.cart-product-subdetails {
  grid-template-columns: 60% 10% 10%; 
  grid-gap: 3%;
}
.cart-pairitwith-product-image-container {
  width: 80%;
  height: 400px;
}
.cart-pairitwith-product-image {
  width: 100%;
  height: auto;
}
/*********************  $$$$$$$$      END: CART COMPONENTS          $$$$$$$$$  *****************/
   
/***************  $$$$$$$$$$$$$$$      COLLECTION PAGES     $$$$$$$$$$$$$$$$  *****************/   
.main-collection-container {
  padding-bottom: 110px;
}
.main-collection-hero-container {
  margin-bottom: 30px;
  height: 650px !important;
}
.main-collection-addspacer {
  min-height: 600px !important;
  max-height: 650px !important;
}
.main-collection-spaceadjuster {
  margin-top: -20px;
}
.search-collection-container {
  padding-bottom: 0px;
  width: 100%;
}
.search-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 80% !important;
}
.shopby-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 400px;
}
/***************  $$$$$$$$$$$$$      END: COLLECTION PAGES     $$$$$$$$$$$$$  *****************/ 
   
/*********************  $$$$$$$$$      STORY - Process     $$$$$$$$$  **********************/
.story-banner {
  margin: 0px -2% 0;
  height: 77vh !important;
}
.story-process-subheader {
  margin: 100px 0 0;
}
.story-process-container {
  margin: 166px 87px 100px;
}
.story-process-container-overlap {
  margin: -90px 87px 0px;
}
.story-process-materials-container-upper {
  margin: -1000px -3% 0 3% !important;
}
.story-process-materials-container-lower {
  margin: 470px -5% 0 10% !important;
  grid-template-columns: 30% 70% !important; 
}
.story-process-materials-titles {
  margin: 0 0 0;
}
.story-process-materials-copy {
  margin: 15px 0 0;
  padding: 0 20% 0 0;
}
.story-process-materials-right {
  margin-top: 28% !important;
  margin-left: 50% !important;
}
.story-process-materials-drop {
  margin-top: 0% !important;
  margin-left: 5% !important;
}
.story-process-materials-drop-2 {
  margin-top: 9% !important;
  margin-left: -5% !important
  padding: 0 40% 0 0 !important;
}
.story-process-materials-hardware {
  margin: 40px 0 0 10% !important;
}
.story-process-video {
  margin: 115px 0px 0px;
  padding: 0 10% 0px;
}
.story-process-parts-hardware {
  margin: 200px -1% 0px !important;
  height: 2100px !important;
}
.story-process-parts-titles {
  margin: 0 0 0;
}
.story-process-parts-copy {
  margin: 15px 0 0;
  padding: 0 20% 0 0;
}
.story-process-parts-copy-1 {
  padding-top: 3% !important;
  margin-left: 67%;
  width: 450px;
}
.story-process-parts-copy-2 {
  margin-top: 18% !important;
  margin-left: 29% !important;
  width: 600px !important;
}
.story-process-parts-copy-3 {
  margin-top: 29% !important;
  margin-left: 57%;
  width: 450px;
}
.story-process-ourlenses-spacer {
  margin: 120px 235px 0px !important;
  grid-gap: 200px !important; 
}
.story-process-ourlenses-titles {
  margin: 0 0 0;
}
.story-process-ourlenses-copy {
  margin: 26px -50px 120px 0px;
  padding: 0 0 0 0 !important;
}

/*********************  $$$$$$$$$      STORY - About Us     $$$$$$$$$  **********************/
.story-aboutus-banner {
  height: 77vh !important; 
}

/*********************  $$$$$$$$$     STORY - Ambassadors     $$$$$$$$$  **********************/
.story-ambassadors-banner {
  height: 77vh !important; 
}
/*********************  $$$$$$$$$   STORY - Responsibility  $$$$$$$$$  **********************/
.story-responsibility-cycledblack-container {
  margin-top: -50%;
  margin-left: 62%;
  width: 500px;
}
.story-responsibility-container-1 {
  margin: 112px 10% 0 !important;
  display: grid; 
  grid-template-columns: 45% 55%; 
  grid-gap: 0px; 
  text-align: left;
}
.story-responsibility-cycledblack-container-2 {
  margin-top: 600px !important;
  margin-left: 200px;
  width: 350px;
}
.branding-collection-container {
  margin: 400px 4% 200px 5% !important;
}
.responsibility-collection-hero-container {
  background-color: #F4F4F4;
  height: 600px !important;
}
.responsibility-hero-image {
  margin-top: -10% !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
/*********************  $$$$$$$$   END: STORY - Responsibility  $$$$$$$  **********************/   
   
/***************  $$$$$$$$$$$$$$        BLOG COMPONENTS       $$$$$$$$$$$$$$  *****************/   
.blog-hideme {
  display: hidden;
}
.blog-d3-division {
  margin-top: 100px !important;
  margin-left: -150px !important;
  height: 1px;
  border-bottom: 1px solid #000 !important;
  width: 100%;
}   
.blog-d3-otherblogs-container {
  height: 700px;
  background-position: top; 
  background-repeat: no-repeat; 
  background-size: 100%; 
  position: relative;
}
.blog-d1-main-container {
  margin: 140px 70px 100px;
  margin-bottom: 200px !important;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-gap: 30px; 
}
.blog-d1-container {
  margin-top: 150px;
  height: 1000px !important;
  background-position: top; 
  background-repeat: no-repeat; 
  background-size: 100%; 
  position: relative;
  border: 1px solid #000;
  border-radius: 10px;
  cursor: pointer;
}
.blog-hero-container {
  background-color: #F4F4F4;
  height: 535px !important;
}
   
/*********************  $$$$$$$$$  LANDING PAGE COMPONENTS  $$$$$$$$$$$$$  ********************/   
.landing-pages-container {
  background-color: #EEDFC6; 
  margin-left: -2% !important; 
  margin-right: -2% !important;
  margin-bottom: -60px;
}
.landing-pages-banner {
	max-width: 102vw !important;
	position: relative;
	width: 102vw !important;
}
.landing-pages-video {
  margin: 11% 120px 0px -10px !important;
  height: 1000px;
}
.landing-pages-collection-container {
  padding-bottom: 0px;
  height: 600px !important;
  width: 100%;
}
.landing-pages-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 400px !important;
  border: 1.5px solid #CB3835;
}
.landing-pages-hero-image {
  margin-top: 20px !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
.landing-pages-line-0 {
  margin: 208px auto 140px !important;
  padding-left: 60px;
  padding-right: 30px;
  padding-bottom: 250px;
}
.landing-pages-line-1 {
  margin: 0px 0px 0px !important;
}
.landing-pages-l4 {
  width: 95% !important;
  margin: 600px 73px 0px !important;
}

.bluelight-collage-full {
  background-image: url('/cdn/shop/files/Desktop-IMG-4_24fa1af2-6426-4814-b96b-b93d20e1f09e.jpg?v=1664425357');
  background-repeat: no-repeat;  
  background-attachment: scroll;  
  background-position: cover;
  background-size: 100% auto;
  height: 1500px !important;
  margin: 20px -2% -4% !important;
}

.hgg-best-sellers-header {
  padding: 460px 10% 0px !important;
}
   
}

@media (min-width: 1920px) 
  and (max-width: 2000px) 
 {
   
/***************  $$$$$$$$$$$$$$      HOMEPAGE COMPONENTS     $$$$$$$$$$$$$$  *****************/
.featured-collection-container {
  margin-top: -100px;
  padding: 0 87px 302px;
  overflow: hidden;
}
.collection-spacer{
  margin-right: 35px;
}
.featured-collection-hero-container {
  background-color: #F4F4F4 !important;
  height: 500px;
  padding-bottom: 200px;
}
.featured-collection-inner-hero-container {
  margin-top: 0px;
  z-index: 99;
}
.featured-hero-image {
  margin-top: 10% !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
.new-container {
  width: 50px;
  position: relative;
  top: 10px;
  left: 85% !important;
  z-index: 98;
}
/***************  $$$$$$$$$$$      END: HOMEPAGE COMPONENTS     $$$$$$$$$$$$  *****************/   

/***************  $$$$$$$$$$$            PRODUCT PAGE           $$$$$$$$$$$$  *****************/
.slider-container-productdetail-hero {
  margin-top: 0px !important;
}
.product-grid__detail {
    margin-left: 50px;
    width: 400px;
    flex: 0 1 auto;
}
.product-features-panel-features-desc-variants2 {
  vertical-align: text-top;
  margin-top: -40px !important;
  margin-left: 40%;
  width: 30%;
}
.product-container-navbutton {
  position: absolute;
  top: 778px !important;
  left: 100% !important;
  margin-left: 15px !important;
}
.product-details-vto {
  position: absolute;
  top: 860px !important;
  left: 570px !important;
  background-color: #ADADAD; 
  color: #FFF; 
  border-radius: 33px; 
  width: 190px; 
  height: 44px; 
  font-family: acumin-pro;
  font-weight: 400;
  font-size: 15px; 
  line-height: 44px;
  cursor: pointer;
  z-index: 998;
}
.product-detail-tabs-warranty-info-2 {
  width: 30%;
  margin-left: 30px !important;
}
.product-detail-tabs-shipping-2 {
  width: 30%;
  margin-left: 34% !important;
  margin-top: -245px !important;
}
.product-detail-tabs-shipping-3 {
  width: 30%;
  margin-left: 68% !important;
  margin-top: -495px !important;
  margin-bottom: 280px !important;
}
/***************  $$$$$$$$$$$         END: PRODUCT PAGE         $$$$$$$$$$$$  *****************/
   
/*********************  $$$$$$$$$  LANDING PAGE COMPONENTS  $$$$$$$$$$$$$  ********************/   
.landing-pages-container {
  background-color: #EEDFC6; 
  margin-left: -2% !important; 
  margin-right: -2% !important;
  margin-bottom: -120px;
}
.landing-pages-line {
  margin: 0px 0px 0px;
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0px;
}
.landing-pages-line-0 {
  margin: 100px auto 140px !important;
  padding-left: 60px;
  padding-right: 30px;
  padding-bottom: 250px;
}
.landing-pages-line-1 {
  margin: 0px 0px 0px !important;
}
.landing-pages-l4 {
  margin: 600px auto 0px !important;
  width: 92.5% !important;
}
.landing-pages-video {
  margin: 11% 120px 0px -10px !important;
  height: 1000px;
}
.landing-pages-collection-container {
  padding-bottom: 0px;
  height: 580px !important;
  width: 100%;
}
.landing-pages-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 350px !important;
  border: 1.5px solid #CB3835;
}
.landing-pages-hero-image {
  margin-top: 20px !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
 
}



/*#############################################################################################*/
/*#############################################################################################*/
/*################################  NORMAL DESKTOP RESOLUTIONS  ###############################*/
/*#############################################################################################*/
/*#############################################################################################*/

/***************  $$$$$$$$$      HEADER / NAVIGATION COMPONENTS     $$$$$$$$$  *****************/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus{
  border: none; 
  outline:none !important; 
}
.hp-slider-showme {
  display: block;
}
.hp-slider-hideme {
  display: none;
}
.headernav-mobile-hideme {
  display: block;
}
.headernav-mobile-showme {
  display: none;
}
.header-subnav-title {
  margin-top: 20px;
  margin-bottom: 22px;
  font-family: acumin-pro !important; 
  font-size: 25px !important; 
  color: #000;
  line-height: 35px !important;
}
.header-subnav-subtitle {
  margin-top: 10px;
  font-family: acumin-pro !important; 
  font-size: 18px !important; 
  color: #000;
  line-height: 20px !important;
}
.header-subnav-subtitle:hover {
  color: #8D8D8D !important;
}
.header-subheader-container {
  text-align: center;
  width: 294px;
}
.header-subheader-title {
  margin-top: 33px;
  font-family: acumin-pro; 
  font-size: 25px; 
  color: #000;
  line-height: 25px;
  text-align: center;
}
.header-subheader-cta-button { 
  margin: 16px auto 0px;
  padding: 0px;
  text-align: center;
  background-color: #fff; 
  border: 1px solid #000; 
  color: #000; 
  border-radius: 33px; 
  width: 266px; 
  height: 65px; 
  font-family: ibm-plex-mono !important; 
  font-size: 16px; 
  font-weight: 400;
  line-height: 60px;
  cursor: pointer;
}
.header-subheader-cta-button:hover {
  background-color: #000;
  color: #FFF;
}
.header-cart-carticon {
  position: relative;
  z-index: 998;
}
.header-cart-count {
  position: relative;
  z-index: 999;
  margin-top: 5px;
  margin-left: -18px;
  width: 20px;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 11px;
}

/*********************  $$$$$$$$$       BANNER COMPONENTS      $$$$$$$$$  **********************/
.banner-main-title {
  font-family: minion-pro-condensed-display !important; 
  font-size: 120px !important;
  color: #FFF;
  height: 120px;
}
.banner-main-title-black {
  font-family: minion-pro-condensed-display !important; 
  font-size: 120px !important;
  color: #000 !important;
  height: 120px;
}
/*********************  $$$$$$$$$    END: BANNER COMPONENTS    $$$$$$$$$  **********************/

/*********************  $$$$$$$$$      HOMEPAGE COMPONENTS     $$$$$$$$$  **********************/
.video-subcontainer {
  position: absolute;
  top: 662px;
}
.video-overlay-title {
  font-family: minion-pro-condensed-display; 
  font-size: 50px;
  color: #FFF;
  height: 50px;
}
.video-overlay-subheading {
  margin-top: 4px;
  font-family: acumin-pro; 
  font-size: 16px;
}
.video-button {
  margin-top: 28px;
  background-color: #FFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 266px; 
  height: 65px;
  font-family: ibm-plex-mono; 
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 35px;
  color: #000 !important;
  text-align: center;
}
.video-button:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #FFF !important;
}
.banner-subcontainer {
  position: absolute;
  top: 662px;
  left: 87px;
  text-align: left;
}
.banner-overlay-title {
  position: relative;
  font-family: minion-pro-condensed-display; 
  font-size: 50px;
  color: #FFF;
  line-height: 50px;
}
.banner-overlay-subheading {
  position: relative;
  margin-top: 4px;
  font-family: acumin-pro; 
  font-size: 16px;
}
.banner-button {
  margin-top: 28px;
  background-color: #FFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 266px; 
  height: 65px;
  font-family: ibm-plex-mono; 
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 35px;
  color: #000 !important;
  text-align: center;
}
.banner-button:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #FFF !important;
}
.positioning {
  margin-top: 0px;
  padding-top: 20px;
  position: absolute;
  overflow: hidden;
  width: 90%;
}
.left-top {
  top: 73px; 
  left: 84px; 
}
.center-top {
  top: 73px !important; 
  text-align: center !important; 
}
.right-top {
  top: 73px; 
  right: 84px; 
  text-align: right;
}
.left-middle {
  left: 84px; 
  top: 37%; 
}
.center-middle {
  top: 37%;
  text-align: center;
}
.right-middle {
  padding-right: 84px; 
  top: 37%;
  text-align: right; 
}
.left-bottom {
  top: 60%; 
  left: 84px; 
}
.center-bottom {
  top: 60%;  
  text-align: center; 
}
.right-bottom {
  top: 60%; 
  right: 84px; 
  text-align: right;
}  
.live-text1 {
  display: block;
}
.live-text2 {
  display: none;
} 
.sunburst-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 5%;
  background-color: #FFF8E8;
  padding: 2% 25px 0px;
  text-align: center;
  /*### CHANGE THIS FOR SPACING WHEN VIDEO IS TURNED ON: default = margin-top: -33px */
  margin-top: -80px;
  padding-bottom: 10px;
}
.sunburst-image-line {
  height: 50px;
}
.sunburst-image {
  margin-bottom: 80px;
  padding: 0px 0px 0px;
}
.sunburst-subcontainer {
  margin-top: -60px;
}
.sunburst-title {
  margin-top: 30px;
  font-family: minion-pro-condensed-display; 
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
}
.sunburst-text {
  margin-top: 20px;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 1.5em;
}
.sunburst-learnmore-button {
  margin-top: -20px !important;
  margin-bottom: -100px !important;
  padding: 0;
  background-color: #FFF8E8 !important;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 266px; 
  height: 65px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 16px;
  font-weight: 400 !important;
}
.sunburst-learnmore-button:hover {
  background-color: #000 !important;
  color: #FFF !important;
}
.featured-collection-container {
  margin-top: -100px;
  padding: 0 87px 300px;
  overflow: hidden;
}
.collection-spacer{
  margin-right: 35px;
}
.featured-collection-hero-container {
  background-color: #F4F4F4;
  height: 500px !important;
}
.featured-collection-inner-hero-container {
  margin-top: 0px;
  z-index: 99;
}
.featured-hero-image {
  margin-top: 40px !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
#featuredcollection-shopall-container1 {
  width: 140px;
  height: 50px;
  display: block;
  transition: display 10s;
}
#featuredcollection-shopall-container2 {
  width: 160px;
  height: 50px;
  display: none;
  transition: display 10s;
}
.featuredcollection-shopall-container {
  display: grid; 
  grid-template-columns: 100px 1fr;
  width: 160px;
  height: 50px;
}
.featuredcollection-shopall-arrow {
  padding-left: 0px;
}
.myarrow {
  position: relative;
  bottom: 3;
  right: 0;
  width: 34px;
  height: 17px;
}
.collection-title {
  margin-top: 50px;
  font-family: minion-pro-condensed-display; 
  font-size: 50px;
}
.collection-shopall {
  margin-top: -20px;
  margin-bottom: 30px; 
  padding-right: 5px;
  font-size: 16px;
  font-family: ibm-plex-mono;
}
.collection-item-title {
  font-family: minion-pro-condensed-display; 
  font-size: 34px; 
  line-height: 3.5em;
  font-weight: 700;
  margin-bottom: 15px;
}
.collection-item-title-other {
  font-family: minion-pro-condensed-display; 
  line-height: 60px; 
  font-size: 34px; 
  font-weight: 600; 
  padding-bottom: 8px; 
  margin-top: -20px;
}
.collection-item-price {
  font-family: acumin-pro; 
  font-size: 20px; 
  font-weight: 700;
}
.collection-item-color {
  font-family: ibm-plex-mono; 
  font-size: 14px; 
  color: #8D8D8D;
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 10px;
}
.collection-item-color-count {
  font-family: ibm-plex-mono; 
  font-size: 14px; 
  color: #8D8D8D;
  text-transform: uppercase;
}
.halves-container {
  margin-top: -100px;
  display: flex;
  text-align: center;
  margin-bottom: -50px;
}
.halves-subcontainer {
  flex: 50%;
  padding: 0px;
}
#inner-halves-container {
  overflow: hidden;            /* clip the excess when child gets bigger than parent */
}
#inner-halves-container img {
  transition: transform .4s;   /* smoother zoom */
  transition-duration: 1s;
  object-fit: fill;
}
#inner-halves-container:hover img {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}
.halves-container-left {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 0px; 
  background-color: #f4f4f4;
}
.halves-padded {
  padding: 15% 10% 25% 235px;
}
.halves-padded2 {
  padding: 10% 235px 10% 0%;
}
.halves-title {
  font-family: ibm-plex-mono; 
  font-size: 18px; 
  text-transform: uppercase;
  line-height: 3.5em;
  padding-top: 50px; 
  padding-bottom: 40px;
}
.halves-header {
  font-family: minion-pro-condensed-display; 
  font-size: 50px; 
  padding-top: 70px; 
  padding-bottom: 31px;
}
.halves-header2 {
  font-family: minion-pro-condensed-display; 
  font-size: 50px; 
  padding-top: 50px; 
  padding-bottom: 40px;
}
.halves-copy {
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 1.75em;
  padding: 0px 87px 38.5px;
}
.halves-button {
  background-color: #FFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 266px; 
  height: 65px;
  font-family: ibm-plex-mono; 
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 35px;
  color: #000 !important;
  text-align: center;
  margin-bottom: 40px;
}
.halves-button:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #FFF !important;
}
.zigzag-container {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-gap: 0px;
  background-color: #F2B735;
  margin: 0px 87px 0px;
}
.zigzag-subcontainer {
  text-align: center; 
  margin-top: 0px; 
  margin-bottom: 0px;
}
.zig-zag-top:before {
  background: 
  linear-gradient(-45deg, #F2B735 25px, red 25px, blue 25px,  transparent 0), 
  linear-gradient(45deg, #F2B735 25px, transparent 0);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 35px 45px;
  content: " ";
  display: block;
  height: 50px;
  width: 100%;
  position: relative;
  bottom: 64px;
  left:0;
}
.zig-zag-bottom {
  margin: 32px 0;
  margin-top: 0;
  background: #F2B735;
}
.zig-zag-top{
  margin: 32px 0;
  margin-bottom: 0;
  background: #F2B735;
}
.zig-zag-bottom,
.zig-zag-top{
  padding: 32px 0;
}
.zig-zag-bottom:after {
  background: 
  linear-gradient(-45deg, transparent 25px, #F2B735 0), 
  linear-gradient(45deg, transparent 25px, #F2B735  0);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 35px 45px;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
  top:54px;
  left:0px;
}
.zigzag-header {
  font-family: minion-pro-condensed-display; 
  font-size: 56px;
}
.zigzag-subheader {
  font-family: acumin-pro; 
  font-size: 20px; 
  margin-top: -30px;
}
.shade-container {
  width: 100%; 
  background-color: #fff8e8; 
  padding: 120px 0px 100px; 
  margin-top: -90px; 
}
.shade-header {
  font-family: minion-pro-condensed-display; 
  font-size: 50px;
  font-weight: 400;
  padding-left: 87px;
  height: 60px
}
.shade-subheader {
  margin-top: 25px;
  font-family: acumin-pro; 
  font-size: 20px; 
  padding-left: 87px;
}
.shade-subcontainer {
  margin-top: 79px;
}
.featuredin-container {
  padding: 0 10% 0;
  height: auto;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.featuredin-header {
  font-family: ibm-plex-mono; 
  font-size: 16px;
  text-align: center;
}
.featuredin-icons {
  display:inline-block;
  padding: 40px 40px 20px 40px;
  height: 100px;
  width: 100%
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
.tte-title {
  font-family: ibm-plex-mono; 
  font-size: 18px; 
  text-transform: uppercase;
  line-height: 3.5em;
  padding-top: 50px; 
  padding-bottom: 23px;
}
.tte-header {
  font-family: minion-pro-condensed-display; 
  font-size: 50px; 
  line-height: 1.5em;
  padding-top: 30px; 
  padding-bottom: 40px;
}
.tte-halves-copy {
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 1.75em;
  padding: 0px 0px 38.5px;
}
.tte-button {
  background-color: #f4f4f4 !important;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 266px; 
  height: 65px;
  font-family: ibm-plex-mono; 
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 35px;
  color: #000 !important;
  text-align: center;
}
.tte-button:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #FFF !important;
}
.marquee-container {
  margin-top: -10%; 
  font-size: 70px; 
  font-family: minion-pro-condensed-display; 
  line-height: 200px;
}
.newsletter-container {
  background-color: black;
  display: grid; 
  grid-template-columns: 20% 50% 30%; 
  grid-gap: 0px;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
  padding: 0px 87px 0px; 
}
.newsletter-subcontainer {
  color: #ffffff;
  margin-top: 40px;
  margin-left: 5%;
  margin-right: 20%;
  margin-bottom: 40px;
}
.newsletter-subcontainer-right {
  color: #ffffff;
  margin-top: 40px; 
  margin-bottom: 40px;
  margin-right: 0px;
  text-align: right;
}
.newsletter-header {
  color: #FFF;
  font-family: minion-pro-condensed-display; 
  font-size: 40px !important;
  line-height: 45px;
  padding:  0px 50px 0px 0px;
}
.newsletter-subheader {
  height: 100%;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 30px;
  padding:  0px 0px 0px 0px;
}
.newsletter-emailbox {
  background-color: #000000; 
  color: #ffffff;
  border-top-style: hidden; 
  border-right-style: hidden; 
  border-left-style: hidden; 
  border-bottom-style: groove;
  width: 350px;
  height: 82px;
  font-family: ibm-plex-mono; 
  font-size: 21px;
  text-align: left;
}
.newsletter-button {
  margin-left: -35px;
  background-color: #000000; 
  border: 1px solid white;
  color: #ffffff;
  border-radius: 50px;
  width: 180px;
  height: 82px;
}
.footernav-hideme {
  display: block;
}
.footernav-showme {
  display: none;
}
.footernav-container {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr 50px 3fr; 
  grid-gap: 0px;
  text-align: left;
  padding: 50px 87px 50px;
}
.footernav-header {
  font-family: minion-pro-condensed-display; 
  font-size: 42px;
  color: #ffffff !important;
  padding: 0px 0px 30px 0px;
}
.footernav-items {
  font-family: acumin-pro; 
  font-size: 20px;
  line-height: 32px;
  color: #ffffff !important;
  text-align: left;
}
.footernav-vline {
  border-left: .5px solid white;
  width:10px;
}
.footertextarea-container {
  text-align: center;
  display: block;
}
}
.footertextarea-container2 {
  text-align: center;
  display: none;
}
.footertextarea-divider {
  display: none;
}
.footertextarea-header {
  font-family: minion-pro-condensed-display; 
  font-size: 42px;
  color: #ffffff;
  padding-bottom: 30px;
}
.footertextarea-text {
  font-family: acumin-pro; 
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding-bottom: 30px;
  margin-left: 15%;
  margin-right: 15%;
}
.footertextarea-contacts {
  font-family: acumin-pro; 
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding-bottom: 20px;
  margin-left: 2%;
  margin-right: 2%;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-gap: 0px;
}
.footertextarea-icons {
  vertical-align: bottom;
  text-align: center;
  padding: 0 10px 0;
  cursor: pointer;
}
.footertextarea-icons:hover {
  color: #fff !important;
}
.footertextarea-icon-images {
  padding: 0px 0px 23px;
}
.footercopyright-container {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-gap: 0px;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: -55px;
}
.footer-copyright {
  font-family: ibm-plex-mono; 
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.footer-legal {
  margin: 30px auto 0px;
  font-family: ibm-plex-mono;  
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 30px;
}

/*********************  $$$$$$$$$      CATEGORY COMPONENTS     $$$$$$$$$  **********************/
.main-collection-container {
  margin-top: -20px;
  margin-bottom: -40px;
  padding-bottom: 0px;
  width: 100%;
}
.search-collection-container {
  padding-bottom: 0px;
  height: 350px !important;
  width: 100%;
}
.category-product {
  width: 100%; 
  height: 100%;
}
.category-header {
  width: 100%;
  font-family: minion-pro-condensed-display; 
  font-size: 120px;
  line-height: 100px;
  white-space:nowrap;
}
.category-wrapper {
  margin-top: -30px;
  margin-bottom: 30px;
  margin-left: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas:
    "a a d e"
    "a a b c";
  grid-gap: 1.9%;
  width: 98%;
}
.category-item1 {
  grid-area: a;
  margin-bottom: 30px;
}
.category-item2 {
  grid-area: b;
  margin-bottom: 30px;
}
.category-item3 {
  grid-area: c;
  margin-bottom: 30px;
}
.category-item4 {
  grid-area: d;
  margin-bottom: 30px;
}
.category-item5 {
  grid-area: e;
  margin-bottom: 30px;
}
.category-full {
  width: 100%;
  margin-left: 3%;
  margin-bottom: 30px;
}
.grid {
  margin-left: -80px;
  margin-right: -50px;
}
.column {
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: -30px;
  width: 23% !important;
}
.category-halfer-title {
  font-family: minion-pro-condensed-display; 
  font-size: 101px;
  line-height: 100px;
  color: #ffffff;
  width: 50%;
  margin-left: 5%;
  position: relative;
  top: 35%;
}
.category-halfer-text {
  font-family: acumin-pro; 
  font-size: 86px;
  color: #ffffff;
  margin-left: 5%;
  position: relative;
  top: 40%;
}


h4 {
  font-family: minion-pro-condensed-display; 
  font-size: 24px !important;
  line-height: 1rem;
}
.widget-list {
  li {
    a {
      &:hover {
        text-decoration: underline;
      }
    }
  }
}
.widget {
  .card-header {
    background: #000;
    a {
      width: 100%;
      display: block;
      &:after {
        content: "+";
        position: absolute;
        right: 40px;
        top: .9rem;
        transition: transform .15s ease-in-out;
      }
      &:hover,
      &:focus {
      text-decoration: none;
      }
      &[aria-expanded="true"] {
        &:after {
          transform: rotate(45deg);
        }
      }
    }
  }
  .card-block {
    padding: 0 1.3rem;
    .widget-list {
      li {
        margin-bottom: 4px;
      }
    }
  }
  
}

.slider-nav-buttons { visibility: hidden; }
.color-count { display:block; }
.color-wheel { visibility: hidden; }
.colorswitch:hover .color-wheel { visibility: visible; }
.colorswitch:hover .slider-nav-buttons-2 { visibility: visible; }
.colorswitch:hover .color-count { visibility: hidden; }

.slider-nav-buttons-2 {
  visibility: hidden;
}

.color-space {
  padding-right: 40px;
}

.colorwheel-hidden {
  display: none;
}

/*********************  $$$$$$$$$      COLLECTION PAGE     $$$$$$$$$  **********************/
.filtersort-buttons-container {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  grid-column-gap: 20px;
}
.filter-buttons {
  display: block;
  background-color: #FFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  font-family: ibm-plex-mono; 
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 0px;
  color: #000 !important;
  text-align: center;
}
.filter-button-filter {
  content:'SHOW FILTER'; 
  width: 225px;
  height: 40px;
}
.filter-button-sort-container {
  text-align: right;
  margin-left: auto; 
  margin-right: 0;
}
.filter-button-sort {
  margin-right: 20px;
  width: 120px;
  height: 40px;
  text-align: center;
}
.filter-button-hideme {
  display: none;
}
.filter-button-showme {
  display: block;
}
.collection-disclaimer {
  margin: 30px auto 0px;
  padding: 0px 30% 0px;
  font-family: ibm-plex-mono; 
  font-size: 16px; 
  font-weight: 400; 
  text-align: center;
  line-height: 30px;
}
.collection-container {
  margin-bottom: 50px;
  padding: 0px 87px 0px;
}
.collection-breadcrumbs-spacing {
  margin-bottom: 26px;
  padding-bottom: 20px;
}
.collection-breadcrumbs {
  float: left;
  margin-top: -2px;
  margin-left: -65px;
  font-family: ibm-plex-mono !important; 
  font-size: 16px !important; 
  line-height: 20px;
  text-transform: uppercase;
  color: #000; 
}
.collection-showme {
  display: block;
}
.collection-hideme {
  display: none;
}
.vto-container {
  position: relative;
  top: 45px;
  left: 19px;
  width: 120px;
  z-index: 98;
}
.vto-button {
  font-family: acumin-pro; 
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 100%;
  background: #ADADAD;
  border-radius: 30px;
  color: #fff;
  width: 114px;
  height: 21px;
}
.vto-container-recommend {
  position: relative;
  top: 45px;
  left: 19px;
  width: 120px;
  z-index: 98;
}
.vto-button-recommend {
  font-family: acumin-pro; 
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 100%;
  background: #ADADAD;
  border-radius: 30px;
  color: #fff;
  width: 114px;
  height: 21px;
}
.vto-button-recommend-blank {
  line-height: 20px;
  display: block;
  width: 100%;
  width: 114px;
  height: 21px;
}
.vto-container-shopby, .vto-container-shopby-carousel {
  position: relative;
  top: 45px;
  left: 19px;
  width: 120px;
  z-index: 98;
}
.vto-button-shopby, .vto-button-shopby-carousel {
  font-family: acumin-pro; 
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 100%;
  background: #ADADAD;
  border-radius: 30px;
  color: #fff;
  width: 114px;
  height: 21px;
}
.vto-container-blog {
  position: relative;
  top: 45px;
  left: 19px;
  width: 120px;
  z-index: 98;
}
.vto-button-blog {
  font-family: acumin-pro; 
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 100%;
  background: #ADADAD;
  border-radius: 30px;
  color: #fff;
  width: 114px;
  height: 21px;
}
.new-container {
  width: 50px;
  position: relative;
  top: 10px;
  left: 290px;
  z-index: 98;
}
.collection-template-banner-copy {
  margin-top: 0px;
  margin-bottom: 60px;
}
.recommended-collection-hero-container {
  background-color: #F4F4F4;
  height: 80%;
}
.recommended-collection-inner-hero-container {
  margin-top: 0px;
  z-index: 99;
}
.recommended-hero-image {
  margin-top: 10%;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
.main-collection-container {
  padding-bottom: 50px;
}
.main-collection-hero-container {
  margin-top: -52px;
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 500px;
}
.main-collection-addspacer {
  max-height: 500px;
}
.main-collection-spaceadjuster {
  margin-top: -50px;
}
.main-collection-inner-hero-container {
  margin-top: 0px;
  z-index: 99;
}
.main-hero-image {
  margin-top: 10%;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
.main-collection-title-nocaps {
  margin-top: -20px;
  font-family: minion-pro-condensed-display; 
  font-size: 34px; 
  font-weight: 600; 
  margin-bottom: 0px;
  line-height: 36px;
}
.main-collection-title {
  margin-top: -20px;
  text-transform: capitalize;
  font-family: minion-pro-condensed-display; 
  font-size: 34px; 
  font-weight: 600; 
  margin-bottom: 10px;
  line-height: 36px;
}
.main-collection-title-2 {
  margin-top: 10px;
  text-transform: capitalize;
  font-family: minion-pro-condensed-display; 
  font-size: 34px; 
  font-weight: 600; 
  line-height: 36px;
  padding-bottom: 8px;
}
.search-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 70% !important;
}
.shopby-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 450px !important;
}
.shopby-hero-image {
  margin-top: 20px !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
.collection-pagination {
  margin: auto;
  text-align: center;
  width: 100%
}

/*********************  $$$$$$$$$      PRODUCT DETAIL PAGE     $$$$$$$$$  **********************/
#content-pdp { 
  overflow:hidden; 
  width: 100%; 
  height: 860px;
} 
#left, #right { 
  width: 50%;
  height: 100%;
}
#left {
  border-top: 1px solid #626262;
  border-right: 1px solid #626262;
  border-bottom: 1px solid #626262;
}
#right {
  border-top: 1px solid #626262;
  border-bottom: 1px solid #626262;
} 
#left  { float:left;  }
#right { float:right; } 

.breadcrumbs {
  margin-top: 70px !important;
  margin-left: 0px;
}
.product-grid__detail {
    margin-left: 50px;
    width: 400px;
    flex: 0 1 auto;
}
.product-details-media {
  margin-top: 0px !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-container-navbutton {
  position: absolute;
  top: 778px;
  left: 95% !important;
  margin-left: 0px;
}
.product-navbuttons {
  width: 50px;
  height: 50px;
}
.product-detail-hero-others {
  display: none;
  margin-bottom: 30px;
}
.product-details-responsibility-badge {
  position: absolute; 
  top: 10.5em; 
  left: 44%; 
  width: 50px;
  z-index: 999;
}
.product-badge-other {
  display: none;
}
.product-price-other {
  display: none;
}
.product-color-other {
  display: none;
}
.product-details-badge {
  margin-top: 137px; 
  margin-bottom: 0px;
  margin-left: 110px; 
  width: 36px; 
  height: 19px; 
  font-family: ibm-plex-mono; 
  font-size: 16px; 
  color: #000; 
  text-transform: uppercase; 
  text-decoration: underline;
}
.product-details-badge-sale {
  color: #E66C2B !important;
}
.product-details-padding-1 {
  padding-top: 20px;
}
.product-details-title {
  margin-top: 20px; 
  margin-left: 110px;
  margin-bottom: 30px !important;
  width: 500px; 
  line-height: 60px; 
  font-family: minion-pro-condensed-display; 
  font-size: 58px; 
  color: #000;
}
.product-details-wishlist-button {
  display: inline-block; 
  background-color: transparent; 
  height: 40px; 
  border:none; 
  margin-top: -26px; 
  margin-left: 0px;
}
.product-details-registered {
  display: inline-block;
  font-size: 60px;
  font-weight: 600;
}
.product-details-registration-offset {
  margin-top: -60px !important;
}
.product-details-desc {
  margin-top: 6px; 
  margin-left: 110px; 
  width: 400px; 
  height: 18px; 
  font-family: acumin-pro; 
  font-size: 18px; 
  color: #8D8D8D;
}
.product-details-desc-p {
  margin-top: -20px; 
  margin-left: 110px; 
  margin-bottom: 30px; 
  width: 400px; 
  height: 18px; 
  font-family: acumin-pro; 
  font-size: 18px; 
  color: #8D8D8D;
}
.product-details-price {
  margin-top: 21px; 
  margin-left: 110px; 
  width: 500px; 
  height: 30px; 
  font-family: acumin-pro; 
  font-size: 30px; 
  color: #000;
}
.product-details-saleprice {
  font-weight: 800px;
}
.product-detail-promo {
  margin-top: 10px; 
  margin-left: 110px; 
  width: 120% !important; 
  height: 19px; 
  font-family: ibm-plex-mono; 
  font-size: 15px; 
  color: #FF0000;
}
.product-details-color {
  margin-top: 27px; 
  margin-left: 110px; 
  width: 120% !important; 
  height: 19px; 
  font-family: ibm-plex-mono; 
  font-size: 15px; 
  color: #000;
}
.product-details-colorswatches {
  display: none;
  margin-top: 30px; 
  margin-left: 110px;
  width: 500px;
}
.product-details-color-circles {
  cursor: pointer;
}
.product-details-fitguide-anchor {
  margin-top: 15px; 
  margin-left: 110px; 
  width: 300px; 
  height: 19px; 
  font-family: acumin-pro; 
  font-size: 13px; 
  text-decoration: underline;
  color: #8D8D8D;
}
.product-details-subcontainer {
  text-align: center;
}
.product-details-size-container-1 {
  width: 500px;
  height: 55px;
  margin-top: 16px; 
  margin-left: 110px;
}
.product-details-size-1 {  
  background-color: #FFF; 
  padding: 0px;
  border: 1px solid #000; 
  color: #000; 
  border-radius: 33px; 
  width: 496px; 
  height: 43px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 17px; 
  line-height: 17px;
}
.product-details-size-container-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  width: 500px;
  height: 55px;
  margin-top: 16px; 
  margin-left: 110px;
}
.product-details-size-2 { 
  background-color: #FFF; 
  padding: 0px;
  border: 1px solid #000; 
  color: #000; 
  border-radius: 33px; 
  width: 253px; 
  height: 50px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 17px; 
  line-height: 17px;
}
.product-details-size-container-3 {
  width: 521px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 12px;
  margin-top: 16px; 
  margin-left: 110px;
}
.product-details-size-3 { 
  background-color: #FFF; 
  padding: 0px;
  border: 1px solid #000; 
  color: #000; 
  border-radius: 33px; 
  width: 150px; 
  height: 50px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 17px; 
  line-height: 17px;
}
.product-details-size-3p { 
  background-color: #FFF; 
  padding: 0px;
  border: 1px solid #000; 
  color: #000; 
  border-radius: 33px; 
  width: 100%; 
  height: 50px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 17px; 
  line-height: 17px;
}
.product-details-size-container-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  margin-top: 10px; 
  margin-left: 110px;
}
.product-details-size-4 { 
  background-color: #FFF; 
  padding: 0px;
  border: 1px solid #000; 
  color: #000; 
  border-radius: 9px; 
  width: 117px; 
  height: 43px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 17px; 
  line-height: 17px;
}
.product-details-size-container-5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  margin-top: 10px; 
  margin-left: 110px;
}
.product-details-size-5 { 
  background-color: #FFF; 
  padding: 0px;
  border: 1px solid #000; 
  color: #000; 
  border-radius: 9px; 
  width: 90px; 
  height: 43px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 17px; 
  line-height: 17px;
}
.product-details-size-container-6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  margin-top: 10px; 
  margin-left: 110px;
}
.product-details-size-6 { 
  float: left;
  background-color: #FFF; 
  padding: 0px;
  border: 1px solid #000; 
  color: #000; 
  border-radius: 9px; 
  width: 73px; 
  height: 43px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 17px; 
  line-height: 17px;
}
.product-details-size-current {
  background-color: #000 !important; 
  color: #FFF !important; 
}
.product-details-li-container {
  margin-left: 120px;
  width: 120%;
}
.product-details-low-inventory {
  margin: 25px auto 0px;
  font-family: ibm-plex-mono; 
  font-size: 15px; 
  font-weight: 600;
  text-transform: uppercase;
  line-height: 15px; 
  color: #E66C2B;
}
.product-details-addtocart-container {
  margin-top: 30px; 
  margin-bottom: 30px;
  margin-left: 110px;
}
.product-details-addtocart-button {
  background-color: #F2B735; 
  border: 1px solid #000 !important; 
  color: #000; 
  border-radius: 33px; 
  width: 521px; 
  height: 64px; 
  font-family: ibm-plex-mono !important; 
  font-size: 18px; 
  font-weight: 400;
  line-height: 12px;
}
.product-details-notinstock-button {
  background-color: #000; 
  border: 1px solid #000 !important; 
  color: #FFF; 
  border-radius: 33px; 
  width: 500px; 
  height: 64px; 
  font-family: ibm-plex-mono !important; 
  font-size: 20px; 
  font-weight: 400;
  line-height: 12px;
}
.product-details-soldinstores-container {
  margin-top: 30px; 
  margin-left: 110px;
}
.product-details-FindAStore {
  margin-top: 20px; 
  margin-left: 0px;
  text-align: left;
  font-family: acumin-pro; 
  font-size: 13px; 
  text-decoration: underline;
  color: #8D8D8D;
}
.product-details-soldinstores-button {
  background-color: #000; 
  padding: 0px;
  border: 1px solid #000; 
  color: #fff; 
  border-radius: 33px; 
  width: 500px; 
  height: 65px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 17px; 
  line-height: 60px;
}
.product-details-afterpay {
  margin-top: 26.32px; 
  margin-left: 110px; 
  width: 500px; 
  text-align: center;
  font-family: acumin-pro; 
  font-size: 15px; 
  line-height: 24px; 
  color: #000;
}
.product-details-print-disclaimer {
  margin-top: 20px; 
  margin-left: 115px; 
  width: 500px; 
  text-align: center;
  font-family: ibm-plex-mono;
  font-size: 13px; 
  line-height: 24px; 
  color: #000;
}
.product-details-vto {
  position: absolute;
  top: 860px;
  left: 570px;
  background-color: #ADADAD; 
  color: #FFF; 
  border-radius: 33px; 
  width: 190px; 
  height: 44px; 
  font-family: acumin-pro;
  font-weight: 400;
  font-size: 15px; 
  line-height: 44px;
  cursor: pointer;
  z-index: 998;
}
.product-details-addtocart-filler {
  margin-top: 0px;
  height: 0px;
}
.product-details-lightbox-container {
  display: grid;
  grid-template-columns: 23% 77%;
  grid-column-gap: 50px;
  margin-top: 2%; 
  margin-left: 80px;
  margin-bottom: 2%;
}
.product-details-lightbox-container-m {
  display: none;
}
.product-details-lightbox-title {
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: minion-pro-condensed-display; 
  font-size: 45px; 
  font-weight: 600; 
  line-height: 45px;
}
.product-details-lightbox-header {
  margin-top: 30px;
  font-family: ibm-plex-mono; 
  font-size: 17px; 
  font-weight: 600; 
  line-height: 22px;
}
.product-details-lightbox-details {
  margin-top: 18px;
  font-family: ibm-plex-mono; 
  font-size: 17px; 
  font-weight: 400; 
  line-height: 22px;
}
.product-details-lightbox-link {
  margin-top: 40px;
  font-family: ibm-plex-mono;  
  font-size: 17px; 
  font-weight: 400;
  text-decoration: underline;
  color: #8D8D8D;
  line-height: 22px;
}
.product-details-lightbox-sticker {
  position: relative;
  margin-top: 2%;
  margin-left: 100px;
  z-index: 99;
}
.product-details-lightbox-diagram {
  position: relative;
  margin-top: -50px;
  margin-left: 0px;
  width: 90%;
  z-index: 19;
}
.product-featured-slider-alt-copy {
  position: relative; 
  margin-top: 1130px; 
  margin-left: -99%; 
  z-index: 999; 
  text-align: left !important;
  color: #000000;
  font-family: ibm-plex-mono;
  font-weight: 400;
  font-size: 19px; 
  text-transform: uppercase;
  line-height: 20px;
}

/* .........FITMIX: VIRTUAL TRY-ON......... */
#fitmixContainer {   
  width : 100%;   
  height : 100.5%;
  z-index : 98;
}
#fitmixContainer2 {   
  width : 100%;   
  height : 100.5%;
  z-index : 9999;
  background: black;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0.80;    
  color: white;
  text-align: center;
  font-weight: 300;
  font-size: 18px;  
}
#popupContainer {
  position: relative;
  top: 30px;
  left: 0px;
  width: 100vl;
  height: 97%;
  display: none;
  z-index: 999;
}

#popupClose {
  text-align: center;
  background: black;
  color: #424242;
  font-size: 40px;
  position: absolute;
  top: 5px;
  right: 0px;
  height: 40px;
  width: 50px;
  padding-top: 10px; 
}
  
.virtual-container {
  text-align: center;
  cursor: pointer;
}
  
.virtual-eye {
  vertical-align: middle;
  width: 60px;
  height: 37px;
  padding-bottom: 5px;
}
  
.virtual-tryon {
  font-family: AcuminPro-Bold;
  font-size: 24px;
  padding-top: 10px;
}
  
.vto-settings {
  display: none; 
  text-align: center;
  font-family: AcuminPro-Regular;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0px;
} 
.sizeCloseButton {
    width: 52px;
    height: 58px;
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 20px;
    background-image: url('/cdn/shop/files/iconclose.png?v=1615844292');
    background-repeat: no-repeat;
    background-size: 42px;
    transition: 1s;
}

.genderText {
    font-size: 24px;
    line-height: 28px;
    //max-width: 340px;
    margin: auto;
    margin-top: 20%;
    margin-bottom: 14px;
}

.genderButtonContainer {
    margin: 4px;
}
.genderButton {
    border:1px solid white;
    border-radius: 3px;
    margin: auto;
    width: 100px;
    display: inline-block;
    cursor: pointer;
    padding: 10px 0px;
    font-weight: 300;
    margin-right: 6px;
    margin-left: 6px;
}
.selected {
    //border:1px solid #F5634B;
    background: white;
    color: black;
}

.sizeSeparator {
    margin: 14px;
}
.sizeSeparatorLeft {
    width: 120px;
    border-bottom: 1px solid white;
    display: inline-block;
    position: absolute;
    left: -130px;
    top: 10px;
}
.sizeSeparatorText {
    display: inline-block;
    position: absolute;
    position: relative;

}
.sizeSeparatorRight {
    width: 120px;
    border-bottom: 1px solid white;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -130px;

}
.sizePupillaryDistanceText {
    margin: 8px;
    margin-bottom: 14px;
}
.pupillaryDistanceSelect  {
    padding: 4px 20px;
    color: black;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    //-webkit-appearance: none;
    //-moz-appearance: none;
    //text-indent: 1px;
    //text-overflow: '';
    font-weight: bold;
    margin-top: 4px;
    height: 34px;
}
.buttonOnStream {
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.buttonSize {
    cursor: pointer;
    position:absolute;
    left: 15px;
    top: 15px;
    background-image: url('/cdn/shop/files/iconsize.png?v=1615865784');
    background-repeat: no-repeat;
    background-size: 42px;
    transition: 1s;
    width: 53px;
    height: 53px;
    z-index: 99px;
}

.product-details-ratings {
  margin-top: 7px; 
  margin-left: 400px; 
  width: 180px;
}
.product-features-showme {
  display: block;
}
.product-features-hideme {
  display: none;
}  
.product-features-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 60px;
  margin-top: 64px; 
  margin-left: 87px; 
  margin-right: 87px;
  margin-bottom: -160px;
  font-family: minion-pro-condensed-display; 
  font-size: 30px; 
  line-height: 72px; 
  color: #000;
}
.product-features-container-p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
  margin-top: 64px; 
  margin-left: 87px; 
  margin-right: 87px;
  margin-bottom: -160px;
  font-family: minion-pro-condensed-display; 
  font-size: 30px; 
  line-height: 72px; 
  color: #000;
}

.product-features-container-spacer {
  margin-bottom: -120px !important;
}

.product-features {
  border-bottom: 1px solid #626262;
}
.product-features-panel-features {
  display: none;
  grid-template-columns: 30% 30%;
  grid-column-gap: 90px;
  margin: 100px 20px 0;
  padding: 70px 33px 33px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.product-features-panel-features-variants {
  
}
.product-detail-tabs-features {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-column-gap: 50px;
  margin: -50px 0 85px;
}
.product-features-panel-features-desc {
  margin-top: -40px;
  margin-left: 35px;
}
.product-features-panel-features-desc-variants {
  margin-top: -40px;
  margin-left: 35px;
  width: 30%;
}
.product-features-panel-features-desc-variants2 {
  vertical-align: text-top;
  margin-top: -145px !important;
  margin-left: 35% !important;
  width: 30%;
}
.product-detail-tabs-features-info {
  margin-top: -20px;
}
.product-detail-tabs-features__title {
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: minion-pro-condensed-display;
  font-size: 24px;
  font-weight: 900px;
}
.product-detail-tabs-features__info {
  margin-top: 11px;
  font-family: acumin-pro; 
  font-size: 16px; 
}
.product-features-panel-warranty {
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px;
  margin: -100px 20px 0;
  padding: 100px 33px 50px !important;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.product-detail-tabs-warranty-info {
  margin-left: 35px;
}
.product-detail-tabs-warranty-info-2 {
  margin-top: -40px;
  width: 30%;
  margin-left: 35px;
}
.product-detail-tabs-shipping-2 {
  width: 30%;
  margin-left: 35%;
  margin-top: -240px;
}
.product-detail-tabs-shipping-3 {
  width: 30%;
  margin-left: 68%;
  margin-top: -490px;
  margin-bottom: 400px;
}
.product-features-panel-fitguide {
  display: none;
  margin: -100px 20px 0;
  padding: 50px 33px 33px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.product-detail-tabs-content__item--fit-guide {
  text-align: center;
}
.size_list {
    list-style-type: none;
    border-radius: 0 !important;
    display:block;
    height: 0;
    padding:0;
    margin:0;
    border:0;
    font-family: minion-pro-condensed-display; 
    font-size: 35px; 
    font-weight: 600;
    visibility: hidden;
}
.product-istock-container {
  margin-top: 32.24px; 
  margin-left: 110px; 
  padding: 20px;
  background-color: #f4f4f4; 
  border: 1px solid #7c7c7c; 
  border-radius: 15px; 
  width: 496px; 
  text-align: left;
}
.product-istock-header {
  font-family: minion-pro-condensed-display; 
  font-size: 35px; 
  font-weight: 600;
}
.iStock-email-id {
  margin-top: 10px;
  width: 100%;
  height: 44px !important;
  border-radius: 13px; 
}
.iStock-notify-btn {
  margin-top: 10px;
  background-color: #000; 
  border: 1px solid #000; 
  color: #fff; 
  border-radius: 33px; 
  width: 100%; 
  height: 50px; 
  font-family: ibm-plex-mono;
  font-weight: 400;
  font-size: 17px; 
  line-height: 12px;
}
.iStock-notify-btn:hover {
  color: #ccc; 
}

.iStock-wrapper { 
  margin-left: 110px;
  width: 496px; 
  background: #F4F4F4; 
  border: 1px solid #E7E7E7; 
  border-radius: 13px; 
  display: none; 
  padding: 20px 20px 10px 20px; 
  text-align: left; 
}
.iStock-wrapper-variants {
  margin-left: 110px;
  width: 496px; 
  background: #F4F4F4; 
  border: 1px solid #E7E7E7; 
  border-radius: 13px; 
  display: none; 
  padding: 20px 20px 10px 20px; 
  text-align: left; 
}
.iStock-wrapper h2 { font-family: minion-pro-condensed-display; font-size:30px; font-weight: 600; margin: 0 0 10px 0; }
.iStock-wrapper-variants h2 { font-family: minion-pro-condensed-display; font-size:30px; font-weight: 600; margin: 0 0 10px 0; }
.iStock-notifyTxt { 
  font-family: acumin-pro; 
  font-size: 15px; 
  font-weight: 400; 
}
.iStock-availability { display:none; margin-bottom:10px; }
.iStock-availability label { color: #6F0000; font-weight: normal; }
.iStock-availability span { color: #6D6D6D; }
.iStock-fields { max-width: 480px;}
.iStock-msg { display:none; color: #000000; font-size: 14px; }
.iStock-msg.iStock-error { color: #E10101; }


.active {
    visibility: visible;
    padding: 0px;
}
.product-detail-tabs-slide__image {
  width: 50%;
}
.product-detail-tabs-slide__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: minion-pro-condensed-display; 
  font-size: 30px; 
  font-weight: 600;
  line-height: 51px;
}
.product-details-nav-featured1 {
  margin-top: -70px;
}
.product-details-nav-featured2 {
  margin-top: -70px;
}
.featured-images-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 30px;
  margin-top: 80px; 
  margin-left: 87px; 
  margin-right: 87px;
}
.product-pairit-container {
  margin-top: 0px; 
  margin-left: 87px; 
  margin-right: 87px; 
  margin-bottom: 130px;
  padding: 0px;
}
.product-recommendations-midcontainer {
  margin-left: -35px;
  width: 105% !important;
}
.recommended-collection-hero-container {
  background-color: #F4F4F4;
  height: 400px !important;
}
.product-recommendations-box {
  width: 105%;
}
.product-pairit-title {
  margin-left: -1% !important;
  margin-bottom: -10px;
  font-family: minion-pro-condensed-display; 
  font-size: 50px; 
  line-height: 80px; 
  color: #000;
  text-align: left;
}
.included-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 20px;
  margin-top: 50px; 
  margin-left: 87px; 
  margin-right: 87px;
}
.included-image {
  margin-top: 45px;
}
.included-title {
  margin-top: 190px; 
  font-family: minion-pro-condensed-display; 
  font-size: 50px; 
  line-height: 3.5em;
  color: #000;
}
.included-copy {
  margin-top: -20px; 
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 1.75em;
  color: #000;
}

/* .........  FOURSIXTY: Shade Of You  ......... */
.shadeofyou-container {
  margin-top: 102px; 
  margin-bottom: -40px;
  padding-bottom: 30px; 
  background-color: #FFF8E8;
}
.shadeofyou-title {
  padding-top: 20px; 
  margin-left: 87px; 
  margin-right: 87px; 
  font-family: minion-pro-condensed-display; 
  font-size: 50px; 
  line-height: 3.5em;
  color: #000;
}
.shadeofyou-tag {
  margin-top: -30px; 
  padding-bottom: 79.42px; 
  margin-left: 87px; 
  margin-right: 87px; 
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 24px; 
  color: #000;
}

.cart-panel-container {
  background-color: #FFF;
  padding: 30px 56px 60px;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  z-index: 999999 !important;
}
.cart-panel-bag {
  text-align: center;
  font-family: ibm-plex-mono !important; 
  font-size: 17px; 
  font-weight: 400;
  line-height: 22px;
}
.cart-panel-close {
  margin-top: -20px;
  float: right;
  font-size: 22px;
  cursor: pointer;
}
.cart-panel-freeshipping {
  margin-top: 14px;
  margin-left: -56px !important;
  margin-right: -56px !important;
  height: 43px;
  background-color: #D3D3D3;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 43px; 
  color: #000;
}
.cart-panel-freeshipping-2 {
  margin-top: 14px;
  margin-left: -56px !important;
  margin-right: -56px !important;
  height: 43px;
  background-color: #D3D3D3;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 43px; 
  color: #000;
}
.cart-panel-prod-container {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-column-gap: 20px;
}
.cart-panel-img-container {
  padding-top: 20px;
  width: 120px;
  height: 133px;
  background-color: #F4F4F4;
}
.cart-panel-details {
  margin-top: 20px;
  font-family: acumin-pro; 
  font-size: 18px; 
}
.cart-panel-title {
  text-transform: capitalize;
  float: left;
}
.cart-panel-remove {
  color: #828282;
  text-decoration: underline;
  cursor: pointer;
  float: right;
}
.cart-panel-desc {
  text-transform: capitalize;
  margin-top: 25px;
  margin-left: 0px;
}
.cart-panel-qty-button { 
  background-color: #FFF; 
  border: 1px solid #000; 
  padding: 0 10px 0;
  text-align: center;
  color: #000; 
  border-radius: 45px; 
  width: 90px; 
  height: 27px; 
  font-family: acumin-pro; 
  font-size: 18px; 
  line-height: 25px;
}
.cart-panel-qty {
  width: 50%;
  margin: auto;
  float: left;
}
.cart-panel-ind-pricing {
  width: 50%;
  margin-left: 50%;
  margin-top: 20px;
  text-align: right;
  font-family: acumin-pro; 
  font-size: 18px; 
}
.cart-panel-divider {
  margin-top: 50px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #828282;
}
.cart-panel-total-container {
  margin-top: 25px;
}
.cart-panel-lefty {
  width: 50%; 
  float: left;
  font-family: acumin-pro; 
  font-size: 20px; 
}
.cart-panel-righty {
  margin-left: 50%; 
  text-align: right;
  font-family: acumin-pro; 
  font-size: 20px; 
}
.cart-panel-afterpay {
  margin-top: 13px;
  font-family: acumin-pro; 
  font-size: 12px; 
  line-height: 15px;
}
.cart-panel-checkout {
  margin-top: 30px;
  text-align: center;
}
.cart-panel-checkout-button {
  padding: 0px 10px 0px;
  text-align: center;
  background-color: #F2B735; 
  border: 1px solid #000 !important; 
  color: #000; 
  border-radius: 33px; 
  width: 475px; 
  height: 64px; 
  font-family: ibm-plex-mono !important; 
  font-size: 20px; 
  font-weight: 400;
  line-height: 12px;
}
.cart-panel-continue {
  margin-top: 23px;
  text-align: center;
  color: #8d8d8d;
  font-family: ibm-plex-mono; 
  font-size: 17px; 
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
  cursor: pointer;
}
.cart-panel-divider-pairit {
  margin-top: 30px;
  margin-left: -56px;
  width: 124%;
  height: 1px;
  border-bottom: 1px solid #828282;
}
.cart-panel-pairit {
  margin-top: 30px;
  font-family: minion-pro-condensed-display; 
  font-size: 30px; 
  font-weight: 600;
}
.cart-panel-pairit-container {
  margin-top: 13px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
}
.cart-panel-pairit-subcontainer {
}
.cart-panel-pairit-image-container {
  background-color: #F4F4F4;
  height: 245px;
}
.cart-panel-pairit-image {
  margin-top: 20%;
  width: 100%;
}
.cart-panel-pairit-title {
  margin-top: 27px;
  font-family: acumin-pro; 
  font-size: 22px; 
  line-height: 22px;
}
.cart-panel-pairit-price {
  margin-top: 5px;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 20px;
}
.cart-panel-pairit-add {
  margin-top: 16px;
  padding: 0px;
  text-align: center;
  background-color: #fff; 
  border: 1px solid #000 !important; 
  color: #000; 
  border-radius: 45px; 
  width: 113px; 
  height: 26px; 
  font-family: ibm-plex-mono !important; 
  font-size: 13px; 
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}

.product-review-container {
  margin: 0 37px 0;
}
.yotpo-button {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  font-family: ibm-plex-mono; 
  font-size: 16px; 
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
  cursor: pointer;
}
  

/*********************  $$$$$$$$$      SEARCH PAGE     $$$$$$$$$  **********************/
.mobilized { display: none;}
.non-mobilized { display: block; }
.non-mobilized-g { display: grid; }
.search-container {
  width: 100%; 
  height: 800px;
}
.search-closer {
  position: absolute; 
  right: 27px; 
  z-index: 9999;
}
.search-icon {
  margin-top: 10px;
}
.search-input-box {
  width: 90%; 
  height: 22px; 
  font-family: ibm-plex-mono; 
  font-size: 17px; 
  border: none;
}
.search-sort-container {
  display: grid; 
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 2fr; 
  grid-gap: 0px; 
  margin-top: 29px; 
  width: 100%; 
  padding: 0px 0px 0px; 
  border-bottom: 2px solid #626262;
}
.search-filtertoggle {
  margin-right: 26px;
}
.search-sort-sortby {
  font-family: ibm-plex-mono; 
  font-size: 17px; 
  line-height: 22px; 
  color: #000;
}
.search-sort-sorters {
  font-family: ibm-plex-mono; 
  font-size: 17px; 
  line-height: 22px; 
  color: #8D8D8D; 
  padding-bottom: 18px;
}
.search-sort-sorters:hover {
  color: #000; 
}
.search-featured-container {
  display: grid; 
  grid-template-columns: 69% 1% 30%; 
  grid-gap: 20px; 
  margin-top: 29px; 
  width: 100%;
}
.search-featured-title {
  font-family: ibm-plex-mono; 
  font-size: 17px; 
  line-height: 3.5em;
  color: #000;
}
.search-viewall {
  float: right;
  font-family: ibm-plex-mono; 
  font-size: 17px; 
  line-height: 24px; 
  color: #8D8D8D;
  text-decoration: underline;
}
.search-featured-subcontainer {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-gap: 37px; 
  margin-top: 22px; 
  height: 384px;
}
.search-featured-prod-cont {
  background-color: #F4F4F4; 
  width: 100%; 
  height: 384px;
}
.search-featured-prod-img {
  width: 100%; 
  margin-top: 60px;
}
.search-featured-prod-data-cont {
  width: 100%; 
  height: 25%;
}
.search-featured-prod-data-title {
  margin-top: 30px; 
  font-family: minion-pro-condensed-display; 
  font-size: 36px; 
  line-height: 3.5em; 
  color: #000;
}
.search-featured-prod-data-price {
  margin-top: 6px; 
  font-family: acumin-pro; 
  font-size: 22px; 
  line-height: 22px; 
  color: #000;
}
.search-featured-prod-data-color {
  margin-top: 7px; 
  font-family: ibm-plex-mono; 
  font-size: 15px; 
  line-height: 19px; 
  text-transform: uppercase;
  color: #8D8D8D;
}
.search-featured-prod-data-wheel {
  margin-top: 7px; 
  font-family: ibm-plex-mono; 
  font-size: 15px; 
  line-height: 19px; 
  color: #8D8D8D;
}
.search-pod-container {
  width: 98%; 
  margin-left: 0px;
}
.search-featured-divider {
  background-color: #626262; 
  height: 85%; 
  width: 2px; 
  margin-top: 50px;
}
.search-featured-suggcat-cont {
  width: 90%;
}
.search-featured-suggcat-subcont {
  display: grid; 
  grid-template-columns: 1fr 2fr; 
  grid-gap: 25px; 
  width: 100%;
}
.search-featured-suggcat-title {
  font-family: ibm-plex-mono; 
  font-size: 17px; 
  line-height: 3.5em; 
  color: #000;
  margin-bottom: 14px;
}
.search-featured-suggcat-list {
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 30px; 
  color: #000;
}
.search-featured-suggcat-divider {
  border-top: 2px solid #626262; 
  margin-top: 80px; 
  margin-bottom: 30px;
}
.search-featured-suggcat-img {
  width: 100%; 
  margin-right: 87px;
}
.search-ad-livetext {
  position: relative;
  top: -185px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 35px;
  font-family: minion-pro-condensed-display; 
  font-size: 30px; 
  color: #FFF;
  z-index: 299;
}
.search-vto-container {
  position: relative;
  top: 20px;
  left: 13.5px;
  width: 120px;
  z-index: 99;
}
.search-collection-hero-container {
  margin-bottom: 30px;
  height: 90% !important;
}
.search-hero-image {
  margin-top: 10%;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
.search-item-color {
  font-family: ibm-plex-mono; 
  font-size: 14px; 
  color: #8D8D8D;
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 10px;
}
.search-item-color-count {
  font-family: ibm-plex-mono; 
  font-size: 14px; 
  color: #8D8D8D;
  text-transform: uppercase;
}

/*********************  $$$$$$$$$    END: SEARCH PAGE  $$$$$$$$$  **********************/

/*********************  $$$$$$$$$$$$$$$$$      SUPPORT - GENERAL     $$$$$$$$$$$$$$$$$$$$  **********************/
.support-banner-title {
  margin-top: 120px;
  font-family: minion-pro-condensed-display; 
  font-size: 120px; 
  line-height: 120px; 
  color: #fff; 
  text-align: center;
}
/*********************  $$$$$$$$$$$$$$$$$    END: SUPPORT - GENERAL   $$$$$$$$$$$$$$$$$$$  **********************/

/*********************  $$$$$$$$$      SUPPORT - RETURNS ORDER HISTORY PAGE     $$$$$$$$$  **********************/
.orderhistory-main {
  margin-top: 200px; 
  margin-bottom: 100px;
}
.orderhistory-container {
  display: grid; 
  grid-template-columns: 1fr 1% 1fr 1% 1fr; 
  grid-gap: 37px; 
  text-align: center;
  width: 85%;
  margin: auto;
}
.orderhistory-title {
  margin-top: 30px;
  font-family: minion-pro-condensed-display; 
  font-size: 45px; 
  line-height: 3.5em; 
  color: #000; 
  height: 45px;
}
.orderhistory-copy {
  margin-top: 90px; 
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 1.75em;
  color: #000;
}
.orderhistory-email-container {
  margin-top: 39px;
}
.orderhistory-email {
  padding: 0px 20px 0px;
  width: 414px; 
  height: 51px; 
  border: 1px solid #ADADAD; 
  border-radius: 10px; 
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 22px; 
  color: #000;
}
.orderhistory-password-container {
  margin-top: 22px;
}
.orderhistory-password {
  padding: 0px 20px 0px;
  width: 414px; 
  height: 51px; 
  border: 1px solid #ADADAD; 
  border-radius: 10px; 
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 22px; 
  color: #000;
}
.orderhistory-password-recovery {
  margin-top: 28px; 
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 22px; 
  color: #000; 
  height: 16px;
}
.orderhistory-divider {
  width: 1px; 
  background-color: #626262;
}
.orderhistory-signin {
  margin-top: 39px; 
  text-align: center;
  border-radius: 33px; 
  width: 247px; 
  height: 48px; 
  font-family: ibm-plex-mono; 
  font-size: 14px; 
  background-color: #F2B735;
  color: #000;
  margin-bottom: 75px;
}
.orderhistory-createaccount {
  margin-top: 71px; 
  text-align: center;
  border-radius: 33px; 
  width: 247px; 
  height: 48px; 
  font-family: ibm-plex-mono;
  font-size: 14px; 
  background-color: #F2B735;
  color: #000;
}
.orderhistory-createaccount-spacing {
  padding: 0 10% 0;
}
.orderhistory-button { 
  margin: 40px auto 40px;
  text-align: center;
  background-color: #F2B735; 
  border: 1px solid #000 !important; 
  color: #000; 
  border-radius: 33px; 
  width: 247px; 
  height: 48px; 
  font-family: ibm-plex-mono !important; 
  font-size: 14px; 
  font-weight: 400;
  line-height: 45px;
  cursor: pointer;
}
.orderhistory-submit-button { 
  margin: 40px auto 40px;
  text-align: center;
  background-color: #F2B735; 
  border: 1px solid #000 !important; 
  color: #000; 
  border-radius: 33px; 
  width: 247px; 
  height: 48px; 
  font-family: ibm-plex-mono !important; 
  font-size: 14px; 
  font-weight: 400;
  line-height: 14px;
  cursor: pointer;
}
.reset-email {
  margin-top: -30px;
  padding: 0px 20px 0px;
  width: 414px; 
  height: 51px; 
  border: 1px solid #ADADAD; 
  border-radius: 10px; 
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 22px; 
  color: #000;
}
.reset-button {
  margin: 20px auto 40px;
  text-align: center;
  background-color: #F2B735; 
  border: 1px solid #000 !important; 
  color: #000; 
  border-radius: 33px; 
  width: 247px; 
  height: 48px; 
  font-family: ibm-plex-mono !important; 
  font-size: 14px; 
  font-weight: 400;
  line-height: 15px;
  cursor: pointer;
}
.reset-cancel {
  margin-top: -35px; 
  text-decoration: none;
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 22px; 
  color: #000; 
  height: 16px;
}
/**** SUPPORT - Create Account (Register) ****/
.account-header-title {
  font-family: minion-pro-condensed-display !important; 
  font-size: 32px; 
  line-height: 3.5em;
  color: #000;
}
.account-errors {
  margin: 0px 0px 0px;
  font-family: acumin-pro; 
  font-size: 16px; 
  font-style: italic;
  line-height: 20px;
  text-align: left;
  color: #FF0000;
}
.account-shopraen {
  margin: 30px 10px 0px; 
  float: left;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 200px; 
  height: 48px; 
  font-family: ibm-plex-mono;
  font-size: 14px; 
  line-height: 45px;
  background-color: #F2B735 !important;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
}
.account-logout {
  margin: 30px 10px 0px; 
  float: left;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 200px; 
  height: 48px; 
  font-family: ibm-plex-mono;
  font-size: 14px; 
  line-height: 45px;
  background-color: #F2B735 !important;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
}
.account-addnewaddress {
  margin: 30px 0px 0px; 
  float: left;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 200px; 
  height: 48px; 
  font-family: ibm-plex-mono;
  font-size: 14px; 
  line-height: 45px;
  background-color: #F2B735 !important;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
}
.account-addnewaddress-2 {
  margin: 30px 0px 0px; 
  float: left;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 200px; 
  height: 48px; 
  font-family: ibm-plex-mono;
  font-size: 14px; 
  line-height: 20px;
  background-color: #F2B735 !important;
  color: #000;
  cursor: pointer;
}
.address_form {
  margin-top: -30px;
  padding: 0px 20px 0px;
  width: 414px; 
  height: 51px; 
  border: 1px solid #ADADAD; 
  border-radius: 10px; 
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 22px; 
  color: #000;
}
.register-main {
  text-align: center;
  width: 1152px;
  margin: auto;
}
.register-container {
  margin: 113px auto 158px;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 30px; 
  text-align: left;
}
.register-title {
  font-family: minion-pro-condensed-display; 
  font-size: 45px; 
  line-height: 3.5em;
  color: #000; 
}
.register-accepterms {
  margin-top: -22px;
  font-family: minion-pro-condensed-display; 
  font-size: 30px; 
  line-height: 23px;
  color: #000; 
}
.register-copy {
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 1.75em;
  color: #000; 
}
.register-firstname-title {
  margin-top: 35px;
}
.register-input-container {
  margin-top: 23px;
}
.register-inputboxes {
  width: 561px; 
  height: 51px; 
  border: 1px solid #ADADAD; 
  border-radius: 10px; 
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 22px; 
  color: #000;
}
.register-email-title {
  margin-top: 25px;
}
.register-checkme {
  margin-right: 12px;
  border: 1px solid #ADADAD; 
  border-radius: 6px; 
}
.register-terms {
  margin-top: 36px;
}
.register-signup {
  margin-top: 22px;
}
.register-createaccount {
  margin-top: 58.5px; 
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 247px; 
  height: 48px; 
  font-family: ibm-plex-mono;
  font-size: 14px; 
  line-height: 14px;
  background-color: #F2B735 !important;
  color: #000;
}
.register-lastname-title {
  margin-top: 193px;
}
.register-disclaimer {
  margin-top: 0px;
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 22px; 
  height: 16px;
  color: #ADADAD;
}
/*********************  $$$$$$$$$      SUPPORT - Contact     $$$$$$$$$  **********************/
.contact-banner {
  margin: 58px -10% 0;
  height: 360px; 
  background-image: url('/cdn/shop/files/Desktop_WebBanner-10.jpg?v=1617164774'); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.contact-banner-title {
  font-family: minion-pro-condensed-display !important; 
  font-size: 120px !important;
  color: #fff !important;
  line-height: 340px;
  text-align: center;
}
.contact-header {
  font-family: minion-pro-condensed-display; 
  font-size: 100px; 
  color: #FFF;
}
.contact-breadcrumbs {
  margin-left: -40px !important;
  font-family: ibm-plex-mono;
  font-size: 16px; 
  color: #000;
}
.contact-main {
  margin: 0px 87px 0px;
}
.contact-container {
  display: grid; 
  grid-template-columns: 247px 1fr; 
  grid-gap: 49px; 
  text-align: left;
  border-top: 1px solid #626262;
}
.contact-buttons2 {
  margin-top: 30px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 247px; 
  height: 48px; 
  font-family: ibm-plex-mono;
  font-size: 14px; 
  font-weight: 400 !important;
  line-height: 45px;
  background-color: #FFF;
  color: #000;
  cursor: pointer;
}
.contact-address-container {
  margin-top: 31px;
  padding-bottom: 31px;
  text-align: center; 
  padding-right: 0; 
  border-bottom: 1px solid #626262;
}
.contact-address-title {
  font-family: minion-pro-condensed-display; 
  font-size: 36px; 
  line-height: 3em;
  color: #000; 
}
.contact-address-hours {
  margin-top: 31px;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 30px; 
  color: #000; 
}
.contact-address-address {
  margin-top: 0px;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 30px; 
  color: #000; 
}
.contact-livesupport-container {
  text-align: left;
}
.contact-livesupport-title {
  margin-top: 53px;
  font-family: acumin-pro; 
  font-size: 22px; 
  font-weight: 600;
  line-height: 3.5em;; 
  color: #000; 
}
.contact-livesupport-copy {
  margin-top: 12px;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 1.75em;
  color: #000; 
}
.contact-chatbox-container {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 40% 60%; 
  grid-gap: 0px; 
  border: 1px solid #000;
  border-radius: 10px; 
  width: 185px;
  height: 66px;
}
.contact-chatbox-container:hover {
  border: 3px solid #000;
}
.contact-chatbox-inner {
  text-align: center;
  line-height: 80px;
}
.contact-chatbox-title {
  line-height: 60px;
  font-family: acumin-pro; 
  font-size: 16px; 
  color: #000; 
}
.contact-email-title {
  margin-top: 53px;
  font-family: acumin-pro; 
  font-size: 22px; 
  font-weight: 600;
  line-height: 3.5em; 
  color: #000; 
}
.contact-email-copy {
  margin-top: 12px;
  font-family: acumin-pro; 
  font-size: 22px; 
  line-height: 1.75em; 
  color: #000; 
}
.contact-questions-title {
  margin-top: 53px;
  font-family: acumin-pro; 
  font-size: 22px; 
  font-weight: 600;
  line-height: 3.5em;
  color: #000; 
}
.contact-questions-copy {
  margin-top: 12px;
  width: 562px;
  font-family: acumin-pro; 
  font-size: 22px; 
  line-height: 1.75em; 
  color: #000; 
}
.contact-form-titles {
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 3.5em;
  color: #000; 
}
.contact-form-name {
  margin-top: 43px;
}
.contact-form-inputboxes {
  margin-top: 23px;
  width: 70%; 
  height: 51px; 
  border: 1px solid #ADADAD; 
  border-radius: 10px; 
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 22px; 
  color: #000;
}
.contact-form-inputboxes-tall {
  margin-top: 23px;
  width: 70%; 
  height: 333px; 
  border: 1px solid #ADADAD; 
  border-radius: 10px; 
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 22px; 
  color: #000;
}
.contact-form-email {
  margin-top: 38px;
}
.contact-form-message {
  margin-top: 38px;
}
.contact-form-submit {
  margin-top: 63px; 
  margin-bottom: 121px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 266px; 
  height: 52px; 
  font-family: ibm-plex-mono;
  font-size: 15px; 
  font-weight: 400 !important;
  line-height: 18px;
  background-color: #F2B735 !important;
  color: #000;
  cursor: pointer;
}

/*********************  $$$$$$$$$      SUPPORT - Shipping     $$$$$$$$$  **********************/
.shipping-main {
  margin: 0px 87px 0px;
}
.shipping-container {
  margin-top: 35px;
  display: grid; 
  grid-template-columns: 247px 1fr; 
  grid-gap: 49px; 
  text-align: left;
  border-top: 1px solid #626262;
}
.shipping-accordion-container {
  margin-top: 7px;
  margin-left: 173px;
  margin-bottom: 172px;
}
.shipping-accordion {
  background-color: #FFF;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 80%;
  border: none;
  border-bottom: 1px solid #626262;
  height: 77px;
  font-family: acumin-pro; 
  font-size: 22px; 
  weight: 600;
  line-height: 30px; 
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.shipping-accordion2 {
  background-color: #FFF;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 80%;
  border: none;
  border-bottom: 1px solid #626262;
  height: 77px;
  font-family: acumin-pro; 
  font-size: 22px; 
  weight: 600;
  line-height: 30px; 
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.active, .shipping-accordion:hover {
  background-color: none;
}
.shipping-accordion:after {
  content: url("/cdn/shop/files/Accordion-Down-Arrow.svg?v=1628572738") !important;
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: url("/cdn/shop/files/Accordion-Down-Arrow.svg?v=1628572738") !important;
  transform: scaleY(-1);
}
.active, .shipping-accordion2:hover {
  background-color: none;
}
.shipping-accordion2:after {
  content: url("/cdn/shop/files/Accordion-Down-Arrow.svg?v=1628572738") !important;
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.shipping-panel {
  margin-bottom: 0px;
  padding: 0 18px;
  width: 80%;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.shipping-titles {
  font-family: acumin-pro; 
  font-size: 22px; 
  weight: 600;
  line-height: 3.5em;
  color: #000; 
}
.shipping-shipping-titles {
  margin-top: 60px;
  font-family: minion-pro-condensed-display; 
  font-size: 30px;
  weight: 600;
  line-height: 3.5em; 
  color: #000;
}
.shipping-shipping-copy {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: acumin-pro;  
  font-size: 20px;
  line-height: 1.75em;
  weight: 600;
  color: #000;
}
.shipping-trackorder {
  margin-top: 58px; 
  margin-bottom: 80px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 266px; 
  height: 52px; 
  line-height: 50px;
  font-family: ibm-plex-mono;
  font-size: 15px; 
  font-weight: 400 !important;
  background-color: #F2B735 !important;
  color: #000;
  cursor: pointer;
}

/*********************  $$$$$$$$$      SUPPORT - Returns     $$$$$$$$$  **********************/
.returns-container {
  margin-top: 35px;
  display: grid; 
  grid-template-columns: 247px 1fr; 
  grid-gap: 49px; 
  text-align: left;
  border-top: 1px solid #626262;
}
.returns-button-container {
  margin-top: 30px;
  margin-left: 173px;
  margin-bottom: 25px;
  display: block;
}
.returns-buttons { 
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 247px; 
  height: 48px; 
  font-family: ibm-plex-mono;
  font-size: 14px; 
  font-weight: 400 !important;
  line-height: 45px;
  background-color: #F2B735 !important;
  color: #000;
  cursor: pointer;
}
.warranty-form {
  margin: 0 auto 460px;
}

/*********************  $$$$$$$$$      SUPPORT - FAQ     $$$$$$$$$  **********************/
.faq-buttons {
  margin-top: 42px;
  text-align: center;
  border-radius: 33px; 
  width: 300px; 
  height: 52px; 
  font-family: ibm-plex-mono;
  font-size: 15px; 
  font-weight: 400 !important;
  background-color: #F2B735 !important;
  color: #000;
}

/*********************  $$$$$$$$$      SUPPORT - Warranty     $$$$$$$$$  **********************/
.warranty-header {
  margin: 0px 0px 40px;
  text-align: left;
  font-family: minion-pro-condensed-display; 
  font-size: 45px;
  weight: 600;
  line-height: 45px; 
  color: #000;
}

/*********************  $$$$$$$$$      SUPPORT - Frame Care     $$$$$$$$$  **********************/
.frames-copy {
  margin-top: 35px;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 1.75em; 
  color: #000; 
}
.frames-container {
  margin-top: -15px;
  width: 85%;
}
.frames-midcontainer {
  margin: 93px auto 0;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 148px; 
  text-align: left;
}
.frames-titles {
  width: 49%;
  text-align: left;
  font-family: minion-pro-condensed-display; 
  font-size: 45px;
  weight: 600;
  line-height: 3.5em; 
  color: #000;
  display: inline-block;
}
.frames-icon {
  width: 49%;
  text-align: right;
  display: inline-block;
}
.frames-banner {
  margin-top: 146px;
}
.frames-buttons {
  margin: 83px auto 133px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 266px; 
  height: 65px; 
  font-family: ibm-plex-mono;
  font-size: 16px; 
  font-weight: 400 !important;
  line-height: 60px;
  background-color: #FFF;
  color: #000;
  cursor: pointer;
}
.frames-buttons:hover {
  background-color: #000;
  color: #fff;
}
.frames-banner-title {
  margin: 10% 0 0;
  text-align: center;
  font-family: minion-pro-condensed-display;
  font-size: 120px;
  color: #fff;
  line-height: 100px;
}
.frames-banner-subtitle {
  text-align: center;
  margin-top: 25px;
  font-size: 30px;
  color: #fff;
}

/*********************  $$$$$$$$$      STORY - Main     $$$$$$$$$  **********************/
.story-hideme {
  display: none;
}
.story-showme {
  display: block;
}
.story-breadcrumbs {
  margin-left: 87px !important;
  font-size: 16px !important;
}
.story-2ndlevelmenu-container {
  margin-top: 74px;
  margin-left: -50px;
  margin-right: -15px;
  height: 80px;
  padding: 0px 30% 0px;
  border-top: 1px solid #626262;
  border-bottom: 1px solid #626262;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-gap: 0px; 
  text-align: center;  
}
.story-2ndlevelmenu-titles {
  cursor: pointer;
  font-family: acumin-pro;  
  font-size: 20px;
  line-height: 3.5em;
  color: #ADADAD;
}
.story-2ndlevelmenu-titles:hover {
  color: #000;
}
.story-banners {
  margin: 0 -15px 0;
}
.story-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57.25%;
}


/*********************  $$$$$$$$$      STORY - Founders     $$$$$$$$$  **********************/
.story-founders-marquee {
  margin-top: 35px;
  font-size: 150px; 
  font-family: minion-pro-condensed-display; 
  line-height: 120px;
  height: 153.75px;
}
.story-founders-intro {
  margin: -20px 87px 67px;
  padding: 0 500px 67px;
  border-bottom: 1px solid #626262;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 28px;
}
.story-founders-header {
  margin: 70px 0 100px;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 35px; 
  line-height: 35px;
}
.story-founders-2step {
  margin: 55px 87px 0px !important;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 10%; 
  text-align: center;
}
.story-founders-2step-1 {
  margin: -50px 87px 0px !important;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 10%; 
  text-align: center;
}
.story-founders-2step-sides {
  display: block;
}
.story-founders-2step-sides-2 {
  margin-top: -250px;
  display: block;
}
.story-founders-2step-2 {
  margin: 2px 50px 300px !important;
  display: grid; 
  grid-template-columns: 30% 60%; 
  grid-gap: 10%; 
  text-align: center;
}
.story-founders-titles {
  margin-top: 20%;
  margin-left: 0px;
  font-family: minion-pro-condensed-display; 
  font-size: 45px;
  weight: 600;
  line-height: 45px; 
  text-align: left;
  color: #000;
  height: 45px;
}
.story-founders-copy {
  margin: 30px 0px 0;
  text-align: left;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 28px;
}
.story-founders-titles-r {
  margin-top: 100%;
  margin-right: 50px;
  font-family: minion-pro-condensed-display; 
  font-size: 45px;
  weight: 600;
  line-height: 45px; 
  text-align: right;
  color: #000;
  height: 45px;
}
.story-founders-copy-r {
  margin: 30px 50px 0;
  text-align: right;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 28px;
}
.story-founders-photos {
  padding-top: 50px;
  padding-left: 20%;
  padding-right: 50px;
}
}
.story-founders-photos-2 {
  margin-top: -50px;
  margin-bottom: 350px !important;
  padding-top: 20%;
  padding-bottom: 500px;
  padding-left: 70px !important;
}
.story-founders-mobile {
  display: none;
}
.story-founders-desktop {
  display: block;
}


/*********************  $$$$$$$$$      STORY - Ambassadors     $$$$$$$$$  **********************/
.story-founders-ambassadors {
  margin: 0 87px 0;
}
.story-ambassadors-banner {
  margin: 0px -15% 0;
  height: 65vh; 
  background-image: url('/cdn/shop/files/RAEN_2021-Site_Ambassador-Banner.jpg?v=1617669092'); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.story-ambassadors-header {
  margin: 0px 0 0;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 45px; 
  line-height: 45px;
}
.story-ambassadors-photo {
  margin: 131px 87px 0;
}
.story-ambassadors-biopix-container {
  margin: 85px auto 0px;
  padding: 0px 87px 0px;
  height: 550px;
  display: grid; 
  grid-template-columns: 1fr 1px 1fr; 
  grid-gap: 0px; 
  text-align: left;
  max-width: 1750px !important;
}
.story-ambassadors-name {
  margin-top: 20px;
  font-family: minion-pro-condensed-display; 
  font-size: 65px;
  weight: 600;
  line-height: 65px; 
  color: #000;
  height: 65px;
}
.story-ambassadors-bio {
  margin: 40px 30px 0 0;;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 28px; 
  color: #000; 
}
.story-ambassadors-divider {
  background-color: #626262;
  height: 100%;
}
.story-ambassadors-pix-container {
  margin: 10px 0 0 25px;
  display: grid; 
  grid-template-columns: 75px 409px 1fr; 
  grid-gap: 0px; 
  text-align: left;
}
.story-ambassadors-picker {
  margin-top: 305px;
  transform-origin: 0 0;
  transform: rotate(-90deg); 
  font-family: ibm-plex-mono;
  font-size: 25px; 
  line-height: 24px;
  width: 300px;
  text-align: right;
  color: #000;
}
.story-ambassadors-sunbox {
  width: 367px;
  height: 484px;
  background-color: #F4F4F4;
}
.story-vto-button-container {
  margin: 28px 0 0 17px;
}
.story-vto-button {
  text-align: center;
  border: 0px;
  border-radius: 30px; 
  padding: 0 10px 0;
  width: 110px; 
  height: 18px; 
  font-family: ibm-plex-mono;
  font-size: 10px; 
  font-weight: 400 !important;
  background-color: #ADADAD !important;
  color: #FFF !important;
}
.story-ambassadors-glasses {
  margin-top: 45px;
}
.story-ambassadors-glasses-details {
  margin-left: 0px;
  display: flex;
  align-items: center;
  height: 484px;
}
.story-ambassadors-glasses-name {
  font-family: minion-pro-condensed-display; 
  font-size: 47px;
  weight: 600;
  line-height: 47px; 
  color: #000;
}
.story-ambassadors-glasses-price {
  margin-top: 8px;
  font-family: acumin-pro; 
  font-size: 28px; 
  line-height: 28px; 
  color: #000; 
}
.story-ambassadors-glasses-color {
  margin: 11px 0 0;
  font-family: ibm-plex-mono;
  font-size: 18px; 
  line-height: 23px;
  color: #8D8D8D;
}
.story-ambassadors-glasses-colorwheel {
  margin: 10px 0 0;
  font-family: ibm-plex-mono;
  font-size: 18px; 
  line-height: 23px;
  color: #8D8D8D;
}
.story-ambassadors-glasses-button {
  margin-top: 25px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 180px; 
  height: 55px; 
  font-family: ibm-plex-mono;
  font-size: 15px; 
  font-weight: 400 !important;
  line-height: 50px;
  background-color: #FFF;
  color: #000;
  cursor: pointer;
}
.story-ambassadors-glasses-button:hover {
  background-color: #000;
  color: #fff
}

/*********************  $$$$$$$$$      STORY - Process     $$$$$$$$$  **********************/
.story-banner {
  margin: 0px -1% 0;
  height: 65vh;
  background-image: url('/cdn/shop/files/Process-Desktop-Hero.jpg?v=1674594850'); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.story-process-header {
  margin: 0px 0 0;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 45px; 
  line-height: 47px;
}
.story-process-intro {
  margin: 85px 87px 0px;
  padding: 0 10% 0px;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 28px;
}
.story-process-subheader {
  margin: 124px 0 0;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 45px; 
  line-height: 47px;
}
.story-process-container {
  margin: 166px 87px 100px;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 150px; 
  text-align: left;
}
.story-process-container-overlap {
  margin: -85px 87px 0px;
}
.story-process-sides {
  display: flex;
  align-items: center;
  justify-content: center;
}
.story-process-materials-container-upper {
  margin: -1020px 0 0 5%;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-gap: 0px; 
  text-align: left;
}
.story-process-materials-container-lower {
  margin: 440px 0 0 15%;
  display: grid; 
  grid-template-columns: 30% 70%; 
  grid-gap: 0px; 
  text-align: left;
}
.story-process-materials-titles {
  margin: 0 0 0;
  text-align: left;
  font-family: ibm-plex-mono;
  font-size: 25px; 
  line-height: 27px;
}
.story-process-materials-copy {
  margin: 15px 0 0;
  padding: 0 20% 0 0;
  text-align: left;
  font-family: acumin-pro;
  font-size: 20px; 
  line-height: 28px;
}
.story-process-materials-right {
  margin-top: 45%;
  margin-left: 37%
}
.story-process-materials-drop {
  margin-top: 5%;
  margin-left: 10%;
}
.story-process-materials-drop-2 {
  margin-top: 15%;
  margin-left: 10%;
  padding: 0 40% 0 0;
}
.story-process-materials-hardware {
  margin: 0px 0 0;
}
.story-process-video {
  margin: 115px 0px 0px;
  padding: 0 10% 0px;
}
.story-process-parts-hardware {
  margin: 86px -15px 0px;
  background-image: url("/cdn/shop/files/Peele-Desktop-IMG.jpg?v=1674712149");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1650px;
}
.story-process-parts-titles {
  margin: 0 0 0;
  text-align: left;
  font-family: ibm-plex-mono;
  font-size: 25px; 
  line-height: 27px;
}
.story-process-parts-copy {
  margin: 15px 0 0;
  padding: 0 20% 0 0;
  text-align: left;
  font-family: acumin-pro;
  font-size: 20px; 
  line-height: 28px;
}
.story-process-parts-copy-1 {
  padding-top: 4%;
  margin-left: 66%;
  width: 500px;
}
.story-process-parts-copy-2 {
  margin-top: 18%;
  margin-left: 26%;
  width: 450px;
}
.story-process-parts-copy-3 {
  margin-top: 26%;
  margin-left: 57%;
  width: 450px;
}
.story-process-ourlenses-spacer {
  margin: 139px 235px 0px !important;
  grid-gap: 200px !important; 
}
.story-process-ourlenses-titles {
  margin: 0 0 0;
  text-align: left;
  font-family: ibm-plex-mono;
  font-size: 35px; 
  line-height: 35px;
}
.story-process-ourlenses-copy {
  margin: 26px 0 80px;
  padding: 0 15% 0 0;
  text-align: left;
  font-family: acumin-pro;
  font-size: 20px; 
  line-height: 28px;
}
.story-process-ourlenses-top {
  align-items: flex-start !important;
}
.story-process-bottom-spacer {
  margin-bottom: -100px;
}

/*********************  $$$$$$$$$      STORY - Our Home     $$$$$$$$$  **********************/
.story-ourhome-header {
  margin: 70px 0 0;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 45px; 
  line-height: 45px;
}
.story-ourhome-container {
  margin-top: 52px;
  padding-left: 87px;
  padding-right: 87px;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 90px; 
  text-align: left;
}
.story-ourhome-sides {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1304px;
}
.story-ourhome-copy {
  text-align: center;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 1.75em;
}
.story-ourhome-retail {
  margin-top: 179px;
  width: 771px;
  height: 576px;
  background-color: #626262;
}
.story-ourhome-largeretail {
  width: 973px;
  height: 1304px;
  background-color: #626262;
}
.story-ourhome-home {
  margin-top: 283px;
  margin-bottom: 177px;
  padding: 0 205px 0;
}

/*********************  $$$$$$$$$      STORY - About Us     $$$$$$$$$  **********************/
.story-aboutus-notvisible {
  margin-top: -50px;
  visibility: hidden;
}
.story-2ndlevelmenu-black {
  color: #000 !important;
}
.story-aboutus {
  margin-top: 0px;
}
.story-aboutus-2ndlevelmenu-container {
  margin-top: 74px;
  margin-left: -15px;
  margin-right: -15px;
  height: 80px;
  padding: 0px 30% 0px;
  border-top: 1px solid #626262;
  border-bottom: 1px solid #626262;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-gap: 0px; 
  text-align: center;  
}
.story-aboutus-banner {
  margin: 0px -10% 0;
  height: 65vh; 
  background-image: url('/cdn/shop/files/OurStory-Desktop-Hero.jpg?v=1674254473'); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.story-aboutus-header {
  margin: 50px 0 0;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 45px; 
  line-height: 45px;
}
.story-aboutus-intro {
  margin: 93px 87px 0px;
  padding: 0 15% 0px;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 28px;
}
.story-aboutus-container {
  margin: 112px 180px 0px 200px !important;
  display: grid; 
  grid-template-columns: 45% 55%; 
  grid-gap: 0px; 
  text-align: left;
}
.story-aboutus-sides {
  display: flex;
  justify-content: center;
  align-items: center;
}
.story-aboutus-spacer {
  margin-top: 130px;
}
.story-aboutus-title {
  padding: 0 10% 0;
  font-family: minion-pro-condensed-display; 
  font-size: 55px;
  weight: 600;
  line-height: 55px; 
  color: #000;
}
.story-aboutus-subtitle {
  margin: 22px 0 0;
  padding: 0 10% 0;
  font-family: ibm-plex-mono; 
  font-size: 20px;
  weight: 600;
  line-height: 28px; 
  color: #000;
}
.story-aboutus-copy {
  margin-top: 33px;
  padding: 0 10% 0;
  font-family: acumin-pro; 
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.story-aboutus-video {
  margin: 175px 200px 0px;
  text-align: center;
}

/*********************  $$$$$$$$$   STORY - Responsibility  $$$$$$$$$  **********************/
.story-responsibility {
  margin-top: 0px;
}
.story-responsibility-2ndlevelmenu-container {
  margin-top: 74px;
  margin-left: -15px;
  margin-right: -15px;
  height: 80px;
  padding: 0px 30% 0px;
  border-top: 1px solid #626262;
  border-bottom: 1px solid #626262;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-gap: 0px; 
  text-align: center;  
}
.story-responsibility-header {
  margin: 50px 0 0;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 45px; 
  line-height: 45px;
}
.story-responsibility-container {
  margin: 60px 0 0 !important;
}
.story-responsibility-cycledblack-container {
  margin-top: -55%;
  margin-left: 62%;
  width: 500px;
}
.story-responsibility-container-1 {
  margin: 112px 10% 0 !important;
  display: grid; 
  grid-template-columns: 45% 55%; 
  grid-gap: 0px; 
  text-align: left;
}
.story-responsibility-cycledblack-container-2 {
  margin-top: 420px;
  margin-left: 200px;
  width: 350px;
}
.story-responsibility-sides {
  display: flex;
  justify-content: center;
  align-items: center;
}
.story-responsibility-spacer {
  margin-top: 130px;
}
.story-responsibility-title {
  padding: 0 0 0;
  font-family: minion-pro-condensed-display; 
  font-size: 55px;
  weight: 600;
  line-height: 55px; 
  color: #000;
}
.story-responsibility-subtitle {
  margin: 22px 0 0;
  padding: 0 0 0;
  font-family: ibm-plex-mono; 
  font-size: 16px;
  weight: 600;
  line-height: 20px; 
  color: #000;
}
.story-responsibility-copy {
  margin-top: 10px;
  margin-right: 20%;
  padding: 0 0 0;
  font-family: acumin-pro; 
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.story-responsibility-button {
  margin-top: 150px;
  padding: 20px 80px 20px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 255px; 
  height: 55px; 
  font-family: ibm-plex-mono;
  font-size: 15px; 
  font-weight: 400 !important;
  line-height: 50px;
  background-color: #FFF;
  color: #000;
  cursor: pointer;
}
.story-responsibility-copy-spacer {
  margin-bottom: 40px;
}
.story-responsibility-button:hover {
  background-color: #000;
  color: #fff
}
.story-responsibility-marquee-container {
  margin: 150px -2% 0px !important;
}
.story-responsibility-marquee {
  bgcolor: #FFF;
  height: 70px;
  font-size: 65px;
  font-family: minion-pro-condensed-display;
  line-height: 65px;
  color: #000;
}
.branding-collection-container {
  margin: 200px 4% 200px 5%;
}
.responsibility-collection-hero-container {
  background-color: #F4F4F4;
  height: 400px !important;
}
.responsibility-hero-image {
  margin-top: 5%;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
.nav-left-branding {
  margin: -320px -60px 0px;
  width: 20px;
  text-align: left;
}
.nav-right-branding {
  margin-top: -38px;
  margin-left: 100%;
  width: 20px;
}
/* variables */
:root {
  --step--2: clamp(3.13rem, 2.62rem + 2.51vw, 5.76rem);
  --step--1: clamp(3.75rem, 3.09rem + 3.29vw, 7.20rem);
  --step-0: clamp(4.50rem, 3.64rem + 4.29vw, 9.00rem);
}
/* animations */
@-webkit-keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee-r {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes marquee-r {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/* scroller styles */
.marquee {
  border-bottom: 1px solid #efefef;
  color: #fefefe;
  height: 140px;
  font-size: 130px;
  line-height: 130px;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.track {
  height: 100%;
  overflow: hidden;
  padding: 2rem 0;
  position: absolute;
  transition: background-color 300ms ease, color 300ms ease;
  white-space: nowrap;
}
.track .text {
  -webkit-animation: marquee 50000ms linear infinite;
  animation: marquee 50000ms linear infinite;
  align-items: center;
  display: inline-flex;
  will-change: transform;
}
.track .text.-r {
  -webkit-animation-name: marquee-r;
  animation-name: marquee-r;
}
.story-responsibility-bioacetate-container {
  margin: 360px -2% 0 !important;
}
.story-responsibility-bioacetate-container-2 {
  margin: 100px 2% 0px 5%;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 30px; 
}
.story-responsibility-bioacetate-stacked {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 30px; 
}
.story-responsibility-bioacetate-subcontainer {
  width: 270px;
  height: 118%;
  display: grid; 
  grid-template-rows: 20% 25% 40% 15%; 
  grid-gap: 0px;
  color: #FFF !important;
  text-align: center;
  font-family: ibm-plex-mono; 
  font-size: 19px;
  font-weight: 400 !important;
  line-height: 35px;
}
.bioacetate-color-1 {
  padding: 7% 20% 0%;
  background-color: #A6A8AB;
  border: 3px solid #000;
}
.bioacetate-color-2 {
  padding: 20% 18% 0%;
  background-color: #58595B;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
.bioacetate-color-3 {
  padding: 20% 20% 0%;
  background-color: #0CAE61;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
.bioacetate-color-4 {
  padding: 43% 27% 0%;
  background-color: #004B23;
  border: 3px solid #000;
}
.bioacetate-color-5 {
  padding: 5% 5% 0%;
  color: #000;
}
.story-responsibility-bioacetate-spacer-1 {
  margin-left: 15%;
}
.story-responsibility-bioacetate-container-3 {
  margin: 200px 15% 0px;
}
.story-responsibility-bioacetate-progression {
  margin: 40px auto 0px;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-family: ibm-plex-mono; 
  font-size: 22px;
  font-weight: 400 !important;
  line-height: 25px;
}
.story-responsibility-bioacetate-container-4 {
  margin: 200px 0px -100px;
  display: grid; 
  grid-template-columns: 40% 60%; 
  grid-gap: 60px;
}
.story-responsibility-bioacetate-spacer-2 {
  margin-top: 15%;
  margin-left: 25%;
}
.story-responsibility-bioacetate-container-5 {
  margin: 400px 72px 60px;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 60px;
}
.story-responsibility-bioacetate-spacer-3 {
  margin-top: 200px;
  text-align: right;
}
/*********************  $$$$$$$$   END: STORY - Responsibility  $$$$$$$  **********************/

/*********************  $$$$$$$$$$$$$      404 PAGE     $$$$$$$$$$$$$$  ***********************/
.fourofour-banner {
  height: 480px; 
  width: 109%; 
  margin-top: 50px;
  margin-left: -57px; 
  background-image: url('/cdn/shop/files/RAEN_2021-Site_CategoryPage_404-Update-2.jpg?v=1623385079') !important; 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.fourofour-banner-title {
  font-family: minion-pro-condensed-display; 
  font-size: 120px; 
  color: #fff; 
  text-align: center; 
  line-height: 480px; 
  margin-left: -3%;
}
.fourofour-title {
  margin-top: 160px; 
  font-family: acumin-pro; 
  font-size: 45px;
}
.fourofour-copy {
  font-family: acumin-pro; 
  font-size: 20px; 
  width: 50%; 
  margin: auto;
}
.fourofour-button-container {
  margin: 47px 0 150px;
}
.fourofour-button {
  margin-top: 0px;
  margin-bottom: 40px;
  background-color: #fff !important;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 266px; 
  height: 65px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 16px;
  font-weight: 400 !important;
}
.fourofour-button:hover {
  background-color: #000 !important;
  color: #FFF !important;
}
/*********************  $$$$$$$$$$$      END: 404 PAGE     $$$$$$$$$$$  ***********************/

/*********************  $$$$$$$$$$$  BLOG PAGE COMPONENTS  $$$$$$$$$$$  ***********************/
.blog-hideme {
  display: hidden;
}
.blog-page-title {
  margin-top: 120px;
  margin-bottom: 50px;
  padding-top: 40px;
  border-top: 1px solid #000;
  font-family: minion-pro-condensed-display; 
  font-size: 120px; 
  color: #000; 
  text-align: center; 
  line-height: 120px; 
}
.blog-2ndlevelmenu-container {
  margin: 0px 40px 0;
  padding: 20px 20% 20px;
  border-top: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-gap: 0px; 
  text-align: center;
}
.blog-2ndlevelmenu-container-m {
  display: none;
}
.blog-2ndlevelmenu-titles {
  cursor: pointer;
  font-family: ibm-plex-mono;  
  font-size: 17px;
  line-height: 17px;
  color: #ADADAD;
}
.blog-2ndlevelmenu-titles:hover {
  color: #000;
}
.blog-d1-hero-container {
  margin: 0 70px 80px;
  display: grid; 
  grid-template-columns: 2fr 1fr; 
  grid-gap: 30px; 
  cursor: pointer;
}
.blog-d1-hero-image {
  height: 562px; 
  border-radius: 10px;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.blog-d1-hero-title {
  background-color: #fff;
  margin-top: 10%;
  padding: 40px 25px 0px;
  font-family: minion-pro-condensed-display; 
  font-size: 50px; 
  font-weight: 600;
  color: #000; 
  line-height: 50px;
  text-transform: capitalize;
}
.blog-d1-hero-postdate {
  background-color: #fff;
  margin-top: 26px;
  padding: 0px 25px 0px;
  font-family: ibm-plex-mono;  
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  color: #BDBDBD;
}
.blog-d1-hero-copy {
  background-color: #fff;
  margin-top: 26px;
  padding: 0px 25px 0px;
  font-family: acumin-pro; 
  font-size: 25px; 
  color: #000;
  line-height: 30px;
}
.blog-d1-hero-cta {
  margin: 26px 25px 0px;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 189px; 
  height: 58px;
  font-family: ibm-plex-mono; 
  font-size: 17px !important;
  line-height: 53px;
  font-weight: 400 !important;
  color: #000;
  text-align: center;
  cursor: pointer;
}
.blog-d1-hero-cta:hover {
  background-color: #000;
  color: #fff;
}
.blog-d1-main-container {
  margin: 0 70px 0;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-gap: 30px; 
}
.blog-d1-container {
  margin-top: 120px;
  height: 727px;
  background-position: top; 
  background-repeat: no-repeat; 
  background-size: 100%; 
  position: relative;
  border: 1px solid #000;
  border-radius: 10px;
  cursor: pointer;
}
.blog-d1-title {
  background-color: #fff;
  margin-top: 0px;
  padding: 40px 25px 0px;
  font-family: minion-pro-condensed-display; 
  font-size: 36px; 
  font-weight: 600;
  color: #000; 
  line-height: 36px;
  text-transform: capitalize;
}
.blog-d1-postdate {
  background-color: #fff;
  margin-top: 26px;
  padding: 0px 25px 0px;
  font-family: ibm-plex-mono;  
  font-size: 14px;
  line-height: 14px;
  color: #BDBDBD;
  text-transform: uppercase;
}
.blog-d1-copy {
  background-color: #fff;
  margin-top: 26px;
  padding: 0px 25px 0px;
  font-family: acumin-pro; 
  font-size: 20px; 
  color: #000;
  line-height: 28px;
}
.blog-d1-cta {
  margin: 26px 25px 0px;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 157px; 
  height: 48px;
  font-family: ibm-plex-mono; 
  font-size: 14px !important;
  line-height: 45px;
  font-weight: 400 !important;
  color: #000;
  text-align: center;
  cursor: pointer;
}
.blog-d1-cta:hover {
  background-color: #000;
  color: #fff;
}
.blog-d2-header {
  margin: 150px auto 0px;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 80px; 
  font-weight: 600;
  color: #000; 
  line-height: 80px;
}
.blog-d2-postdate {
  margin-top: 30px;
  text-align: center;
  font-family: ibm-plex-mono;  
  font-size: 22px;
  line-height: 22px;
  color: #BDBDBD;
  text-transform: uppercase;
}
.blog-d2-header-divider {
  margin: 40px 87px 0px;
  height: 1px;
  border-top: 1px solid #BDBDBD;
}
.blog-d2-main-container {
  margin-top: 40px;
  width: 102%; 
  margin-left: -1%;
}
.blog-d2-exerpt {
  margin: 40px 20% 40px;
  font-family: acumin-pro; 
  font-size: 30px; 
  color: #000;
  line-height: 33px;
  text-align: center;
} 
.blog-d2-hero-image {
  width: 100%; 
}
.blog-d2-author {
  margin-top: 30px;
  margin-left: 87px;
  float: left;
  font-family: ibm-plex-mono;  
  font-size: 20px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
}
.blog-d2-share {
  margin-top: 5px;
  margin-right: 87px;
  float: right;
  font-family: ibm-plex-mono;  
  font-size: 20px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
}
.blog-d2-article {
  margin: 40px auto 0px;
  font-family: acumin-pro; 
  font-size: 20px; 
  color: #000;
  line-height: 23px;
  max-width: 1000px;
  text-align: center;
} 
.blog-d3-row {
  margin: 93px -97px 0px !important;
  display: grid; 
  grid-template-columns: 45% 10% 45%; 
  grid-gap: 0px; 
}
.blog-d3-reverse {
  margin: 93px -97px 0px !important;
  display: grid; 
  grid-template-columns: 45% 10% 45%; 
  grid-gap: 0px; 
}
.blog-d3-lefty, .blog-d3-righty {
  display: table;
  height: 100%;
}
.blog-d3-copy-container-left, .blog-d3-copy-container-right {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.blog-d3-copy-header {
  margin: 0px 0px 0px;
  text-align: left;
  font-family: minion-pro-condensed-display; 
  font-size: 55px; 
  font-weight: 600;
  color: #000; 
  line-height: 55px;
}
.blog-d3-copy-title {
  margin: 41px 0px 0px;
  font-family: acumin-pro; 
  font-size: 22px; 
  color: #000;
  line-height: 22px;
  text-align: left;
}
.blog-d3-copy {
  margin: 24px 0px 0px;
  font-family: acumin-pro; 
  font-size: 20px; 
  font-weight: 400;
  color: #000;
  line-height: 28px;
  text-align: left;
}
.blog-d3-cta {
  margin-top: 54px;
  background-color: #FFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 221px; 
  height: 50px;
  font-family: ibm-plex-mono; 
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 48px;
  color: #000 !important;
  text-align: center;
  cursor: pointer;
}
.blog-d3-photo-right {
  margin-right: 0px;
}
.blog-d3-photos-all {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}
.blog-d3-division {
  margin-top: 100px;
  margin-left: -97px;
  margin-right: auto;
  height: 1px;
  border-bottom: 1px solid #000;
  width: 113%;
}
.blog-d3-quote {
  margin: 100px -150px 0px;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 80px; 
  font-style: italic;
  font-weight: 600;
  color: #000; 
  line-height: 80px;
}
.blog-d3-photo-left {
  margin-right: 0px;
}
.blog-d3-copy-right {
  margin: 24px 0px 0px;
  font-family: acumin-pro; 
  font-size: 20px; 
  color: #000;
  line-height: 20px;
  text-align: left;
}
.blog-d3-solophoto-right {
  margin-top: 100px;
  margin-left: 30%;
  margin-right: 0px;
  text-align: right;
  width: 79%;
}
.blog-d3-photo-left-2 {
  margin-right: 0px;
}
.blog-d3-picks-container {
  margin: 65px 87px 40px;
}
.blog-d3-picks-header {
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 50px; 
  font-weight: 600;
  color: #000; 
  line-height: 50px;
}
.blog-d3-otherentries-title {
  margin-top: 60px;
  margin-bottom: -60px;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 50px; 
  font-weight: 600;
  color: #000; 
  line-height: 50px;
}
.blog-d3-spacer {
  height: 60px;
}
.blog-hero-container {
  background-color: #F4F4F4;
  height: 500px !important;
}
.blog-hero-image {
  margin-top: 8% !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}

/*********************  $$$$$$$$$$  END: BLOG PAGE COMPONENTS  $$$$$$$$$$  ********************/

/*********************  $$$$$$$$$$   STORE LOCATOR COMPONENTS  $$$$$$$$$$  ********************/
.header_html {
  margin: -10px -10% 0px;
  border-top: 1px solid #000;
}
.stores-locator__pages {
  display: none;
}
.search_bar {
  margin-top: 40px;
  background-color: #fff !important;
  border: 0px !important;
}
.main_search_label {
  display: none !important;
}
#address_search {
  width: 520px;
  height: 51px;
  border-radius: 10px;
}
.search_within_distance {
  margin-left: -190px !important;
}
.distance_label {
  display: none !important;
}
#within_distance {
  width: 160px;
  height: 51px;
  border-radius: 10px;
}
.search_limit {
  margin-left: -160px !important;
}
.search_limit_label {
  display: none !important;
}
#limit {
  width: 160px;
  height: 51px;
  border-radius: 10px;
}
.search_filter {
  display: inline-block;
  vertical-align: top;
}

body .search_filter input[type="checkbox"] {
  left: -999em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: auto;
  visibility: hidden;
}

body .search_filter input[type="checkbox"]+label {
  clear: left;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 12px;
  letter-spacing: 0.05rem;
  line-height: 12px;
  padding-left: 25px;
  position: relative;
  color: #000;
  font-family: acumin-pro;
}

body .search_filter input[type="checkbox"]+label:before {
  background-color: #fff;
  border: 1px solid #000;
  content: "";
  display: block;
  height: 15px;
  width: 15px !important;
  border-radius: 50%;
  left: 0;
  position: absolute;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 20px;
}

body .search_filter input[type="checkbox"]:checked+label:after {
  color: #f5ba46;
  content: "\2B57";
  font-family: "Icons";
  font-size: 13px;
  font-weight: bold;
  left: 1px;
  position: absolute;
  top: 2px;
}

#col-main .search_bar button {
  background: #f5ba46;
  width: 391px;
  margin-top: -5px;
  border: 1px solid #000;
  border-radius: 50px;
  margin-left: 0;
  box-shadow: none;
  text-shadow: none;
  height: 51px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.01rem;
  line-height: 1.23529;
  text-align: center;
  font-weight: 500;
  padding: 17px 13px 14px;
  font-family: ibm-plex-mono;
  text-transform: uppercase;
  color: #000;
}

.container2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*********************  $$$$$$$$  END: STORE LOCATOR COMPONENTS  $$$$$$$$  ********************/

/*********************  $$$$$$$$        CAREERS COMPONENTS       $$$$$$$$  ********************/
.careers-banner {
  margin: -70px -10% 0;
  height: 360px; 
  background-image: url('/cdn/shop/files/RAEN_2021-Site_Careers-Banner-1.jpg?v=1628277962'); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.careers-banner-title {
  font-family: minion-pro-condensed-display !important; 
  font-size: 120px !important;
  color: #000 !important;
  line-height: 340px;
  text-align: center;
}
.careers-mission {
  margin: 49px 15% 0px;
  font-family: acumin-pro; 
  font-size: 20px; 
  color: #000;
  line-height: 23px;
  text-align: center;
}
.careers-header {
  margin-top: 70px;
  padding-bottom: 72px;
  font-family: minion-pro-condensed-display; 
  font-size: 45px; 
  font-weight: 600;
  text-align: center;
  color: #000;
  line-height: 50px;
  border-bottom: 1px solid #ADADAD !important;
}
.careers-container {
  margin: 72px 70px 0px;
  display: block; 
  text-align: left;
}
.careers-accordion-container {
  margin-top: 7px;
  margin-bottom: 172px;
}
.careers-accordion {
  background-color: #FFF;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ADADAD;
  height: 77px;
  font-family: acumin-pro; 
  font-size: 22px; 
  weight: 600;
  line-height: 30px; 
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.active, .careers-accordion:hover {
  background-color: none;
}
.careers-accordion:after {
  content: '\02C5';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.careers-location {
  float: left;
  margin-top: 5px;
  font-family: acumin-pro; 
  font-size: 18px; 
  font-weight: 400;
  color: #000;
  line-height: 20px;
}
.careers-time {
  float: left;
  margin-left: 30px;
  background-color: #fff !important;
  border: 1px solid #ADADAD;
  border-radius: 33px; 
  width: 150px; 
  height: 31px; 
  color: #000 !important;  
  font-family: acumin-pro; 
  font-size: 18px; 
  font-weight: 400;
  text-align: center;
  color: #ADADAD;
  line-height: 25px;
}
.careers-panel {
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 0;
  width: 100%;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.careers-details-line {
  width: 100%;
  display: grid; 
  grid-template-columns: 100px 1fr; 
  grid-gap: 0px; 
}
.careers-details-titles {
  margin-bottom: 10px !important;
  font-family: acumin-pro; 
  font-size: 20px; 
  weight: 600;
  color: #000; 
}
.careers-details-copy {
  margin-left: 50px !important;
  font-family: acumin-pro; 
  font-size: 20px; 
  weight: 400;
  color: #000; 
}
.careers-details-copy-2 {
  margin-top: 25px !important;
  margin-bottom: 50px !important;
  font-family: acumin-pro; 
  font-size: 20px; 
  weight: 400;
  color: #000; 
}
.careers-details-copy-3 {
  margin-top: 25px !important;
  padding-left: 25px !important;
  margin-bottom: 50px !important;
  font-family: acumin-pro; 
  font-size: 20px; 
  weight: 400;
  color: #000; 
}
.careers-apply-button {
  margin-top: 28px;
  background-color: #D3D3D3 !important;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 225px; 
  height: 48px;
  font-family: ibm-plex-mono; 
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 45px;
  color: #000 !important;
  text-align: center;
}
.careers-details-spacing {
  margin-top: 35px !important;
  margin-bottom: 25px !important;
}
/*********************  $$$$$$$$     END: CAREERS COMPONENTS     $$$$$$$$  ********************/

.main-header-border {
  margin-top: 38px;
  margin-left: -5%;
  margin-right: -5%;
  width: 110%;
  border-bottom: 1px solid #000;
}
.main-breadcrumbs {
  margin-left: 87px;
}

/*********************  $$$$$$$$  FRONTLINE-PROGRAM COMPONENTS   $$$$$$$$  ********************/
.frontlineprogram-banner {
  margin: 0 -5% 0;
  height: 340px; 
  background-image: url('/cdn/shop/files/Desktop_WebBanner-11.jpg?v=1626806411'); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.frontlineprogram-banner-title {
  font-family: minion-pro-condensed-display !important; 
  font-size: 120px !important;
  color: #FFF;
  line-height: 340px;
  text-align: center;
}
.frontlineprogram-container {
  margin: 50px 20% 0px;
  font-family: acumin-pro; 
  font-size: 20px; 
  weight: 400;
  color: #000;
  text-align: center;
}
.frontlineprogram-register-button {
  margin: 60px auto 0px;
  background-color: #fff !important;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 327px; 
  height: 48px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 45px;
  text-transform: uppercase;
}
.frontlineprogram-register-button:hover {
  background-color: #000!important;
  color: #fff !important;
}
.frontlineprogram-faq-header {
  margin-top: 120px;
  font-family: minion-pro-condensed-display; 
  font-size: 40px;
  color: #000;
  line-height: 40px;
  text-align: center;
  margin-bottom: 80px;
}
.frontlineprogram-accordion-container {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 68px;
}
.frontlineprogram-accordion {
  margin-left: 10%;
  background-color: #FFF;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 80%;
  border: none;
  border-bottom: 1px solid #626262;
  height: 77px;
  font-family: acumin-pro; 
  font-size: 22px; 
  weight: 600;
  line-height: 30px; 
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.frontlineprogram-accordion2 {
  margin-left: 10%;
  background-color: #FFF;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 80%;
  border: none;
  border-bottom: 1px solid #626262;
  height: 77px;
  font-family: acumin-pro; 
  font-size: 22px; 
  weight: 600;
  line-height: 30px; 
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.active, .frontlineprogram-accordion:hover {
  background-color: none;
}
.frontlineprogram-accordion:after {
  content: url("/cdn/shop/files/Accordion-Down-Arrow.svg?v=1628572738") !important;
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: url("/cdn/shop/files/Accordion-Down-Arrow.svg?v=1628572738") !important;
  transform: scaleY(-1);
}
.active, .frontlineprogram-accordion2:hover {
  background-color: none;
}
.frontlineprogram-accordion2:after {
  content: url("/cdn/shop/files/Accordion-Down-Arrow.svg?v=1628572738") !important;
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.frontlineprogram-panel {
  margin-left: 10%;
  margin-bottom: 0px;
  padding: 0 18px;
  width: 80%;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*********************  $$$$$$  END: FRONTLINE-PROGRAM COMPONENTS  $$$$$$  ********************/

/*********************  $$$$$$$$$$$$  LOOKBOOK COMPONENTS  $$$$$$$$$$$$$$  ********************/
.lookbook-showme {
  display: block;
}
.lookbook-hideme {
  display: none;
}
.lookbook-banner {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 105vw;
	position: relative;
	right: 50%;
	width: 105vw;
}
.lookbook-banner-title {
  margin-top: 8%;
  margin-left: 8%;
  font-family: minion-pro-condensed-display !important; 
  font-size: 80px !important;
  color: #000;
  line-height: 90px;
  text-align: left;
  width: 500px;
  height: 200px;
}
.lookbook-line {
  margin: 150px -8% 0px;
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0px;
}
.lookbook-line-0 {
  margin: 80px auto 340px;
}
.lookbook-line-1 {
  margin: 150px auto 0px;  
}
.lookbook-line-2 {
  margin: 150px -8% 0px;
  display: grid; 
  grid-template-columns: 60% 40%; 
  grid-gap: 0px;
}
.lookbook-line-3 {
  margin: 150px -8% 0px;
  display: grid; 
  grid-template-columns: 40% 60%; 
  grid-gap: 0px;
}
.lookbook-line-4 {
  margin: 550px auto 350px;  
}
.lookbook-line-5 {
  margin: 340px auto -80px;  
}
.lookbook-line-6 {
  margin: 150px auto 0px;
  max-height: 620px;
}
.lookbook-line-8 {
  display: none; 
}
.lookbook-copy-title {
  margin-left: 140px;
  font-family: ibm-plex-mono; !important; 
  font-size: 25px !important;
  color: #000;
  line-height: 26px;
  text-align: left;
}
.lookbook-copy {
  margin-top: 60px;
  margin-left: 140px;
  font-family: acumin-pro; !important; 
  font-size: 20px !important;
  color: #000;
  line-height: 28px;
  text-align: left;
}
.lookbook-copy-cta {
  margin: 62px 140px 60px;
  background-color: #FFFFFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 260px; 
  height: 50px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 17px;
  font-weight: 400 !important;
  line-height: 45px;
  text-align: center;
}
.lookbook-l1-left {
  margin-left: -5%;
  padding: 15%;
}
.lookbook-l1-right {
  margin-right: -5%;
  background-image: url("/cdn/shop/files/SS22-Lookbook-IMG-20.jpg?v=1647368800");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.lookbook-l2 {
  margin: 0px -8% 0px;
}
.lookbook-l2-left {
  margin-left: 200px;
  padding: 20px 60px 0;
}
.lookbook-l2-right {
  margin-top: 320px;
  margin-right: 120px;
  padding: 60px;
}
.lookbook-l3 {
  margin: 0 auto 0;
  padding: 0 15% 0;
}
.lookbook-l3-left {
  margin: 5% -5% 0%;
  padding: 15%;
}
.lookbook-l3-right {
  margin: 20% -5% 50%;
  padding: 15%;
}
.lookbook-l4 {
  margin-top: -33%;
  padding: 5% 15% 5%;
}
.lookbook-l4-left {
  padding: 20% 30% 0% 37%;
}
.lookbook-l4-right {
  padding: 0 25% 0 10%;
}
.lookbook-l5 {
  margin: 0 auto 0;
  padding: 0 15% 0;
}
.lookbook-l5-left {
  margin-left: -5%;
  padding: 0 5% 5% 0%;
}
.lookbook-l5-right {
  margin-right: -5%;
  height: 100%;
  padding: 0 0 0;
}
.lookbook-l6-left {
  margin-left: 85px;
  width: 55%;
  z-index: 3;
}
.lookbook-l6-right {
  position: relative;
  float: right;
  margin-top: -20%;
  margin-right: 85px;
  width: 55%;
  z-index: 5;
}
.lookbook-l7 {
  width: 100%;
  padding: 0 15% 0;
  max-height: 836px;
}
.lookbook-l7-left {
  margin-left: -1%;
  width: 58%;
}
.lookbook-l7-right {
  margin-top: -820px;
  margin-right: -2%;
  width: 38%;
  float: right;
  background-image: url("/cdn/shop/files/SS22-Lookbook-IMG-12.jpg?v=1647454999");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 820px;
  max-height: 820px;
}
.lookbook-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 500px !important;
}
/*********************  $$$$$$$$$  END: LOOKBOOK COMPONENTS  $$$$$$$$$$$$  ********************/

/*********************  $$$$$$$$$  LANDING PAGE COMPONENTS  $$$$$$$$$$$$$  ********************/
.landing-pages-container {
  background-color: #EEDFC6; 
  margin-left: -15px; 
  margin-right: -15px;
  margin-bottom: -100px;
  overflow: hidden;
}
.landing-pages-showme {
  display: block;
}
.landing-pages-hideme {
  display: none;
}
.landing-pages-banner {
	max-width: 100vw;
	position: relative;
	width: 100vw;
}
.landing-pages-line {
  margin: 116px 0px 0px;
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0px;
}
.landing-pages-line-0 {
  margin: 208px auto 140px !important;
  padding-left: 60px;
  padding-right: 30px;
}
.landing-pages-line-1 {
  margin: -200px 0px 0px !important;  
}
.landing-pages-line-8 {
  display: none; 
}
.landing-pages-line-9 {
  margin: 180px -10px 0px;
  padding-top: 4%;
  background-image: url("/cdn/shop/files/Desktop-Zafrique-LandingPage-Pattern.png?v=1680044334");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1400px;
  width: 103%;
  border: solid 3px #CB3835;
}
.landing-pages-copy {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 88px;
  font-family: acumin-pro-extra-condensed; !important; 
  font-size: 36px !important;
  font-weight: 400 !important;
  color: #CB3835;
  line-height: 42px;
  text-align: left;
}
.landing-pages-copy-cta {
  margin: 62px 140px 60px;
  background-color: #FFFFFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 260px; 
  height: 50px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 17px;
  font-weight: 600 !important;
  line-height: 45px;
  text-align: center;
}
.landing-pages-l1-left {
  margin-left: 0px;
  margin-right: 10%;
}
.landing-pages-l1-right {
  margin: 0px auto 0px;
}
.landing-pages-video {
  margin: 13% 120px 0px -10px;
  height: 910px;
}
.landing-pages-height--full.video-container, .height--full .rimage-outer-wrapper, .height--full .placeholder-image {
  height: 100px;
}
.landing-collection-title {
  margin-top: -20px;
  text-transform: uppercase;
  font-family: acumin-pro-extra-condensed; 
  font-size: 28px; 
  font-weight: 600; 
  color: #CB3835;
  padding-bottom: 8px;
  line-height: 32px;
}
.landing-pages-l2 {
  margin: 0px auto 0px;
  width: 80%;
  text-align: center;
}
.landing-pages-l2-left {
  margin-left: 200px;
  padding: 20px 60px 0;
}
.landing-pages-l2-right {
  margin-top: 320px;
  margin-right: 120px;
  padding: 60px;
}
.landing-pages-l3 {
  margin: 0 auto 0;
  padding: 0 15% 0;
}
.landing-pages-l3-left {
  margin: 20px 90px 0px;
  font-family: acumin-pro-wide; 
  font-size: 42px; 
  font-weight: 700;
  letter-spacing: -2.1px; 
  color: #CB3835;
  line-height: 52px;
}
.landing-pages-l3-right {
  margin: 20px 17% 0px 0px;
  font-family: acumin-pro-extra-condensed; 
  font-size: 36px; 
  font-weight: 600; 
  color: #CB3835;
  line-height: 42px;
}
.landing-pages-l4 {
  width: 90%;
  margin: 0px 73px 0px !important;
}
.landing-pages-l4-left {
  padding: 20% 30% 0% 37%;
}
.landing-pages-l4-right {
  padding: 0 25% 0 10%;
}
.landing-pages-l5 {
  margin: 0 88px -60px;
  padding-bottom: 50px;
}
.landing-pages-l5-left {
  margin-left: -5%;
  padding: 0 5% 5% 0%;
}
.landing-pages-l5-right {
  margin-right: -5%;
  height: 100%;
  padding: 0 0 0;
}
.landing-pages-l6-left {
  margin-left: 85px;
  width: 55%;
  z-index: 3;
}
.landing-pages-l6-right {
  position: relative;
  float: right;
  margin-top: -20%;
  margin-right: 85px;
  width: 55%;
  z-index: 5;
}
.landing-pages-l7 {
  width: 100%;
  padding: 0 15% 0;
  max-height: 836px;
}
.landing-pages-l7-left {
  margin-left: -1%;
  width: 58%;
}
.landing-pages-l7-right {
  margin-top: -820px;
  margin-right: -2%;
  width: 38%;
  float: right;
  background-image: url("/cdn/shop/files/SS22-Lookbook-IMG-12.jpg?v=1647454999");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 820px;
  max-height: 820px;
}
.landing-pages-filler {
  margin-bottom: 120px !important;
}
.landing-pages-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 500px !important;
  border: 1.5px solid #CB3835;
}
/*********************  $$$$$$$  END: LANDING PAGE COMPONENTS  $$$$$$$$$$  ********************/

/*********************  $$$$$$$$$$  SHOP BY  COMPONENTS  $$$$$$$$$$$$  ********************/
.shopby-banner {
  margin: 54px -10% 0 !important;
  height: 340px; 
  border-top: 1px solid #000;
  background-image: url('/cdn/shop/files/Desktop_WebBanner-13.jpg?v=1627443160'); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.shopby-banner-title {
  margin-top: 100px;
  font-family: minion-pro-condensed-display !important; 
  font-size: 120px !important;
  color: #000;
  line-height: 120px;
  text-align: center;
}
.shopby-breadcrumbs {
  text-align: left;
  margin-top: 40px;
  margin-left: 45px;
  font-family: ibm-plex-mono !important; 
  font-size: 12px !important; 
  line-height: 20px;
  text-transform: uppercase;
}
.shopby-header {
  margin: 90px auto 0px;
  font-family: minion-pro-condensed-display; 
  font-size: 55px; 
  font-weight: 500;
  color: #000;
  text-align: center;
}
.shopby-header-copy {
  margin: 61px 20% 100px;
  font-family: acumin-pro; 
  font-size: 28px; 
  font-weight: 400;
  color: #000;
  line-height: 32px;
  text-align: center;
}
.shopby-line {
  margin: 0px -20px 0px;
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0px;
}
.shopby-l1-round {
  background-image: url("/cdn/shop/files/ShopBy-Round-IMG-1.jpg?v=1627446547");
  height: 1285px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.shopby-l1-square {
  background-image: url("/cdn/shop/files/ShopBy-Square-IMG-3.jpg?v=1633927172");
  height: 1285px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.shopby-l1-diamond {
  background-image: url("/cdn/shop/files/ShopBy-Diamond-IMG-1.jpg?v=1627449199");
  height: 1285px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.shopby-l1-heart {
  background-image: url("/cdn/shop/files/ShopBy-Heart-IMG-1.jpg?v=1627449235");
  height: 1285px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.shopby-title-2 {
  margin-top: 150px;
  font-family: minion-pro-condensed-display !important; 
  font-size: 55px !important;
  color: #000;
  line-height: 55px;
  text-align: center;
  z-index: 999;
}
.shopby-copy-2 {
  margin: 40px 20% 0px;
  font-family: acumin-pro; 
  font-size: 28px; 
  font-weight: 400;
  color: #000;
  line-height: 32px;
  text-align: center;
  z-index: 999;
}
.shopby-fitting {
  margin: 0px 20% -150px;
  text-align: center;
  z-index: 19;
}
.shopby-collection-header {
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 203px;
  font-family: minion-pro-condensed-display !important; 
  font-size: 55px !important;
  color: #000;
  line-height: 55px;
  text-align: left;
}
.shopby-collection-copy {
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 15%;
  font-family: acumin-pro; 
  font-size: 28px; 
  font-weight: 400;
  color: #000;
  line-height: 32px;
  text-align: left;
}
.shopby-collection-selections-right {
  margin-top: 62px;
  margin-left: 100px;
  width: 80%;
}
.shopby-collection-selections-left {
  margin-top: 62px;
  margin-left: 100px;
  width: 80%;
}
.shopby-collection-header-left {
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 163px;
  font-family: minion-pro-condensed-display !important; 
  font-size: 55px !important;
  color: #000;
  line-height: 55px;
  text-align: left;
}
.shopby-collection-copy-left {
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 15%;
  font-family: acumin-pro; 
  font-size: 28px; 
  font-weight: 400;
  color: #000;
  line-height: 32px;
  text-align: left;
}
.shopby-button {
  margin: 62px 100px 60px;
  background-color: #D3D3D3 !important;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 225px; 
  height: 48px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 45px;
  text-align: center;
}
.shopby-button-left {
  margin: 62px 100px 60px;
  background-color: #D3D3D3 !important;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 225px; 
  height: 48px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 45px;
  text-align: center;
}
.shopby-button-center {
  margin: 45px auto 60px;
  background-color: #D3D3D3 !important;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 225px; 
  height: 48px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 45px;
  text-align: center;
}
.shopby-button:hover, .shopby-button-left:hover, .shopby-button-center:hover {
  background-color: #000!important;
  color: #fff !important;
}
.shopby-collections-right {
  margin-left: 20px;
}  
/*********************  $$$$$$$$  END: SHOP BY  COMPONENTS  $$$$$$$$$$$$  *****************/

/*********************  $$$$$$$$   TERMS & PRIVACY COMPONENTS   $$$$$$$$$$$$  *****************/
.termsprivacy-copy {
  margin: 35px 20% 50px;
  font-family: acumin-pro;  
  font-size: 20px;
  line-height: 1.75em;
  weight: 200;
  color: #000;
}
.privacy-container {
  margin: 35px 10% 50px;
}
.privacy-header {
  font-family: minion-pro-condensed-display !important; 
  font-size: 36px !important;
  color: #000;
  line-height: 55px;
  text-align: left;
}
.privacy-copy {
  margin: 20px 0 0;
  font-family: acumin-pro;  
  font-size: 20px;
  line-height: 25px;
  weight: 200;
  color: #000;
}
.privacy-subheader {
  margin-top: 32px;
  font-family: minion-pro-condensed-display !important; 
  font-size: 32px !important;
  color: #000;
  line-height: 55px;
  text-align: left;
}
.privacy-notice-copy {
  margin: 20px 10% 50px;
  font-family: acumin-pro;  
  font-size: 16px;
  line-height: 25px;
  weight: 200;
  color: #000;
}
  
/*********************  $$$$$$$$  END: TERMS & PRIVACY COMPONENTS   $$$$$$$$$  *****************/

/*********************  $$$$$$$$         CART COMPONENTS            $$$$$$$$$  *****************/
.cart-container {
  margin: 0px 87px 0px;
}
.cart-header-border {
  margin: 100px -10% 0px;
  width: 120%;
  border-bottom: 1px solid #000;
}
.cart-main-header {
  margin-top: 69px;
  font-family: minion-pro-condensed-display !important; 
  font-size: 50px !important;
  font-weight: 600;
  color: #000;
  line-height: 55px;
  text-align: left;
}
.cart-continueshopping {
  margin-top: 16px;
  margin-bottom: 21px;
  font-family: acumin-pro;  
  font-size: 14px;
  line-height: 14px;
  weight: 200;
  color: #ADADAD;
}
.cart-main-container {
  display: grid; 
  grid-template-columns: 55% 35%; 
  grid-gap: 10%;
}
#cart-lefty {
  height: 83vh; 
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#cart-lefty::-webkit-scrollbar {
  display: none;
}
.cart-product-pod {
  margin-bottom: 35px;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 0px;
  width: 100%;
  height: 350px;
  display: grid; 
  grid-template-columns: 30% 65%; 
  grid-gap: 5%;
}
.cart-product-pod-hero {
  padding-top: 20%;
  background-color: #F4F4F4;
  height: 100%;
}
.cart-product-pod-details {
  padding-right: 10px;
}
.cart-product-title {
  margin-top: 25px;
  font-family: minion-pro-condensed-display !important; 
  font-size: 42px !important;
  font-weight: 600;
  color: #000;
  line-height: 45px;
  text-align: left;
}
.cart-product-color {
  margin: 8px 0px 0px;
  text-transform: uppercase;
  font-family: ibm-plex-mono; 
  font-size: 19px;
  color: #ADADAD;
  line-height: 19px;
}
.cart-product-framesize {
  margin: 20px 0px 0px;
  font-family: acumin-pro;  
  font-size: 20px;
  line-height: 20px;
  weight: 400;
  color: #000;
}
.cart-product-size {
  margin: 5px 0px 0px;
  font-family: acumin-pro;  
  font-size: 18px;
  line-height: 18px;
  weight: 400;
  color: #FF0000;
}
.cart-product-divider {
  margin: 30px 0px 30px;
  height: 1px;
  border-bottom: 1px solid #000;
  width: 100%;
}
.cart-product-subdetails {
  display: grid; 
  grid-template-columns: 55% 15% 10%; 
  grid-gap: 5%;
}
.cart-product-sku {
  padding-right: 30px;
  font-family: acumin-pro;  
  font-size: 18px;
  line-height: 20px;
  weight: 700;
  color: #000;
}
.cart-product-remove {
  margin-top: -10px;
  font-family: acumin-pro;  
  font-size: 18px;
  line-height: 20px;
  weight: 600;
  color: #ADADAD;
  text-decoration: underline;
}
.cart-product-remove-m {
  display: none;
}
.cart-product-qty {
  font-family: acumin-pro;  
  font-size: 25px;
  line-height: 25px;
  weight: 400;
  color: #000;
}
.cart-product-update {
  border: none;
  background-color: #fff;
  font-family: acumin-pro;  
  font-size: 12px;
  line-height: 20px;
  weight: 400;
  color: #000;
}
.cart-product-subtotal {
  font-family: acumin-pro;  
  font-size: 25px;
  line-height: 25px;
  weight: 400;
  color: #000;
}
.cart-product-subtotal-discount {
  margin-left: -25px;
  font-family: acumin-pro;  
  font-size: 24px;
  line-height: 24px;
  weight: 400;
  color: #000;
}
.cart-item__discount {
  margin-left: -20px;
  margin-right: -80px;
  color: #000;
  font-size: 18px;
  font-family: acumin-pro;  
  font-weight: 500;
  line-height: 20px;
}
.cart-summary-freeshipping {
  border-radius: 0px;
  background-color: #D3D3D3;
  font-family: acumin-pro;  
  font-size: 17px;
  line-height: 40px;
  weight: 600;
  color: #000;
  width: 100%;
  height: 43px;
  text-align: center;
}
.cart-summary-subtotal1 {
  margin-top: 40px;
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0;
}
.cart-summary-shippingcost {
  margin-top: 5px;
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0;
}
.cart-summary-subtotal2 {
  margin-top: 5px;
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0;
}
.cart-summary-title {
  font-family: acumin-pro;  
  font-size: 18px;
  line-height: 18px;
  weight: 600;
  color: #000;
}
.cart-summary-result {
  font-family: acumin-pro;  
  font-size: 18px;
  line-height: 18px;
  weight: 400;
  color: #000;
  text-align: right;
}
.cart-summary-afterpay {
  margin-top: 20px;
}
.cart-summary-shippingcalc {
  margin-top: 12px;
  font-family: acumin-pro;  
  font-size: 13px;
  line-height: 13px;
  weight: 400;
  color: #000;
}
.cart-summary-divider {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #828282;
}
.cart-summary-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 100%; 
  height: 64px; 
  font-family: ibm-plex-mono;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400 !important;
  background-color: #F2B735 !important;
  color: #000;
}
.cart-summary-promocodes {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: acumin-pro;  
  font-size: 13px;
  font-style: italic;
  line-height: 13px;
  weight: 400;
  text-align: center;
}
.cart-main-empty {
  margin-top: 100px;
  margin-bottom: 300px;
  font-family: minion-pro-condensed-display !important; 
  font-size: 42px !important;
  font-weight: 600;
  color: #000;
  line-height: 45px;
  text-align: center;
} 
.cart-gwp-pod {
  margin-bottom: 35px;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
}
.cart-container-two {
  display: grid;
  grid-template-columns: 50% 50%; 
  grid-gap: 0px;  
}
.cart-container-two-left {
  margin: 30px 0px 30px 50% !important;
}
.cart-container-two-right {
  margin: 30px 50% 30px 0px !important;
}
.cart-gwp-header {
  margin-top: 20px;
  font-family: minion-pro-condensed-display !important; 
  font-size: 50px !important;
  font-weight: 600;
  color: #000;
  line-height: 50px;
  text-align: center;
}
.cart-gwp-product-container {
  text-align: center;
  padding: 25px;
}
.cart-gwp-product-1 {
  display: inline-block;
  text-align: center;
  padding: 0px 25px 25px;
}
.cart-gwp-product-2 {
  display: inline-block;
  text-align: center;
  padding: 0px 25px 25px;
}
.cart-gwp-product-3 {
  display: inline-block;
  text-align: center;
  padding: 0px 25px 25px;
}
.cart-gwp-image {
  margin: 35px auto 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4F4F4;
  width: 234px;
  height: 265px;
}
.cart-gwp-vendor {
  margin-top: 20px;
  font-family: acumin-pro; 
  font-size: 23px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  text-align: center;
}
.cart-gwp-price {
  margin-top: 8px;
  font-family: acumin-pro; 
  font-size: 21px;
  font-weight: 600;
  color: #000;
  line-height: 23px;
  text-align: center;
}
.cart-gwp-button {
  margin: 12px auto 0px;
  background-color: #000 !important;
  border: 1px solid #000;
  border-radius: 33px !important; 
  cursor: pointer;
  width: 220px; 
  height: 58px; 
  color: #fff !important;
  font-family: ibm-plex-mono; 
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 48px;
  text-align: center;
}
.cart-gwp-spend {
  margin-bottom: 20px;
  font-family: acumin-pro; 
  font-size: 28px !important;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  text-align: center;
}
.cart-gwp-spend-disclaimer {
  margin: 0px 25% 40px;
  font-family: acumin-pro; 
  font-size: 18px !important;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  text-align: center;
}
.cart-scroller {
  height: 300px; 
  overflow-y: auto;
}
.cart-pairitwith-container {
  margin-top: 0px;
  margin-bottom: 50px;
  
}
.cart-pairitwith-header {
  font-family: minion-pro-condensed-display; 
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
  text-align: left;
}
.cart-pairitwith-product-main-container {
  margin-top: 13px;
  display: grid;
  grid-template-columns: 1fr 1fr; 
  grid-gap: 25px;
}
.cart-pairitwith-product-container {
  
}
.cart-pairitwith-product-image-container {
  width: 242px;
  height: 274px;
  background: #F4F4F4;
  text-align: center;
}
.cart-pairitwith-product-image {
  margin-top: 5%;
  width: 80%;
}
.cart-pairitwith-product-image2 {
  margin-top: 25%;
  width: 90%;
}
.cart-pairitwith-product-title {
  margin: 30px 0px 0px;
  font-family: minion-pro-condensed-display; 
  font-size: 28px;
  font-weight: 600;
  color: #000;
  line-height: 28px;
  text-align: left;
}
.cart-pairitwith-product-price {
  margin: 6px 0px 0px;
  font-family: acumin-pro; 
  font-size: 22px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  text-align: left;
}
.cart-pairitwith-product-addtocart {
  margin-top: 12px;
  padding: 0px;
  text-align: center;
  background-color: #fff; 
  border: 1px solid #000 !important; 
  color: #000; 
  border-radius: 45px; 
  width: 127px; 
  height: 35px; 
  font-family: ibm-plex-mono !important; 
  font-size: 14px; 
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
}

/*********************  $$$$$$$$      END: CART COMPONENTS          $$$$$$$$$  *****************/

/*********************  $$$$$$$$       SURVEY - THANK YOU           $$$$$$$$$  *****************/
.survey-button {
  margin: 30px auto 50px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 247px; 
  height: 48px; 
  font-family: ibm-plex-mono;
  font-size: 14px; 
  font-weight: 400 !important;
  line-height: 45px;
  background-color: #FFF;
  color: #000;
  cursor: pointer;
}
.survey-button:hover {
  background-color: #000;
  color: #fff;
}
/*********************  $$$$$$$$     END: SURVEY - THANK YOU        $$$$$$$$$  *****************/

/*********************  $$$$$$$$   HOLIDAY GIFT GUIDE COMPONENTS    $$$$$$$$$  *****************/
.hgg-main-banner {
  margin: 0px -15px 0px;
  background-image: url('/cdn/shop/files/2023-Holiday-Landing-Page-Desktop.jpg?v=1699049924');
  height: 950px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.hgg-banner-header {
  padding: 650px 84px 0px;
  font-family: minion-pro-condensed-display; 
  font-size: 66px;
  font-weight: 600;
  color: #FFF;
  line-height: 70px;
  text-align: right;
}
.hgg-banner-copy {
  margin: 20px 84px 0px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  line-height: 20px;
  text-align: right;
}
.hgg-banner-cta {
  margin: 50px 84px 60px;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 280px; 
  height: 72px; 
  color: #000;
  font-family: ibm-plex-mono; 
  font-size: 20px;
  font-weight: 400;
  line-height: 70px;
  text-align: center;
}
.hgg-banner-cta:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.hgg-showme {
  display: grid !important;
}
.hgg-hideme {
  display: none !important;
}
.hgg-dailydeals-banner {
  margin: 0 -5% 0;
  background-color: #FFB71B;
  height: 46px;
  font-family: ibm-plex-mono; 
  font-size: 20px;
  font-weight: 400;
  color: black;
  line-height: 46px;
  text-align: left;
  overflow:hidden;
}
.hgg-percent-off-container {
  margin: 50px 60px 0px;;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 30px;
}
.hgg-percent-box-green {
  margin: 0px auto 0px;
  text-align: center;
  width: 100%;
}
.hgg-percent-box-red {
  margin: 0px auto 0px;
  text-align: center;
  width: 100%;
}
.hgg-percent-shop {
  margin-top: 10%;
  font-family: ibm-plex-mono; 
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.hgg-percent-percentage {
  margin-top: 15px;
  font-family: minion-pro-condensed-display; 
  font-size: 66px;
  font-weight: 600;
  color: #fff;
  line-height: 70px;
  text-align: center;
}
.hgg-percent-styles {
  margin-top: 15px;
  font-family: ibm-plex-mono; 
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.hgg-returns-shipping {
  margin-top: 50px;
  font-family: ibm-plex-mono; 
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
  color: #000;
  text-align: center;
}
.hgg-gifts-container {
  margin: 50px 60px 0px;;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 30px;
}
.hgg-gifts-pod {
  margin: 0px auto 0px;
  text-align: center;
  width: 100%;
}
.hgg-gifts-header {
  margin-top: 40px;
  font-family: minion-pro-condensed-display; 
  font-size: 66px;
  font-weight: 600;
  color: #000;
  line-height: 70px;
  text-align: center;
}
.hgg-gifts-cta {
  margin: 30px auto 0px;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 280px; 
  height: 72px; 
  color: #000;
  font-family: ibm-plex-mono; 
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 70px;
  text-align: center;
}
.hgg-gifts-cta:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.hgg-gifts-cta-spacing {
  margin-bottom: 0px;
}
.hgg-best-sellers-banner {
  margin: 65px -15px 0px;
  background-image: url('/cdn/shop/files/Wishlist-Desktop-V2.jpg?v=1699309269');
  height: 800px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.hgg-best-sellers-header {
  padding: 25% 10% 0px;
  font-family: minion-pro-condensed-display; 
  font-size: 66px;
  font-weight: 600;
  color: #000;
  line-height: 70px;
  text-align: left;
}
.hgg-best-sellers-copy {
  padding: 0 10% 0px;
  margin: 10px 0 0px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  text-align: left;
}
.hgg-best-sellers-cta {
  margin: 30px 10% 60px;
  float: left;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 280px; 
  height: 72px; 
  color: #000;
  font-family: ibm-plex-mono; 
  font-size: 20px;
  font-weight: 400;
  line-height: 70px;
  text-align: center;
}
.hgg-best-sellers-cta:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.hgg-best-stuffers-banner {
  margin: 65px -15px 0px;
  background-image: url('/cdn/shop/files/Accessories-Desktop-V2.jpg?v=1699308847');
  height: 800px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.hgg-best-stuffers-header {
  padding: 25% 10% 0px;
  font-family: minion-pro-condensed-display; 
  font-size: 66px;
  font-weight: 600;
  color: #000;
  line-height: 70px;
  text-align: left;
}
.hgg-best-stuffers-copy {
  padding: 0 10% 0px;
  margin: 10px 0 0px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  text-align: left;
}
.hgg-best-stuffers-cta {
  margin: 30px 10% 60px;
  float: left;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 280px; 
  height: 72px; 
  color: #000;
  font-family: ibm-plex-mono; 
  font-size: 20px;
  font-weight: 400;
  line-height: 70px;
  text-align: center;
}
.hgg-best-stuffers-cta:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.hgg-sets-container {
  margin: 50px 0px -70px;;
  display: grid; 
  grid-template-columns: 60% 40%; 
  grid-gap: 10px;
  width: 100%;
}
.hgg-sets-pod {
  margin: 0px auto 0px;
  text-align: center;
  width: 100%;
}
.hgg-sets-subpods {
  margin-top: 25%; 
  margin-left: 0px;
  width: 100%;
}
.hgg-sets-header {
  margin: 12% 15% 0px !important;
  width: 100%;
  text-align: left;
  font-family: minion-pro-condensed-display; 
  font-size: 66px;
  font-weight: 600;
  color: #000;
  line-height: 70px;
}
.hgg-sets-copy {
  margin: 10px 15% 10px !important;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  text-align: left;
}
.hgg-sets-cta {
  margin: 20px 15% 0px;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 274px; 
  height: 72px; 
  color: #000;
  font-family: ibm-plex-mono; 
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 70px;
  text-align: center;
  float: left;
}
.hgg-sets-cta:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
/*********************  $$$$$   END: HOLIDAY GIFT GUIDE COMPONENTS    $$$$$$$  *****************/

/********************   $$$$$$$$        FIT GUIDE COMPONENTS         $$$$$$$$  *****************/
.fitguide-noshow {
  display: none;
}
.fitguide-notvisible {
  visibility: hidden;
}
.fitguide-showme {
  display: grid !important;
}
.fitguide-hideme {
  display: none !important;
}
.fitguide-banner {
  margin: 41px -1% 0;
  height: 390px; 
  background-image: url('/cdn/shop/files/Face-Shape-Guide-Banner.jpg?v=1651806106'); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.fitguide-banner-title {
  margin-top: 80px;
  font-family: minion-pro-condensed-display; 
  font-size: 120px;
  color: #FFF;
  line-height: 168px;
  text-align: center;
}
.fitguide-breadcrumbs {
  margin-left: 87px;
}
.fitguide-header-copy {
  margin: 50px 25% 0px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  text-align: center;
}
.fitguide-submenu {
  margin: 70px 87px 0px;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  display: grid; 
  grid-template-columns: 20% 17% 25% 19% 19%;  
  grid-gap: 0px;
}
.fitguide-submenu-header {
  margin-top: 70px;
  margin-bottom: 50px;
  font-family: ibm-plex-mono; 
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  text-align: center;
}
.fitguide-title {
  margin-top: 124px;
  font-family: minion-pro-condensed-display; 
  font-size: 55px;
  color: #000;
  line-height: 60px;
  text-align: center;
  z-index: 9999;
}
.fitguide-title-copy {
  margin: 42px 22% 0px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  text-align: center;
}
.fitguide-frames-container {
  margin: 120px 40px 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr;  
  grid-gap: 20px;
}
.fitguide-frames-subcontainer {
  margin: 0px 0px 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr;  
  grid-gap: 36px;
}
.fitguide-frames-frame {
}
.fitguide-frames-frame-size {
  margin-top: 10px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  text-align: center;
}
.fitguide-frames-info {
}
.fitguide-frames-title {
  margin-top: 0px;
  font-family: minion-pro-condensed-display; 
  font-size: 45px;
  color: #000;
  line-height: 50px;
  text-align: left;
}
.fitguide-frames-copy {
  margin-top: 17px;
  margin-right: 20%;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  text-align: left;
}
.fitguide-frames-links-container {
  max-width: 400px;
}
.fitguide-frames-links {
  margin-top: 25px;
  font-family: ibm-plex-mono; 
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 22px;
  color: #000;
  text-align: left;
  float: left;
}
.fitguide-frames-links-right {
  margin-top: 25px;
  font-family: ibm-plex-mono; 
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 22px;
  color: #000;
  text-align: left;
  float: right;
}
.fitguide-frames-links-center {
  margin-top: 25px;
  font-family: ibm-plex-mono; 
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 22px;
  color: #000;
  text-align: left;
  float: left;
}
.fitguide-division {
  margin: 138px 55px -50px 87px;
  border-top: 2px solid #aaa;
}
.fitguide-faceshapes-container {
  margin: 40px 25% 0px;
}
.fitguide-faceshapes-shapes-container {
  margin: 40px 0 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr;  
  grid-gap: 30px;
}
.fitguide-faceshapes-shapes {
  margin: 0px auto 0px;
}
.fitguide-faceshapes-shapes-titles {
  margin: 40px auto 0px;
  font-family: acumin-pro; 
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  text-align: center;
}
.fitguide-faceshapes-faces-container {
  margin: 60px 140px 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr;  
  grid-gap: 20px;
}
.fitguide-faceshapes-faces {
  overflow: hidden;
}
.fitguide-faceshapes-faces-copy-container {
}
.fitguide-faceshapes-faces-copy {
  margin: 35% 15% 0px 15%;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  text-align: left;
}
.fitguide-faceshapes-faces-cta {
  margin: 30px 15% 0px 15%;
  font-family: ibm-plex-mono; 
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 22px;
  color: #000;
  text-align: left;
}
.fitguide-measurements-frame {
  margin: -10px 20% 0px;
  text-align: center;
  z-index: 900;
}
.fitguide-measurements-numbers {
  margin-top: 0px;
  font-family: minion-pro-condensed-display; 
  font-size: 41px;
  color: #000;
  line-height: 43px;
  text-align: center;
}
.fitguide-categories-img {
  margin: 76px 15% 0px;
  text-align: center;
}
.fitguide-tryon-container {
  margin: 118px 15% 60px;
  display: grid; 
  grid-template-columns: 1fr 1fr;  
  grid-gap: 118px;
}
.fitguide-tryon-img {
}
.fitguide-tryon-details {
}
.fitguide-tryon-details-title {
  margin-top: 30%;
  font-family: minion-pro-condensed-display; 
  font-size: 55px;
  color: #000;
  line-height: 60px;
  text-align: left;
}
.fitguide-tryon-details-title-copy {
  margin: 42px 0px 0px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  text-align: left;
}
.fitguide-tryon-details-title-cta {
  margin: 60px 0px 0px;
  font-family: ibm-plex-mono; 
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 22px;
  color: #000;
  text-align: left;
}
/********************   $$$$$$$$     END: FIT GUIDE COMPONENTS       $$$$$$$$  *****************/

/********************   $$$$$$  REPAIR AND REFURBISHMENT COMPONENTS   $$$$$$$  *****************/
.refurbishment-noshow {
  display: none;
}
.refurbishment-notvisible {
  visibility: hidden;
}
.refurbishment-showme {
  display: grid !important;
}
.refurbishment-hideme {
  display: none !important;
}
.refurbishment-showme-2 {
  display: block !important;
}
.refurbishment-hideme-2 {
  display: none !important;
}
.refurbishment-banner {
  margin: -30px -4% 0;
  height: 390px; 
  background-image: url('/cdn/shop/files/RAEN_2021-Site_RefurbishmentPage-Banner-1.jpg?v=1654048374'); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.refurbishment-banner-title {
  margin-top: 130px;
  font-family: minion-pro-condensed-display; 
  font-size: 120px;
  color: #FFF;
  line-height: 168px;
  text-align: center;
}
.refurbishment-breadcrumbs {
  margin: -30px 87px 0px;
}
.refurbishment-header-copy {
  margin: 50px 25% 0px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  text-align: center;
}
.refurbishment-header-points {
  margin-top: 25px;
}
.refurbishment-title {
  margin-top: 60px;
  font-family: minion-pro-condensed-display; 
  font-size: 45px;
  color: #000;
  line-height: 60px;
  text-align: center;
  z-index: 9999;
}
.refurbishment-title-copy {
  margin: 42px 22% 0px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  text-align: center;
}
.refurbishment-frametype-input {
  margin: 20px auto 0px;
  background-color: #FFF;
  border: 1px solid #ADADAD;
  border-radius: 10px; 
  width: 85%; 
  height: 51px;
  font-family: acumin-pro; 
  font-size: 16px !important;
  line-height: 51px;
  font-weight: 400 !important;
  color: #ADADAD;
  text-align: left;
  cursor: pointer;
}
.refurbishment-pod-container {
  margin: 50px 87px 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr;  
  grid-gap: 20px;
}
.refurbishment-pod {
  border: 2px solid #000;
  border-radius: 15px;
  width: 100%;
  text-align: center;
}
.refurbishment-offset {
  margin-top: 70px;
}
.refurbishment-offset-1 {
  margin-top: 34px !important;
}
.refurbishment-offset-2 {
  margin-top: 200px !important;
}
.refurbishment-offset-3 {
  margin-top: -10px !important;
}
.refurbishment-offset-4 {
  margin-top: 29px !important;
  padding: 20px !important;
  margin-bottom: 0px !important;
}
.refurbishment-offset-5 {
  margin-top: 117px !important;
}
.refurbishment-offset-7 {
  margin-top: -10px !important;
}
.refurbishment-offset-8 {
  margin-top: 132px !important;
}
.refurbishment-pod-header {
  margin: 0px auto 25px;
  padding: 21.5px;
  border-bottom: 2px solid #000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  font-family: ibm-plex-mono;
  font-size: 22px; 
  font-weight: 400 !important;
  line-height: 25px;
  background-color: #F2B735 !important;
  width: 100%;
}
.refurbishment-pod-title {
  margin-top: 50px;
  font-family: minion-pro-condensed-display; 
  font-size: 35px;
  color: #000;
  line-height: 40px;
  text-align: center;
}
.refurbishment-pod-copy {
  margin: 20px 10% 0px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  text-align: center;
}
.refurbishment-lens-container {
  margin: 0px 0px 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  display: grid; 
  grid-template-columns: 20% 80%;  
  grid-gap: 20px;
  cursor: pointer;
  border-radius: 10px;
}
.refurbishment-lens-container:hover {
  background-color: #F2F2F2;
}
.refurbishment-lens-container:active {
  background-color: #F2F2F2;
}
.refurbishment-lens-swatch {
  text-align: right;
  line-height: 20px;
}
.refurbishment-lens-title {
  margin: 10px 0px 0px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  text-align: left;
}
.refurbishment-lens-back {
  margin: 20px 15px 0px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  text-align: left;
  cursor: pointer;
}
.refurbishment-pod-price {
  margin: 50px auto 0px;
  padding: 20px;
  border-top: 1px solid #000;
  font-family: minion-pro-condensed-display; 
  font-size: 92px;
  color: #000;
  line-height: 100px;
  text-align: center;
  width: 80%;
}
.refurbishment-frametype-input-container {
  margin-top: 0px;
}
.refurbishment-form-submit {
  margin: 0px auto 60px; 
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 80%; 
  height: 52px; 
  font-family: ibm-plex-mono;
  font-size: 15px; 
  font-weight: 400 !important;
  line-height: 18px;
  background-color: #F2B735 !important;
  color: #000;
  cursor: pointer;
}
.refurbishment-form-submit:hover {
  background-color: #000 !important;
  color: #F2B735 !important;
}
.refurbishment-disclaimer {
  margin: 50px auto 0px;
  font-family: ibm-plex-mono;
  font-size: 20px; 
  font-weight: 400 !important;
  line-height: 30px;
  text-align: center;
}
.refurbishment-faq-container {
  margin: 60px -4% -60px;
  padding: 30px 1% 100px;
  background-color: #eee;
}
.refurbishment-faq-container-main {
  margin: 40px 87px 0px;
  text-align: center;
}
.refurbishment-faq-subcontainer {
  margin: 20px 0px 0px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid; 
  grid-template-columns: 1fr 1fr;  
  grid-gap: 20px;
}
.refurbishment-faq-question {
  margin-top: 30px;
  font-family: minion-pro-condensed-display; 
  font-size: 30px;
  color: #000;
  line-height: 40px;
  text-align: center;
}
.refurbishment-faq-answer {
  margin-top: 20px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  text-align: center;
}
/********************   $$$$  END: REPAIR AND REFURBISHMENT COMPONENTS   $$$$  *****************/

/********************      $$$$   BLUE LIGHT COLLECTION COMPONENTS   $$$$      *****************/
.bluelight-desktop {
  display: grid !important;
}
.bluelight-mobile {
  display: none !important;
}
bluelight-mobile-2 {
  display: none !important;
}
.bluelight-banner-container {
  margin: 73px -20px 0px -20px;
  padding-left: 87px;
  border-top: 1px solid #000;
  display: grid; 
  grid-template-columns: 1fr 1fr;  
  grid-gap: 0px;
}
.bluelight-banner-header {
  font-family: minion-pro-condensed-display; 
  font-size: 130px;
  color: #0038AE;
  line-height: 130px;
  text-align: left;
  letter-spacing: -1.3px;
}
.bluelight-banner-title {
  margin: 30px 0px 0px;
  font-family: ibm-plex-mono;
  font-size: 31px; 
  font-weight: 400 !important;
  color: #0038AE;
  line-height: 31px;
  text-align: left;
}
.bluelight-banner-division {
  margin: 20px 0px 0px;
  width: 75%;
  border-top: 3px solid #0038AE;
}
.bluelight-lefty {
  margin-top: auto;
  margin-bottom: auto;
}
.bluelight-banner-logo {
  text-align: left;
}
.bluelight-banner-copy {
  margin: 40px 0px 0px;
  padding-right: 25%;
  font-family: ibm-plex-mono; 
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #0038AE;
  text-align: left;
}
.bluelight-righty {
  border-left: 4px solid #0038AE;
  border-bottom: 4px solid #0038AE;
}
.bluelight-collection-container {
  margin: 95px 40px 0px 87px;
}
.bluelight-collection-hero-container {
  background-color: #F4F4F4;
  height: 400px !important;
}
.bluelight-hero-image {
  margin-top: 8% !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
.bluelight-collection-header {
  margin: 0px 0px 67px;
  font-family: ibm-plex-mono; 
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
  color: #0038AE;
  text-align: left;
}
.bluelight-collection-titles {
  margin: 10px 0px 0px;
  font-family: ibm-plex-mono; 
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 32px;
  color: #0038AE;
  text-align: left;
}
.bluelight-collection-price {
  margin: 10px 0px 0px;
  font-family: ibm-plex-mono; 
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #0038AE;
  text-align: left;
}
.bluelight-collection-color {
  margin: 10px 0px 0px;
  font-family: ibm-plex-mono; 
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 17px;
  color: #0038AE;
  text-align: left;
}
.bluelight-collection-colorcount {
  margin: 10px 0px 0px;
  font-family: ibm-plex-mono; 
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  color: #0038AE;
  text-align: left;
}
.colorswitch:hover .bluelight-slider-nav-buttons { visibility: visible; }
.bluelight-slider-nav-buttons {
  visibility: hidden;
}
.bluelight-icons-container {
  margin: 100px 87px 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5%;
}
.bluelight-icons-container-m {
  display: none; 
}
.bluelight-icons-pods {
  margin-bottom: 75px;
}
.bluelight-icons {
  margin: 0px auto 0px;
  text-align: center;
}
.bluelight-icons-title {
  margin: 67px auto 0px;
  font-family: ibm-plex-mono;
  font-size: 31px; 
  font-weight: 400 !important;
  color: #0038AE;
  line-height: 32px;
  text-align: center;
}
.bluelight-icons-copy {
  margin: 30px auto 0px;
  font-family: ibm-plex-mono;
  font-size: 20px; 
  font-weight: 400 !important;
  color: #0038AE;
  line-height: 28px;
  text-align: center;
}
.bluelight-video-container {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 80%; 
  height: 650px;
  text-align: center;
}
:root {
  --mouse-x: 100%;
  --mouse-y: 100%;
}
.spotlight-container {
  margin: 150px -5% 0px -5%;
  height: 1000px;
  width: 110%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;  
  background-attachment: scroll;  
  background-position: cover;
  background-size: auto 100%;
  border: 5px solid #0038AE;
}
.mask {
  width: 100%;
  height: 995px;
  background-image: url(/cdn/shop/files/Blue-Protection-Pattern.png?v=1664600189);
  background-repeat: no-repeat;  
  background-attachment: scroll;  
  background-position: cover;
  background-size: 100% 100%;
  mask: radial-gradient(
    circle at var(--mouse-x) var(--mouse-y),
    transparent 100px,
    black 500px
  );
  -webkit-mask: radial-gradient(
    circle at var(--mouse-x) var(--mouse-y),
    transparent 200px,
    black 200px
  );
  z-index: 50;
}
.spotlight-copy {
  position: relative;
  margin-top: -700px;
  font-family: minion-pro-condensed-display; 
  font-size: 300px;
  letter-spacing: -10px;
  color: #0038AE;
  line-height: 320px;
  text-align: center;
  z-index: 99;
}
.bluelight-collage-container {
  margin: 185px 133px 0px;
  display: grid; 
  grid-template-columns: 45% 55%;
}
.bluelight-collage-copy {
  width: 70%;
  font-family: ibm-plex-mono;
  font-size: 20px; 
  font-weight: 400 !important;
  color: #0038AE;
  line-height: 28px;
  text-align: left;
}
.bluelight-collage-logo {
  margin-top: 190px;
}
.bluelight-collage-vertical1 {
  margin-top: 300px;
}
.bluelight-collage-vertical2 {
  margin-top: -10%;
}
.bluelight-collage-vertical3 {
  margin-top: 15%;
}
.bluelight-collage-vertical4 {
  margin-top: 20%;
}
.bluelight-collage-padding1 {
  padding-right: 15%;
}
.bluelight-collage-padding2 {
  padding: 15%;
}
.bluelight-collage-full {
  background-image: url('/cdn/shop/files/Desktop-IMG-4_24fa1af2-6426-4814-b96b-b93d20e1f09e.jpg?v=1664425357');
  background-repeat: no-repeat;  
  background-attachment: scroll;  
  background-position: cover;
  background-size: 100% auto;
  height: 1100px;
  margin: 20px -2% -5%;
}
/********************    $$$$   END: BLUE LIGHT COLLECTION COMPONENTS   $$$$   *****************/

/**********************  $$$$$  INTERNATIONAL DISTRIBUTORS COMPONENTS  $$$$$  ******************/
.distributor-banner {
  margin: 54px -10% 0 !important;
  height: 340px; 
  border-top: 1px solid #000;
  background-image: url('/cdn/shop/files/Desktop_WebBanner-11.jpg?v=1626806411'); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.distributor-banner-title {
  margin-top: 100px;
  font-family: minion-pro-condensed-display !important; 
  font-size: 120px !important;
  color: #FFF;
  line-height: 120px;
  text-align: center;
}
.distributor-breadcrumbs {
  text-align: left;
  margin-top: 40px;
  margin-left: 45px;
  font-family: ibm-plex-mono !important; 
  font-size: 12px !important; 
  line-height: 20px;
  text-transform: uppercase;
}
.distributor-container {
  margin: 100px 87px 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5%;
}
.distributor-container-II {
  margin: 170px 87px 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5%;
}
.distributor-pods {
  margin: auto;
  text-align: center;
}
.distributor-country {
  margin-top: 30px;
  font-family: minion-pro-condensed-display; 
  font-size: 35px;
  color: #000;
  line-height: 37px;
}
.distributor-details {
  margin-top: 11px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 16px;
}
/*******************  $$$$$  END: INTERNATIONAL DISTRIBUTORS COMPONENTS  $$$$$  ****************/

/*******************  $$$$$           HOLIDAY VIP SIGN-UP                $$$$$  ****************/
.holiday-vip-container {
  margin: 74px 0px 90px -2%;
  text-align: center;
  width: 104%;
  border-top: 1px solid black;
}
.holiday-vip-header1 {
  position: relative;
  margin: 40px auto 0px;
  text-align: center;
  font-family: ibm-plex-mono !important; 
  font-size: 24px; 
  line-height: 26px;
  text-transform: uppercase;
  z-index: 999;
}
.holiday-vip-header2 {
  position: relative;
  margin: 30px auto 0px;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 120px; 
  line-height: 125px;
  z-index: 999;
}
.holiday-vip-copy {
  position: relative;
  margin: 40px auto 0px;
  text-align: center;
  width: 50%;
  font-family: acumin-pro; 
  font-size: 30px; 
  line-height: 35px;
  z-index: 999;
}
.holiday-vip-image {
  position: relative;
  margin: -15% auto -10%;
  width: 75%;
  z-index: 0;
}
/*******************  $$$$$         END: HOLIDAY VIP SIGN-UP             $$$$$  ****************/

/*******************  $$$$$              MISC COMPONENTS                 $$$$$  ****************/
.pvw-giveback-buttons {
  margin: 30px auto 0px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 247px; 
  height: 48px; 
  font-family: ibm-plex-mono;
  font-size: 14px; 
  font-weight: 400 !important;
  line-height: 45px;
  background-color: #FFF;
  color: #000;
  cursor: pointer;
}

/*******************  $$$$$           END: MISC COMPONENTS               $$$$$  ****************/

/*#############################################################################################*/
/*#############################################################################################*/
/*###########################  SPECIALIZED DESKTOP RESOLUTIONS - 1  ###########################*/
/*#############################################################################################*/
/*#############################################################################################*/

@media (min-width: 1600px) 
  and (max-width: 1919px) 
 {
   
.product-details-vto {
  top: 860px;
  left: 25%;
}
.product-container-navbutton {
  position: absolute;
  top: 778px;
  left: 87%;
  margin-left: 0px;
}

.bluelight-collage-full {
  height: 1500px !important;
  margin: 20px -2% -37% !important;
}

.landing-pages-collection-container {
  padding-bottom: 0px;
  height: 450px !important;
  width: 100%;
}
.landing-pages-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 400px !important;
  border: 1.5px solid #CB3835;
}
.landing-pages-hero-image {
  margin-top: 30px !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}

.landing-pages-line-0 {
  margin: 208px auto 60px !important;
  padding-left: 60px;
  padding-right: 30px;
  padding-bottom: 0px;
}
.landing-pages-line-1 {
  margin: 0px auto 0px !important;
  padding-top: 140px;
  text-align: center !important;
}
.landing-pages-l4 {
  margin: 0px auto 0px !important;
  width: 95% !important;
}
   
}

/*#############################################################################################*/
/*#############################################################################################*/
/*########################  END: SPECIALIZED DESKTOP RESOLUTIONS - 1  #########################*/
/*#############################################################################################*/
/*#############################################################################################*/



/*#############################################################################################*/
/*#############################################################################################*/
/*#############################  SPECIALIZED DESKTOP RESOLUTIONS  #############################*/
/*##########################  MacBook Pro 14" - Standard Resolution  ##########################*/
/*#############################################################################################*/
/*#############################################################################################*/

@media (min-width: 1350px) 
  and (max-width: 1600px) 
 {
 
/*********************  $$$$$$$$$      PRODUCT DETAIL PAGE     $$$$$$$$$  **********************/
#content-pdp { 
  height: 840px;
} 
.halves-container {
  margin-top: -30px;
}
/* .........FITMIX: VIRTUAL TRY-ON......... */
#popupContainer {
  top: 50px;
}

.slider-container-productdetail-hero {
  margin-top: -20px !important;
}
.product-details-media {
  margin-top: 50px !important;
  width: 100%;
  height: 10%;
  object-fit: cover;
}
.product-details-vto {
  top: 832px !important;
  left: 340px;
}
.new-container {
  top: 10px;
  left: 243px;
}
.product-container-navbutton {
  position: absolute;
  top: 770px;
  left: 92%;
  margin-left: 0px;
}
.product-features-panel-features-desc-variants2 {
  vertical-align: text-top;
  margin-top: -190px !important;
  margin-left: 37%;
  width: 30%;
}
.warranty-form {
  margin: 0 auto 460px !important;
}
.product-detail-tabs-warranty-info-2 {
  width: 30%;
  margin-left: 0px;
}
.product-detail-tabs-shipping-2 {
  width: 30%;
  margin-left: 35%;
  margin-top: -315px;
}
.product-detail-tabs-shipping-3 {
  width: 30%;
  margin-left: 68%;
  margin-top: -608px;
  margin-bottom: 400px;
}
.product-details-lightbox-sticker {
  margin-left: 20px;
}
.product-details-lightbox-diagram {
  margin-top: 0px;
}
.product-featured-slider-alt-copy {
  margin-top: 900px; 
}
   
/*********************  $$$$$$$$$      COLLECTION PAGE     $$$$$$$$$  **********************/
.main-collection-container {
  padding-bottom: 50px;
  width: 100%;
}
.main-collection-hero-container {
  height: 70%;
}
.search-pod-container {
  width: 98%; 
  margin-left: 0px !important;
}
.search-collection-container {
  padding-bottom: 0px;
  height: 320px !important;
}
.category-wrapper {
  margin-left: 20px;
  grid-gap: 1.9%;
  width: 97.5%;
}
.grid {
  margin-left: -80px;
  margin-right: -50px;
}
.column {
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: -30px;
  width: 23% !important;
}
.shopby-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 300px !important;
}
/*********************  $$$$$$$$$    END: COLLECTION PAGE  $$$$$$$$$  **********************/
   
/*********************  $$$$$$$$$          CART PAGE       $$$$$$$$$  **********************/
.cart-item__discount {
  margin-left: -30px;
  margin-right: -40px;
  color: #000;
  font-size: 18px;
  font-family: acumin-pro;  
  font-weight: 500;
  line-height: 22px;
}
#cart-lefty {
  height: 100vh; 
}
.cart-product-pod {
  height: 300px;
}
.cart-product-title {
  margin-top: 10px;
}
.cart-product-color {
  margin: 5px 0px 0px;
}
.cart-product-framesize {
  margin: 15px 0px 0px;
}
.cart-product-size {
  margin: 5px 0px 0px;
}
.cart-product-divider {
  margin: 20px 0px 30px;
}
.cart-product-subdetails {
  grid-template-columns: 55% 15% 10%; 
  grid-gap: 1%;
}
.cart-product-sku {
  padding-right: 0px;
}
.cart-product-subtotal-discount {
  margin-left: -10px;
  font-family: acumin-pro;  
  font-size: 20px;
  line-height: 22px;
  weight: 400;
  color: #000;
}
.cart-item__discount {
  margin-left: -14px;
  margin-right: -80px;
  color: #000;
  font-size: 16px;
  font-family: acumin-pro;  
  font-weight: 500;
  line-height: 18px;
}
.cart-product-subtotal {
  margin-left: 40px;
}
.cart-pairitwith-product-image-container {
  width: 100%;
}
.cart-pairitwith-product-image {
  margin-top: 10%;
  width: 80%;
}
.cart-pairitwith-product-image2 {
  margin-top: 40%;
  width: 90%;
}
/*********************  $$$$$$$$$        END: CART PAGE    $$$$$$$$$  **********************/
  
/*********************  $$$$$$$$$          BLOG PAGE       $$$$$$$$$  **********************/
.blog-d3-division {
  margin-top: 100px;
  margin-left: -98px;
  margin-right: auto;
  height: 1px;
  border-bottom: 1px solid #000;
  width: 117.5%;
}
.blog-hero-container {
  background-color: #F4F4F4;
  height: 330px !important;
}
.blog-d1-container {
  margin-top: 100px;
  height: 650px;
}
/*********************  $$$$$$$$$        END: BLOG PAGE    $$$$$$$$$  **********************/

/*********************  $$$$$$$$$$$$  LOOKBOOK COMPONENTS  $$$$$$$$$$$$$$  ********************/
.lookbook-banner {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 105vw;
	position: relative;
	right: 50%;
	width: 105vw;
}
.lookbook-banner-title {
  margin-top: 8%;
  margin-left: 8%;
  font-family: minion-pro-condensed-display !important; 
  font-size: 80px !important;
  color: #000;
  line-height: 90px;
  text-align: left;
  width: 500px;
  height: 200px;
}
.lookbook-line {
  margin: 150px -8% 0px;
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0px;
}
.lookbook-line-0 {
  margin: 80px auto 340px;
}
.lookbook-line-1 {
  margin: 150px auto 0px;  
}
.lookbook-line-2 {
  margin: 150px -8% 0px;
  display: grid; 
  grid-template-columns: 60% 40%; 
  grid-gap: 0px;
}
.lookbook-line-3 {
  margin: 150px -8% 0px;
  display: grid; 
  grid-template-columns: 40% 60%; 
  grid-gap: 0px;
}
.lookbook-line-4 {
  margin: 430px auto 350px;  
}
.lookbook-line-5 {
  margin: 130px auto -80px;  
}
.lookbook-line-6 {
  margin: -150px auto 0px;
}
.lookbook-copy-title {
  margin-left: 140px;
  font-family: ibm-plex-mono; !important; 
  font-size: 25px !important;
  color: #000;
  line-height: 26px;
  text-align: left;
}
.lookbook-copy {
  margin-top: 60px;
  margin-left: 140px;
  font-family: acumin-pro; !important; 
  font-size: 20px !important;
  color: #000;
  line-height: 28px;
  text-align: left;
}
.lookbook-copy-cta {
  margin: 62px 140px 60px;
  background-color: #FFFFFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 260px; 
  height: 50px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 17px;
  font-weight: 400 !important;
  line-height: 45px;
  text-align: center;
}
.lookbook-l1-left {
  margin-left: -5%;
  padding: 15%;
}
.lookbook-l1-right {
  margin-right: -5%;
  background-image: url("/cdn/shop/files/SS22-Lookbook-IMG-20.jpg?v=1647368800");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.lookbook-l2 {
  margin: 0px -8% 0px;
}
.lookbook-l2-left {
  margin-left: 200px;
  padding: 20px 60px 0;
}
.lookbook-l2-right {
  margin-top: 250px;
  margin-right: 120px;
  padding: 60px;
}
.lookbook-l3 {
  margin: 0 auto 0;
  padding: 0 15% 0;
}
.lookbook-l3-left {
  margin: 5% -5% 0%;
  padding: 15%;
}
.lookbook-l3-right {
  margin: 20% -5% 50%;
  padding: 15%;
}
.lookbook-l4 {
  margin-top: -33%;
  padding: 5% 15% 5%;
}
.lookbook-l4-left {
  padding: 20% 30% 0% 37%;
}
.lookbook-l4-right {
  padding: 0 25% 0 10%;
}
.lookbook-l5 {
  margin: 0 auto 0;
  padding: 0 15% 0;
}
.lookbook-l5-left {
  margin-left: -5%;
  padding: 0 5% 5% 0%;
}
.lookbook-l5-right {
  margin-right: -5%;
  height: 100%;
  padding: 0 0 0;
}
.lookbook-l6-left {
  margin-left: 85px;
  width: 55%;
  z-index: 3;
}
.lookbook-l6-right {
  position: relative;
  float: right;
  margin-top: -20%;
  margin-right: 85px;
  width: 55%;
  z-index: 5;
}
.lookbook-l7 {
  width: 100%;
  padding: 0 15% 0;
  max-height: 836px;
}
.lookbook-l7-left {
  margin-left: -2%;
  width: 58%;
}
.lookbook-l7-right {
  margin-top: -610px;
  margin-right: -2%;
  width: 38%;
  float: right;
  background-image: url("/cdn/shop/files/SS22-Lookbook-IMG-12.jpg?v=1647454999");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 610px;
  max-height: 610px;
}
.lookbook-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 400px !important;
}
/*********************  $$$$$$$$$  END: LOOKBOOK COMPONENTS  $$$$$$$$$$$$  ********************/
   
/*********************  $$$$$$$$$  LANDING PAGE COMPONENTS  $$$$$$$$$$$$$  ********************/
.landing-pages-container {
  background-color: #EEDFC6;
  margin-left: -16px; 
  margin-right: -16px;
}
.landing-pages-showme {
  display: block;
}
.landing-pages-hideme {
  display: none;
}
.landing-pages-banner {
	max-width: 100vw;
	position: relative;
	width: 100vw;
}
.landing-pages-line {
  margin: 116px 0px 0px;
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0px;
}
.landing-pages-line-0 {
  margin: 100px auto 140px !important;
  padding-left: 60px;
  padding-right: 30px;
  padding-bottom: 50px;
}
.landing-pages-line-1 {
  margin: 0px 0px 0px !important;  
}
.landing-pages-line-8 {
  display: none; 
}
.landing-pages-line-9 {
  margin: 208px -10px 0px;
  padding-top: 17%;
  background-image: url("/cdn/shop/files/Desktop-Zafrique-LandingPage-Pattern.png?v=1680044334");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1400px;
  width: 103%;
  border: solid 3px #CB3835;
}
.landing-pages-copy {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 88px;
  font-family: acumin-pro-extra-condensed; !important; 
  font-size: 36px !important;
  font-weight: 400 !important;
  color: #CB3835;
  line-height: 42px;
  text-align: left;
}
.landing-pages-copy-cta {
  margin: 62px 140px 60px;
  background-color: #FFFFFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 260px; 
  height: 50px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 17px;
  font-weight: 600 !important;
  line-height: 45px;
  text-align: center;
}
.landing-pages-l1-left {
  margin-left: 0px;
  margin-right: 10%;
}
.landing-pages-l1-right {
  margin: 0px 50px 0px 0px;
}
.landing-pages-video {
  margin: 0 120px 0px -5px !important;
  height: 920px;
}
.landing-pages-height--full.video-container, .height--full .rimage-outer-wrapper, .height--full .placeholder-image {
  height: 100px;
}
.landing-collection-title {
  margin-top: -20px;
  text-transform: uppercase;
  font-family: acumin-pro-extra-condensed; 
  font-size: 28px; 
  font-weight: 600; 
  color: #CB3835;
  padding-bottom: 8px;
  line-height: 32px;
}
.landing-pages-l2 {
  margin: 0px auto 0px;
  text-align: center;
}
.landing-pages-l2-left {
  margin-left: 200px;
  padding: 20px 60px 0;
}
.landing-pages-l2-right {
  margin-top: 320px;
  margin-right: 120px;
  padding: 60px;
}
.landing-pages-l3 {
  margin: 0 auto 0;
  padding: 0 15% 0;
}
.landing-pages-l3-left {
  margin: 20px 90px 0px;
  font-family: acumin-pro-wide; 
  font-size: 42px; 
  font-weight: 700;
  letter-spacing: -2.1px; 
  color: #CB3835;
  line-height: 52px;
}
.landing-pages-l3-right {
  margin: 20px 17% 0px 0px;
  font-family: acumin-pro-extra-condensed; 
  font-size: 36px; 
  font-weight: 600; 
  color: #CB3835;
  line-height: 42px;
}
.landing-pages-l4 {
  margin: 0px 73px 0px;
}
.landing-pages-l4-left {
  padding: 20% 30% 0% 37%;
}
.landing-pages-l4-right {
  padding: 0 25% 0 10%;
}
.landing-pages-l5 {
  margin: 0 88px -60px;
  padding-bottom: 128px;
}
.landing-pages-l5-left {
  margin-left: -5%;
  padding: 0 5% 5% 0%;
}
.landing-pages-l5-right {
  margin-right: -5%;
  height: 100%;
  padding: 0 0 0;
}
.landing-pages-l6-left {
  margin-left: 85px;
  width: 55%;
  z-index: 3;
}
.landing-pages-l6-right {
  position: relative;
  float: right;
  margin-top: -20%;
  margin-right: 85px;
  width: 55%;
  z-index: 5;
}
.landing-pages-l7 {
  width: 100%;
  padding: 0 15% 0;
  max-height: 836px;
}
.landing-pages-l7-left {
  margin-left: -1%;
  width: 58%;
}
.landing-pages-l7-right {
  margin-top: -820px;
  margin-right: -2%;
  width: 38%;
  float: right;
  background-image: url("/cdn/shop/files/SS22-Lookbook-IMG-12.jpg?v=1647454999");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 820px;
  max-height: 820px;
}
.landing-pages-collection-container {
  padding-bottom: 0px;
  height: 420px !important;
  width: 100%;
}
.landing-pages-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 350px !important;
  border: 1.5px solid #CB3835;
}
.landing-pages-hero-image {
  margin-top: 20px !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
/*********************  $$$$$$$  END: LANDING PAGE COMPONENTS  $$$$$$$$$$  ********************/

/********************   $$$$$$  REPAIR AND REFURBISHMENT COMPONENTS   $$$$$$$  *****************/
.refurbishment-offset {
  margin-top: 70px;
}
.refurbishment-offset-1 {
  margin-top: 24px !important;
}
.refurbishment-offset-2 {
  margin-top: 190px !important;
}
.refurbishment-offset-3 {
  margin-top: -10px !important;
}
.refurbishment-offset-4 {
  margin-top: 18px !important;
  padding: 20px !important;
  margin-bottom: 0px !important;
}
.refurbishment-offset-5 {
  margin-top: 78px !important;
}
.refurbishment-offset-7 {
  margin-top: -10px !important;
}
.refurbishment-offset-8 {
  margin-top: 93px !important;
}
/********************   $$$$  END: REPAIR AND REFURBISHMENT COMPONENTS   $$$$  *****************/

/*********************  $$$$$$$$$      STORY - Process     $$$$$$$$$  **********************/
.story-banner {
  margin: 0px -2% 0;
  height: 60vh;
}
.story-banners {
  height: 60vh;
}
.story-process-subheader {
  margin: 100px 0 0;
}
.story-process-container {
  margin: 166px 87px 100px;
}
.story-process-container-overlap {
  margin: -90px 87px 0px;
}
.story-process-materials-container-upper {
  margin: -850px 0 0 5%;
}
.story-process-materials-container-lower {
  margin: 350px 0 0 15%;
  grid-template-columns: 30% 70%; 
}
.story-process-materials-titles {
  margin: 0 0 0;
}
.story-process-materials-copy {
  margin: 15px 0 0;
  padding: 0 20% 0 0;
}
.story-process-materials-right {
  margin-top: 60%;
  margin-left: 20%
}
.story-process-materials-drop {
  margin-top: 5%;
  margin-left: 10%;
}
.story-process-materials-drop-2 {
  margin-top: 15%;
  margin-left: 10%;
  padding: 0 30% 0 0;
}
.story-process-materials-hardware {
  margin: 100px 0 0;
}
.story-process-video {
  margin: 115px 0px 0px;
  padding: 0 10% 0px;
}
.story-process-parts-hardware {
  margin: 90px -1% 0px;
  height: 1360px;
}
.story-process-parts-titles {
  margin: 0 0 0;
}
.story-process-parts-copy {
  margin: 15px 0 0;
  padding: 0 20% 0 0;
}
.story-process-parts-copy-1 {
  padding-top: 4%;
  margin-left: 67%;
  width: 450px;
}
.story-process-parts-copy-2 {
  margin-top: 20.5%;
  margin-left: 16%;
  width: 550px;
}
.story-process-parts-copy-3 {
  margin-top: 25%;
  margin-left: 57%;
  width: 450px;
}
.story-process-ourlenses-spacer {
  margin: 120px 235px 0px !important;
  grid-gap: 200px !important; 
}
.story-process-ourlenses-titles {
  margin: 0 0 0;
}
.story-process-ourlenses-copy {
  margin: 26px -50px 120px 0px;
  padding: 0 0 0 0 !important;
}

/*********************  $$$$$$$$$      STORY - Ambassadors     $$$$$$$$$  **********************/
.story-ambassadors-banner {
  height: 60vh; 
}
   
/*********************  $$$$$$$$$      STORY - About Us     $$$$$$$$$  **********************/
.story-aboutus-banner {
  height: 60vh; 
}
.story-aboutus-container {
  margin: 112px 30px 0px 100px !important;
  display: grid; 
  grid-template-columns: 45% 55%; 
  grid-gap: 0px; 
  text-align: left;
}
.story-aboutus-subtitle {
  margin: 22px 0 0;
  padding: 0 0 0 10%;
  font-family: ibm-plex-mono; 
  font-size: 20px;
  weight: 600;
  line-height: 28px; 
  color: #000;
}
.story-aboutus-spacer {
  margin-top: 50px;
}
.story-aboutus-video {
  margin: 175px 100px 0px;
  text-align: center;
}
/*********************  $$$$$$$$$   END: STORY - About Us   $$$$$$$$$  **********************/

/*********************  $$$$$$$$$   STORY - Responsibility  $$$$$$$$$  **********************/
.story-responsibility-cycledblack-container-2 {
  margin-top: 260px;
  margin-left: 140px;
  width: 350px;
}
.responsibility-collection-hero-container {
  background-color: #F4F4F4;
  height: 340px !important;
}
/*********************  $$$$$$   END: STORY - Responsibility  $$$$$$$$$  ********************/
   
.bluelight-collage-full {
  background-size: 100% auto;
  height: 800px !important;
  margin: 20px -2% -5% !important;
}
   
}


/*#############################################################################################*/
/*#############################################################################################*/
/*#######################################  MOBILE SECTION  ####################################*/
/*#############################################################################################*/
/*#############################################################################################*/

@media (max-width: 1349px) {
  
/**********************  $$$$$$$$$      HEADER COMPONENTS     $$$$$$$$$  ***********************/  
.hp-slider-showme {
  display: none;
}
.hp-slider-hideme {
  display: block;
}
.headernav-mobile-hideme {
  display: none;
}
.headernav-mobile-showme {
  display: block;
}
.headernav-container {
  padding-top: 20px;
  margin-left: 10px;
}
.panel{  
  border:none;
  box-shadow:none;
}
.panel-title-header {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  font-family: minion-pro-condensed-display !important; 
  font-size: 50px !important;
  weight: 600 !important;
  color: #000;
}  
/*.panel-title-header::after {
  content: url("/cdn/shop/files/White-Arrow.svg?v=1619821415");
}
.panel-title-header[aria-expanded="true"]::after {
  content: url("/cdn/shop/files/White-Arrow.svg?v=1619821415");
  transform: rotate(180deg);
}*/
.header-accordion-items {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: acumin-pro; 
  font-size: 26px; 
}
.header-accordion-items-2 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: acumin-pro; 
  font-size: 22px !important;
} 
.panel-inner-list {
  margin-left: 25px;
}
.header-images-container {
  margin-top: 60px;
  grid-template-columns: 1fr 1fr; 
  grid-gap: 17px;
}
.header-subheader-cta-button {
  margin-top: 30px;
  padding: 0px;
  width: 100%;
  font-size: 14px !important;
}
#images-sunglasses {
  display: grid;
}
#images-eyeglasses {
  display: none;
}
  
/*********************  $$$$$$$$$       BANNER COMPONENTS      $$$$$$$$$  **********************/
.banner-main-title {
  margin-top: 50px;
  font-size: 43px !important;
  height: 45px;
  line-height: 45px;
}
.banner-main-title-black {
  margin-top: 50px;
  font-size: 43px !important;
  height: 45px;
  line-height: 45px;
}
/*********************  $$$$$$$$$    END: BANNER COMPONENTS    $$$$$$$$$  **********************/
  
/*********************  $$$$$$$$$      HOMEPAGE COMPONENTS     $$$$$$$$$  **********************/  
div#myfirstDIV   {order: 2;}
div#mysecondDIV  {order: 1;}
div#mythirdDIV {order: 1;}

.video-subcontainer {
  position: relative !important;
  top: 200px !important;
  text-align: center !important;
}
.video-overlay-title {
  position: relative;
  top: -50px;
  font-size: 43px;
  line-height: 45px;
}
.video-overlay-subheading {
  margin-top: 4px;
  font-family: acumin-pro; 
  font-size: 16px;
}
.video-button {
  margin-top: 28px;
  background-color: #FFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 266px; 
  height: 65px;
  font-family: ibm-plex-mono; 
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 35px;
  color: #000 !important;
  text-align: center;
}
.video-button:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #FFF !important;
}
.overlay__title {
  font-size: 43px;
}
.overlay__subheading {
  font-size: 16px;
}
.banner-subcontainer {
  position: relative !important;
  top: 100px !important;
  text-align: center !important;
}
.banner-overlay-title {
  position: relative;
  font-size: 43px;
  line-height: 45px;
}
.banner-overlay-subheading {
  position: relative;
  margin-top: 20px;
  font-family: acumin-pro; 
  font-size: 16px;
  line-height: 20px;
}
.banner-button {
  position: relative;
  margin-top: 50px;
  background-color: #FFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 266px; 
  height: 65px;
  font-family: ibm-plex-mono; 
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 35px;
  color: #000 !important;
  text-align: center;
}
.banner-button:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #FFF !important;
}
.positioning {
  position: relative;
  margin-top: 200px !important;
}
.left-top {
  top: 0px; 
  left: 0px; 
  text-align: center; 
}
.center-top {
  top: 0px; 
  left: 0px; 
  text-align: center; 
}
.right-top {
  top: 0px; 
  right: 0px; 
  text-align: center; 
}
.left-middle {
  margin-left: 0px; 
  top: 0px; 
  left: 0px;
  transform: translate(0, 0);
  text-align: center; 
}
.center-middle {
  left: 0px; 
  top: 0px; 
  transform: translate(0, 0); 
  text-align: center;
}
.right-middle {
  padding-right: 0px; 
  top: 0px; 
  left: 0px; 
  transform: translate(0, 0); 
  text-align: center; 
}
.left-bottom {
  bottom: 0px; 
  left: 0px;
  text-align: center; 
}
.center-bottom {
  bottom: 0px; 
  text-align: center; 
}
.right-bottom {
  bottom: 0px; 
  left: 0px; 
  right: 0px; 
  text-align: center;
} 
.live-text1 {
  display: none;
}
.live-text2 {
  display: block;
} 
.sunburst-container {
  display: block;
  padding: 35.78px 25px 0px;
  margin-top: -80px;
  padding-bottom: 30px;
}
.sunburst-subcontainer {
  margin-top: -20px;
}
.sunburst-image-line {
  height: 0px;
}
.sunburst-image {
  margin-top: -70px !important;
  margin-bottom: 10px !important;
  padding: 0px 0px 0px !important;  
}
.sunburst-title {
  margin-top: -10px;
  font-size: 30px;
}
.sunburst-text {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 16px; 
}
.sunburst-learnmore-button {
  margin-top: -10px;
  margin-bottom: 10px;
}
.featured-collection-container {
  width: 100%;
  margin-top: -90px;
  padding: 0 39px 60px;
  overflow: hidden;
}
.collection-spacer{
  margin: 0 0 0;
  padding: 0 10px 0;
}
.featured-collection-hero-container {
  background-color: #F4F4F4;
  height: 350px !important;
}
.featured-collection-inner-hero-container {
  margin-top: 0px !important;
  margin-bottom: 12%;
}
.featured-hero-image {
  margin-top: 10%;
}
.myarrow {
  width: 28px;
}
.collection-title {
  font-size: 40px;
}
.collection-shopall {
  position: relative;
  top: -20px;
  font-size: 14px;
}
.collection-item-title {
  margin-top: -20px;
  font-family: minion-pro-condensed-display; 
  line-height: 36px; 
  font-size: 34px; 
  font-weight: 600; 
  padding-bottom: 8px;
}
.collection-item-title-other {
  line-height: 38px; 
  font-size: 34px; 
  font-weight: 600; 
  padding-bottom: 30px; 
  margin-top: -20px;
}
.collection-item-price {
  margin-top: -22px;
  font-family: acumin-pro; 
  font-size: 20px; 
  font-weight: 400;
}
.collection-item-color {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: ibm-plex-mono; 
  font-size: 12px; 
  color: #A2A2A2;
  text-transform: uppercase;
}
.collection-item-color-count {
  font-family: ibm-plex-mono; 
  font-size: 12px; 
  color: #A2A2A2;
  text-transform: uppercase;
}
.halves-container {
  display: block;
  text-align: center;
  margin-bottom: -10px;
}
#inner-halves-container {
  display: inline-block;
  overflow: hidden;            /* clip the excess when child gets bigger than parent */
}
#inner-halves-container img {
  display: block;
  transition: transform 0s;   /* smoother zoom */
}
#inner-halves-container:hover img {
  transform: scale(1);
  transform-origin: 50% 50%;
}
.halves-container-left {
  display: block;
  background-color: #f4f4f4;
  width: 100%;
}
.halves-padded {
  padding: 0px 0px 25px;
  margin-top: -50px;
  text-align: center;
}
.halves-title {
  font-size: 12px;
  text-transform: uppercase;
}
.halves-header {
  font-size: 40px; 
  font-weight: 600;
  line-height: 42px;
  margin-top: -45px;
}
.halves-header2 {
  font-size: 40px; 
  font-weight: 600;
  line-height: 42px;
  margin-top: -80px;
}
.halves-copy {
  font-size: 18px;
  margin-top: -25px;
  padding: 0px 20px 30px;
}
#mycontainer {
  width: 100%; 
  display: flex;
  flex-flow: column-reverse ;
  align-text: center;
}
#lefty {
  width:100%;
}
#righty {
  width:100%;
}
.zigzag-container {
  display: block;
}
.zigzag-subcontainer {
  text-align: center; 
  margin-top: 0px; 
  margin-bottom: 0px;
}
.zigzag-top {
  background: linear-gradient(45deg, #F2B735 10px, transparent 0), linear-gradient(-45deg, #F2B735 10px, transparent 0);
  background-position: left-top;
  background-repeat: repeat-x;
  background-size: 30px 20px;
  content:" ";
  left: 0px;
  width: 100%;
  height: 20px;
}
.zigzag-bottom {
  position: relative;
  padding: 8px 8px 32px 8px;
  background: #F2B735;
}
.zigzag-bottom:after {
  background: linear-gradient(-45deg, #FFF8E8 16px, transparent 0), linear-gradient(45deg, #FFF8E8 16px, transparent 0);
  background-position: left-bottom;
  background-repeat: repeat-x;
  background-size: 32px 32px;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 32px;
}
.zig-zag-bottom {
  padding-bottom: 30px;
}
.zigzag-header {
  font-size: 34px;
  margin-top: 0px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px;
}
.zigzag-subheader {
  font-size: 12px; 
  margin-bottom: 25px;
}
.shade-container {
  padding: 70px 0px 40px !important; 
  margin-top: -80px; 
  margin-left: 0px !important;
  margin-right: 0px !important;
  text-align: center;
}
.shade-header {
  font-size: 40px;
  padding-left: 0px;
  margin-bottom: 18px;
}
.shade-subheader { 
  margin-top: -25px;
  font-size: 10px; 
  padding-left: 0px;
}
.shade-subcontainer {
  margin-top: 52px;
}
.featuredin-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.featuredin-header {
  font-size: 10px;
  text-align: center;
}
.featuredin-icons {
  display:inline-block;
  vertical-align: middle;
  padding: 40px 15px 20px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tte-title {
  font-size: 12px; 
  line-height: 24px;
  padding-top: 44px; 
  padding-bottom: 8px;
}
.tte-header {
  font-size: 40px; 
  line-height: 80px;
  padding-top: 0px; 
  padding-bottom: 20px;
}
.tte-halves-copy {
  font-size: 18px;
  margin-top: -25px;
  padding: 0px 20px 30px;
}
.halves-padded2 {
  padding: 10% 10% 10% 10%;
}
.newsletter-container {
  margin-top: -20px !important;
  background-color: #000;
  display: block; 
  align-items: center;
  padding: 0px 0px 0px; 
}
.newsletter-subcontainer {
  color: #ffffff;
  text-align: center;
  margin: 20px auto 20px;
}
.newsletter-subcontainer-right {
  color: #ffffff;
  text-align: center;
  margin-top: -20px; 
  padding-bottom: 30px;
  margin-right: 0px;
}
.newsletter-header {
  font-size: 30px;
  line-height: 36px;
  padding:  23.45px 30% 40px;
}
.newsletter-subheader {
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 24px;
  text-align: center;
  padding:  40px 15% 0px;
  margin-top: -75px;
}
.newsletter-emailbox {
  width: 240px;
  height: 58px;
  font-size: 16px;
  text-align: left;
}
    input {
        padding: 0px;
    }
    input[type="text"]::placeholder
    {   
        text-align: left;  		/* for Chrome, Firefox, Opera */  
    }
    :-ms-input-placeholder
    { 
        text-align: left;			/* for IE 10-11 */
    }
    ::-webkit-input-placeholder
    { 
        text-align: left;			/* for IE Edge */
    }
.newsletter-button {
  margin-left: -30px;
  margin-top: 0px;
  background-color: #000000; 
  color: #ffffff;
  border-radius: 50px;
  width: 128px;
  height: 58px;
}
.footernav-hideme {
  display: none;
}
.footernav-showme {
  display: block;
}
.footernav-vline {
  border-left: 0px solid white;
  width: 0px;
}
.footertextarea-container {
  text-align: center;
  display: none;
}
.footertextarea-container2 {
  text-align: center;
  display: block;
}
.footertextarea-divider {
  display: block;
  border-bottom: 1px solid #fff; 
  margin-bottom:60px; 
  width: 90%;
  padding: 25px 0px 0px;
}
.footertextarea-header {
  margin-top: 30px;
  font-size: 30px;
  line-height: 36px;
  padding: 0px 0px 26px;
}
.footertextarea-text { 
  font-size: 16px;
  line-height: 24px;
  padding: 0px 0px 0px;
}
.footertextarea-contacts {
  font-family: acumin-pro; 
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  display: block;
  padding: 0px 0px 20px;
}
.footertextarea-icons {
  vertical-align: bottom;
  padding: 5px 0px 0px;
}
.footertextarea-icon-images {
  padding: 50px 0px 20px;
}
.footercopyright-container {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-gap: 0px;
  margin-left: 30px;
  margin-right: 0px;
  padding: 0px 0px 0px;
}
.footer-copyright {
  font-family: ibm-plex-mono; 
  font-size: 12px;
  color: #ffffff;
}
.footer-legal {
  margin: 30px auto 0px;
  font-family: ibm-plex-mono;  
  font-size: 14px;
  width: 100%;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 30px;
}
.footer-accordion-items {
  padding-top: 8px;
  padding-bottom: 8px;
}
.category-product {
  width: 100%; 
  height: 100%;
}
.category-header {
  font-size: 42px;
  line-height: 45px;
}
.category-wrapper {
  display: block;
  width: 100%;
  margin-left: 0;
}
.category-item1 {
  width: 95%;
  margin-left: 8%;
  margin-top: 20px;
  padding-right: 0px; 
}
.category-item2 {
}
.category-item3 {
}
.category-item4 {
}
.category-item5 {
}
.category-full {
  margin-left: 0;
}
.grid,
.row {
  margin-left: -20px;
}
.column {
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 10px;
  padding-bottom: 0;
  width: 100% !important;
}
.category-halfer-title {
  font-family: minion-pro-condensed-display; 
  font-size: 101px;
  line-height: 100px;
  color: #ffffff;
  width: 100%;
  margin-left: 0;
  position: relative;
  top: 35%;
}
.category-halfer-text {
  font-family: acumin-pro; 
  font-size: 86px;
  color: #ffffff;
  margin-left: 5%;
  position: relative;
  top: 40%;
}
.iamobile {
  width: 100% !important;
}
.color-count { display:block; }
.color-wheel { visibility: block; }
.colorswitch:hover .color-wheel { visibility: hidden; }
.colorswitch:hover .slider-nav-buttons { visibility: hidden; }
.colorswitch:hover .color-count { visibility: visible; }
  
  
/*********************  $$$$$$$$$      COLLECTION PAGE     $$$$$$$$$  **********************/
.grid,
.row {
  display: flex;
  flex-wrap: wrap;
  width: 120%;
  margin-left: -8%;
  padding-left: -100px !important;
  padding-right: -100px !important;
  margin-right: auto;
}
.filtersort-buttons-container {
  display: block;
}
.filters {
  width: 100% !important;
  height: 100px !important;
  margin-bottom: -10px !important;
  padding: 0px 0px 0px !important;
}
.filter-buttons {
  text-size: 14px;
  line-height: 11px;
  text-align: center;
  display: block;
  width: 100%;
  background: #fff;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 50px;
  color: #000;
}
.filter-button-filter {
  width: 130px;
  height: 37px;
  position: relative;
  top: 20px;
  left: -70px;
}
.filter-button-sort-container {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  margin-left: auto; 
  margin-right: auto;
}
.filter-button-sort {
  margin: 0 auto !important;
  margin-right: 0px;
  width: 120px;
  height: 40px;
  text-align: center;
}
.filter-button-hideme {
  display: block;
}
.filter-button-showme {
  display: none;
}
.collection-disclaimer {
  padding: 0px 17px 30px;
  font-size: 14px; 
  line-height: 22px;
}
.collection-container {
  padding: 0px 39px 0px;
}
.collection-showme {
  display: none;
}
.collection-hideme {
  display: block;
}
.collection-spaceme {
  margin-top: -70px !important;
  padding-bottom: 65px !important;
}
.collection-spaceme-2 {
  margin-top: -40px !important;
}
.collection-breadcrumbs {
  float: none;
  text-align: center;
  margin-left: 0px;
  font-size: 14px !important; 
  line-height: 18px;
}
.vto-container {
  width: 85%;
  text-align: center;
}
.vto-button {
  position: relative;
  left: 33%;
  font-family: acumin-pro; 
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 100%;
  background: #ADADAD;
  border-radius: 30px;
  color: #fff;
  width: 114px;
  height: 21px;
}
.vto-container-recommend {
  width: 85%;
  text-align: center;
}
.vto-button-recommend {
  position: relative;
  left: 0;
  font-family: acumin-pro; 
  font-size: 9px;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 111px;
  height: 20px;
}
.vto-button-recommend-blank {
  line-height: 20px;
  display: block;
  width: 100%;
  width: 111px;
  height: 20px;
}
.vto-container-shopby {
  margin-left: -8px !important;
  width: 85%;
  text-align: center;
}
.vto-button-shopby {
  position: relative;
  left: 0;
  font-family: acumin-pro; 
  font-size: 9px;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 111px;
  height: 20px;
}
.vto-container-shopby-carousel {
  position: relative;
  top: 35px;
  left: 14px;
  z-index: 98;
  margin-left: -8px !important;
  width: 75%;
  text-align: center;
}
.vto-button-shopby-carousel {
  font-family: acumin-pro; 
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  display: block;
  width: 100%;
  background: #ADADAD;
  border-radius: 30px;
  color: #fff;
  width: 100px;
  height: 18px;
}
.vto-container-blog {
  width: 85%;
  text-align: center;
}
.vto-button-blog {
  position: relative;
  left: 5px;
  font-family: acumin-pro; 
  font-size: 9px;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 111px;
  height: 20px;
}
.collection-template-banner-copy {
  padding-top: 30px;
}
.recommended-collection-hero-container {
  background-color: #F4F4F4;
  height: 70%;
}
.recommended-collection-inner-hero-container {
  margin-top: 127px;
}
.recommended-hero-image {
  margin-top: 15%;
}
.main-collection-container {
  padding-bottom: 0px !important;
}
.main-collection-hero-container {
  height: 70%;
}
.main-collection-hero-container-taller {
  margin-top: -50px;
  margin-bottom: 30px;
  margin-right: -10px;
  background-color: #F4F4F4;
  padding-bottom: 30% !important;
}
.main-collection-inner-hero-container {
  margin-top: 130px;
  z-index: 99;
}
.main-hero-image {
  margin-top: 30px;
}
.main-collection-spaceadjuster {
  margin-top: 30px;
}
.shopby-collection-hero-container {
  margin-bottom: 30px;
  height: 200px !important;
}
.shopby-hero-image {
  margin-top: 30px !important;
}
  
/*********************  $$$$$$$$$      PRODUCT DETAIL PAGE     $$$$$$$$$  **********************/
#content-pdp { 
  height: 100%;
} 
#left, #right { 
  width: 100%;
  height: 100%;
  border: 0px;
} 
#left  { float:left;  }
#right { 
  float:right;
  margin-top: -100px; 
  background-color: white !important; 
  index: 99;
} 
#right {
  margin-top: -150px !important;
}
.slider-hero-initial {
  height: 500px;
}
.slider-hero-initial-2 {
  height: 535px;
}
.product-detail-hero-others {
  height: 475px;
}
.product-details-responsibility-badge {
  left: 85%; 
  width: 40px;
}
.product-details-media {
  width: 100%;
  height: 100%;
  object-fit: none;  
  margin-top: -360px !important;
}
.product-details-media-acc {
  padding-top: 60px !important;
}
.product-grid__detail {
  margin-top: -100px;
  margin-left: 0px !important;
  width: 100% !important;
}
.product-details-badge {
  margin-top: 126px; 
  margin-left: 22px; 
  margin-bottom: 10px;
  text-align: left;
  width: 100%; 
  height: 18px; 
  font-size: 10px; 
}
.product-details-title {
  margin-top: 0px; 
  margin-left: 22px; 
  padding-bottom: 0px;
  text-align: left;
  width: 100%; 
  height: 36px; 
  font-size: 38px;
  line-height: 40px;
}
.product-details-wishlist-button {
  height: 10px !important; 
  margin-top: -4px; 
  margin-left: -20px;
}
.product-details-registered {
  display: inline-block;
  font-size: 45px;
  font-weight: 600;
}
.product-details-registration-offset {
  margin-top: 10px !important;
}
.product-details-padding-1 {
  padding-top: 0px;
}
.product-details-desc {
  margin-top: 5px; 
  margin-left: 22px; 
  text-align: left;
  width: 100%; 
  height: 18px; 
  font-size: 13px; 
}
.product-details-desc-p {
  margin-top: -20px; 
  margin-left: 22px; 
  text-align: left;
  width: 100%; 
  height: 18px; 
  font-size: 13px; 
}
.product-price-color-adjustor {
  margin-top: -15px;
}
.product-detail-promo {
  margin-top: 0px; 
  margin-left: 22px; 
  width: 120% !important; 
  height: 19px; 
  font-family: ibm-plex-mono; 
  font-size: 12px; 
  color: #FF0000;
}
.product-details-price {
  margin-top: 10px; 
  margin-left: 22px; 
  text-align: left;
  width: 100%; 
  height: 30px; 
  font-size: 20px; 
}
.product-details-color {
  margin-top: 0px; 
  margin-left: 22px; 
  text-align: left;
  width: 100% !important;  
  height: 100%; 
  font-size: 10px; 
}
.product-details-colorswatches {
  margin-top: 10px; 
  margin-left: 22px; 
  text-align: left;
  width: 100%; 
  height: 100%;
  border: 1px solid white;
}
.product-details-subcontainer {
  text-align: center;
}
.product-details-size-container-1 {
  width: 90%;
  margin-top: 30px; 
  margin-left: auto;
  margin-right: auto;
}
.product-details-size-1 {  
  width: 100%; 
  font-size: 12px; 
}
.product-details-size-container-2 {
  width: 89%;
  height: 55px;
  margin-top: 30px;
  margin-left: 23px;
  margin-right: 50px;
}
.product-details-size-2 { 
  width: 100%; 
  font-size: 12px; 
  margin-bottom: 20px;
}
.product-details-size-container-3 {
  width: 89%;
  height: 55px;
  margin-top: 30px; 
  margin-left: 0px;
}
.product-details-size-container-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.product-details-size-3 { 
  width: 100%; 
  font-size: 12px; 
  margin-bottom: 20px;
}
.product-details-size-3p { 
  width: 100%; 
  font-size: 12px; 
  margin-bottom: 20px;
}
.product-details-size-container-4 {
  width: 89%;
  height: 55px;
  margin-top: 30px; 
  margin-left: 13px;
}
.product-details-size-4 { 
  width: 100%; 
  font-size: 12px; 
  margin-bottom: 20px;
}
.product-details-size-container-5 {
  width: 89%;
  height: 55px;
  margin-top: 30px; 
  margin-left: 13px;
}
.product-details-size-5 { 
  width: 100%; 
  font-size: 12px; 
  margin-bottom: 20px;
}
.product-details-size-container-6 {
  width: 89%;
  height: 55px;
  margin-top: 30px; 
  margin-left: 13px;
}
.product-details-size-6 { 
  width: 100%; 
  font-size: 12px; 
  margin-bottom: 20px;
}
.product-details-li-container {
  margin-left: 0px;
  width: 100%;
}
.product-details-low-inventory {
  margin-top: 25px;
  margin-bottom: 20px;
  margin-left: 0px;
  width: 100%;
  font-size: 12px; 
  line-height: 12px; 
}
.product-details-addtocart-container {
  margin-top: 45px; 
  margin-left: 0px;
}
.product-details-addtocart-button {
  background-color: #F2B735 !important; 
  color: #000 !important; 
  border-radius: 0px; 
  width: 100%; 
  height: 62px; 
  font-size: 15px; 
  line-height: 12px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
}
.product-details-notinstock-button {
  background-color: #000; 
  border: 1px solid #000 !important; 
  color: #FFF; 
  border-radius: 0px; 
  width: 100%; 
  height: 62px; 
  font-family: ibm-plex-mono !important; 
  font-size: 15px; 
  font-weight: 400;
  line-height: 12px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
}
.product-details-soldinstores-container {
  margin-top: -80px; 
  margin-left: 0px;
  margin-bottom: 70px;
}
.product-details-soldinstores-button {
  background-color: #000; 
  padding: 0px;
  border: 1px solid #000; 
  color: #fff; 
  border-radius: 0px; 
  width: 100%; 
  height: 62px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 15px; 
  line-height: 19px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
}
.product-details-FindAStore {
  margin-top: 80px; 
  margin-left: 20px;
  text-align: left;
  font-family: acumin-pro; 
  font-size: 13px; 
  text-decoration: underline;
  color: #8D8D8D;
}
.product-details-afterpay {
  margin-top: 30px; 
  margin-left: 0px; 
  margin-right: 0px; 
  text-align: center;
  width: 100%; 
  font-size: 12px; 
  line-height: 24px; 
}
.product-details-print-disclaimer {
  margin-top: -24px; 
  margin-left: 80px; 
  width: 280px; 
  text-align: center;
  font-family: ibm-plex-mono;
  font-size: 11px; 
  line-height: 24px; 
  color: #000;
}
.product-details-vto {
  position: relative;
  top: -60px !important;
  left: 35%;
  background-color: #ADADAD; 
  color: #FFF; 
  border-radius: 33px; 
  width: 121px; 
  height: 34px; 
  font-family: acumin-pro;
  font-weight: 400;
  font-size: 10px; 
  line-height: 35px;
  cursor: pointer;
}
.product-details-ratings {
  margin-top: -17px; 
  margin-left: 230px; 
  margin-right: 0px; 
  text-align: center;
  width: 180px;
}
.product-details-addtocart-filler {
  margin-top: 45px;
  height: 0px;
}
.product-details-fitguide-anchor {
  margin-top: 15px; 
  margin-left: 22px; 
}
.product-details-lightbox-container {
  display: none;
}
.product-details-lightbox-container-m {
  display: block;
  width: 100%;
  margin-top: -10px; 
  margin-left: 0px;
}
.product-details-lightbox-title {
  margin-top: 0px;
  margin-bottom: -10px;
  width: 100%;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 25px; 
  font-weight: 600; 
  line-height: 66px;
}
.product-details-lightbox-subcontainer-m {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 20px;
  margin-top: 0px; 
  margin-left: 0px;
  width: 95%;
}
.product-details-lightbox-header {
  margin-top: 30px;
  font-family: ibm-plex-mono; 
  font-size: 13px; 
  font-weight: 600; 
  line-height: 17px;
}
.product-details-lightbox-details {
  margin-top: 18px;
  font-family: ibm-plex-mono; 
  font-size: 13px; 
  font-weight: 400; 
  line-height: 17px;
}
.product-details-lightbox-link {
  margin-top: 33px;
  font-family: ibm-plex-mono;  
  font-size: 13px; 
  font-weight: 400;
  text-decoration: underline;
  color: #8D8D8D;
  line-height: 22px;
}
.product-details-lightbox-sticker {
  margin-top: 1%;
  margin-left: 20px;
  z-index: 99;
}
.product-details-lightbox-diagram {
  margin-top: 0px;
  margin-bottom: -15px;
  width: 100%;
  z-index: 19;
}
.product-featured-slider-alt-copy {
  margin-top: 510px; 
  margin-left: -99%; 
  font-size: 16px; 
  line-height: 18px;
}

/* .........FITMIX: VIRTUAL TRY-ON......... */
#popupContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 9990;
}

#popupClose {
  text-align: center;
  background: none;
  color: #FFFFFF;
  font-size: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  width: 50px;
  padding: 4px; 
  z-index: 199;
}
  
.virtual-container {
  text-align: center;
  cursor: pointer;
  padding-bottom: 50px;
}
  
.virtual-eye {
  vertical-align: middle;
  width: 35px; 
  height: 21px;
}
  
.virtual-tryon {
  font-family: AcuminPro-Bold;
  font-size: 16px;
  padding-top: 10px;
}
.vto-settings {
  display: none; 
  text-align: center;
  font-family: AcuminPro-Regular;
  font-size: 12px;
  line-height: 20px;
  margin-top: 210px;
  margin-bottom: 30px;
}
.sizeCloseButton {
    width: 52px;
    height: 58px;
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 13px;
    background-image: url('/cdn/shop/files/iconclose.png?v=1615844292');
    background-repeat: no-repeat;
    background-size: 42px;
    transition: 1s;
    z-index: 201;
}

.genderText {
    font-size: 24px;
    //max-width: 340px;
    margin: auto;
    margin-top: 20%;
    margin-bottom: 14px;
}

.genderButtonContainer {
    margin: 4px;
}
.genderButton {
    border:1px solid white;
    border-radius: 3px;
    margin: auto;
    width: 100px;
    display: inline-block;
    cursor: pointer;
    padding: 10px 0px;
    font-weight: 300;
    margin-right: 6px;
    margin-left: 6px;
}
.selected {
    //border:1px solid #F5634B;
    background: white;
    color: black;
}

.sizeSeparator {
    margin: 14px;
}
.sizeSeparatorLeft {
    width: 120px;
    border-bottom: 1px solid white;
    display: inline-block;
    position: absolute;
    left: -130px;
    top: 10px;
}
.sizeSeparatorText {
    display: inline-block;
    position: absolute;
    position: relative;

}
.sizeSeparatorRight {
    width: 120px;
    border-bottom: 1px solid white;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -130px;

}
.sizePupillaryDistanceText {
    margin: 8px;
    margin-bottom: 14px;
}
.pupillaryDistanceSelect  {
    padding: 4px 20px;
    color: black;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    //-webkit-appearance: none;
    //-moz-appearance: none;
    //text-indent: 1px;
    //text-overflow: '';
    font-weight: bold;
    margin-top: 4px;
    height: 34px;
}
.buttonOnStream {
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.buttonSize {
    cursor: pointer;
    position:absolute;
    left: 15px;
    top: 15px;
    background-image: url('/cdn/shop/files/iconsize.png?v=1615865784');
    background-repeat: no-repeat;
    background-size: 42px;
    transition: 1s;
    width: 53px;
    height: 53px;
    z-index: 99px;
}
  
.product-features-showme {
  display: none !important;
}
.product-features-hideme {
  display: block;
}
.product-features-container {
  display: block;
  margin-top: 0px; 
  margin-left: 23px; 
  margin-right: 23px; 
  text-align: left;
  width: 90%;
  font-size: 30px; 
  line-height: 65px; 
}
.product-features {
  border-bottom: 0;
}
.product-detail-tabs-features {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-column-gap: 20px;
  margin: 0 23px 0;
  padding: 10px 0 10px;
}
.product-detail-tabs-features__image {
  width: 70%;
}
.size_list {
    list-style-type: none;
    border-radius: 0 !important;
    display:block;
    height: 0;
    padding:0;
    margin:0;
    border:0;
    font-family: minion-pro-condensed-display; 
    font-size: 20px; 
    font-weight: 600;
    visibility: hidden;
}
.product-istock-container {
  margin-top: 32.24px; 
  margin-left: 110px; 
  padding: 20px;
  background-color: #f4f4f4; 
  border: 1px solid #7c7c7c; 
  border-radius: 15px; 
  width: 496px; 
  text-align: left;
}
.product-istock-header {
  font-family: minion-pro-condensed-display; 
  font-size: 35px; 
  font-weight: 600;
}
.iStock-email-id {
  margin-top: 10px;
  padding-left: 20px;
  width: 100%;
  height: 44px !important;
  border-radius: 13px; 
}
.iStock-notify-btn {
  margin-top: 10px;
  background-color: #000; 
  border: 1px solid #000; 
  color: #fff; 
  border-radius: 33px; 
  width: 100%; 
  height: 50px; 
  font-family: ibm-plex-mono;
  font-weight: 400;
  font-size: 17px; 
  line-height: 12px;
}
.iStock-notify-btn:hover {
  color: #ccc; 
}

.iStock-wrapper { 
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: 23px;
  width: 88%; 
  background: #F4F4F4; 
  border: 1px solid #E7E7E7; 
  border-radius: 13px; 
  display: none; 
  padding: 20px 20px 10px 20px; 
  text-align: left; 
}
.iStock-wrapper-variants {
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: 23px;
  width: 88%; 
  background: #F4F4F4; 
  border: 1px solid #E7E7E7; 
  border-radius: 13px; 
  display: none; 
  padding: 20px 20px 10px 20px; 
  text-align: left; 
}
.iStock-wrapper h2 { font-family: minion-pro-condensed-display; font-size:30px; font-weight: 600; margin: 0 0 10px 0; }
.iStock-wrapper-variants h2 { font-family: minion-pro-condensed-display; font-size:30px; font-weight: 600; margin: 0 0 10px 0; }
.iStock-notifyTxt { 
  font-family: acumin-pro; 
  font-size: 15px; 
  font-weight: 400; 
}
.iStock-availability { display:none; margin-bottom:10px; }
.iStock-availability label { color: #6F0000; font-weight: normal; }
.iStock-availability span { color: #6D6D6D; }
.iStock-fields { max-width: 480px;}
.iStock-msg { display:none; color: #000000; font-size: 14px; }
.iStock-msg.iStock-error { color: #E10101; }
.active {
    visibility: visible;
    height:100px;
    padding: 0px;
}
.product-detail-tabs-slide__image {
  margin-top: 30px;
  width: 100%;
}
.product-detail-tabs-slide__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: minion-pro-condensed-display; 
  font-size: 20px; 
  font-weight: 600;
  line-height: 24px;
}
.product-detail-tabs-warranty-info {
  margin-left: 0px;
}  
.featured-images-grid {
  display: block;
  margin-top: 48px; 
  margin-left: 0px; 
  margin-right: 0px;
  border: 1px solid white;
}
.product-details-nav-featured1 {
  margin-top: 0px !important;
}
.product-details-nav-featured2 {
  margin-top: 20px !important;
}
.product-pairit-container {
  margin-top: 0px; 
  margin-left: 23px; 
  margin-right: 23px; 
  margin-bottom: 130px;
}
.product-pairit-title {
  font-size: 30px; 
  line-height: 30px; 
  text-align: center;
}
.included-grid {
  display: flex; 
  flex-direction: column; 
  margin-top: 25px;
  margin-left: 0px; 
  margin-right: 0px; 
}
.included-image {
  order: 3;
  margin-top: 45px;
  width: 100%
}
.included-title {
  order: 1;
  margin-top: 45px; 
  text-align: center;
  font-size: 30px; 
  line-height: 43px; 
}
.included-copy {
  order: 2;
  margin-top: 15px;
  margin-left: 23px; 
  margin-right: 23px;
  text-align: center;
  font-size: 16px; 
}
.product-review-container {
  margin: 32px 23px 0;
}
  
/* .........  FOURSIXTY: Shade Of You  ......... */
.shadeofyou-container {
  margin-top: 0px; 
  margin-left: 0px; 
  margin-right: 0px;
  margin-bottom: -20px;
  text-align: center; 
  background-color: #FFF8E8;
}
.shadeofyou-title {
  padding-top: 50px; 
  margin-left: 23px; 
  margin-right: 23px;
  text-align: center; 
  font-size: 40px; 
  line-height: 43px; 
}
.shadeofyou-tag {
  margin-top: 18px; 
  margin-left: 23px; 
  margin-right: 23px;
  text-align: center;
  font-size: 10px; 
  line-height: 13px; 
}
  
.cart-panel-container {
  background-color: #FFF;
  padding: 30px 31px 60px;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  z-index: 999999 !important;
}
.cart-panel-bag {
  text-align: center;
  font-family: ibm-plex-mono !important; 
  font-size: 17px; 
  font-weight: 400;
  line-height: 22px;
}
.cart-panel-close {
  margin-top: -20px;
  float: right;
  font-size: 22px;
  cursor: pointer;
}
.cart-panel-freeshipping {
  margin-top: 14px;
  margin-left: -31px !important;
  margin-right: -31px !important;
  height: 43px;
  background-color: #D3D3D3;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 17px; 
  line-height: 43px; 
  color: #000;
}
.cart-panel-freeshipping-2 {
  padding-top: 5px;
  margin-top: 14px;
  margin-left: -31px !important;
  margin-right: -31px !important;
  height: 60px;
  background-color: #D3D3D3;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 17px; 
  line-height: 22px;
  color: #000;
}
.cart-panel-prod-container {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-column-gap: 20px;
}
.cart-panel-img-container {
  padding-top: 20px;
  width: 100%;
  height: 133px;
  background-color: #F4F4F4;
}
.cart-panel-details {
  margin-top: 20px;
  font-family: acumin-pro; 
  font-size: 16px; 
}
.cart-panel-title {
  text-transform: capitalize;
}
.cart-panel-qty-button { 
  background-color: #FFF; 
  border: 1px solid #000; 
  padding: 0 10px 0;
  text-align: center;
  color: #000; 
  border-radius: 45px; 
  width: 90px; 
  height: 27px; 
  font-family: acumin-pro; 
  font-size: 17px; 
  line-height: 25px;
}
.cart-panel-qty {
  width: 50%;
  margin: auto;
  float: left;
}
.cart-panel-ind-pricing {
  width: 50%;
  margin-left: 50%;
  margin-top: 20px;
  text-align: right;
  font-family: acumin-pro; 
  font-size: 16px; 
}
.cart-panel-divider {
  margin-top: 50px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #828282;
}
.cart-panel-total-container {
  margin-top: 25px;
}
.cart-panel-lefty {
  width: 50%; 
  float: left;
  font-family: acumin-pro; 
  font-size: 16px; 
}
.cart-panel-righty {
  margin-left: 50%; 
  text-align: right;
  font-family: acumin-pro; 
  font-size: 16px; 
}
.cart-panel-afterpay {
  margin-top: 13px;
  font-family: acumin-pro; 
  font-size: 12px; 
  line-height: 15px;
}
.cart-panel-checkout {
  margin-top: 30px;
  text-align: center;
}
.cart-panel-checkout-button {
  text-align: center;
  background-color: #F2B735; 
  border: 1px solid #000 !important; 
  color: #000; 
  border-radius: 33px; 
  width: 100%; 
  height: 40px; 
  font-family: ibm-plex-mono !important; 
  font-size: 12px; 
  font-weight: 400;
  line-height: 12px;
}
.cart-panel-continue {
  margin-top: 23px;
  text-align: center;
  color: #8d8d8d;
  font-family: ibm-plex-mono; 
  font-size: 14px; 
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
  cursor: pointer;
}
.cart-panel-divider-pairit {
  margin-top: 30px;
  margin-left: -8% !important;
  width: 117%;
  height: 1px;
  border-bottom: 1px solid #828282;
}
.cart-panel-pairit {
  margin-top: 30px;
  font-family: minion-pro-condensed-display; 
  font-size: 30px; 
  font-weight: 600;
}
.cart-panel-pairit-container {
  margin-top: 13px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
}
.cart-panel-pairit-subcontainer {
}
.cart-panel-pairit-image-container {
  background-color: #F4F4F4;
  height: 150px;
}
.cart-panel-pairit-image {
  margin-top: 20%;
  width: 100%;
}
.cart-panel-pairit-title {
  margin-top: 27px;
  font-family: acumin-pro; 
  font-size: 22px; 
  line-height: 22px;
}
.cart-panel-pairit-price {
  margin-top: 5px;
  font-family: acumin-pro; 
  font-size: 20px; 
  line-height: 20px;
}
.cart-panel-pairit-add {
  margin-top: 16px;
  padding: 0px;
  text-align: center;
  background-color: #fff; 
  border: 1px solid #000 !important; 
  color: #000; 
  border-radius: 45px; 
  width: 113px; 
  height: 26px; 
  font-family: ibm-plex-mono !important; 
  font-size: 13px; 
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}
.product-zigzag-spacer {
  margin-top: -110px !important;
  margin-bottom: -20px;
}
.product-fitguide-spacer {
  margin-bottom: -70px !important;
}
.product-vto-spacer {
  margin-top: -25px;
}
.product-pairit-container {
  margin-top: 20px; 
  margin-left: 10px; 
  margin-right: 20px; 
  margin-bottom: 130px;
  padding: 5px;
  max-height: 450px;
  overflow: hidden;
}
.product-recommendations-midcontainer {
  margin-top: 25px;
  margin-left: 10px !important;
  margin-bottom: 40px;
  padding: 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 0px;
  width: 103% !important;
}
.product-recommendations-innerbox {
  width: 125%; 
  margin: 0 -30px 0;
}
.product-recommendations-box {
  width: 50% !important;
}
.recommended-collection-hero-container {
  background-color: #F4F4F4;
  height: 220px !important;
}
.column {
  width: 100%;
  margin: 0;
}
  

/*********************  $$$$$$$$$      SEARCH PAGE     $$$$$$$$$  **********************/
.mobilized { display: block; }
.non-mobilized { display: none !important; }
.non-mobilized-g { display: none !important; }
.header-search {
  padding: 0px;
}
.search-container {
  width: 100%; 
  height: 100%;
}
.search-closer {
  position: absolute; 
  top: 20px;
  right: 20px; 
  z-index: 9999;
}
.search-icon {
  display: none;
}
.search-input-box {
  margin-top: 50px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 0px 13px 0px;
  width: 120%; 
  height: 60px; 
  font-family: ibm-plex-mono; 
  font-size: 14px;
  border-top: 1px solid #626262; 
  border-bottom: 1px solid #626262; 
}
.search-sorlter-container {
  margin-top: 30px;
  text-align: center;
}
.search-sort-container {
  display: grid; 
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 2fr; 
  grid-gap: 0px; 
  margin-top: 29px; 
  width: 100%; 
  padding: 0px 0px 0px; 
  border-bottom: 0px;
}
.search-button-sort {
  margin-right: 13px;
  text-align: center;
  border-radius: 33px; 
  width: 136px; 
  height: 37px; 
  font-size: 14px; 
  line-height: 11px;
}
.search-button-filter {
  text-align: center;
  border-radius: 33px; 
  width: 136; 
  height: 37px; 
  font-size: 14px; 
  line-height: 11px;
}
.search-trending-container {
  padding: 0px 20px 0px;
}
.search-trending-title {
  margin-top: 18px; 
  text-align: center; 
  font-family: ibm-plex-mono; 
  font-size: 14px; 
  line-height: 18px; 
  color: #000;
}
.search-trending-prod-cont {
  margin-top: 13.24px;
  margin-left: auto;
  margin-right: auto;
  display: block; 
  width: 100%;
}
.search-trending-divider {
  margin-top: 21px;
  margin-bottom: 21px;
  width: 100%;
  height: 1px;
  background-color: #626262;
}
.search-featured-container {
  display: block; 
  margin-top: 29px;
  width: 100%;
  text-align: center;
}
.search-featured-title {
  font-family: ibm-plex-mono; 
  font-size: 17px; 
  line-height: 24px; 
  color: #000;
}
.search-viewall {
  float: right;
  font-family: ibm-plex-mono; 
  font-size: 17px; 
  line-height: 24px; 
  color: #8D8D8D;
  text-decoration: underline;
}
.search-featured-subcontainer {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-gap: 37px; 
  margin-top: 22px; 
  height: 384px;
}
.search-featured-prod-cont {
  width: 100%; 
  height: 210px;
}
.search-featured-prod-img {
  width: 100%; 
  margin-top: 20px;
}
.search-featured-prod-data-cont {
  width: 100%; 
}
.search-featured-prod-data-title {
  margin-top: 73px; 
  font-size: 30px; 
  line-height: 30px; 
}
.search-featured-prod-data-price {
  margin-top: 4px; 
  font-size: 18px; 
  line-height: 18px; 
}
.search-featured-prod-data-color {
  margin-top: 4px; 
  font-family: ibm-plex-mono; 
  font-size: 11px; 
  line-height: 14px; 
  color: #8D8D8D;
}
.search-featured-prod-data-wheel {
  margin-top: 3px; 
  font-family: ibm-plex-mono; 
  font-size: 11px; 
  line-height: 14px; 
  color: #8D8D8D;
}
.search-pod-container {
  width: 98%; 
  margin-left: 20px;
}
.search-featured-divider {
  margin-top: 80px;
  margin-left: 15px;
  margin-bottom: 40px;
  background-color: #ADADAD; 
  height: 1px; 
  width: 85%; 
}
.search-featured-suggcat-cont {
  width: 90%;
}
.search-featured-suggcat-subcont {
  margin: 0px 20px 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 0px; 
  width: 100%;
}
.search-featured-suggcat-title {
  font-size: 15px; 
  line-height: 19px; 
  margin-bottom: 9px;
  text-align: left;
}
.search-featured-suggcat-list {
  font-size: 13px; 
  line-height: 20px;
  text-align: left;
}
.search-featured-suggcat-divider {
  display: none;
}
.search-featured-suggcat-img {
  margin-top: 36px;
  margin-left: 20px;
  margin-bottom: 50px;
  width: 100%; 
}
.search-vto-container {
  margin-left: 15px;
  position: relative;
  text-align: center;
  top: 35px;
  width: 114px;
  height: 21px;
  z-index: 99;
}
.search-sort-options {
  margin-top: 41px;
  text-align: center;
}
.search-sort-buttons {
  margin-bottom: 37px;
  text-align: center;
  border-radius: 33px; 
  width: 285px; 
  height: 40px; 
  font-size: 16px; 
  line-height: 12px;
}
.search-filter-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 33px 23px 0px;
}
.search-filter-buttons {
  margin-bottom: 37px;
  text-align: center;
  border-radius: 33px; 
  width: 115px; 
  height: 40px; 
  font-size: 14px; 
  line-height: 12px;
}
.search-items {
  font-family: ibm-plex-mono; 
  font-size: 12px; 
  line-height: 15px; 
  color: #000;
}
.search-clear {
  margin-top: 10px;
  font-family: ibm-plex-mono; 
  font-size: 12px; 
  line-height: 15px; 
  color: #8D8D8D;
  text-decoration: underline;
}
#search-sort {
  display: none;
}
#search-filter {
  display: none;
}
.search-pod-grid {
  margin-top: 40px;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 5%;
  padding-right: 5%;
  display: grid !important;
  grid-template-columns: 50% 35%;
  gap: 5%;
  text-align: center;
}
.search-collection-hero-container {
  margin-bottom: 0px !important;
  height: 230px !important;
}
.search-hero-image {
  margin-top: 15%;
}
.search-pod-title {
  margin-top: 30px;
  font-family: minion-pro-condensed-display; 
  line-height: 36px; 
  font-size: 30px; 
  font-weight: 600; 
  padding-bottom: 8px;
}
.search-pod-price {
  font-family: acumin-pro; 
  font-size: 18px;
}
.search-item-color {
  font-size: 11px; 
  line-height: 12px;
  margin-top: 9px;
  margin-bottom: 10px;
}
.search-item-color-count {
  margin-top: 35px;
  font-size: 11px; 
  text-align: left;
  width: 100px;
}
  
/*********************  $$$$$$$$$$$$$$$$$      SUPPORT - GENERAL     $$$$$$$$$$$$$$$$$$$$  **********************/
.support-banner-title {
  margin-top: 160px;
  font-size: 43px; 
  line-height: 45px; 
}
/*********************  $$$$$$$$$$$$$$$$$    END: SUPPORT - GENERAL   $$$$$$$$$$$$$$$$$$$  **********************/
  
/*********************  $$$$$$$$$      SUPPORT - Returns Order History PAGE     $$$$$$$$$  **********************/
.orderhistory-main {
  margin-top: 150px; 
  margin-bottom: 75px;
  margin-left: 27px;
  margin-right: 27px;
}
.orderhistory-container {
  display: block; 
  text-align: center;  
  width: 100%;
  margin: auto;
}
.orderhistory-title {
  margin-top: 80px;
  font-size: 43px; 
  line-height: 43px; 
  height: 60px;
}
.orderhistory-copy {
  margin-top: 29px; 
  font-size: 16px; 
  line-height: 24px; 
}
.orderhistory-email-container {
  margin-top: 39px;
}
.orderhistory-email {
  width: 356px; 
  height: 45px; 
}
.orderhistory-password-container {
  margin-top: 25px;
}
.orderhistory-password {
  width: 356px; 
  height: 45px; 
}
.orderhistory-password-recovery {
  margin-top: 31px; 
  height: 27px;
}
.orderhistory-signin {
  margin-top: 39px; 
  text-align: center;
  border-radius: 33px; 
  width: 247px; 
  height: 48px; 
  font-size: 14px; 
  background-color: #F2B735;
  color: #000;
  margin-bottom: 42px;
}
.orderhistory-divider {
  width: 100%;
  height: 1px;
  background-color: #626262;
}
.orderhistory-newcustomer {
  margin-top: 43px !important;
}
.orderhistory-createaccount {
  margin-top: 40px; 
  margin-bottom: 42px;
  text-align: center;
  border-radius: 33px; 
  width: 244px; 
  height: 45px; 
  font-size: 14px; 
  background-color: #F2B735;
  color: #000;
}
.orderhistory-createaccount-spacing {
  padding: 0 5% 0;
}
.orderhistory-trackorderheader {
  margin-top: 43px !important;
}
.orderhistory-trackorder {
  margin-top: 45px; 
  text-align: center;
  border-radius: 33px; 
  width: 244px; 
  height: 45px; 
  font-size: 14px; 
  background-color: #F2B735;
  color: #000;
}

/*********************  $$$$$$$$$      SUPPORT - Create Account (Register)     $$$$$$$$$  **********************/
.register-main {
  width: 100%;
  margin-top: 45px; 
  margin-bottom: 33px;
  text-align: center;
}
.register-container {
  margin: auto;
  display: block; 
  text-align: center;
}
.register-title {
  font-size: 43px; 
  line-height: 60px; 
}
.register-copy {
  font-size: 16px; 
  line-height: 22px; 
}
.register-firstname-title {
  margin-top: 46px;
}
.register-input-container {
  margin-top: 18px;
}
.register-inputboxes {
  margin-left: 27px;
  margin-right: 27px;
  width: 85%; 
  height: 51px; 
  font-size: 16px; 
  line-height: 24px; 
}
.register-lastname-title {
  margin-top: 19px;
}
.register-email-title {
  margin-top: 19px;
}
.register-checkme {
  margin-right: 12px;
  border: 1px solid #ADADAD; 
  border-radius: 6px; 
}
.register-terms {
  margin-top: 38px;
}
.register-signup {
  margin-top: 22px;
}
.register-createaccount {
  margin-top: 26px;  
  width: 244px; 
  height: 45px; 
  font-size: 14px; 
}
.register-disclaimer {
  margin: 15px 27px 0px;
  font-size: 16px; 
  line-height: 22px; 
}

/*********************  $$$$$$$$$      SUPPORT - Contact     $$$$$$$$$  **********************/
.contact-header {
  margin-top: -50px;
  font-size: 45px; 
}
.contact-breadcrumbs {
  margin-left: 0px !important;
  display: block !important;
  text-align: center;
  font-size: 11px !important;
  line-height: 14px;
}
.contact-main {
  margin: 0px 29px 0px;
}
.contact-container {
  display: block; 
  border-top: 1px solid #fff;
  text-align: center;
  
}
.contact-buttons-container {
  padding-bottom: 10px;
}
.contact-buttons2 {
  float: left;
  margin-top: 21px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px;
  width: 110px; 
  height: 48px; 
  font-size: 14px; 
}
.contact-buttons2-wider {
  width: 142px !important;
}
.contact-address-container {
  border-top: 1px solid #626262;
  margin-top: 260px;
  padding-top: 40.5px;
  padding-bottom: 31px;
  text-align: center; 
  padding-right: 0; 
  border-bottom: 1px solid #626262;
}
.contact-address-title {
  margin-top: 40px;
  font-size: 30px; 
  line-height: 30px; 
}
.contact-address-hours {
  margin-top: 33px;
  font-size: 16px; 
  line-height: 24px; 
  height: 83px;
}
.contact-address-address {
  margin-top: 17px;
  font-size: 16px; 
  line-height: 24px; 
}
.contact-livesupport-container {
  text-align: center;
}
.contact-livesupport-title {
  margin-top: 30px;
  font-size: 20px; 
  line-height: 30px; 
  height: 34px;
}
.contact-livesupport-copy {
  margin-top: 12px;
  padding: 0 20% 0;
  font-size: 16px; 
  line-height: 24px; 
}
.contact-chatbox-container {
  text-align: center;
  margin: 25px auto 0;
  padding-right: 30px;
  display: grid;
  grid-template-columns: 40% 60%; 
  grid-gap: 0px; 
  border: 1px solid #000;
  border-radius: 10px; 
  width: 185px;
  height: 66px;
}
.contact-chatbox-inner {
  text-align: center;
  line-height: 80px;
}
.contact-chatbox-title {
  line-height: 60px;
  font-family: acumin-pro; 
  font-size: 16px; 
  color: #000; 
}
.contact-email-title {
  margin-top: 35px;
  font-size: 20px; 
  height: 58px;
}
.contact-email-copy {
  margin-top: 12px;
  font-size: 16px; 
  line-height: 24px; 
}
.contact-questions-title {
  margin-top: 47px;
  font-size: 20px; 
}
.contact-questions-copy {
  margin-top: 12px;
  width: 100%;
  font-size: 16px; 
  line-height: 24px; 
}
.contact-form-titles {
  text-align: left;
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 22px; 
  color: #000; 
}
.contact-form-name {
  margin-top: 35px;
}
.contact-form-inputboxes {
  margin-top: 15px;
  padding-left: 25px;
  width: 100%; 
  height: 45px; 
}
.contact-form-inputboxes-tall {
  margin-top: 15px;
  width: 100%; 
  height: 210px; 
}
.contact-form-email {
  margin-top: 30px;
}
.contact-form-message {
  margin-top: 30px;
}
.contact-form-submit {
  margin-top: 46px; 
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
/*********************  $$$$$$$$$      SUPPORT - Shipping     $$$$$$$$$  **********************/
.shipping-main {
  margin: 0px 23px 0px;
}
.shipping-container {
  margin-top: 35px;
  display: block; 
  text-align: center; 
  border-top: 0px;
}
.shipping-accordion-container {
  margin-top: 200px;
  margin-left: 0px;
  margin-bottom: 68px;
}
.shipping-accordion {
  background-color: #FFF;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #626262;
  height: 59px;
  font-family: acumin-pro; 
  font-size: 18px; 
  weight: 600;
  line-height: 30px; 
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.shipping-accordion2 {
  background-color: #FFF;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #626262;
  height: 70px;
  font-family: acumin-pro; 
  font-size: 18px; 
  weight: 600;
  line-height: 30px; 
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.active, .shipping-accordion:hover {
  background-color: none;
}
.shipping-accordion:after {
  content: url("/cdn/shop/files/Accordion-Down-Arrow.svg?v=1628572738") !important;
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: url("/cdn/shop/files/Accordion-Down-Arrow.svg?v=1628572738") !important;
  transform: scaleY(-1);
}
.active, .shipping-accordion2:hover {
  background-color: none;
}
.shipping-accordion2:after {
  content: url("/cdn/shop/files/Accordion-Down-Arrow.svg?v=1628572738") !important;
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.shipping-panel {
  text-align: left;
  margin-bottom: 0px;
  padding: 0 0px;
  width: 100%;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.shipping-titles {
  font-family: acumin-pro; 
  font-size: 22px; 
  weight: 600;
  line-height: 24px;
  height: 30px;
  color: #000; 
}
.shipping-shipping-titles {
  margin-top: 54px;
}
.shipping-shipping-copy {
  margin-top: 35px;
  font-size: 16px;
}
.shipping-trackorder {
  margin-top: 27px; 
  margin-bottom: 20px;
  text-align: center;
  border-radius: 33px; 
  width: 180px; 
  font-family: ibm-plex-mono;
  font-size: 14px;
  font-weight: 400 !important;
  background-color: #F2B735 !important;
  color: #000;
}
  
/*********************  $$$$$$$$$      SUPPORT - Returns     $$$$$$$$$  **********************/
.returns-container {
  margin-top: 35px;
  display: block; 
  text-align: center; 
  border-top: 0px;
}
.returns-button-container {
  margin-top: 200px;
  margin-left: 0px;
  padding-top: 45px;
  margin-bottom: 25px;
  display: block;
} 
.returns-buttons { 
  float: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 100%; 
  height: 48px; 
  font-family: ibm-plex-mono;
  font-size: 14px; 
  font-weight: 400 !important;
  line-height: 45px;
  background-color: #F2B735 !important;
  color: #000;
}
.warranty-form {
  margin: 0 auto 400px !important;
}

/*********************  $$$$$$$$$      SUPPORT - Warranty     $$$$$$$$$  **********************/
.warranty-header {
  margin: 0px autopx 40px;
  margin-top: 240px;
  text-align: center;
}
  
/*********************  $$$$$$$$$      SUPPORT - FAQ     $$$$$$$$$  **********************/
.faq-buttons {
  margin-top: 42px;
  padding: 0;
  text-align: center;
  border-radius: 33px; 
  width: 192px; 
  height: 37px; 
  font-family: ibm-plex-mono;
  font-size: 14px; 
  font-weight: 400 !important;
  background-color: #F2B735 !important;
  color: #000;
}
  
/*********************  $$$$$$$$$      SUPPORT - Frame Care     $$$$$$$$$  **********************/
.frames-intro {
  margin-top: 50px;
  padding-top: 45px;
  border-top: 1px solid #626262;
}
.frames-copy {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px; 
  line-height: 24px; 
}
.frames-container {
  margin-top: 180px;
  width: 100%;
}
.frames-midcontainer {
  margin: 30px 0px 0;
  display: block; 
  text-align: left;
}
.frames-titles {
  font-size: 30px;
  line-height: 30px; 
}
.frames-icon {
}
.frames-banner {
  margin-top: 45px;
}
.frame-button-container {
}
.frames-buttons {
  margin-top: 77px;
  margin-bottom: 79px;
  width: 266px; 
  height: 52px; 
  font-size: 15px; 
  line-height: 50px;
} 
.frames-banner-title {
  margin: 40% 5% 0;
  font-size: 43px;
  line-height: 45px;
}
.frames-banner-subtitle {
  display: none;
}
  
/*********************  $$$$$$$$$      STORY - Main     $$$$$$$$$  **********************/
.story-hideme {
  display: block;
}
.story-showme {
  display: none;
}
.story-banners {
  margin: 0 -15% 0;
}
.story-breadcrumbs {
  margin-top: 30px !important;
  margin-left: 15% !important;
  font-size: 11px !important;
}

/*********************  $$$$$$$$$      STORY - Founders     $$$$$$$$$  **********************/
.story-ourstory-breadcrumbs {
  margin-top: -40px !important;
  font-family: ibm-plex-mono;
  font-size: 11px; 
  font-weight: 400 !important;
  color: #FFF !important;
  text-align: center;
}
.story-founders-marquee {
  margin-top: 37px;
  font-size: 76px; 
  line-height: 80px;
  height: 80px;
}
.story-founders-intro {
  margin: 55px 29px 0px;
  padding: 0 0px 67px;
  font-size: 16px; 
  line-height: 24px;
}
.story-founders-header {
  margin: 45px 0 45px;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 43px; 
  line-height: 45px;
}
.story-founders-2step {
  margin: 0px 13px 0px;
  display: block; 
  text-align: center;
}
.story-founders-2step-sides {
  display: block;
  justify-content: center;
  align-items: center;
}
.story-founders-2step-sides-2 {
  margin-top: 30px;
  display: block;
  justify-content: center;
  align-items: center;
}
.story-founders-titles {
  margin-top: 20px;
  font-family: minion-pro-condensed-display; 
  font-size: 30px;
  weight: 600;
  line-height: 30px; 
  color: #000;
  height: 30px;
  width: 100%;
  text-align: center;
}
.story-founders-copy {
  margin: 28px 0px 30px;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 24px;
}
.story-founders-copy-r {
  margin: 20px 0px 30px;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 24px;
}
.story-founders-photos {
  background-color: #626262;
}
.story-founders-mobile {
  display: block;
  padding: 0px 20px 0px;
}
.story-founders-desktop {
  display: none;
}

/*********************  $$$$$$$$$      STORY - Ambassadors     $$$$$$$$$  **********************/
.story-founders-ambassadors {
  margin: 0 39px 0;
}
.story-ambassadors-banner {
  background-image: url('/cdn/shop/files/Ambassador-Mobile-Hero.jpg?v=1675881427'); 
  height: 62vh;
}
.story-ambassadors-header {
  margin: 110px -5% 0;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  letter-spacing: 1px !important;
  font-size: 42px !important; 
  line-height: 45px;
}
.story-ambassadors-photo {
  margin: 38px 0px 0px;
}
.story-ambassadors-biopix-container {
  margin: 0px 0px 0px;
  display: block; 
  text-align: center;
}
.story-ambassadors-name {
  margin-top: 35px;
  text-align: center;
  font-size: 30px;
  line-height: 30px; 
  height: 30px;
  text-align: center;
}
.story-ambassadors-bio {
  margin: 28px 0px 0;;
  text-align: center;
  font-size: 16px; 
  line-height: 24px; 
}
.story-ambassadors-divider {
  background-color: #626262;
  height: 100%;
}
.story-ambassadors-pix-container {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
  width: 100%;
  display: grid; 
  grid-template-columns: 25px 1fr 1fr; 
  grid-gap: 0px; 
  text-align: center;
}
.story-ambassadors-picker {
  margin-top: 305px;
  transform-origin: 0 0;
  transform: rotate(-90deg); 
  font-family: ibm-plex-mono;
  font-size: 12px; 
  line-height: 15px;
  width: 300px;
  text-align: right;
  color: #000;
}
.story-ambassadors-sunbox {
  width: 100%;
  height: 209px;
  background-color: #F4F4F4;
}
.story-vto-button-container {
  margin: 16px 0 0 17px;
}
.story-vto-button {
  margin-left: -15px !important;
  text-align: center;
  border: 0px;
  border-radius: 30px; 
  padding: 0 10px 0;
  width: 100px; 
  height: 18px; 
  font-family: ibm-plex-mono;
  font-size: 9px; 
  font-weight: 400 !important;
  background-color: #ADADAD !important;
  color: #FFF !important;
}
.story-ambassadors-glasses {
  margin-top: 0px;
}
.story-ambassadors-glasses-details {
  margin-top: 25px;
  margin-left: 10px;
  display: block;
  align-items: left;
  height: 100px;
}
.story-ambassadors-glasses-name {
  font-family: minion-pro-condensed-display; 
  font-size: 30px;
  weight: 600;
  line-height: 30px; 
  color: #000;
  text-align: left;
}
.story-ambassadors-glasses-price {
  margin-top: 4px;
  font-family: acumin-pro; 
  font-size: 18px; 
  line-height: 18px; 
  color: #000; 
  text-align: left;
}
.story-ambassadors-glasses-color {
  margin: 3px 0 0;
  font-family: ibm-plex-mono;
  font-size: 11px; 
  line-height: 14px;
  color: #8D8D8D;
  text-align: left;
}
.story-ambassadors-glasses-colorwheel {
  margin: 3px 0 0;
  font-family: ibm-plex-mono;
  font-size: 11px; 
  line-height: 14px;
  color: #8D8D8D;
  text-align: left;
}
.story-ambassadors-glasses-button {
  margin-top: 16px;
  width: 100%; 
  height: 36px; 
  font-size: 10px; 
  line-height: 32px;
}
.story-ambassadors-glasses-shopnow {
  text-align: center;
  border-radius: 33px; 
  padding-left: 0px;
  padding-right: 0px;
  width: 118px; 
  height: 36px; 
  font-family: ibm-plex-mono;
  font-size: 10px; 
  font-weight: 400 !important;
  line-height: 10px;
  background-color: #FFF !important;
  color: #000;
}

/*********************  $$$$$$$$$      STORY - Process     $$$$$$$$$  **********************/
.story-banner {
  margin: 0px -12% 0;
  height: 62vh;
  background-image: url('/cdn/shop/files/Process-Mobile-Hero.jpg?v=1674858232'); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.story-process-header {
  margin: 110px -5% 0;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  letter-spacing: 1px !important;
  font-size: 42px !important; 
  line-height: 45px;
}
.story-process-intro {
  margin: 85px 0px 0px;
  padding: 0 0 0px;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 24px;
}
.story-process-subheader {
  margin: 124px 0 0;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 45px; 
  line-height: 47px;
}
.story-process-container {
  margin: 50px 0px 0px;
  display: block; 
  text-align: center;
}
.story-process-container-overlap {
  margin: 60px -20px 0px;
}
.story-process-sides {
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  justify-content: center
}
.story-process-materials-container-upper {
  margin: -280px 0 0 -10%;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-gap: 0px; 
  text-align: left;
}
.story-process-materials-container-lower {
  margin: 150px 0 0 0;
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0px; 
  text-align: left;
}
.story-process-materials-titles {
  margin: 0 0 0;
  text-align: left;
  font-family: ibm-plex-mono;
  font-weight: 400 !important;
  font-size: 10px; 
  line-height: 13px;
}
.story-process-materials-copy {
  margin: 15px 0 0;
  padding: 0 20% 0 0;
  text-align: left;
  font-family: acumin-pro;
  font-size: 20px; 
  line-height: 28px;
}
.story-process-materials-right {
  margin-top: 15px;
  margin-left: 25px;
}
.story-process-materials-drop {
  margin-top: -35px;
  margin-left: -50px;
}
.story-process-materials-drop-2 {
  margin-top: 10%;
  margin-left: 0;
  padding: 0 0 0 0;
}
.story-process-materials-hardware {
  margin: 0px -12% 0px -8%;
}
.story-process-accordion-container {
  margin: 60px 0 0 0;
}
.story-process-accordion {
  background-color: #FFF;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ADADAD;
  height: 55px;
  font-family: ibm-plex-mono;
  font-size: 15px; 
  font-weight: 400;
  line-height: 20px; 
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.active, .story-process-accordion:hover {
  background-color: none;
}
.story-process-accordion:after {
  content: url("/cdn/shop/files/plus.png?v=1675027800") !important;
  color: #777;
  float: right;
  margin-left: 5px;
}
.story-process-accordion-panel {
  margin-bottom: 0px;
  padding: 0 18px;
  width: 100%;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.story-process-accordion-copy {
  margin: 17px -15px 25px;
  padding-bottom: 15px;
  font-family: acumin-pro;  
  font-size: 16px;
  line-height: 24px;
  weight: 400;
  color: #000;
  border-bottom: 1px solid #ADADAD;
}
.story-process-video {
  margin: 115px 0px 0px;
  padding: 0 10% 0px;
}
.story-process-parts-hardware {
  margin: 35px -10% 0px;
  background-image: url("/cdn/shop/files/Peele-Mobile-IMG.jpg?v=1675037777");
  height: 380px;
}
.story-process-parts-titles {
  margin: 0 0 0;
  text-align: left;
  font-family: ibm-plex-mono;
  font-size: 10px; 
  line-height: 10px;
}
.story-process-parts-copy {
  margin: 15px 0 0;
  padding: 0 20% 0 0;
  text-align: left;
  font-family: acumin-pro;
  font-size: 20px; 
  line-height: 28px;
}
.story-process-parts-copy-1 {
  padding-top: 6%;
  margin-left: 66%;
  width: 500px;
}
.story-process-parts-copy-2 {
  margin-top: 23%;
  margin-left: 26%;
  width: 450px;
}
.story-process-parts-copy-3 {
  margin-top: 34%;
  margin-left: 55%;
  width: 450px;
}
.story-process-parts-spacer {
  margin-top: 0px !important; 
}
.story-process-ourlenses-spacer {
  margin: 0px -40px 0px !important;
}
.story-process-ourlenses-spacer-2 {
  margin-top: 60px !important;
}
.story-process-ourlenses-spacer-3 {
  margin-bottom: -60px !important;
}
.story-process-ourlenses-titles {
  margin: 0 0 0;
  font-size: 30px; 
  line-height: 30px;
}
.story-process-ourlenses-copy {
  margin: 26px 0 80px;
  padding: 0 15% 0 0;
  text-align: left;
  font-family: acumin-pro;
  font-size: 20px; 
  line-height: 28px;
}
.story-process-ourlenses-top {
  align-items: flex-start !important;
}
.story-process-bottom-spacer {
  margin-top: 20px !important;
  margin-bottom: -40px;
}

/*********************  $$$$$$$$$      STORY - Our Home     $$$$$$$$$  **********************/
.story-ourhome-header {
  margin: 27px 0 0;
  font-size: 22px; 
  line-height: 30px;
}
.story-ourhome-container {
  margin-top: 27px;
  padding-left: 39px;
  padding-right: 39px;
  display: block; 
  text-align: center;
}
.story-ourhome-sides {
  display: block;
  justify-content: center;
  align-items: center;
  height: auto;
}
.story-ourhome-copy {
  text-align: center;
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 24px;
}
.story-ourhome-retail {
  margin-top: 54px;
  width: 100%;
  height: 200px;
  background-color: #626262;
}
.story-ourhome-largeretail {
  margin-top: 46px;
  width: 100%;
  height: 200px;
  background-color: #626262;
}
.story-ourhome-home {
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 0 0 0;
}

/*********************  $$$$$$$$$      STORY - About Us     $$$$$$$$$  **********************/
.story-aboutus-notvisible {
  margin-top: -10px;
}
.story-aboutus {
  margin-top: 0px;
}
.story-aboutus-2ndlevelmenu-container {
  margin-top: 74px;
  margin-left: -45px;
  margin-right: -45px;
  height: 50px;
  padding: 10px 0 0px;
}
.story-aboutus-banner {
  margin: 0px -12% 0;
  height: 62vh;
  background-image: url('/cdn/shop/files/OurStory-Mobile-Hero.jpg?v=1674373458'); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.story-aboutus-header {
  margin: 110px -5% 0;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  letter-spacing: 1px !important;
  font-size: 42px !important; 
  line-height: 45px;
}
.story-aboutus-intro {
  margin: 48px 0px 0px;
  padding: 0 0px 0px;
  text-align: center;
  font-family: acumin-pro; 
  font-size: 16px; 
  line-height: 24px;
}
.story-aboutus-container {
  margin: 44px 0px 0px 0px !important;
  display: block; 
  text-align: left;
}
.story-aboutus-sides {
  display: block;
  justify-content: center;
  align-items: center;
}
.story-aboutus-spacer {
  margin-top: 130px;
}
.story-aboutus-title {
  margin-top: 36px;
  padding: 0 0 0;
  font-family: minion-pro-condensed-display; 
  font-size: 30px;
  weight: 600;
  line-height: 42px; 
  color: #000;
}
.story-aboutus-subtitle {
  margin: 7px 0 0;
  padding: 0 0 0;
  font-family: ibm-plex-mono; 
  font-size: 13px;
  weight: 600;
  line-height: 17px; 
  color: #000;
}
.story-aboutus-copy {
  margin-top: 17px;
  padding: 0 0 0;
  font-family: acumin-pro; 
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.story-aboutus-video {
  margin: 175px 200px 0px;
  text-align: center;
}

/*********************  $$$$$$$$$   STORY - Responsibility  $$$$$$$$$  **********************/
.story-responsibility {
  margin: 0px -15px 0px;
}
.story-responsibility-header {
  margin: 110px -5% 0;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  letter-spacing: 1px !important;
  font-size: 42px !important; 
  line-height: 45px;
}
.story-responsibility-container {
  margin: 30px 0 0 !important;
}
.story-responsibility-cycledblack-container {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}
.story-responsibility-container-1 {
  margin: 40px 0px 0 !important;
  display: flex; 
  flex-direction: column;
  text-align: center;
}
#a { order: 2; }
#b { order: 1; }
.story-responsibility-cycledblack-container-2 {
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
}
.story-responsibility-sides {
  display: flex;
  justify-content: center;
  align-items: center;
}
.story-responsibility-spacer {
  margin-top: 130px;
}
.story-responsibility-title {
  padding: 0 0 0;
  font-family: minion-pro-condensed-display; 
  font-size: 43px;
  weight: 600;
  line-height: 51px; 
  color: #000;
}
.story-responsibility-subtitle {
  margin: 22px 0 0;
  padding: 0 0 0;
  font-family: ibm-plex-mono; 
  font-size: 16px;
  weight: 600;
  line-height: 20px; 
  color: #000;
}
.story-responsibility-copy {
  margin: 30px 10px 0px;
  padding: 0 0 0;
  font-family: acumin-pro; 
  font-size: 20px;
  line-height: 25px;
  color: #000;
}
.story-responsibility-button {
  margin-top: 150px;
  padding: 20px 80px 20px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 255px; 
  height: 55px; 
  font-family: ibm-plex-mono;
  font-size: 15px; 
  font-weight: 400 !important;
  line-height: 50px;
  background-color: #FFF;
  color: #000;
  cursor: pointer;
}
.story-responsibility-copy-spacer {
  margin-bottom: 40px;
}
.story-responsibility-button:hover {
  background-color: #000;
  color: #fff
}
.story-responsibility-marquee-container {
  margin: 30px -5% 0px !important;
}
.story-responsibility-marquee {
  bgcolor: #FFF;
  height: 66px;
  font-size: 45px;
  font-family: minion-pro-condensed-display;
  line-height: 51px;
  color: #000;
}
.branding-collection-container {
  margin: 60px 4% 160px 5%;
}
.responsibility-collection-hero-container {
  background-color: #F4F4F4;
  height: 200px !important;
}
.responsibility-hero-image {
  margin-top: 10%;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
.nav-left-branding {
  margin: -260px -20px 0px;
  width: 20px;
  text-align: left;
}
.nav-right-branding {
  margin-top: -38px;
  margin-left: 100%;
  width: 20px;
}
.dropdown {
    position: relative;
    top: 57px;
    left: -10%;
    border-top: 1px solid #626262;
    border-bottom: 1px solid #626262;
    margin-top: 15px;
    width: 120%;
    height: 50px;
    font-family: acumin-pro;
    color: #000 !important;
    z-index: 9999999;
}
.dropdown::before {
    content: url("/cdn/shop/files/Accordion-Down-Arrow.svg?v=1628572738") !important;
    transform: scale(.8);
    position: absolute;
    top: 15px;
    left: 22%;
    z-index: 1000;
    width: 16px;
    height: 16px;
    pointer-events: none;
}
.dropdown.active2::before {
    margin-top: 5px;
    content: url("/cdn/shop/files/Accordion-Down-Arrow.svg?v=1628572738") !important;
    transform: scale(.8) scaleY(-1);
}
.dropdown input {
    position: absolute;
    top: 0;
    left: 32%;
	text-align: center;
    width: 70%;
    height: 100%;
    cursor: pointer;
    background: #fff;
    font-family: ibm-plex-mono;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000 !important;
    border: none;
    outline: none;
    padding: 12px 20px;
}
.dropdown-spacer-1 {
  margin-left: 13px;
}
.dropdown-spacer-2 {
  margin-left: 18px;
}
.dropdown-spacer-3 {
  margin-left: -5px;
}
.dropdown-spacer-4 {
  margin-left: -15px;
}
.dropdown .options {
    position: absolute;
    top: 40px;
    width: 100%;
	text-align: center;
	font-size: 20px;
    letter-spacing: 0px;
	color: #ADADAD;
    background: #fff;
    border-bottom: 1px solid #626262;
    overflow: hidden;
    display: none;
}
.dropdown.active2 .options {
    display: block;
}
.dropdown .options div {
    padding: 12px 20px;
    cursor: pointer;
}
.dropdown .options div:hover {
    color: #000;
}
.marquee {
    height: 70px;
    font-size: 62px;
    line-height: 62px;
}
.story-responsibility-bioacetate-container {
  margin: 260px -6% 0 !important;
}
.story-responsibility-bioacetate-container-2 {
  margin: 60px auto 0px;
  display: block; 
}
.story-responsibility-bioacetate-stacked {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 30px; 
}
.story-responsibility-bioacetate-subcontainer {
  margin: 100px auto 0px;
  width: 100%;
  height: 120%;
  display: grid; 
  grid-template-rows: 25% 25% 35% 15%; 
  grid-gap: 0px;
  color: #FFF !important;
  text-align: center;
  font-family: ibm-plex-mono; 
  font-size: 10px;
  font-weight: 400 !important;
  line-height: 20px;
}
.bioacetate-color-1 {
  padding: 15% 20% 0%;
  background-color: #A6A8AB;
  border: 3px solid #000;
}
.bioacetate-color-2 {
  padding: 25% 18% 0%;
  background-color: #58595B;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
.bioacetate-color-3 {
  padding: 25% 20% 0%;
  background-color: #0CAE61;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
.bioacetate-color-4 {
  padding: 40% 27% 0%;
  background-color: #004B23;
  border: 3px solid #000;
}
.bioacetate-color-5 {
  padding: 10% 5% 0%;
  color: #000;
  font-size: 12px !important;
}
.story-responsibility-bioacetate-spacer-1 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.story-responsibility-bioacetate-container-3 {
  margin: 230px auto 0px;
  text-align: center;
}
.story-responsibility-bioacetate-progression {
  margin: 40px auto 0px;
  text-align: center;
  width: 100%;
  font-family: ibm-plex-mono; 
  font-size: 16px;
  line-height: 18px;
}
.story-responsibility-bioacetate-progression-1 {
  margin: -845px auto 0px;
}
.story-responsibility-bioacetate-progression-2 {
  margin: 260px auto 0px;
}
.story-responsibility-bioacetate-progression-3 {
  margin: 290px auto 0px;
}
.story-responsibility-bioacetate-progression-4 {
  margin: 210px auto 0px;
}
.story-responsibility-bioacetate-container-4 {
  margin: 100px 0px 0px;
  display: block; 
}
.story-responsibility-bioacetate-spacer-2 {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.story-responsibility-bioacetate-container-5 {
  margin: 250px auto 0px;
  width: 100%;
  display: block; 
}
.story-responsibility-bioacetate-spacer-3 {
  margin-top: 0px;
  text-align: center;
}
/*********************  $$$$$$$$   END: STORY - Responsibility  $$$$$$$  **********************/
  
/*********  $$$$$$$$$      PRODUCT DETAILS - FEATURES: Bootstrap Accordion     $$$$$$$$$  **********/
.features-panel-group{
  margin:23px;
  background-color: #fff !impor;
}
.features-panel{  
  border:none;
  box-shadow:none;
}
.features-panel-title {
  margin-top: 30px;
  position: relative;
}  
.features-panel-body {
  background-color: #fff !important; 
  color: #000 !important;
}
.features-panel-title::after {
  content: url("/cdn/shop/files/iconmonstr-arrow-down-thin.svg?v=1620695935") !important;
}
.features-panel-title[aria-expanded="true"]::after {
  content: url("/cdn/shop/files/iconmonstr-arrow-down-thin.svg?v=1620695935") !important;
  transform: rotate(180deg);
}
.features-panel-heading{
  padding:0;
  border-bottom: 0px solid #fff !important;
}
.features-panel-default {
  border-bottom: 1px solid #000 !important;
}
.features-panel-default > .features-panel-heading {
  height: 42px;
  background-color: #fff !important;
  color: #000 !important;
  border-bottom: 0px solid #fff !important;
}
.features-panel-collapse > .panel-body {
  color: #000;
}
.features-panel-heading-full.panel-heading {
  padding: 0;
}
.features-panel-heading-full .panel-title {
  padding: 10px 15px;
}
.features-panel-heading-full .panel-title::after {
  top: 10px;
  right: 15px;
}
  
/******************  $$$$$$$$$      FOOTER: Bootstrap Accordion     $$$$$$$$$  *******************/
.panel-group{
    margin:23px;
}
.panel{  
  border:none;
  box-shadow:none;
}
.panel-title {
  margin-top: 30px;
  position: relative;
  font-family: minion-pro-condensed-display !important; 
  font-size: 24px;
}  
.panel-title::after {
  content: url("/cdn/shop/files/White-Arrow.svg?v=1619821415");
}
.panel-title[aria-expanded="true"]::after {
  content: url("/cdn/shop/files/White-Arrow.svg?v=1619821415");
  transform: rotate(180deg);
}
.panel-heading{
  padding:0;
  border-bottom: 1px solid #828282 !important;
}
.panel-default > .panel-heading {
  height: 42px;
  background-color: #262626;
  color: #FFF;
  border-color: #FFF !important;
}
.panel-collapse > .panel-body {
  background-color: #262626;
  color: #FFF;
}
.panel-heading-full.panel-heading {
  padding: 0;
}
.panel-heading-full .panel-title {
  padding: 10px 15px;
}
.panel-heading-full .panel-title::after {
  top: 10px;
  right: 15px;
}

/*********************  $$$$$$$$$$$$$      404 PAGE     $$$$$$$$$$$$$$  ***********************/
.fourofour-banner {
  height: 160px; 
  width: 120%; 
  margin-top: 30px;
  margin-left: -35px; 
}
.fourofour-banner-title {
  font-size: 43px; 
  line-height: 160px;
  margin-top: 20px;
  margin-left: 0;
}
.fourofour-title {
  margin-top: 60px; 
  font-family: acumin-pro; 
  font-size: 20px;
}
.fourofour-copy {
  font-family: acumin-pro; 
  font-size: 16px; 
  width: 100%; 
  margin: 30px 23px 0px 0px;
}
.fourofour-button-container {
  margin: 47px 0px -20px;
}
.fourofour-button {
  margin-top: 0px;
  margin-bottom: 40px;
  width: 251px; 
  height: 51px; 
  font-size: 14px;
  font-weight: 400 !important;
}
.fourofour-button:hover {
  background-color: #000 !important;
  color: #FFF !important;
}
/*********************  $$$$$$$$$$$      END: 404 PAGE     $$$$$$$$$$$  ***********************/
  
/*********************  $$$$$$$$$$$  BLOG PAGE COMPONENTS  $$$$$$$$$$$  ***********************/
.blog-hideme {
  display: block;
  margin-top: 30px;
  margin-bottom: 90px !important;
  border-top: 1px solid #bbb;
  padding-bottom: 40px;
}
.blog-page-title {
  margin-top: 98px;
  padding-top: 36px;
  border-top: 1px solid #000;
  font-size: 43px; 
  text-align: center; 
  line-height: 45px; 
}
.blog-2ndlevelmenu-container {
  display: none;
}
.blog-2ndlevelmenu-container-m {
  margin: 30px 10% 0px;
  display: block;
  outline: 0px;
  text-align: center;
  font-family: ibm-plex-mono;  
  font-size: 17px;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 33px;
}
.blog-2ndlevelmenu-titles {
  cursor: pointer;
  font-family: ibm-plex-mono;  
  font-size: 17px;
  line-height: 17px;
  color: #ADADAD;
}
.blog-2ndlevelmenu-titles:hover {
  color: #000;
}
.blog-d1-hero-container {
  margin: 0 0px 0px;
  display: block; 
}
.blog-d1-hero-image {
  width: 100% 
  border-radius: 10px;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}
.blog-d1-hero-title {
  background-color: #fff;
  margin-top: 30px;
  padding: 0px 0px 0px;
  font-family: minion-pro-condensed-display; 
  font-size: 30px; 
  font-weight: 600;
  color: #000; 
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
.blog-d1-hero-postdate {
  margin-top: 12px;
  padding: 0px 0px 0px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
.blog-d1-hero-copy {
  margin-top: 26px;
  padding: 0px 25px 0px;
  font-size: 16px; 
  line-height: 20px;
  text-align: center;
}
.blog-d1-hero-cta {
  margin: 20px auto 0px;
  width: 189px; 
  height: 58px;
  font-size: 16px !important;
  line-height: 53px;
  text-align: center;
  cursor: pointer;
}
.blog-d1-main-container {
  margin: -60px 40px 0px !important;
  display: block; 
}
.blog-d1-container {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  height: 100% !important;
  width: 100%
}
.blog-d1-title {
  margin-top: 0px;
  padding: 30px 25px 0px;
  font-size: 30px; 
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.blog-d1-postdate {
  margin-top: 16px;
  padding: 0px 25px 0px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.blog-d1-copy {
  margin-top: 16px;
  padding: 0px 25px 0px;
  font-size: 16px; 
  line-height: 20px;
  text-align: center;
}
.blog-d1-cta {
  margin: 20px auto 30px;
  width: 157px; 
  height: 48px;
  font-size: 14px !important;
  line-height: 45px;
  text-align: center;
}
.blog-d2-header {
  margin: 170px auto 0px;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 40px; 
  font-weight: 600;
  color: #000; 
  line-height: 45px;
}
.blog-d2-postdate {
  margin-top: 30px;
  text-align: center;
  font-family: ibm-plex-mono;  
  font-size: 22px;
  line-height: 22px;
  color: #BDBDBD;
  text-transform: uppercase;
}
.blog-d2-header-divider {
  margin: 40px 20px 0px;
  height: 1px;
  border-top: 1px solid #BDBDBD;
}
.blog-d2-main-container {
  margin-top: 40px;
  width: 102%; 
  margin-left: -1%;
}
.blog-d2-exerpt {
  margin: 30px 20px 40px;
  font-family: acumin-pro; 
  font-size: 22px; 
  color: #000;
  line-height: 25px;
  text-align: center;
} 
.blog-d2-hero-image {
  margin: 0px -12% 0px;
  width: 124%; 
}
.blog-d2-author {
  margin-top: 30px;
  margin-left: 87px;
  float: left;
  font-family: ibm-plex-mono;  
  font-size: 20px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
}
.blog-d2-share {
  margin-top: 5px;
  margin-right: 87px;
  float: right;
  font-family: ibm-plex-mono;  
  font-size: 20px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
}
.blog-d2-article {
  margin: 40px 0px 0px;
  font-family: acumin-pro; 
  font-size: 16px; 
  color: #000;
  line-height: 18px;
  max-width: 100%;
  text-align: center;
} 
.blog-d3-row {
  margin: 93px -30px 0px !important;
  display: block; 
}
.blog-d3-lefty, .blog-d3-righty {
  display: block;
  height: 100%;
}
.blog-d3-copy-container-left, .blog-d3-copy-container-right {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.blog-d3-copy-header {
  margin: -20px 30px 0px;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 35px; 
  font-weight: 600;
  color: #000; 
  line-height: 37px;
}
.blog-d3-copy-title {
  margin: 30px 0px 0px;
  font-size: 18px; 
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.blog-d3-copy {
  margin: 22px 39px 0px;
  font-size: 16px; 
  line-height: 24px;
  text-align: center;
}
.blog-d3-cta {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  width: 157px; 
  height: 48px;
  font-size: 14px !important;
  line-height: 46px;
}
.blog-d3-photo-right {
  margin-right: 0px;
}
.blog-d3-photos-all {
  margin: 54px 39px 0px;
  max-width: 80% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}
.blog-d3-division {
  margin-top: 37px !important;
  margin-left: -20px !important;
  margin-right: -20px !important;
  height: 1px;
  border-bottom: 1px solid #000;
  width: 110%;
}
.blog-d3-quote {
  margin: 37px 30px 0px;
  font-size: 40px; 
  line-height: 42px;
}
.blog-d3-photo-left {
  margin-right: 0px;
}
.blog-d3-copy-right {
  margin: 24px 0px 0px;
  font-family: acumin-pro; 
  font-size: 20px; 
  color: #000;
  line-height: 20px;
  text-align: left;
}
.blog-d3-solophoto-right {
  margin-top: 22px;
  margin-left: 13px;
  margin-right: 20px;
  text-align: center;
  width: 93%;
}
.blog-d3-photo-left-2 {
  margin-right: 0px;
}
.blog-d3-picks-container {
  margin-top: 60px;
  margin-left: 0px;
  margin-bottom: 40px;
  width: 100%;
}
.blog-d3-picks-header {
  margin-top: -20px;
  margin-bottom: 10px;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 50px; 
  font-weight: 600;
  color: #000; 
  line-height: 50px;
}
.blog-d3-reverse {
  margin: 93px -30px 0px !important;
  display: flex !important;
  flex-flow: column-reverse !important ;
}
.blog-d3-otherentries-title {
  margin: 39px 25% 100px;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 30px; 
  font-weight: 600;
  color: #000; 
  line-height: 35px;
}
.blog-hero-container {
  background-color: #F4F4F4;
  height: 200px !important;
}
.pagination {
  text-align: center;
  margin: 0px 0 !important;
}
/*********************  $$$$$$$$$$  END: BLOG PAGE COMPONENTS  $$$$$$$$$$  ********************/

/*********************  $$$$$$$$$$   STORE LOCATOR COMPONENTS  $$$$$$$$$$  ********************/
.header_html {
  margin: -10px -10% 0px;
  border-top: 1px solid #000;
}
.stores-locator__pages {
  display: none;
}
.search_bar {
  margin: 40px -30px 0px;
  background-color: #fff !important;
}
  
.main_search_label {
  display: none !important;
}
#address_search {
  width: 100%;
  height: 45px;
  border-radius: 10px;
}
.search_within_distance {
  margin-left: 0px !important;
  float: left;
}
.distance_label {
  display: none !important;
}
#within_distance {
  width: 145px;
  height: 45px;
  border-radius: 10px;
}
.search_limit {
  margin-left: 0px !important;
  float: right;
}
.search_limit_label {
  display: none !important;
}
#limit {
  width: 145px;
  height: 45px;
  border-radius: 10px;
}
.search_filter {
  display: inline-block;
  vertical-align: top;
}

body .search_filter input[type="checkbox"] {
  left: -999em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: auto;
  visibility: hidden;
}

body .search_filter input[type="checkbox"]+label {
  clear: left;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 12px;
  letter-spacing: 0.05rem;
  line-height: 12px;
  padding-left: 25px;
  position: relative;
  color: #000;
  font-family: acumin-pro;
}

body .search_filter input[type="checkbox"]+label:before {
  background-color: #fff;
  border: 1px solid #000;
  content: "";
  display: block;
  height: 15px;
  width: 15px !important;
  left: 0;
  position: absolute;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 20px;
}

body .search_filter input[type="checkbox"]:checked+label:after {
  color: #f5ba46;
  content: "\2B57";
  font-family: "Icons";
  font-size: 13px;
  font-weight: bold;
  left: 1px;
  position: absolute;
  top: 2px;
}

#col-main .search_bar button {
  background: #f5ba46;
  width: 100%;
  margin-top: 25px;
  border: 1px solid #000;
  border-radius: 50px;
  margin-left: 0;
  box-shadow: none;
  text-shadow: none;
  height: 51px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.01rem;
  line-height: 1.23529;
  text-align: center;
  font-weight: 500;
  padding: 17px 13px 14px;
  font-family: ibm-plex-mono;
  text-transform: uppercase;
  color: #000;
}

.container2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*********************  $$$$$$$$  END: STORE LOCATOR COMPONENTS  $$$$$$$$  ********************/

/*********************  $$$$$$$$        CAREERS COMPONENTS       $$$$$$$$  ********************/
.careers-banner {
  height: 162px; 
}
.careers-banner-title {
  margin-top: 100px;
  font-size: 43px !important;
  line-height: 45px;
}
.careers-mission {
  margin: 29px 0px 0px;
  font-size: 16px; 
  line-height: 24px;
}
.careers-header {
  margin-top: 32px;
  padding-bottom: 30px;
  font-size: 30px; 
  line-height: 30px;
}
.careers-container {
  margin: 33px 0px 0px;
  display: block; 
  text-align: left;
}
.careers-accordion-container {
  margin-top: 7px;
  margin-bottom: 172px;
}
.careers-accordion {
  border-bottom: 1px solid #ADADAD;
  height: 160px;
  font-size: 18px; 
  line-height: 20px; 
}
.active, .careers-accordion:hover {
  background-color: none;
}
.careers-accordion:after {
  content: '\02C5';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.careers-location {
  float: left;
  margin-top: 5px;
  font-family: acumin-pro; 
  font-size: 18px; 
  font-weight: 400;
  color: #000;
  line-height: 20px;
}
.careers-time {
  margin-top: 10px;
  margin-left: 0px;
  border-radius: 7px; 
  width: 120px; 
  height: 25px; 
  font-size: 14px; 
  line-height: 21px;
}
.careers-panel {
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 0;
  width: 100%;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.careers-details-line {
  width: 100%;
  display: grid; 
  grid-template-columns: 90px 1fr; 
  grid-gap: 0px; 
}
.careers-details-titles {
  margin-bottom: 10px !important;
  font-family: acumin-pro; 
  font-size: 18px; 
  weight: 600;
  color: #000; 
}
.careers-details-copy {
  margin-left: 50px !important;
  font-family: acumin-pro; 
  font-size: 18px; 
  weight: 400;
  color: #000; 
}
.careers-details-copy-2 {
  margin-top: 25px !important;
  margin-bottom: 50px !important;
  font-family: acumin-pro; 
  font-size: 18px; 
  weight: 400;
  color: #000; 
}
.careers-details-copy-3 {
  margin-top: 25px !important;
  padding-left: 0px !important;
  margin-bottom: 50px !important;
  font-size: 18px; 
}
.careers-apply-button {
  margin-top: 41px;
  width: 192px; 
  height: 37px;
  font-size: 14px !important;
  line-height: 37px;
}
.careers-details-spacing {
  margin-top: 35px !important;
  margin-bottom: 25px !important;
}
/*********************  $$$$$$$$     END: CAREERS COMPONENTS     $$$$$$$$  ********************/

.main-header-border {
  margin-top: 38px;
  margin-left: -5%;
  margin-right: -5%;
  width: 110%;
  border-bottom: 1px solid #000;
}
.main-breadcrumbs {
  margin-left: 0px;
  text-align: center;
}

/*********************  $$$$$$$$  FRONTLINE-PROGRAM COMPONENTS   $$$$$$$$  ********************/
.frontlineprogram-banner {
  margin: -10px -15% 0;
  height: 162px;
}
.frontlineprogram-banner-title {
  margin: 40px 20% 0px;
  font-size: 43px !important;
  line-height: 45px;
}
.frontlineprogram-container {
  margin: 27px 0px 0px;
  font-family: acumin-pro; 
  font-size: 20px; 
  weight: 400;
  color: #000;
  text-align: center;
}
.frontlineprogram-register-button {
  margin: 30px auto 0px;
  width: 80%; 
  height: 48px; 
  font-size: 12px;
  line-height: 43px;
}
.frontlineprogram-faq-header {
  margin-top: 80px;
  font-family: minion-pro-condensed-display; 
  font-size: 40px;
  color: #000;
  line-height: 40px;
  text-align: center;
  margin-bottom: -140px;
}
.frontlineprogram-accordion-container {
  width: 110%;
  margin-top: 200px;
  margin-left: -5%;
  margin-bottom: 68px;
}
.frontlineprogram-accordion {
  margin-left: 0px;
  background-color: #FFF;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #626262;
  height: 59px;
  font-family: acumin-pro; 
  font-size: 14px; 
  weight: 600;
  line-height: 18px; 
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.frontlineprogram-accordion2 {
  margin-left: 0px;
  background-color: #FFF;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #626262;
  height: 70px;
  font-family: acumin-pro; 
  font-size: 18px; 
  weight: 600;
  line-height: 30px; 
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.active, .frontlineprogram-accordion:hover {
  background-color: none;
}
.frontlineprogram-accordion:after {
  content: url("/cdn/shop/files/Accordion-Down-Arrow.svg?v=1628572738") !important;
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: url("/cdn/shop/files/Accordion-Down-Arrow.svg?v=1628572738") !important;
  transform: scaleY(-1);
}
.active, .frontlineprogram-accordion2:hover {
  background-color: none;
}
.frontlineprogram-accordion2:after {
  content: url("/cdn/shop/files/Accordion-Down-Arrow.svg?v=1628572738") !important;
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.frontlineprogram-panel {
  margin-left: 0px;
  text-align: left;
  margin-bottom: 0px;
  padding: 0 0px;
  width: 100%;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/*********************  $$$$$$  END: FRONTLINE-PROGRAM COMPONENTS  $$$$$$  ********************/

/*********************  $$$$$$$$$$$$  LOOKBOOK COMPONENTS  $$$$$$$$$$$$$$  ********************/
.lookbook-showme {
  display: none;
}
.lookbook-hideme {
  display: block;
}
.lookbook-banner {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}
.lookbook-banner-title {
  margin-top: 8%;
  margin-left: 8%;
  font-family: minion-pro-condensed-display !important; 
  font-size: 80px !important;
  color: #000;
  line-height: 90px;
  text-align: left;
  width: 500px;
  height: 200px;
}
.lookbook-line {
  margin: 19px 0 0px;
  display: block; 
}
.lookbook-line-0 {
  margin: 80px auto 340px;
}
.lookbook-line-1 {
  margin: 20px auto 0px;  
}
.lookbook-line-2 {
  margin: 150px -8% 0px;
  display: grid; 
  grid-template-columns: 60% 40%; 
  grid-gap: 0px;
}
.lookbook-line-3 {
  margin: 150px -8% 0px;
  display: grid; 
  grid-template-columns: 40% 60%; 
  grid-gap: 0px;
}
.lookbook-line-4 {
  margin: 26px auto 350px;  
}
.lookbook-line-5 {
  margin: 80px auto -80px;  
}
.lookbook-line-6 {
  margin: -250px auto 0px;
}
.lookbook-line-7 {
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0px;
}
.lookbook-line-8 {
  margin: 130px -35px 230px -30px !important;
  display: block;
}
.lookbook-line-9 {
  margin-top: 230px !important;
  margin-bottom: 280px !important;
}
.lookbook-copy-title {
  margin-left: auto;
  margin: 0 auto 0;
  font-family: ibm-plex-mono; !important; 
  font-size: 21px !important;
  color: #000;
  line-height: 28px;
  text-align: center;
}
.lookbook-copy {
  margin-top: 22px;
  margin-left: 0;
  margin: 22px auto 0;
  font-family: acumin-pro; !important; 
  font-size: 18px !important;
  color: #000;
  line-height: 28px;
  text-align: center;
}
.lookbook-copy-cta {
  margin: 30px auto 60px;
  background-color: #FFFFFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 260px; 
  height: 50px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 17px;
  font-weight: 400 !important;
  line-height: 45px;
  text-align: center;
}
.lookbook-l1-left {
  margin-left: auto;
  margin: 0 auto 0;
  padding: 0;
}
.lookbook-l1-right {
  margin-right: 0;
  background-image: url("/cdn/shop/files/SS22-Lookbook-IMG-20.jpg?v=1647368800");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.lookbook-l2 {
  margin: 0px -8% 0px;
}
.lookbook-l2-left {
  margin-left: 0px;
  padding: 10px 0 0;
}
.lookbook-l2-right {
  margin-top: 27px;
  margin-right: 0px;
  padding: 0px;
}
.lookbook-l3 {
  margin: -200px -10% 0;
  padding: 0 0 0;
}
.lookbook-l3-left {
  margin: 5% -5% 0%;
  padding: 15%;
}
.lookbook-l3-right {
  margin: 20% -5% 50%;
  padding: 15%;
}
.lookbook-l4 {
  margin-top: -33%;
  padding: 5% 15% 5%;
}
.lookbook-l4-left {
  padding: 5% 20% 0%;
}
.lookbook-l4-right {
  padding: 36px 0% 0 0%;
}
.lookbook-l5 {
  margin: 40px -10% 0;
  padding: 0 0 0;
}
.lookbook-l5-left {
  margin-left: -5%;
  padding: 0 5% 5% 0%;
}
.lookbook-l5-right {
  margin-right: -5%;
  height: 100%;
  padding: 0 0 0;
}
.lookbook-l6-left {
  margin-top: 50px;
  margin-left: -5%;
  width: 80%;
  z-index: 3;
}
.lookbook-l6-right {
  position: relative;
  float: right;
  margin-top: -30%;
  margin-right: -5%;
  width: 80%;
  z-index: 5;
}
.lookbook-l7 {
  width: 100%;
  padding: 0 15% 0;
  max-height: 836px;
}
.lookbook-l7-left {
  margin-left: 0;
  margin: 0 -20% 0 -10%;
  width: 120%;
}
.lookbook-l7-right {
  margin-top: 30px;
  margin-right: -10%;
  margin-left: -10%;
  width: 120%;
  float: none;
  background-image: none;
  background-position: none;
  background-repeat: no-repeat;
  background-size: cover;
  height: 610px;
  max-height: 610px;
}
.lookbook-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 180px !important;
}
.lookbook-hero-image {
  margin-top: 0px !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
/*********************  $$$$$$$$$  END: LOOKBOOK COMPONENTS  $$$$$$$$$$$$  ********************/
  
/*********************  $$$$$$$$$  LANDING PAGE COMPONENTS  $$$$$$$$$$$$$  ********************/
.landing-pages-container {
  background-color: #EEDFC6;
  margin-top: 40px;
  margin-left: -10%; 
  margin-right: -10%;
  margin-bottom: -75px;
}
.landing-pages-showme {
  display: none;
}
.landing-pages-hideme {
  display: block;
}
.landing-pages-banner {
	max-width: 100vw;
	position: relative;
	width: 100vw;
}
.landing-pages-line {
  margin: 20px 0px 0px;
  display: block; 
}
.landing-pages-line-0 {
  margin: 208px auto 340px;
  padding-left: 60px;
  padding-right: 30px;
}
.landing-pages-line-1 {
  margin: 200px 13px 60px -50px !important; 
  width: 98%;
}
.landing-pages-line-8 {
  display: block; 
  margin: 60px auto 0px !important;
  width: 90%;
}
.landing-pages-line-9 {
  margin: 60px 0px 0px;
  background-image: url("/cdn/shop/files/Mobile-Zafrique-LandingPage-Pattern.png?v=1680044411");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  width: 103%;
}
.landing-pages-copy {
  position: relative;
  top: 0;
  transform: none;
  margin-left: 27px;
  font-size: 26px !important;
  line-height: 32px;
}
.landing-pages-copy-cta {
  margin: 62px 140px 60px;
  background-color: #FFFFFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 260px; 
  height: 50px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 17px;
  font-weight: 600 !important;
  line-height: 45px;
  text-align: center;
}
.landing-pages-l1-left {
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 10%;
}
.landing-pages-l1-right {
  margin: 60px 30px 0px 30px;
}
.landing-pages-video {
  height: 910px;
}
.landing-pages-height--full.video-container, .height--full .rimage-outer-wrapper, .height--full .placeholder-image {
  height: 100px;
}
.landing-collection-title {
  margin-top: -40px;
  text-transform: uppercase;
  font-family: acumin-pro-extra-condensed; 
  font-size: 16px; 
  letter-spacing: .16pt;
  font-weight: 600; 
  color: #CB3835;
  padding-bottom: 8px;
  line-height: 21px;
}
.landing-pages-l2 {
  margin: 0px 0px 60px -10px;
  width: 102vw !important;
  text-align: center;
}
.landing-pages-l2-left {
  margin-left: 200px;
  padding: 20px 60px 0;
}
.landing-pages-l2-right {
  margin-top: 320px;
  margin-right: 120px;
  padding: 60px;
}
.landing-pages-l3 {
  margin: 0 auto 0;
  padding: 0 15% 0;
}
.landing-pages-l3-left {
  margin: 20px 23px 0px !important;
  font-size: 25px; 
  font-weight: 700;
  line-height: 52px;
}
.landing-pages-l3-right {
  margin: 35px 23px 0px;
  font-size: 26px; 
  line-height: 32px;
}
.landing-pages-l4 {
  margin: 0px 0px 0px;
}
.landing-pages-l4-left {
  padding: 20% 30% 0% 37%;
}
.landing-pages-l4-right {
  padding: 0 25% 0 10%;
}
.landing-pages-l5 {
  margin: 0 -30px -40px 80px !important;
}
.landing-pages-l5-left {
  margin-left: -5%;
  padding: 0 5% 5% 0%;
}
.landing-pages-l5-right {
  margin-right: -5%;
  height: 100%;
  padding: 0 0 0;
}
.landing-pages-l6-left {
  margin-left: 85px;
  width: 55%;
  z-index: 3;
}
.landing-pages-l6-right {
  position: relative;
  float: right;
  margin-top: -20%;
  margin-right: 85px;
  width: 55%;
  z-index: 5;
}
.landing-pages-l7 {
  width: 100%;
  padding: 0 15% 0;
  max-height: 836px;
}
.landing-pages-l7-left {
  margin-left: -1%;
  width: 58%;
}
.landing-pages-l7-right {
  margin-top: -820px;
  margin-right: -2%;
  width: 38%;
  float: right;
  background-image: url("/cdn/shop/files/SS22-Lookbook-IMG-12.jpg?v=1647454999");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 820px;
  max-height: 820px;
}
.landing-pages-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 190px !important;
  border: 1.5px solid #CB3835;
}
.landing-pages-hero-image {
  margin-top: 10px !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
.landing-pages-filler {
  margin-bottom: 80px !important;
}
.nav-left-zafrique {
  margin: -180px -20px 0px;
  width: 20px;
  text-align: left;
}
.nav-right-zafrique {
  margin-top: -25px;
  margin-left: 100%;
  width: 20px;
}
/*********************  $$$$$$$  END: LANDING PAGE COMPONENTS  $$$$$$$$$$  ********************/

/*********************  $$$$$$$$$$  SHOP BY  COMPONENTS  $$$$$$$$$$$$  ********************/
.shopby-banner {
  margin: 20px -11.5% 0 !important;
  height: 162px; 
  border-top: 1px solid #000;
}
.shopby-banner-title {
  margin-top: 60px;
  font-size: 43px !important;
  line-height: 50px;
}
.shopby-breadcrumbs {
  text-align: center;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 12px !important; 
  line-height: 20px;
}
.shopby-header {
  margin: 50px auto 0px;
  font-size: 30px; 
}
.shopby-header-copy {
  margin: 20px 23px 20px;
  font-size: 16px; 
  line-height: 24px;
  text-align: center;
}
.shopby-line {
  margin: 0px -8% 0px;
  display: block; 
}
.shopby-l1-round, .shopby-l1-square, .shopby-l1-diamond, .shopby-l1-heart {
  height: 470px;
}
.shopby-l1-left {
  margin: 46px 39px 0px;
}
.shopby-title-2 {
  margin-top: 50px;
  font-size: 30px !important;
  line-height: 32px;
  text-align: center;
  z-index: 999;
}
.shopby-copy-2 {
  margin: 30px 23px 0px;
  font-size: 16px; 
  line-height: 20px;
  text-align: center;
  z-index: 999;
}
.shopby-fitting {
  margin: -20px 0px -50px;
  text-align: center;
  z-index: 19;
}
.shopby-collection-header {
  margin: 41px 39px 0px;
  font-size: 30px !important;
  line-height: 30px;
  text-align: center;
}
.shopby-collection-copy {
  margin: 10px 39px 0px;
  font-size: 16px; 
  line-height: 18px;
  text-align: center;
}
.shopby-collection-header-left {
  margin-top: 72px;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 30px !important;
  line-height: 32px;
  text-align: center;
}
.shopby-collection-copy-left {
  margin-top: 10px;
  margin-left: -30px;
  margin-right: -30px;
  font-size: 16px; 
  line-height: 18px;
  text-align: center;
}
.shopby-button {
  margin: 25px auto 120px;
  background-color: #D3D3D3 !important;
  width: 160px; 
  height: 37px; 
  font-size: 14px;
  line-height: 32px;
}
.shopby-button:hover {
  background-color: #000!important;
  color: #fff !important;
}
.shopby-button-left {
  margin: 25px auto 120px;
  background-color: #D3D3D3 !important;
  width: 160px; 
  height: 37px; 
  font-size: 14px;
  line-height: 32px;
}
.shopby-button-left:hover {
  background-color: #000!important;
  color: #fff !important;
}
.shopby-collections-right {
  margin-left: 20px;
}
.shopby-collection-selections-right {
  margin-top: 0px;
  margin-left: 23px;
  width: 87%;
}
.shopby-collection-selections-left {
  margin-top: -80px;
  margin-left: -40px;
  width: 135% !important;
}
.shopby-collection-spacer {
  margin-top: -80px !important;
}
.shopby-collection-spacer-1 {
  margin-top: -10px !important;
}
.shopby-collection-spacer-2 {
  margin-top: 120px !important;
  margin-left: 0px;
  margin-right: 39px;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
} 
.shopby-collection-spacer-3 {
  margin-top: -40px !important;
} 
.shopby-button-center {
  margin: 45px auto 0px;
  width: 160px; 
  height: 37px; 
  line-height: 35px;
}
.shopby-button:hover, .shopby-button-left:hover, .shopby-button-center:hover {
  background-color: #000!important;
  color: #fff !important;
}
/*********************  $$$$$$$$  END: SHOP BY  COMPONENTS  $$$$$$$$$$$$  *****************/
  
/*********************  $$$$$$$$   TERMS & PRIVACY COMPONENTS   $$$$$$$$$$$$  *****************/
.termsprivacy-copy {
  margin: 35px 6% 50px; 
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}
.privacy-container {
  margin: 35px 6% 50px;
}
.privacy-header {
  font-size: 36px !important;
  line-height: 55px;
}
.privacy-copy {
  margin: 20px 0 0;
  font-size: 20px;
  line-height: 25px;
}
.privacy-subheader {
  margin-top: 32px;
  font-size: 32px !important;
  color: #000;
  line-height: 35px;
  text-align: left;
}
.privacy-notice-copy {
  margin: 20px 6% 50px;
  font-size: 16px;
  line-height: 25px;
}
  
/*********************  $$$$$$$$  ENDTERMS & PRIVACY COMPONENTS   $$$$$$$$$$  *****************/
  
/*********************  $$$$$$$$         CART COMPONENTS            $$$$$$$$$  *****************/
.cart-container {
  margin: 0px 0px 0px;
  overflow: hidden;
}
.cart-header-border {
  margin: 134px -30% 0px;
  width: 136%;
  border-bottom: 1px solid #000;
}
.cart-main-header {
  margin-top: 46px;
  font-size: 36px !important;
  line-height: 35px;
  text-align: center;
}
.cart-continueshopping {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.cart-main-container {
  display: block; 
}
.cart-divider-1 {
  margin-bottom: 15px;
  width: 100%;
  border-top: 1.5px solid #000;
}
#cart-lefty {
  height: 23vh; 
}
.cart-divider-2 {
  margin-bottom: 15px;
  width: 100%;
  border-top: 1.5px solid #000;
}
.cart-product-pod {
  margin-left: 20px;
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 0px;
  width: 90%;
  display: grid; 
  grid-template-columns: 42% 55%; 
  grid-gap: 5%;
  height: 220px;
}
.cart-product-pod-hero {
  padding-top: 20%;
  background-color: #F4F4F4;
  height: 85%;
}
.cart-product-pod-details {
  
}
.cart-product-title {
  margin-top: 5%;
  font-size: 24px !important;
  line-height: 25px;
}
.cart-product-color {
  margin: 5px 0px 0px;
  font-size: 10px;
  line-height: 10px;
}
.cart-product-framesize {
  margin: 0px 0px 10px; 
  font-size: 14px;
  line-height: 14px;
}
.cart-product-size {
  margin: 5px 0px 20px;
  font-size: 14px;
  line-height: 14px;
}
.cart-product-divider {
  display: none;
}
.cart-product-subdetails {
  display: grid;
  grid-template-columns: 50% 50%; 
  grid-gap: 20px;
  width: 100%;
}
.cart-product-sku {
  margin-top: 10px;
  width: 115%;
  font-size: 14px;
  line-height: 14px;
}
.cart-product-remove {
  display: none;
}
.cart-product-remove-m {
  display: block;
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: acumin-pro;  
  font-size: 12px;
  line-height: 13px;
  weight: 600;
  color: #ADADAD;
  text-decoration: underline;
  text-align: center;
}
.cart-product-gwp-remove {
  margin-top: 60px !important;
  margin-left: -200px !important;
} 
.cart-product-qty {
  font-family: acumin-pro;  
  font-size: 25px;
  line-height: 25px;
  weight: 400;
  color: #000;
}
.cart-product-update {
  border: none;
  background-color: #fff;
  font-family: acumin-pro;  
  font-size: 12px;
  line-height: 20px;
  weight: 400;
  color: #000;
}
.cart-product-subtotal {
  float: left;
  margin-top: 2px;
  font-family: acumin-pro;  
  font-size: 18px;
  line-height: 18px;
  weight: 400;
  color: #000;
}
.cart-product-subtotal-discount {
  margin-left: 0px;
  font-size: 18px;
  line-height: 20px;
}
.cart-item__discount {
  margin-top: -20px;
  margin-left: 60px;
  width: 140% !important;
  font-size: 13px;
  line-height: 14px;
}
.cart-summary-freeshipping {
  margin-left: -30px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: #D3D3D3;
  font-family: acumin-pro;  
  font-size: 17px;
  line-height: 40px;
  weight: 600;
  color: #000;
  width: 115%;
  height: 43px;
  text-align: center;
}
.cart-summary-subtotal1 {
  margin: 20px 27px 0px;
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0;
}
.cart-summary-shippingcost {
  margin: 0px 27px 0px;
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0;
}
.cart-summary-subtotal2 {
  margin: 0px 27px 0px;
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0;
}
.cart-summary-title {
  font-family: acumin-pro;  
  font-size: 18px;
  line-height: 18px;
  weight: 600;
  color: #000;
}
.cart-summary-result {
  font-family: acumin-pro;  
  font-size: 18px;
  line-height: 18px;
  weight: 400;
  color: #000;
  text-align: right;
}
.cart-summary-afterpay-container {
  margin-left: 50px;
  margin-right: 50px;
}
.cart-summary-afterpay {
  margin-top: 0px;
  margin-left: 10%;
  width: 90%;
  text-align: center;
}
.cart-summary-shippingcalc {
  margin-top: -34px;
  margin-left: 35%;
  font-family: acumin-pro;  
  font-size: 13px;
  line-height: 13px;
  weight: 400;
  color: #000;
}
.cart-summary-divider {
  display: none;
}
.cart-summary-checkout {
  margin-top: 0px;
  margin-left: 5%;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px; 
  width: 90%; 
  height: 51px; 
  font-family: ibm-plex-mono;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400 !important;
  background-color: #F2B735 !important;
  color: #000;
}
.cart-summary-promocodes {
  display: none;
  margin-top: -10px;
  margin-bottom: 5px;
  font-family: acumin-pro;  
  font-size: 13px;
  font-style: italic;
  line-height: 13px;
  weight: 400;
  text-align: center;
}
.cart-main-empty {
  margin-top: 100px;
  margin-bottom: 300px;
  font-family: minion-pro-condensed-display !important; 
  font-size: 36px !important;
  font-weight: 600;
  color: #000;
  line-height: 40px;
  text-align: center;
} 
.cart-gwp-pod {
  margin-bottom: 35px;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
}
.cart-gwp-header {
  margin-top: 0px;
  font-size: 30px !important;
  line-height: 33px;
}
.cart-container-two {
  display: block;
  grid-template-columns: 50% 50%; 
  grid-gap: 0px;  
}
.cart-container-two-left {
  margin: 30px auto 0px !important;
}
.cart-container-two-right {
  margin: 30px auto 0px !important;
}
.cart-gwp-product-container {
  text-align: center;
  padding: 0px;
}
.cart-gwp-product-1 {
  display: inline-block;
  text-align: center;
}
.cart-gwp-product-2 {
  display: inline-block;
  text-align: center;
}
.cart-gwp-product-3 {
  display: inline-block;
  text-align: center;
}
.cart-gwp-image {
  margin: 35px auto 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4F4F4;
  width: 234px;
  height: 265px;
}
.cart-gwp-vendor {
  margin-top: 20px;
  font-family: acumin-pro; 
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  text-align: center;
}
.cart-gwp-price {
  margin-top: 8px;
  font-family: acumin-pro; 
  font-size: 21px;
  font-weight: 600;
  color: #000;
  line-height: 23px;
  text-align: center;
}
.cart-gwp-button {
  margin: 0px auto 0px;
  background-color: #000 !important;
  border: 1px solid #000;
  border-radius: 33px !important; 
  cursor: pointer;
  width: 150px !important; 
  height: 26px !important; 
  font-size: 12px !important;
  line-height: 8px !important;
  text-align: center !important;
}
.cart-gwp-spend {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: acumin-pro; 
  font-size: 16px !important;
  font-weight: 400;
  color: #000;
  line-height: 18px;
  text-align: center;
}
.cart-gwp-spend-disclaimer {
  margin: 0px 0px 10px;
  font-family: acumin-pro; 
  font-size: 12px !important;
  font-weight: 400;
  color: #000;
  line-height: 15px;
  text-align: center;
}
.cart-pairitwith-container {
  margin-top: -10px;
  margin-left: 27px;
  margin-right: 27px;
  margin-bottom: 30px;
}
.cart-pairitwith-divider {
  margin: -10px 0px 30px;
  width: 100%;
  border-top: 1px solid #000;
}
.cart-pairitwith-header {
  margin-top: 17px;
  font-size: 22px;
  line-height: 22px;
  text-align: left;
}
.cart-pairitwith-product-main-container {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr; 
  grid-gap: 25px;
}
.cart-pairitwith-product-container {
  
}
.cart-pairitwith-product-image-container {
  width: 121px;
  height: 159px;
}
.cart-pairitwith-product-image {
  margin-top: 10%;
  height: 80%;
}
.cart-pairitwith-product-title {
  margin: 30px 0px 0px;
  font-family: minion-pro-condensed-display; 
  font-size: 23px;
  font-weight: 600;
  color: #000;
  line-height: 23px;
  text-align: left;
}
.cart-pairitwith-product-price {
  margin: 6px 0px 0px;
  font-family: acumin-pro; 
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 18px;
  text-align: left;
}
.cart-pairitwith-product-addtocart {
  margin-top: 12px;
  padding: 0px;
  text-align: center;
  background-color: #fff; 
  border: 1px solid #000 !important; 
  color: #000; 
  border-radius: 45px; 
  width: 127px; 
  height: 35px; 
  font-family: ibm-plex-mono !important; 
  font-size: 14px; 
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
}
  
/*********************  $$$$$$$$      END: CART COMPONENTS          $$$$$$$$$  *****************/ 
  
/*********************  $$$$$$$$   HOLIDAY GIFT GUIDE COMPONENTS    $$$$$$$$$  *****************/
.hgg-main-banner {
  margin: -62px -10% 0px;
  height: 760px;
  background-image: url('/cdn/shop/files/2023-Holiday-Landing-Page-Mobile-V2.jpg?v=1699308732');
}
.hgg-banner-header {
  padding: 600px 0px 0px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}
.hgg-banner-copy {
  margin: 20px 0px 0px;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}
.hgg-banner-cta {
  margin: 30px auto 0px;
  width: 196px; 
  height: 57px; 
  font-size: 13px;
  font-weight: 400;
  line-height: 55px;
}
.hgg-banner-cta:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.hgg-showme {
  display: none !important;
}
.hgg-hideme {
  display: block !important;
}
.hgg-dailydeals-banner {
  margin: 0 -20% 20px;
  height: 37px;
  font-size: 17px;
  line-height: 37px;
  text-align: center;
  overflow: hidden;
}
.hgg-percent-off-container {
  margin: 30px -10px -20px;
  display: block; 
}
.hgg-percent-box-green {
  margin-top: 0px;
  height: 250px;
}
.hgg-percent-box-red {
  margin-top: 0px;
  height: 250px;
}
.hgg-percent-shop {
  padding-top: 11%;
  font-family: ibm-plex-mono; 
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #fff;
  text-align: center;
}
.hgg-percent-percentage {
  margin-top: 15px !important;
  font-family: minion-pro-condensed-display; 
  font-size: 43px;
  font-weight: 600;
  color: #fff;
  line-height: 43px;
  text-align: center;
}
.hgg-percent-styles {
  margin-top: 16px;
  font-family: ibm-plex-mono; 
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #fff;
  text-align: center;
}
.hgg-returns-shipping {
  margin-top: 50px;
  font-size: 17px;
  line-height: 25px;
}
.hgg-gifts-container {
  margin: 50px -10px 0px;;
  display: block; 
}
.hgg-gifts-pod {
  width: 100%;
}
.hgg-gifts-header {
  margin-top: 20px;
  font-family: minion-pro-condensed-display; 
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 40px;
  text-align: center;
}
.hgg-gifts-cta {
  margin: 30px auto 0px;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 148px; 
  height: 38px; 
  color: #000;
  font-family: ibm-plex-mono; 
  font-size: 10px;
  font-weight: 400 !important;
  line-height: 35px;
  text-align: center;
}
.hgg-gifts-cta:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.hgg-gifts-cta-spacing {
  margin-bottom: 40px;
}
.hgg-best-sellers-banner {
  background-image: url('/cdn/shop/files/Wishlist-Mobile-V2.jpg?v=1699309192');
  margin: 70px -10% 0px;
  height: 500px;
}
.hgg-sets-subpods {
  margin-top: 30px; 
  margin-left: 0px;
}
.hgg-best-sellers-header {
  padding: 80% 0px 0px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}
.hgg-best-sellers-copy {
  margin: 20px 12% 0px;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}
.hgg-best-sellers-cta {
  margin: 20px auto 60px;
  float: none;
  width: 148px; 
  height: 38px; 
  font-size: 10px;
  font-weight: 400;
  line-height: 35px;
}
.hgg-best-sellers-cta:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.hgg-best-stuffers-banner {
  background-image: url('/cdn/shop/files/Accessories-Mobile-V2.jpg?v=1699308931');
  margin: 70px -10% 0px;
  height: 500px;
}
.hgg-best-stuffers-header {
  padding: 80% 0px 0px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}
.hgg-best-stuffers-copy {
  margin: 20px 12% 0px;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}
.hgg-best-stuffers-cta {
  margin: 20px auto 60px;
  float: none;
  width: 148px; 
  height: 38px; 
  font-size: 10px;
  font-weight: 400;
  line-height: 35px;
}
.hgg-best-stuffers-cta:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.hgg-sets-container {
  margin: 50px -10px 0px;;
  display: block; 
}
.hgg-sets-pod {
  width: 100%;
}
.hgg-sets-header {
  margin: 30px auto 0px auto !important;
  padding: 0px 15% 0px;
  font-family: minion-pro-condensed-display; 
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 40px;
  text-align: center;
  float: none;
  z-index: 9999;
}
.hgg-sets-copy {
  margin: 10px 12% 0px;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}
.hgg-magnify {
  transform: scale(1.2);
  overflow: hidden;
}
.hgg-sets-cta {
  margin: 25px auto 0px;
  cursor: pointer;
  width: 176px; 
  height: 38px; 
  font-size: 10px;
  line-height: 35px;
  float: none;
}
.hgg-sets-cta:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.hgg-column-reverse { 
  display: flex; 
  flex-direction: column-reverse; 
}
/*********************  $$$$$   END: HOLIDAY GIFT GUIDE COMPONENTS    $$$$$$$  *****************/
  
/*********************                     VTO MODAL                           *****************/    
#sidebox {
  position: fixed;
  bottom: -60%; /**** Initial positioning before activation ****/
  width: 88%;
  height: 50%; /**** After activation: amount showing ****/
  margin-left: 23px;
  margin-right: 23px;
  z-index: 9999;
}
#sidebox .content {
  float: bottom;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#sidebox .tab {
  cursor: pointer;
  float: top;
  width: 100%;
  height: 30px;
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-family: minion-pro-condensed-display;
  font-size: 20px;
  font-weight: 800;
}
.sidebox-arrow {
  margin: -20px auto 0px;
  text-align: center;
  width: 100%;
}
.sidebox-prodtitle {
  margin-top: 30px;
  margin-left: 31px;
  font-family: minion-pro-condensed-display; 
  font-size: 38px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  line-height: 40px;
  text-align: left;
}

.sidebox-prodcolor {
  margin-top: 0px;
  margin-left: 31px;
  font-family: ibm-plex-mono; 
  font-size: 10px;
  font-weight: 400 !important;
  line-height: 35px;
  text-transform: uppercase;
  color: #000;
  text-align: left;
}
.product-details-size-container-1-vto {
  width: 100%;
  height: 38px;
  margin-top: 30px; 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.product-details-size-1-vto {  
  margin-top: -28px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000 !important; 
  border: 1px solid #000 !important; 
  color: #FFF; 
  border-radius: 33px; 
  width: 85%; 
  height: 38px; 
  font-family: ibm-plex-mono !important; 
  font-size: 10px; 
  font-weight: 400;
  line-height: 12px;
}
.product-details-size-container-2-vto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0px;
  width: 90%;
  height: 38px;
  margin-top: -35px !important; 
  margin-left: 31px;
}
.product-details-size-2-vto { 
  margin-top: -30px;
  background-color: #FFF; 
  padding: 0px;
  border: 1px solid #000; 
  color: #000; 
  border-radius: 33px; 
  width: 150px; 
  height: 38px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 10px; 
  line-height: 10px;
}
.product-details-size-2-vto-s { 
  margin-top: -30px;
  background-color: #000; 
  padding: 0px;
  border: 1px solid #000; 
  color: #FFF; 
  border-radius: 33px; 
  width: 150px; 
  height: 38px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 10px; 
  line-height: 10px;
}
.product-details-size-container-3-vto {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  margin-top: -25px; 
  margin-left: 110px;
}
.product-details-size-3-vto { 
  background-color: #FFF; 
  padding: 0px;
  border: 1px solid #000; 
  color: #000; 
  border-radius:9px; 
  width: 140px; 
  height: 43px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 17px; 
  line-height: 17px;
}
.product-details-size-container-4-vto {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  margin-top: 10px; 
  margin-left: 110px;
}
.product-details-size-4-vto { 
  background-color: #FFF; 
  padding: 0px;
  border: 1px solid #000; 
  color: #000; 
  border-radius: 9px; 
  width: 117px; 
  height: 43px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 17px; 
  line-height: 17px;
}
.product-details-size-container-5-vto {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  margin-top: 10px; 
  margin-left: 110px;
}
.product-details-size-5-vto { 
  background-color: #FFF; 
  padding: 0px;
  border: 1px solid #000; 
  color: #000; 
  border-radius: 9px; 
  width: 90px; 
  height: 43px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 17px; 
  line-height: 17px;
}
.product-details-size-container-6-vto {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  margin-top: 10px; 
  margin-left: 110px;
}
.product-details-size-6-vto { 
  float: left;
  background-color: #FFF; 
  padding: 0px;
  border: 1px solid #000; 
  color: #000; 
  border-radius: 9px; 
  width: 73px; 
  height: 43px; 
  font-family: ibm-plex-mono; 
  font-weight: 400;
  font-size: 17px; 
  line-height: 17px;
}
.product-details-addtocart-button-vto {
  margin-top: -28px;
  margin-left: 31px !important;
  background-color: #FFF !important; 
  border: 1px solid #000 !important; 
  color: #000; 
  border-radius: 33px; 
  width: 85%; 
  height: 38px; 
  font-family: ibm-plex-mono !important; 
  font-size: 10px; 
  font-weight: 400;
  line-height: 12px;
}
  
/*********************                  END: VTO MODAL                         *****************/  
  
/********************   $$$$$$$$        FIT GUIDE COMPONENTS         $$$$$$$$  *****************/
.fitguide-showme {
  display: none !important;
}
.fitguide-hideme {
  display: block !important;
}
.fitguide-banner {
  margin: 41px -10% 0;
  height: 190px; 
  background-position: right; 
}
.fitguide-banner-title {
  margin-top: 60px;
  font-size: 43px;
  line-height: 45px;
}
.fitguide-breadcrumbs {
  margin-left: 0px;
}
.fitguide-header-copy {
  margin: 50px 0px 0px;
  font-size: 16px;
  line-height: 22px;
}
.fitguide-submenu {
  margin: 42px 0px 0px;
  border-top: none;
  border-bottom: none;
  display: block; 
  width: 100%;
  text-align: center;
}
.fitguide-submenu-header {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: ibm-plex-mono; 
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  text-align: center;
}
.fitguide-title {
  margin-top: 34px;
  font-size: 30px;
  line-height: 32px;
}
.fitguide-title-copy {
  margin: 30px 0px 0px;
  font-size: 16px;
  line-height: 22px;
}
.fitguide-frames-container {
  margin: -50px 5% 0px;
  display: block; 
  text-align: center;
}
.fitguide-frames-subcontainer {
  margin: 100px 0px 0px;
  display: block; 
  text-align: center;
}
.fitguide-frames-frame {
}
.fitguide-frames-frame-size {
  margin-top: 20px;
  font-size: 16px;
  line-height: 18px;
}
.fitguide-frames-info {
}
.fitguide-frames-title {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
}
.fitguide-frames-copy {
  margin-top: 20px;
  margin-left: 15%;
  margin-right: 15%;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.fitguide-frames-links {
  margin-top: 25px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  float: center;
}
.fitguide-frames-links-right {
  margin-top: 25px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  float: center;
}
.fitguide-frames-links-center {
  margin-top: 25px;
  margin-left: 28%; 
  font-family: ibm-plex-mono; 
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 18px;
  color: #000;
  text-align: center !important;
  float: center !important;
}
.fitguide-division {
  margin: 138px 0px 0px;
  border-top: 2px solid #aaa;
}
.fitguide-realign {
  margin-top: 50px;
}
.fitguide-realign-bottom {
  margin-bottom: -80px;
}
.fitguide-faceshapes-container {
  margin: 20px 0px 0px;
}
.fitguide-faceshapes-shapes-container {
  margin: 40px 0 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr;  
  grid-gap: 10px;
}
.fitguide-faceshapes-shapes {
  margin: 0px auto 0px;
}
.fitguide-faceshapes-shapes-titles {
  margin: 20px auto 0px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.fitguide-faceshapes-faces-container {
  margin: 60px 140px 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr;  
  grid-gap: 20px;
}
.fitguide-faceshapes-faces {
  width: 350px;
  height: 410px;
  padding: 0px 15px 0px;
}
.fitguide-faceshapes-faces-copy-container {
}
.fitguide-faceshapes-faces-copy {
  margin: 130px 20px 0px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.fitguide-faceshapes-faces-cta {
  margin: 20px auto -100px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
.fitguide-slider-nav {
  margin: 80px 0px 0px 33%;
}
.fitguide-measurements-frame {
  margin: 0px 0px 0px;
  text-align: center;
  z-index: 900;
}
.fitguide-measurements-numbers {
  margin-top: 0px;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}
.fitguide-categories-img {
  margin: 50px auto 0px;
  text-align: center;
}
.fitguide-tryon-container {
  margin: 50px auto 60px;
  display: block; 
}
.fitguide-tryon-img {
  margin: 0px 20px 0px;
}
.fitguide-tryon-details {
}
.fitguide-tryon-details-title {
  margin-top: 45px;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
}
.fitguide-tryon-details-title-copy {
  margin: 26px 0px 0px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.fitguide-tryon-details-title-cta {
  margin: 26px 0px 0px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
/********************   $$$$$$$$     END: FIT GUIDE COMPONENTS       $$$$$$$$  *****************/
  
/********************   $$$$$$  REPAIR AND REFURBISHMENT COMPONENTS   $$$$$$$  *****************/
.refurbishment-noshow {
  display: none;
}
.refurbishment-notvisible {
  visibility: hidden;
}
.refurbishment-showme {
  display: grid !important;
}
.refurbishment-hideme {
  display: none !important;
}
.refurbishment-showme-2 {
  display: none !important;
}
.refurbishment-hideme-2 {
  display: block !important;
}
.refurbishment-banner {
  margin: -27px -10% 0;
  height: 230px; 
  background-position: center; 
}
.refurbishment-banner-title {
  margin-top: 120px;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}
.refurbishment-breadcrumbs {
  margin: -30px auto 0px;
}
.refurbishment-header-copy {
  margin: 43px 0px 0px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.refurbishment-header-points {
  margin-top: 25px;
}
.refurbishment-title {
  margin-top: 37px;
  font-size: 30px;
  line-height: 40px;
  z-index: 9999;
}
.refurbishment-title-copy {
  margin: 42px 22% 0px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  text-align: center;
}
.refurbishment-frametype-input {
  margin: 0px 0px 0px;
  width: 90%; 
  height: 51px;
  padding-left: 20px;
}
.refurbishment-pod-container {
  margin: 50px 0px 0px;
  display: block; 
}
.refurbishment-pod {
  border: 2px solid #000;
  border-radius: 15px;
  width: 100%;
  text-align: center;
  z-index: 99999;
}
.refurbishment-pod-2 {
  display: grid; 
  grid-template-columns: 75% 25%;  
  grid-gap: 20px;
}
.refurbishment-offset {
  margin-top: 30px;
}
.refurbishment-offset-1 {
  margin-top: 25px !important;
}
.refurbishment-offset-2 {
  margin-top: 36px !important;
}
.refurbishment-offset-3 {
  margin-top: -10px !important;
}
.refurbishment-offset-4 {
  margin-top: 30px !important;
  padding: 0px !important;
  padding-top: 20px !important;
  margin-bottom: 20px !important;
}
.refurbishment-offset-5 {
  margin-top: 34px !important;
}
.refurbishment-offset-6 {
  margin-top: 30px !important;
}
.refurbishment-offset-7 {
  margin-top: 10px !important;
  margin-left: 25px !important;
}
.refurbishment-pod-header {
  margin: 0px auto 25px;
  padding: 21.5px;
  border-bottom: 2px solid #000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  font-family: ibm-plex-mono;
  font-size: 22px; 
  font-weight: 400 !important;
  line-height: 25px;
  background-color: #F2B735 !important;
  width: 100%;
  z-index: 0;
}
.refurbishment-pod-header-2 {
  margin: 0px auto 0px;
  padding: 10px;
  border-left: 2px solid #000;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  font-family: ibm-plex-mono;
  font-size: 18px; 
  font-weight: 400 !important;
  line-height: 20px;
  background-color: #F2B735 !important;
  width: 55%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 0;
}
.refurbishment-pod-title {
  margin-top: 44px;
  margin-left: 30px;
  font-size: 26px;
  line-height: 28px;
  text-align: left;
}
.refurbishment-pod-copy {
  margin: 27px 30px 0px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.refurbishment-lens-container {
  margin: 0px 0px 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  display: grid; 
  grid-template-columns: 20% 80%;  
  grid-gap: 20px;
  cursor: pointer;
}
.refurbishment-lens-container:hover {
  background-color: #F2F2F2;
  border-radius: 5%;
}
.refurbishment-lens-container:active {
  background-color: #F2F2F2;
  border-radius: 5%;
}
.refurbishment-lens-swatch {
  text-align: right;
  line-height: 20px;
  padding-left: 20px;
}
.refurbishment-lens-title {
  margin: 10px 0px 0px;
  font-family: acumin-pro; 
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  text-align: left;
}
.refurbishment-lens-back {
  margin: 20px 15px 0px;
  font-family: acumin-pro; 
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  text-align: left;
  cursor: pointer;
}
.refurbishment-pod-price {
  margin: 0px 30px 30px;
  padding: 0px;
  padding-top: 22px;
  font-size: 50px;
  line-height: 60px;
  text-align: left;
  width: 80%;
}
.refurbishment-pod-button {
  margin-left: 30px;
  text-align: left;
}
.refurbishment-form-submit {
  margin: 0px 0px 30px; 
  text-align: left;
  width: 130px; 
  height: 30px; 
  font-size: 9px; 
  line-height: 10px;
}
.refurbishment-form-submit:hover {
  background-color: #000 !important;
  color: #F2B735 !important;
}
.refurbishment-disclaimer {
  margin: 40px auto 0px;
  font-size: 16px; 
  line-height: 25px;
}
.refurbishment-faq-container {
  margin: 40px -10% -80px;
  padding: 30px 0px 50px;
  background-color: #eee;
}
.refurbishment-faq-container-main {
  margin: 40px 30px 0px;
  text-align: center;
}
.refurbishment-faq-subcontainer {
  margin: 20px 0px 0px;
  padding-left: 0px;
  padding-right: 0px;
  display: block; 
}
.refurbishment-faq-question {
  margin-top: 30px;
  font-family: minion-pro-condensed-display; 
  font-size: 30px;
  color: #000;
  line-height: 40px;
  text-align: center;
}
.refurbishment-faq-answer {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
/********************   $$$$  END: REPAIR AND REFURBISHMENT COMPONENTS   $$$$  *****************/

/********************      $$$$   BLUE LIGHT COLLECTION COMPONENTS   $$$$      *****************/
.bluelight-desktop {
  display: none !important;
}
.bluelight-mobile {
  display: block !important;
}
bluelight-mobile-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.bluelight-banner-container {
  margin: 73px -15px 0px -15px;
  padding-left: 0px;
  border-top: 1px solid #000;
  display: block; 
}
.bluelight-banner-header {
  margin: 20px 0px 0px 10px;
  font-size: 75px;
  line-height: 75px;
}
.bluelight-banner-title {
  margin: 10px 15px 0px;
  font-size: 18px; 
  line-height: 21px;
}
.bluelight-banner-division {
  margin: 10px 15px 0px;
  width: 95%;
}
.bluelight-lefty {
  margin-top: 0px;
  margin-bottom: 0px;
}
.bluelight-banner-logo {
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
  text-align: center;
}
.bluelight-banner-copy {
  margin: 44px 15px 0px;
  padding-right: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #0038AE;
  text-align: left;
}
.bluelight-righty {
  margin-left: -20px;
  margin-right: 15px;
  width: 110%;
  border-left: 0px;
  border-bottom: 4px solid #0038AE;
}
.bluelight-collection-container {
  margin: 60px 0px 0px 0px;
}
.bluelight-collection-hero-container {
  height: 200px !important;
}
.bluelight-collection-header {
  margin: 0px 0px 31px;
  font-size: 24px;
  line-height: 26px;
}
.bluelight-collection-titles {
  margin: 10px 0px 0px;
  font-size: 24px !important;
  line-height: 26px;
}
.bluelight-collection-price {
  margin: 10px 0px 0px;
  font-family: ibm-plex-mono; 
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #0038AE;
  text-align: left;
}
.bluelight-collection-color {
  margin: 10px 0px 0px;
  font-family: ibm-plex-mono; 
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 17px;
  color: #0038AE;
  text-align: left;
}
.bluelight-collection-colorcount {
  margin: 10px 0px 0px;
  font-family: ibm-plex-mono; 
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  color: #0038AE;
  text-align: left;
}
.colorswitch:hover .bluelight-slider-nav-buttons { visibility: hidden; }
.bluelight-icons-container {
  margin: 100px 0px 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.bluelight-icons-container-m {
  margin: 30px 0px 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.bluelight-icons-pods {
  margin-bottom: 75px;
}
.bluelight-icons {
  margin: 0px auto 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.bluelight-icons-title {
  margin: 22px auto 0px;
  font-size: 16px; 
  line-height: 18px;
}
.bluelight-icons-copy {
  margin: 13px auto 0px;
  font-size: 13px; 
  line-height: 18px;
}
.bluelight-video-container {
  margin-top: 0px;
  width: 100%;
  height: 200px !important;
  text-align: center;
}
:root {
  --mouse-x: 0%;
  --mouse-y: 0%;
}
.spotlight-container {
  margin: 80px -10% 0px -10%;
  width: 120%;
  transform: scale(1.00);
  overflow: hidden;
  height: 350px;
  background-color: #FFFFFF;
  background-position: center center;
  background-size: cover;
  border: none;
  border-top: 4px solid #0038AE;
  border-bottom: 4px solid #0038AE;
}
.mask {
  width: 100%;
  height: 345px;
  background-image: url(/cdn/shop/files/Blue-Protection-Pattern-Mobile.png?v=1664651281);
  mask: radial-gradient(
    circle at var(--mouse-x) var(--mouse-y),
    transparent 0px,
    black 0px
  );
  -webkit-mask: radial-gradient(
    circle at var(--mouse-x) var(--mouse-y),
    transparent 0px,
    black 0px
  );
  z-index: 50;
}
.spotlight-copy {
  position: relative;
  margin-top: -220px;
  margin-left: auto;
  margin-right: auto;
  font-size: 76px;
  letter-spacing: -2px;
  line-height: 80px;
  white-space: nowrap;
}
.draggable2 {
  width: 180px;
  height: 180px;
  background: #FFF;
  border-radius: 50%;
  cursor: move;
}
.draggable2.is-pointer-down {
  background: #FFF;
}
.draggable2.is-dragging { 
  opacity: 1; 
}
.bluelight-collage-container {
  margin: 61px 0px 0px;
  display: block; 
}
.bluelight-collage-copy {
  width: 100%;
  font-size: 16px; 
  line-height: 26px !important;
  text-align: left;
}
.bluelight-collage-logo {
  margin-top: 75px;
  margin-bottom: 75px;
  width: 41px;
}
.bluelight-collage-vertical1 {
  margin-top: 0px;
}
.bluelight-collage-vertical2 {
  margin-top: 30px;
}
.bluelight-collage-vertical3 {
  margin-top: 15%;
}
.bluelight-collage-vertical4 {
  margin-top: 68px;
}
.bluelight-collage-padding1 {
  padding-right: 0px;
}
.bluelight-collage-padding2 {
  padding: 0px;
}
.bluelight-collage-full {
  margin: 70px 0px -13% 0% !important;
  transform: scale(1.20);
  overflow: hidden;
}
.bluelight-collage-full {
  background-image: url('/cdn/shop/files/Mobile-IMG-4-V2_cd2e9b45-396c-454c-8bf6-327076247bc0.jpg?v=1666990043');
  height: 500px !important;
  margin: 100px 0px -70% !important;
}
/********************    $$$$   END: BLUE LIGHT COLLECTION COMPONENTS   $$$$   *****************/

/**********************  $$$$$  INTERNATIONAL DISTRIBUTORS COMPONENTS  $$$$$  ******************/
.distributor-banner {
  margin: 60px -10% 0 !important;
  height: 200px; 
}
.distributor-banner-title {
  margin-top: 60px;
  margin-left: 25%;
  margin-right: 25%;
  font-size: 43px !important;
  line-height: 45px;
}
.distributor-breadcrumbs {
  text-align: left;
  margin-top: 40px;
  margin-left: 45px;
  font-family: ibm-plex-mono !important; 
  font-size: 12px !important; 
  line-height: 20px;
  text-transform: uppercase;
}
.distributor-container {
  margin: 72px 50px 0px;
  display: block; 
}
.distributor-container-II {
  margin: 90px 50px 0px;
  display: block; 
}
.distributor-pods {
  margin-top: 92px;
}
.distributor-country {
  margin-top: 30px;
  font-size: 35px;
  line-height: 37px;
}
.distributor-details {
  margin-top: 11px;
  font-size: 20px;
  line-height: 20px;
}
/*******************  $$$$$  END: INTERNATIONAL DISTRIBUTORS COMPONENTS  $$$$$  ****************/

/*******************  $$$$$           HOLIDAY VIP SIGN-UP                $$$$$  ****************/
.holiday-vip-container {
  margin: 74px 0px 0px -10%;
  width: 120%;
}
.holiday-vip-header1 {
  margin: 40px auto 0px;
  font-size: 15px; 
  line-height: 16px;
}
.holiday-vip-header2 {
  margin: 16px auto 0px;
  font-size: 43px; 
  line-height: 45px;
}
.holiday-vip-copy {
  margin: 16px auto 0px;
  width: 78%;
  font-size: 16px; 
  line-height: 22px;
}
.holiday-vip-image {
  margin: -15% auto -15%;
  width: 100%;
}
/*******************  $$$$$         END: HOLIDAY VIP SIGN-UP             $$$$$  ****************/
  
}


/*#############################################################################################*/
/*#############################################################################################*/
/*#################################  TABLET: iPAD 768 x 1024  #################################*/
/*#############################################################################################*/
/*#############################################################################################*/
@media (min-width: 768px) 
  and (max-width: 1024px) 
{

/*********************  $$$$$$$$$            HOMEPAGE         $$$$$$$$$  **********************/
.sunburst-image {
  margin-top: -10px !important;
  margin-bottom: 180px !important;
  padding: 0px 0px 0px !important;  
}
.sunburst-learnmore-button {
  margin-top: -10px;
  margin-bottom: 10px !important;
}
.featured-collection-hero-container {
  height: 280px !important;
}
/*********************  $$$$$$$$$         END: HOMEPAGE        $$$$$$$$$  **********************/

/*********************  $$$$$$$$$      PRODUCT DETAIL PAGE     $$$$$$$$$  **********************/
.slider-hero-initial {
  height: 700px;
}
.slider-hero-initial-2 {
  height: 730px;
}
.product-detail-hero-others {
  height: 730px;
}
.product-details-media {
  margin-top: -200px !important;
}
.swiper-button-next {
  margin-top: 60px;
}
.swiper-button-prev {
  margin-top: 60px;
}
.product-details-vto {
  left: 42%;
}
#sidebox {
  position: fixed;
  bottom: -60% !important; /**** Initial positioning before activation ****/
  width: 88%;
  height: 50% !important; /**** After activation: amount showing ****/
  margin-left: 23px;
  margin-right: 23px;
  z-index: 9999;
}
/*********************  $$$$$$      END: PRODUCT DETAIL PAGE     $$$$$$$  **********************/

.cart-product-pod-hero {
  padding-top: 0%;
  height: 80%;
}
  
}

/*#############################################################################################*/
/*#############################################################################################*/
/*##############################  TABLET: iPAD PRO 1024 x 1366  ###############################*/
/*#############################################################################################*/
/*#############################################################################################*/
@media (min-width: 1023px) 
  and (max-width: 1349px) 
{

/*********************  $$$$$$$$$            HOMEPAGE         $$$$$$$$$  **********************/
.featured-collection-hero-container {
  height: 350px !important;
}
/*********************  $$$$$$$$$         END: HOMEPAGE        $$$$$$$$$  **********************/

/*********************  $$$$$$$$$      PRODUCT DETAIL PAGE     $$$$$$$$$  **********************/
.product-details-price {
  margin-top: 30px; 
}
#sidebox {
  position: fixed;
  bottom: -60% !important; /**** Initial positioning before activation ****/
  width: 88%;
  height: 50% !important; /**** After activation: amount showing ****/
  margin-left: 23px;
  margin-right: 23px;
  z-index: 9999;
}
/*********************  $$$$$$      END: PRODUCT DETAIL PAGE     $$$$$$$  **********************/
  
}


/*#############################################################################################*/
/*#############################################################################################*/
/*#################################   SMALLER MOBILE SECTION  #################################*/
/*#############################################################################################*/
/*#############################################################################################*/

@media screen and (max-width: 540px) {

/*********************  $$$$$$$$$$      HOMEPAGE PAGE     $$$$$$$$$$  **********************/
.positioning {
  position: relative;
  margin-top: 200px !important;
}
.sunburst-image-line {
  height: 50px;
}
.sunburst-image {
  margin-top: -50px;
  margin-bottom: 50px;
  padding: 0px 0px 40px; 
}
.sunburst-title {
  margin-top: -10px;
  font-size: 30px;
}
/*********************  $$$$$$$$$$   END: HOMEPAGE PAGE   $$$$$$$$$$  **********************/
  
.warranty-form {
  margin: 0 auto 300px !important;
}
  
}


@media screen and (max-width: 440px) {

/*********************  $$$$$$$$$$      HOMEPAGE PAGE     $$$$$$$$$$  **********************/
.positioning {
  position: relative;
  margin-top: 200px !important;
}
.sunburst-container {
  display: block;
  padding: 35.78px 25px 0px;
  margin-top: -80px;
  padding-bottom: 30px;
}
.sunburst-subcontainer {
  margin-top: -20px;
}
.sunburst-image-line {
  height: 50px;
}
.sunburst-image {
  margin-top: -50px;
  padding: 0px 0px 0px; 
}
.sunburst-title {
  margin-top: -10px;
  font-size: 30px;
}
.sunburst-text {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 16px; 
}
.sunburst-learnmore-button {
  margin-top: -10px;
  margin-bottom: 50px;
}
/*********************  $$$$$$$$      END: HOMEPAGE PAGE     $$$$$$$  **********************/

/*********************  $$$$$$$$         PRODUCT PAGE        $$$$$$$  **********************/
.product-recommendations-midcontainer {
  margin-top: 25px;
  margin-left: 0px !important;
  margin-bottom: 40px;
  padding: 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 20px;
  width: 103% !important;
}
.product-recommendations-innerbox {
  width: 125%; 
  margin: 0 -30px 0;
}
.product-recommendations-box {
  width: 100% !important;
}
.recommended-collection-hero-container {
  background-color: #F4F4F4;
  height: 220px !important;
}
/*********************  $$$$$$$$      END: PRODUCT PAGE      $$$$$$$  **********************/

/*********************  $$$$$$$$       COLLECTION PAGE       $$$$$$$  **********************/
.new-container {
  width: 50px;
  position: relative;
  top: 10px;
  left: 290px !important;
  z-index: 98;
}
/*********************  $$$$$$$$    END: COLLECTION PAGE     $$$$$$$  **********************/

.bluelight-collage-full {
  margin: 100px 0px -75% !important;
  width: 100%;
  overflow: hidden !important;
}

/*********************  $$$$$$$$$  LANDING PAGE COMPONENTS  $$$$$$$$$$$$$  ********************/
.landing-pages-container {
  background-color: #EEDFC6;
  margin-left: -12%; 
  margin-right: -12%;
}
.landing-pages-showme {
  display: none;
}
.landing-pages-hideme {
  display: block;
}
.landing-pages-banner {
  margin-left: 5px;
  max-width: 100vw;
  position: relative;
  width: 100vw;
}
.landing-pages-line {
  margin: 20px 0px 0px;
  display: block; 
}
.landing-pages-line-0 {
  margin: 0px auto 340px !important;
  padding-left: 60px;
  padding-right: 30px;
}
.landing-pages-line-1 {
  margin: 60px 13px 0px 32px;  
}
.landing-pages-line-8 {
  margin-top: 150px !important;
  display: block; 
}
.landing-pages-line-9 {
  margin: 60px -2% 0px;
  background-image: url("/cdn/shop/files/Mobile-Zafrique-LandingPage-Pattern.png?v=1680044411");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  width: 103%;
}
.landing-pages-line-10 {
  margin-top: 100px !important;
  display: block; 
  margin-bottom: 230px !important;
}
.landing-pages-copy {
  position: relative;
  top: 0;
  transform: none;
  margin-left: 27px;
  font-size: 26px !important;
  line-height: 32px;
}
.landing-pages-copy-cta {
  margin: 62px 140px 60px;
  background-color: #FFFFFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 260px; 
  height: 50px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 17px;
  font-weight: 600 !important;
  line-height: 45px;
  text-align: center;
}
.landing-pages-l1-left {
  margin-left: 0px;
  margin-right: 5%;
}
.landing-pages-l1-right {
  margin: 60px 25px 0px 25px;
}
.landing-pages-video {
  height: 910px;
}
.landing-pages-height--full.video-container, .height--full .rimage-outer-wrapper, .height--full .placeholder-image {
  height: 100px;
}
.landing-collection-title {
  margin-top: -40px;
  text-transform: uppercase;
  font-family: acumin-pro-extra-condensed; 
  font-size: 16px; 
  letter-spacing: .16pt;
  font-weight: 600; 
  color: #CB3835;
  padding-bottom: 8px;
  line-height: 21px;
}
.landing-pages-l2 {
  margin: 30px auto 0px;
  text-align: center;
}
.landing-pages-l2-left {
  margin-left: 200px;
  padding: 20px 60px 0;
}
.landing-pages-l2-right {
  margin-top: 320px;
  margin-right: 120px;
  padding: 60px;
}
.landing-pages-l3 {
  margin: 0 auto 0;
  padding: 0 15% 0;
}
.landing-pages-l3-left {
  margin: 30px 23px 0px !important;
  font-size: 25px; 
  font-weight: 700;
  line-height: 52px;
}
.landing-pages-l3-right {
  margin: 25px 23px -90px;
  font-size: 26px; 
  line-height: 32px;
}
/*********************  $$$$$$$  END: LANDING PAGE COMPONENTS  $$$$$$$$$$  ********************/
  
}

@media screen and (max-width: 400px) {

/*********************  $$$$$$$$$      STORY - Process     $$$$$$$$$  **********************/
.story-process-materials-container-upper {
  margin: -265px 0 0 -5%;
}
.story-process-materials-container-lower {
  margin: 150px 0 0 0;
}
.story-process-materials-titles {
  margin: 0 0 0;
  text-align: left;
}
.story-process-materials-copy {
  margin: 15px 0 0;
  padding: 0 20% 0 0;
}
.story-process-materials-right {
  margin-top: 15px;
  margin-left: 0px;
}
.story-process-materials-drop {
  margin-top: -30px;
  margin-left: -70px;
}
.story-process-materials-drop-2 {
  margin-top: 10%;
  margin-left: -30px;
}
.story-process-materials-hardware {
  margin: 0px -12% 0px -8%;
}
.story-process-accordion-container {
  margin: 60px -10px 0;
}
.story-process-parts-hardware {
  margin: 0px -12% 0px;
  height: 380px;
}
.story-process-parts-container {
  margin-top: 20px !important;
}
.story-process-parts-titles {
  margin: 0 0 0;
  text-align: left;
  font-family: ibm-plex-mono;
  font-size: 10px; 
  line-height: 10px;
}
.story-process-parts-copy {
  margin: 15px 0 0;
  padding: 0 20% 0 0;
  text-align: left;
  font-family: acumin-pro;
  font-size: 20px; 
  line-height: 28px;
}
.story-process-parts-copy-1 {
  padding-top: 11%;
  margin-left: 66%;
  width: 500px;
}
.story-process-parts-copy-2 {
  margin-top: 24%;
  margin-left: 26%;
  width: 450px;
}
.story-process-parts-copy-3 {
  margin-top: 34%;
  margin-left: 55%;
  width: 450px;
}
.story-process-parts-spacer {
  margin-top: 0px !important; 
}
.story-process-ourlenses-spacer {
  margin: 0px -40px 0px !important;
}
.story-process-ourlenses-spacer-2 {
  margin-top: 60px !important;
}
.story-process-ourlenses-spacer-3 {
  margin-bottom: -60px !important;
}
.story-process-ourlenses-titles {
  margin: 0 0 0;
  font-size: 30px; 
  line-height: 30px;
}
.story-process-ourlenses-copy {
  margin: 26px 0 80px;
  padding: 0 15% 0 0;
  text-align: left;
  font-family: acumin-pro;
  font-size: 20px; 
  line-height: 28px;
}
.story-process-ourlenses-top {
  align-items: flex-start !important;
}
.story-process-bottom-spacer {
  margin-top: 20px !important;
  margin-bottom: -40px;
}
  
}

@media screen and (max-width: 380px) {

/*********************  $$$$$$$$$      COLLECTION PAGE     $$$$$$$$$  **********************/
.shopby-collection-hero-container {
  margin-bottom: 30px;
  height: 180px !important;
}
.shopby-hero-image {
  margin-top: 30px !important;
}
.vto-container-blog {
  width: 85%;
  margin-left: -12px !important;
  text-align: left;
}
.vto-button-blog {
  position: relative;
  left: 5px;
  font-family: acumin-pro; 
  font-size: 9px;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 111px;
  height: 20px;
}
.new-container {
  width: 50px;
  position: relative;
  top: 10px;
  left: 250px !important;
  z-index: 98;
}
/*********************  $$$$$$$$$   END: COLLECTION PAGE   $$$$$$$$$  **********************/
  
/*********************  $$$$$$$$$         BLOG PAGE        $$$$$$$$$  **********************/
.blog-d3-picks-container {
  margin: 100px 0px 40px;
  width: 100%;
}
.blog-d3-picks-header {
  margin-top: -60px;
  margin-bottom: 10px;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 50px; 
  font-weight: 600;
  color: #000; 
  line-height: 50px;
}
/*********************  $$$$$$$$$      END: BLOG PAGE      $$$$$$$$$  **********************/
  
/*********************  $$$$$$$$$$      HOMEPAGE PAGE     $$$$$$$$$$  **********************/
.positioning {
  position: relative;
  margin-top: 200px !important;
}
.sunburst-container {
  display: block;
  padding: 35.78px 25px 0px;
  margin-top: -80px;
  padding-bottom: 30px;
}
.sunburst-subcontainer {
  margin-top: -20px;
}
.sunburst-image-line {
  height: 50px;
}
.sunburst-image {
  margin-top: -50px;
  padding: 0px 0px 0px;  
}
.sunburst-title {
  margin-top: -10px;
  font-size: 30px;
}
.sunburst-text {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 16px; 
}
.sunburst-learnmore-button {
  margin-top: -10px !important;
  margin-bottom: 10px !important;
}
/*********************  $$$$$$$$      END: HOMEPAGE PAGE     $$$$$$$  **********************/
  
/*********************  $$$$$$$$         PRODUCT PAGE        $$$$$$$  **********************/
.product-recommendations-midcontainer {
  margin-top: 25px;
  margin-left: 0px !important;
  margin-bottom: 40px;
  padding: 0px;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 0px;
  width: 103% !important;
}
.product-recommendations-innerbox {
  width: 125%; 
  margin: 0 -30px 0;
}
.product-recommendations-box {
  width: 50% !important;
}
.recommended-collection-hero-container {
  background-color: #F4F4F4;
  height: 180px !important;
}
/*********************  $$$$$$$$      END: PRODUCT PAGE      $$$$$$$  **********************/

/*********************  $$$$$$$$$$$$  LOOKBOOK COMPONENTS  $$$$$$$$$$$$$$  ********************/
.lookbook-showme {
  display: none;
}
.lookbook-hideme {
  display: block;
}
.lookbook-banner {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}
.lookbook-banner-title {
  margin-top: 8%;
  margin-left: 8%;
  font-family: minion-pro-condensed-display !important; 
  font-size: 80px !important;
  color: #000;
  line-height: 90px;
  text-align: left;
  width: 500px;
  height: 200px;
}
.lookbook-line {
  margin: 19px 0 0px;
  display: block; 
}
.lookbook-line-0 {
  margin: 80px auto 340px;
}
.lookbook-line-1 {
  margin: 20px -2% 0px;  
}
.lookbook-line-2 {
  margin: 150px -8% 0px;
  display: grid; 
  grid-template-columns: 60% 40%; 
  grid-gap: 0px;
}
.lookbook-line-3 {
  margin: 150px -8% 0px;
  display: grid; 
  grid-template-columns: 40% 60%; 
  grid-gap: 0px;
}
.lookbook-line-4 {
  margin: 26px auto 350px;  
}
.lookbook-line-5 {
  margin: 10px auto -80px;  
}
.lookbook-line-6 {
  margin: -250px -1.3% 0px;
}
.lookbook-line-7 {
  display: grid; 
  grid-template-columns: 50% 50%; 
  grid-gap: 0px;
}
.lookbook-line-8 {
  margin: 40px -35px 200px -30px !important;
  display: block;
  overflow: hidden;
}
.lookbook-line-9 {
  margin-top: 140px !important;
  margin-bottom: 250px !important;
}
.lookbook-copy-title {
  margin-left: auto;
  margin: 0 auto 0;
  font-family: ibm-plex-mono; !important; 
  font-size: 21px !important;
  color: #000;
  line-height: 28px;
  text-align: center;
}
.lookbook-copy {
  margin-top: 22px;
  margin-left: 0;
  margin: 22px auto 0;
  font-family: acumin-pro; !important; 
  font-size: 18px !important;
  color: #000;
  line-height: 28px;
  text-align: center;
}
.lookbook-copy-cta {
  margin: 30px auto 60px;
  background-color: #FFFFFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 260px; 
  height: 50px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 17px;
  font-weight: 400 !important;
  line-height: 45px;
  text-align: center;
}
.lookbook-l1-left {
  margin-left: auto;
  margin: 0 auto 0;
  padding: 0;
}
.lookbook-l1-right {
  margin-right: 0;
  background-image: url("/cdn/shop/files/SS22-Lookbook-IMG-20.jpg?v=1647368800");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.lookbook-l2 {
  margin: 0px -8% 0px;
}
.lookbook-l2-left {
  margin-left: 0px;
  padding: 10px 0 0;
}
.lookbook-l2-right {
  margin-top: 27px;
  margin-right: 0px;
  padding: 0px;
}
.lookbook-l3 {
  margin: -200px -1% 0;
  padding: 0 0 0;
}
.lookbook-l3-left {
  margin: 5% -5% 0%;
  padding: 15%;
}
.lookbook-l3-right {
  margin: 20% -5% 50%;
  padding: 15%;
}
.lookbook-l4 {
  margin-top: -33%;
  padding: 5% 15% 5%;
}
.lookbook-l4-left {
  padding: 5% 20% 0%;
}
.lookbook-l4-right {
  padding: 36px 0% 0 0%;
}
.lookbook-l5 {
  margin: 40px -9% 0;
  padding: 0 0 0;
}
.lookbook-l5-left {
  margin-left: -5%;
  padding: 0 5% 5% 0%;
}
.lookbook-l5-right {
  margin-right: -5%;
  height: 100%;
  padding: 0 0 0;
}
.lookbook-l6-left {
  margin-top: 50px;
  margin-left: -5%;
  width: 80%;
  z-index: 3;
}
.lookbook-l6-right {
  position: relative;
  float: right;
  margin-top: -30%;
  margin-right: -5%;
  width: 80%;
  z-index: 5;
}
.lookbook-l7 {
  width: 100%;
  padding: 0 15% 0;
  max-height: 836px;
}
.lookbook-l7-left {
  margin-left: 0;
  margin: 0 -20% 0 -10%;
  width: 120%;
}
.lookbook-l7-right {
  margin-top: 30px;
  margin-right: -10%;
  margin-left: -10%;
  width: 120%;
  float: none;
  background-image: none;
  background-position: none;
  background-repeat: no-repeat;
  background-size: cover;
  height: 610px;
  max-height: 610px;
}
.lookbook-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 260px !important;
}
.lookbook-hero-image {
  margin-top: 100px !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
/*********************  $$$$$$$$$  END: LOOKBOOK COMPONENTS  $$$$$$$$$$$$  ********************/
  
/*********************  $$$$$$$$$  LANDING PAGE COMPONENTS  $$$$$$$$$$$$$  ********************/
.landing-pages-container {
  background-color: #EEDFC6;
  margin-left: -12%; 
  margin-right: -12%;
}
.landing-pages-showme {
  display: none;
}
.landing-pages-hideme {
  display: block;
}
.landing-pages-banner {
  margin-left: -5px;
  max-width: 100vw;
  position: relative;
  width: 100vw;
}
.landing-pages-line {
  margin: 20px 0px 0px;
  display: block; 
}
.landing-pages-line-0 {
  margin: 208px auto 340px;
  padding-left: 60px;
  padding-right: 30px;
}
.landing-pages-line-1 {
  margin: 60px 13px 0px 32px;  
}
.landing-pages-line-8 {
  margin-top: 150px !important;
  display: block; 
}
.landing-pages-line-9 {
  margin: 60px -2% 0px;
  background-image: url("/cdn/shop/files/Mobile-Zafrique-LandingPage-Pattern.png?v=1680044411");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  width: 103%;
}
.landing-pages-line-10 {
  margin-top: 100px !important;
  display: block; 
  margin-bottom: 230px !important;
}
.landing-pages-copy {
  position: relative;
  top: 0;
  transform: none;
  margin-left: 27px;
  font-size: 26px !important;
  line-height: 32px;
}
.landing-pages-copy-cta {
  margin: 62px 140px 60px;
  background-color: #FFFFFF !important;
  border: 1px solid #000;
  border-radius: 33px; 
  cursor: pointer;
  width: 260px; 
  height: 50px; 
  color: #000 !important;
  font-family: ibm-plex-mono; 
  font-size: 17px;
  font-weight: 600 !important;
  line-height: 45px;
  text-align: center;
}
.landing-pages-l1-left {
  margin-left: 0px;
  margin-right: 5%;
}
.landing-pages-l1-right {
  margin: 60px 20px 0px 20px;
}
.landing-pages-video {
  height: 910px;
}
.landing-pages-height--full.video-container, .height--full .rimage-outer-wrapper, .height--full .placeholder-image {
  height: 100px;
}
.landing-collection-title {
  margin-top: -40px;
  text-transform: uppercase;
  font-family: acumin-pro-extra-condensed; 
  font-size: 16px; 
  letter-spacing: .16pt;
  font-weight: 600; 
  color: #CB3835;
  padding-bottom: 8px;
  line-height: 21px;
}
.landing-pages-l2 {
  margin: 30px auto 0px;
  text-align: center;
}
.landing-pages-l2-left {
  margin-left: 200px;
  padding: 20px 60px 0;
}
.landing-pages-l2-right {
  margin-top: 320px;
  margin-right: 120px;
  padding: 60px;
}
.landing-pages-l3 {
  margin: 0 auto 0;
  padding: 0 15% 0;
}
.landing-pages-l3-left {
  margin: 20px 23px 0px !important;
  font-size: 25px; 
  font-weight: 700;
  line-height: 52px;
}
.landing-pages-l3-right {
  margin: 35px 23px 0px;
  font-size: 26px; 
  line-height: 32px;
}
.landing-pages-l4 {
  margin: 0px 5px 0px -15px;
}
.landing-pages-l4-left {
  padding: 20% 30% 0% 37%;
}
.landing-pages-l4-right {
  padding: 0 25% 0 10%;
}
.landing-pages-l5 {
  margin: 0 13px -80px 0px;
  padding-bottom: 60px;
}
.landing-pages-l5-left {
  margin-left: -5%;
  padding: 0 5% 5% 0%;
}
.landing-pages-l5-right {
  margin-right: -5%;
  height: 100%;
  padding: 0 0 0;
}
.landing-pages-l6-left {
  margin-left: 85px;
  width: 55%;
  z-index: 3;
}
.landing-pages-l6-right {
  position: relative;
  float: right;
  margin-top: -20%;
  margin-right: 85px;
  width: 55%;
  z-index: 5;
}
.landing-pages-l7 {
  width: 100%;
  padding: 0 15% 0;
  max-height: 836px;
}
.landing-pages-l7-left {
  margin-left: -1%;
  width: 58%;
}
.landing-pages-l7-right {
  margin-top: -820px;
  margin-right: -2%;
  width: 38%;
  float: right;
  background-image: url("/cdn/shop/files/SS22-Lookbook-IMG-12.jpg?v=1647454999");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 820px;
  max-height: 820px;
}
.landing-pages-collection-hero-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  height: 180px !important;
  border: 1.5px solid #CB3835;
}
.landing-pages-hero-image {
  margin-top: 20px !important;
  margin-left: -10%;
  overflow: hidden; 
  max-width: 120%;
}
/*********************  $$$$$$$  END: LANDING PAGE COMPONENTS  $$$$$$$$$$  ********************/
  
.grid,
.row {
  display: flex;
  flex-wrap: wrap;
  width: 120%;
  margin-left: -10%;
  padding-left: -100px !important;
  padding-right: -100px !important;
  margin-right: auto;
}
  
.collection-breadcrumbs {
  float: center;
  margin-top: -2px;
  margin-left: 0px;
  font-family: ibm-plex-mono !important; 
  font-size: 12px !important; 
  line-height: 20px;
  text-transform: uppercase;
}
.shopby-breadcrumbs {
  float: center;
  margin-top: 20px;
  margin-left: 0px;
  font-family: ibm-plex-mono !important; 
  font-size: 12px !important; 
  line-height: 20px;
  text-transform: uppercase;
}
  
.breadcrumbs__crumb {
  text-align: left;
  font-size: 12px !important; 
  line-height: 20px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.frames-container {
  margin-top: 240px;
  width: 100%;
}
  
.warranty-form {
  margin: 0 auto -60px !important;
}

.refurbishment-pod-header-2 {
  width: 48%;
}

.bluelight-collage-full {
  margin: 100px -1% -99% !important;
  width: 102%;
  overflow: hidden !important;
}

.spotlight-container {
  margin: 80px -11% 0px -11%;
  width: 122%;
}

/*********************  $$$$$$$$   HOLIDAY GIFT GUIDE COMPONENTS    $$$$$$$$$  *****************/
.hgg-main-banner {
  margin: 0px -35px 0px;
}

/*********************  $$$$$$$$        FIT GUIDE COMPONENTS        $$$$$$$$$  *****************/
.fitguide-faceshapes-faces {
  width: 330px;
  height: 410px;
  padding: 0px 0px 0px;
}

/*********************  $$$$$$$$$      STORY - About Us     $$$$$$$$$  **********************/
.story-aboutus-banner {
  margin: 0px -12% 0;
}

/*********************  $$$$$$$$$      STORY - Process     $$$$$$$$$  **********************/
.story-banner {
  margin: 0px -12% 0;
  height: 57vh;
}
.story-process-intro {
  margin: 70px 0px 0px;
}
.story-process-subheader {
  margin: 124px 0 0;
  text-align: center;
  font-family: minion-pro-condensed-display; 
  font-size: 45px; 
  line-height: 47px;
}
.story-process-container {
  margin: 50px 0px 0px;
  display: block; 
  text-align: center;
}
.story-process-container-overlap {
  margin: 60px -20px 0px;
}
.story-process-sides {
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  justify-content: center
}
.story-process-materials-container-upper {
  margin: -250px 0 0 -5%;
}
.story-process-materials-container-lower {
  margin: 130px 0 0 0;
}
.story-process-materials-titles {
  margin: 0 0 0;
  text-align: left;
}
.story-process-materials-copy {
  margin: 15px 0 0;
  padding: 0 20% 0 0;
}
.story-process-materials-right {
  margin-top: 15px;
  margin-left: 0px;
}
.story-process-materials-drop {
  margin-top: -30px;
  margin-left: -70px;
}
.story-process-materials-drop-2 {
  margin-top: 10%;
  margin-left: -30px;
}
.story-process-materials-hardware {
  margin: 0px -12% 0px -8%;
}
.story-process-accordion-container {
  margin: 60px -10px 0;
}
.story-process-parts-hardware {
  margin: 0px -12% 0px;
  height: 380px;
}
.story-process-parts-container {
  margin-top: 20px !important;
}
.story-process-parts-titles {
  margin: 0 0 0;
  text-align: left;
  font-family: ibm-plex-mono;
  font-size: 10px; 
  line-height: 10px;
}
.story-process-parts-copy {
  margin: 15px 0 0;
  padding: 0 20% 0 0;
  text-align: left;
  font-family: acumin-pro;
  font-size: 20px; 
  line-height: 28px;
}
.story-process-parts-copy-1 {
  padding-top: 11%;
  margin-left: 66%;
  width: 500px;
}
.story-process-parts-copy-2 {
  margin-top: 24%;
  margin-left: 26%;
  width: 450px;
}
.story-process-parts-copy-3 {
  margin-top: 34%;
  margin-left: 55%;
  width: 450px;
}
.story-process-parts-spacer {
  margin-top: 0px !important; 
}
.story-process-ourlenses-spacer {
  margin: 0px -40px 0px !important;
}
.story-process-ourlenses-spacer-2 {
  margin-top: 60px !important;
}
.story-process-ourlenses-spacer-3 {
  margin-bottom: -60px !important;
}
.story-process-ourlenses-titles {
  margin: 0 0 0;
  font-size: 30px; 
  line-height: 30px;
}
.story-process-ourlenses-copy {
  margin: 26px 0 80px;
  padding: 0 15% 0 0;
  text-align: left;
  font-family: acumin-pro;
  font-size: 20px; 
  line-height: 28px;
}
.story-process-ourlenses-top {
  align-items: flex-start !important;
}
.story-process-bottom-spacer {
  margin-top: 20px !important;
  margin-bottom: -40px;
}

/*********************  $$$$$$$$$   STORY - Responsibility  $$$$$$$$$  **********************/
.story-responsibility-marquee-container {
  margin: 30px -6% 0px;
}
.branding-collection-container {
  margin: 60px 4% 160px 5%;
}
.responsibility-collection-hero-container {
  height: 160px !important;
}
.responsibility-hero-image {
  margin-top: 5%;
}
.nav-left-branding {
  margin: -230px -20px 0px;
  width: 20px;
  text-align: left;
}
.nav-right-branding {
  margin-top: -40px;
  margin-left: 100%;
  width: 20px;
}
.dropdown {
    left: -11%;
    width: 122%;
}
.dropdown::before {
    left: 25%;
}
.dropdown input {
    left: 30%;
}
.dropdown-spacer-1 {
  margin-left: 6px;
}
.dropdown-spacer-2 {
  margin-left: 14px;
}
.dropdown-spacer-3 {
  margin-left: -7px;
}
.dropdown-spacer-4 {
  margin-left: -15px;
}
/*********************  $$$$$$$$   END: STORY - Responsibility  $$$$$$$  **********************/
  
}


/**************************************************************************************************/
/**************************************************************************************************/
/*********************  $$$$$$$$         TOP NAV MOBILE PAGE        $$$$$$$  **********************/
/**************************************************************************************************/
/**************************************************************************************************/

.accordion {
  width: 90%;
  margin: 130px 25px;
  padding-bottom: 50px;
}
.accordion h1, h2, h3, h4 {
  cursor: pointer;
}
.accordion h2, h3, h4 {
  font-family: acumin-pro; 
}
.accordion h1 {
  margin-bottom: 15px;
  background-color: #fff;
  font-family: minion-pro-condensed-display; 
  font-size: 50px; 
  line-height: 50px; 
  color: #000;
}
.accordion h1:hover {
  color: #000;
}
.accordion div, .accordion p {
  display: none;
}
.accordion h2 {
  margin-top: 0px;
  margin-left: 0px;
  font-size: 28px; 
  line-height: 28px;
}
.accordion h3 {
  margin-top: 0px;
  margin-left: 30px;
  font-size: 20px; 
  line-height: 22px;
}
.accordion h4 {
  padding: 5px 35px;
  background-color: #ffc25a;
  font-size: .9rem;
  color: #af720a; 
}
.accordion p {
  padding: 15px 35px;
  background-color: #ddd;
  font-family: "Georgia";
  font-size: .8rem;
  color: #333;
  line-height: 1.3rem;
}
.accordion .opened-for-codepen {
  display: block;
}

/**************************************************************************************************/
/**************************************************************************************************/
/*********************  $$$$$$$$      END: TOP NAV MOBILE PAGE      $$$$$$$  **********************/
/**************************************************************************************************/
/**************************************************************************************************/


/**************************************************************************************************/
/**************************************************************************************************/
/*********************  $$$$$$$$               SLIDERS              $$$$$$$  **********************/
/**************************************************************************************************/
/**************************************************************************************************/


.swiper {
  margin-top: 10px;
  width: 100%;
  height: 850px;
}
.swiper-featured {
  margin-top: 10px;
  width: 100%;
  height: 1170px !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}
.swiper-slide-featured {
  text-align: left !important;
   -webkit-box-pack: left !important;
   -ms-flex-pack: left !important;
   -webkit-justify-content: left !important;
   justify-content: left !important;
   -webkit-box-align: left !important;
   -ms-flex-align: left !important;
   -webkit-align-items: left !important;
   align-items: left !important;
}
.swiper-slide img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.swiper-button-next {
  margin-left: 0px;
  outline: none;
}
.swiper-button-prev {
  margin-left: 0px;
  outline: none;
}
.swiper-button-prev-hero {
  margin-left: -140px !important;
  outline: none;
}
.swiper-button-next-pos {
  margin-top: 0px !important;
  outline: none;
}
.swiper2 {
  margin-top: 10px;
  width: 100%;
  height: 850px;
}
.swiper2-featured {
  margin-top: 10px;
  width: 100%;
  height: 1170px !important;
}
.swiper2-slide {
  text-align: left;
  font-size: 18px;
  /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: left;
   -ms-flex-pack: left;
   -webkit-justify-content: left;
   justify-content: left;
   -webkit-box-align: left;
   -ms-flex-align: left;
   -webkit-align-items: left;
   align-items: left;
}
.swiper2-slide img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.swiper2-details {
  position: relative;
  margin-top: 10px;
  border: 1px solid blue;
  z-index: 9999;
}
.swiper2-button-next {
  margin-left: 0px;
  outline: none;
}
.swiper2-button-prev {
  margin-left: 0px;
  outline: none;
}
.swiper2-button-prev-hero {
  margin-left: -140px !important;
  outline: none;
}
.swiper2-button-next-pos {
  margin-top: 0px !important;
  outline: none;
}

/*#############################################################################################*/
/*#############################  SPECIALIZED DESKTOP RESOLUTIONS  #############################*/
/*#############################################################################################*/

@media (min-width: 1350px) 
  and (max-width: 1600px) 
{
  
.swiper-featured {
  margin-top: 10px;
  width: 100%;
  height: 920px !important;
}  
  
}

/*#############################################################################################*/
/*###########################  END: SPECIALIZED DESKTOP RESOLUTIONS  ##########################*/
/*#############################################################################################*/

/*#############################################################################################*/
/*#############################  SUPER LARGE DESKTOP RESOLUTIONS  #############################*/
/*#############################################################################################*/

@media (min-width: 2000px) 
  and (max-width: 3000px) 
 {
  
.swiper-featured {
  margin-top: 10px;
  width: 100%;
  height: 1170px !important;
}  
  
}

/*#############################################################################################*/
/*###########################  END: SUPER LARGE DESKTOP RESOLUTIONS  ##########################*/
/*#############################################################################################*/

/*#############################################################################################*/
/*#############################         MOBILE RESOLUTIONS        #############################*/
/*#############################################################################################*/

@media (max-width: 767px) {

.swiper-featured-container {
  margin-top: 70px;
  padding-left: 23px; 
  padding-right: 23px; 
  text-align: center; 
  border: 1px solid white;
}
.swiper-featured-container-2 {
  margin-top: 30px;
}
.swiper-featured {
  margin-top: 10px;
  width: 100%;
  height: 510px !important;
}
 
}

/*#############################################################################################*/
/*#############################      END: MOBILE RESOLUTIONS      #############################*/
/*#############################################################################################*/


/**************************************************************************************************/
/**************************************************************************************************/
/*********************  $$$$$$$$            END: SLIDERS            $$$$$$$  **********************/
/**************************************************************************************************/
/**************************************************************************************************/


@keyframes marquee {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
}

@keyframes marquee-r {
	from {transform: translateX(-100%);}
	to {transform: translateX(0);}
}

@keyframes rollCage {
	from {transform: rotate(0);}
	to {transform: rotate(5turn);}
}

.marquee {
	bgcolor: #FFF;
    font-family: minion-pro-condensed-display;
    color: #000;
	overflow: hidden;
	position: relative;
    border: none;
    width: 102%;
	
	& img {
		object-fit: cover;
		max-height: 150px;
	}
}

.track {
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	transition: background-color 300ms ease, color 300ms ease;
	white-space: nowrap;
}


/*#############################################################################################*/
/*#############################         SWYM WISHLIST APP         #############################*/
/*#############################################################################################*/

.swym-bg-2 {
    background: #000000 !important;
}
.swym-heading-1 {
    color: #000000 !important;
    font-size: 30px !important;
    text-transform: uppercase !important;
}
.swym-wishlist-detail-separator {
    background: #000000 !important;
}
.swym-wishlist-image-wrapper {
    background: #F4F4F4 !important;
}
.swym-wishlist-item {
    border: none !important;
}
.swym-add-to-cart-btn {
    width: 70% !important;
    background: #F2B735 !important;
    border: 1px solid #000000 !important;
    border-radius: 33px !important;
    font-size: 10px !important;
    color: #000000 !important;
}

@media (max-width: 767px) {
#swym-inject-header-parent {
  margin-left: -50px;
}  
}

@media (max-width: 414px) {
#swym-inject-header-parent {
  margin-left: -25px;
} 
}

@media (max-width: 380px) {
#swym-inject-header-parent {
  margin-left: 0px;
} 
}

@media (max-width: 360px) {
#swym-inject-header-parent {
  margin-right: -6px;
} 
}


/*#############################################################################################*/
/*#############################      END: SWYM WISHLIST APP       #############################*/
/*#############################################################################################*/