@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
input:focus-visible,
button:focus-visible,
textarea:focus-visible,
select:focus-visible,
details:focus-visible,
[href]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible,
[contenteditable="true"]:focus-visible {
  outline: 2px solid -webkit-focus-ring-color !important;
  outline-offset: 1px !important; }

input:focus-visible + label {
  outline: 2px solid -webkit-focus-ring-color !important;
  outline-offset: 1px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

/* Vertical Carousel */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated-loading {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #f6f6f6;
  background: linear-gradient(to right, #f6f6f6 4%, #e6e6e6 25%, #f6f6f6 36%);
  background-size: 1200px 100%; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@keyframes animateZoomIn {
  0% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.animateZoomIn {
  -webkit-animation-name: animateZoomIn;
  animation-name: animateZoomIn;
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes animateZoomOut {
  0% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }

.animateZoomOut {
  -webkit-animation-name: animateZoomOut;
  animation-name: animateZoomOut;
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes animateZoomOutSpec {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(1.15); }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(1); } }

.animateZoomOutSpec {
  -webkit-animation-name: animateZoomOutSpec;
  animation-name: animateZoomOutSpec;
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes appearUp {
  0% {
    opacity: 0;
    transform: translateY(1rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.appearUp {
  -webkit-animation-name: appearUp;
  animation-name: appearUp;
  animation-duration: 0.5s;
  animation-fill-mode: both; }

@keyframes zoomFadeSmall {
  0% {
    opacity: 0;
    transform: scale(1.1); }
  to {
    opacity: 1;
    transform: scale(1); } }

.zoomFadeSmall {
  -webkit-animation-name: zoomFadeSmall;
  animation-name: zoomFadeSmall;
  animation-duration: 0.5s;
  animation-fill-mode: both; }

@-webkit-keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes haloFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes haloFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.haloFadeInLeft {
  -webkit-animation-name: haloFadeInLeft;
  animation-name: haloFadeInLeft; }

@-webkit-keyframes haloFadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); } }

@keyframes haloFadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); } }

.haloFadeOutRight {
  -webkit-animation-name: haloFadeOutRight;
  animation-name: haloFadeOutRight; }

@-webkit-keyframes rotate_180 {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate_180 {
  0% {
    -moz-transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-ms-keyframes rotate_180 {
  0% {
    -ms-transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg); } }

@-o-keyframes rotate_180 {
  0% {
    -o-transform: rotate(0deg); }
  50% {
    -o-transform: rotate(180deg); }
  100% {
    -o-transform: rotate(360deg); } }

@keyframes rotate_180 {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.zoom-animation {
  -webkit-animation-name: zoom-animation;
  animation-name: zoom-animation; }

@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0; }
  100% {
    background-position: 100% 0; } }

@keyframes shimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@keyframes animateBounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animateBounceIn {
  -webkit-animation-name: animateBounceIn;
  animation-name: animateBounceIn; }

.btn-loading:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border: 2px solid #f6f6f6;
  border-radius: 50%;
  border-top: 2px solid #ffcc00;
  border-right: 2px solid #4dd4c6;
  border-bottom: 2px solid red;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1.4s linear infinite;
  animation: spin 1.4s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

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

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

.u-textAlignCenter {
  text-align: center !important; }

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

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: white;
  color: black;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
.site-footer .footer-title,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }
  @media (min-width: 551px) {
    html {
      font-size: 16px; } }
  @media (min-width: 801px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #8e0000;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #8e0000; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6,
.site-footer .footer-title {
  color: black;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small,
  .site-footer .footer-title small {
    color: black;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 53px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }


h6,
.site-footer .footer-title {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.75rem; }

hr {
  border: solid #e0dedc;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.9375rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.375rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: black;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 24px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 15px; }

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: black;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e0dedc;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 15px;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e0dedc; }

.table-tfoot {
  border: 1px solid #e0dedc; }

.table-tbody tr {
  border-bottom: 1px solid #e0dedc; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: white;
  font-size: 15px;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: white;
    border-color: #1d1d1d;
    color: #1d1d1d; }
  .button:active {
    background-color: white;
    border: 1px solid #1d1d1d;
    color: #1d1d1d; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: rgba(0, 0, 255, 0);
    border-color: #1d1d1d;
    color: #1d1d1d; }
  .button--primary:active {
    background-color: rgba(0, 0, 255, 0);
    border: 1px solid #1d1d1d;
    color: #1d1d1d; }

.button--tertiary {
  background-color: white;
  border-color: #1d1d1d;
  color: #1d1d1d; }
  .button--tertiary:hover, .button--tertiary:focus, .button--tertiary.is-active, .button--tertiary.active {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: white; }
  .button--tertiary:active {
    background-color: #1d1d1d;
    border: 1px solid #1d1d1d;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 15px;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #757575; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 15px;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 15px;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  padding: 0.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.75rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #202020;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: black;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #202020;
  display: block;
  font-family: inherit;
  font-size: 15px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #202020;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  color: #202020;
  font-family: inherit;
  font-size: 15px;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #202020; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #202020; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0.375rem;
    padding-left: 1.875rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(6, 6, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(6, 6, 6, 0.999);
  content: "";
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(6, 6, 6, 0.999);
  border: 3px solid white;
  border-radius: 0.875rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.875rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.25rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5.625rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.25003rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.25003rem;
  left: 0.18749rem;
  position: absolute;
  top: 0.18749rem;
  transition: all 100ms ease-out;
  width: 1.25003rem; }
  .switch--checked .switch-toggle::before {
    left: 2.18749rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.6875;
  position: absolute;
  right: 0.375rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.375rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.1875rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.375rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: black;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: black; }
  .breadcrumb.current {
    color: black;
    cursor: default; }
    .breadcrumb.current a {
      color: black;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: black;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: black;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: black;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e0dedc;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: black;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: black; }

.tab.is-active .tab-title {
  color: black;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.75rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #8e0000;
  font-size: 15px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: black;
    font-size: 15px;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: black;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #8e0000; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #8e0000;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #87724f; }
  .alertBox--info svg {
    fill: white; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.125rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e0dedc solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e0dedc solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: black;
    padding: 1.875rem;
    display: block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 15px; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e0dedc solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e0dedc;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e0dedc;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e0dedc;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.25rem;
    width: 1.25rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.375rem 0.75rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.75rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.375rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 12.5rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: black; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: black; }
  .card-figcaption-button:hover {
    background-color: white;
    color: black; }

.card-body {
  padding: 0.75rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: black; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin-left: -10000px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    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; }
      .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: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #dfd7d4;
      opacity: 1; }

.slick-next,
.slick-prev {
  z-index: 1;
  border: 1px solid black;
  height: 3.125rem;
  padding: 0.875rem 1.125rem;
  width: 3.125rem;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9); }
  .home-layout-2 .slick-next, .home-layout-2
  .slick-prev {
    border-width: 2px;
    border-radius: 0; }
    .home-layout-2 .slick-next::before, .home-layout-2
    .slick-prev::before {
      height: 1.1875rem;
      width: 0.6875rem; }
    .home-layout-2 .slick-next:focus, .home-layout-2
    .slick-prev:focus {
      background-color: rgba(255, 255, 255, 0.9); }
    .home-layout-2 .slick-next.slick-disabled:hover, .home-layout-2 .slick-next.slick-disabled:focus, .home-layout-2
    .slick-prev.slick-disabled:hover, .home-layout-2
    .slick-prev.slick-disabled:focus {
      background-color: rgba(255, 255, 255, 0.9); }
  .home-layout-3 .slick-next, .home-layout-3
  .slick-prev {
    border-width: 1px;
    border-radius: 8px;
    transition: all .3s ease; }
    .home-layout-3 .slick-next:focus, .home-layout-3
    .slick-prev:focus {
      background-color: rgba(255, 255, 255, 0.9); }
    .home-layout-3 .slick-next.slick-disabled:hover, .home-layout-3 .slick-next.slick-disabled:focus, .home-layout-3
    .slick-prev.slick-disabled:hover, .home-layout-3
    .slick-prev.slick-disabled:focus {
      background-color: rgba(255, 255, 255, 0.9); }
  .home-layout-4 .slick-next, .home-layout-4
  .slick-prev {
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 0;
    width: 34px;
    height: 44px; }
    @media (min-width: 1025px) {
      .home-layout-4 .slick-next, .home-layout-4
      .slick-prev {
        width: 45px;
        height: 75px;
        padding: 0.875rem 0.9375rem; } }
    .home-layout-4 .slick-next::before, .home-layout-4
    .slick-prev::before {
      height: 1.0625rem;
      width: 0.625rem;
      background-image: none;
      background: black;
      position: absolute; }
    .home-layout-4 .slick-next::after, .home-layout-4
    .slick-prev::after {
      content: "";
      height: 1.0625rem;
      width: 0.625rem;
      background-image: none;
      background: black;
      position: absolute; }
    .home-layout-4 .slick-next:focus, .home-layout-4
    .slick-prev:focus {
      background-color: rgba(255, 255, 255, 0.9); }
    .home-layout-4 .slick-next.slick-disabled::before, .home-layout-4 .slick-next.slick-disabled::after, .home-layout-4
    .slick-prev.slick-disabled::before, .home-layout-4
    .slick-prev.slick-disabled::after {
      opacity: 0.6; }
    .home-layout-4 .slick-next.slick-disabled:hover, .home-layout-4 .slick-next.slick-disabled:focus, .home-layout-4
    .slick-prev.slick-disabled:hover, .home-layout-4
    .slick-prev.slick-disabled:focus {
      background-color: rgba(255, 255, 255, 0.9); }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 1.25rem;
    width: 0.75rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: black; }
    .home-layout-4 .slick-next:hover::before, .home-layout-4 .slick-next:hover::after, .home-layout-4 .slick-next:focus::before, .home-layout-4 .slick-next:focus::after, .home-layout-4
    .slick-prev:hover::before, .home-layout-4
    .slick-prev:hover::after, .home-layout-4
    .slick-prev:focus::before, .home-layout-4
    .slick-prev:focus::after {
      background-image: none; }
    .slick-next:hover:not(.slick-disabled), .slick-next:focus:not(.slick-disabled),
    .slick-prev:hover:not(.slick-disabled),
    .slick-prev:focus:not(.slick-disabled) {
      border-color: black;
      background-color: black; }
      .home-layout-4 .slick-next:hover:not(.slick-disabled)::before, .home-layout-4 .slick-next:hover:not(.slick-disabled)::after, .home-layout-4 .slick-next:focus:not(.slick-disabled)::before, .home-layout-4 .slick-next:focus:not(.slick-disabled)::after, .home-layout-4
      .slick-prev:hover:not(.slick-disabled)::before, .home-layout-4
      .slick-prev:hover:not(.slick-disabled)::after, .home-layout-4
      .slick-prev:focus:not(.slick-disabled)::before, .home-layout-4
      .slick-prev:focus:not(.slick-disabled)::after {
        background: white; }

.slick-next {
  right: 15px; }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .home-layout-4 .slick-next::before {
    left: 50%;
    top: 50%;
    width: 10px;
    height: 2px;
    transform: rotate(45deg);
    margin-left: -5px;
    margin-top: -4px; }
  .home-layout-4 .slick-next::after {
    left: 50%;
    bottom: 50%;
    width: 10px;
    height: 2px;
    transform: rotate(-45deg);
    margin-left: -5px;
    margin-bottom: -4px; }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .home-layout-3 .slick-next {
    right: 15px; }
    .home-layout-3 .slick-next::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 3.9 6.9'%3E%3Cpath d='M.77.13l3,3a.46.46,0,0,1,0,.64l-3,3a.47.47,0,0,1-.64,0,.47.47,0,0,1,0-.64L2.81,3.45.13.77a.47.47,0,0,1,0-.64A.47.47,0,0,1,.77.13Z' clip-rule='evenodd' fill-rule='evenodd' /%3E%3C/svg%3E");
      height: 1.25rem;
      width: 0.875rem; }
    .home-layout-3 .slick-next:hover::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 3.9 6.9'%3E%3Cpath d='M.77.13l3,3a.46.46,0,0,1,0,.64l-3,3a.47.47,0,0,1-.64,0,.47.47,0,0,1,0-.64L2.81,3.45.13.77a.47.47,0,0,1,0-.64A.47.47,0,0,1,.77.13Z' clip-rule='evenodd' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    @media (min-width: 1025px) {
      .home-layout-3 .slick-next {
        right: -13px; } }

.slick-prev {
  left: 15px; }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .home-layout-4 .slick-prev::before {
    left: 50%;
    top: 50%;
    width: 10px;
    height: 2px;
    transform: rotate(135deg);
    margin-left: -5px;
    margin-top: -4px; }
  .home-layout-4 .slick-prev::after {
    left: 50%;
    bottom: 50%;
    width: 10px;
    height: 2px;
    transform: rotate(-135deg);
    margin-left: -5px;
    margin-bottom: -4px; }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .home-layout-3 .slick-prev {
    left: 15px;
    padding: 0.5rem 0.5rem; }
    .home-layout-3 .slick-prev::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M8.81809 4.18179C8.99383 4.35753 8.99383 4.64245 8.81809 4.81819L6.13629 7.49999L8.81809 10.1818C8.99383 10.3575 8.99383 10.6424 8.81809 10.8182C8.64236 10.9939 8.35743 10.9939 8.1817 10.8182L5.1817 7.81819C5.09731 7.73379 5.0499 7.61933 5.0499 7.49999C5.0499 7.38064 5.09731 7.26618 5.1817 7.18179L8.1817 4.18179C8.35743 4.00605 8.64236 4.00605 8.81809 4.18179Z' clip-rule='evenodd' fill-rule='evenodd' /%3E%3C/svg%3E");
      height: 1.875rem;
      width: 1.875rem; }
    .home-layout-3 .slick-prev:hover::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M8.81809 4.18179C8.99383 4.35753 8.99383 4.64245 8.81809 4.81819L6.13629 7.49999L8.81809 10.1818C8.99383 10.3575 8.99383 10.6424 8.81809 10.8182C8.64236 10.9939 8.35743 10.9939 8.1817 10.8182L5.1817 7.81819C5.09731 7.73379 5.0499 7.61933 5.0499 7.49999C5.0499 7.38064 5.09731 7.26618 5.1817 7.18179L8.1817 4.18179C8.35743 4.00605 8.64236 4.00605 8.81809 4.18179Z' clip-rule='evenodd' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    @media (min-width: 1025px) {
      .home-layout-3 .slick-prev {
        left: -13px; } }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 1.625rem;
    width: 1.625rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.75rem;
      width: 0.75rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid white;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: white; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #dfd7d4; }
    .home-layout-3 .slick-dots li {
      padding-left: 2px;
      padding-right: 2px;
      width: 20px; }
      .home-layout-3 .slick-dots li button {
        border: 1px solid #d4d4d4;
        width: 10px;
        height: 10px; }
        .home-layout-3 .slick-dots li button:before {
          background: #d4d4d4;
          width: 10px;
          height: 10px; }
      .home-layout-3 .slick-dots li.slick-active {
        width: 52px; }
        .home-layout-3 .slick-dots li.slick-active button {
          width: 43px !important;
          border-radius: 5px;
          transition: background 100ms ease-out, width 300ms ease-out;
          border: 1px solid #28c7b7; }
          .home-layout-3 .slick-dots li.slick-active button:before {
            transform: translateX(-50%);
            width: 43px !important;
            border-radius: 5px;
            left: 50%;
            transition: background 100ms ease-out, width 300ms ease-out;
            background: #28c7b7; }
    .home-layout-4 .slick-dots li button {
      border: 1px solid #dfd7d4; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.5; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

.carousel-tooltip {
  height: 1px;
  display: none !important;
  position: relative;
  margin-top: 10px; }
  .carousel-tooltip:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.625rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .carousel-tooltip:after {
    content: attr(aria-label);
    padding: 0.25rem 0.375rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.5rem; }
  .carousel-tooltip:before, .carousel-tooltip:after {
    display: none; }
  .carousel-tooltip:focus:before, .carousel-tooltip:focus:after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip:after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip:before, .slick-prev:focus .carousel-tooltip:after,
  .slick-next:focus .carousel-tooltip:before,
  .slick-next:focus .carousel-tooltip:after,
  .slick-dots button:focus .carousel-tooltip:before,
  .slick-dots button:focus .carousel-tooltip:after {
    display: block; }
  .slick-prev .carousel-tooltip:before,
  .slick-next .carousel-tooltip:before {
    top: -7px; }
  .slick-prev .carousel-tooltip:before {
    right: -2px; }
  .slick-prev .carousel-tooltip:after {
    right: auto;
    left: -5px; }
  .slick-next .carousel-tooltip:after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip:before, .slick-dots button .carousel-tooltip:after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip:before {
      top: -7px; }

.carousel-play-pause-button {
  display: none;
  position: absolute;
  left: 15px;
  bottom: 0.5rem;
  height: 32px;
  min-width: 60px;
  max-width: 60px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  transition: color 100ms ease-out;
  z-index: 5;
  border: 1px solid white;
  border-radius: 4px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      min-width: 80px;
      max-width: 90px; } }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      max-width: 150px;
      font-size: 18px; } }
  @media (min-width: 801px) {
    .carousel-play-pause-button {
      left: 25px;
      bottom: 1.5rem; } }
  .carousel-play-pause-button:hover {
    color: black; }

.nanobar {
  display: none;
  width: 100%;
  height: 0.3125rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #999999; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: black;
    font-size: 3.4375rem; }
  .swal2-modal .swal2-content {
    color: black;
    font-size: 1.125rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #cfcfcf;
    color: #202020; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #202020; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: white;
    font-size: 15px;
    padding: 0.875rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: white;
      border-color: #1d1d1d;
      color: #1d1d1d; }
    .swal2-modal .swal2-styled:active {
      background-color: white;
      border: 1px solid #1d1d1d;
      color: #1d1d1d; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover,
  .swal2-modal .swal2-confirm:active {
    background-color: rgba(0, 0, 255, 0);
    border-color: #1d1d1d;
    color: #1d1d1d; }
  .swal2-modal .swal2-cancel {
    color: #1d1d1d;
    background-color: white;
    border-color: #1d1d1d; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover,
  .swal2-modal .swal2-cancel:active {
    color: white;
    background-color: #1d1d1d;
    border-color: #1d1d1d; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

.swal2-icon {
  display: flex; }

html,
body {
  height: auto;
  overflow-x: hidden; }

body {
  height: 100%; }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.75rem; }

body {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2; }

h1,
h2,
h3,
h4,
h5,
h6,
.site-footer .footer-title {
  font-weight: 400;
  margin-top: 2.25rem; }

h5,
h6,
.site-footer .footer-title {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 53px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }


h6,
.site-footer .footer-title {
  font-size: 13px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: black;
  float: left;
  font-weight: 400;
  margin: 0 0.375rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.375rem; }

.form-label--inlineSmall small {
  color: black;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.375rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e0dedc; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.375rem; } }

.table--line {
  border-color: #e0dedc;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e0dedc;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e0dedc; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.125rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open,
#wishlist-dropdown2.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important;
  margin-top: 10px;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0; }
  #wishlist-dropdown.is-open:focus,
  #wishlist-dropdown2.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist],
  #wishlist-dropdown2.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button,
  #wishlist-dropdown2.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    text-transform: initial;
    font-size: 16px;
    font-weight: 400;
    color: #8e0000; }
    #wishlist-dropdown.is-open .button:hover, #wishlist-dropdown.is-open .button:focus, #wishlist-dropdown.is-open .button:active,
    #wishlist-dropdown2.is-open .button:hover,
    #wishlist-dropdown2.is-open .button:focus,
    #wishlist-dropdown2.is-open .button:active {
      color: #8e0000; }
  #wishlist-dropdown.is-open .button--has-items,
  #wishlist-dropdown2.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button,
  #wishlist-dropdown2.is-open li:not(:last-child) .button {
    border-radius: 0px;
    margin-bottom: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

.modal {
  margin: 0;
  max-height: 85%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal.modal-loaded, .modal.modal--quickShop {
    overflow: visible; }
  .modal .form-field {
    position: relative; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 2.75rem; }

.modal-header-title {
  font-size: 24px;
  text-align: center;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 32px; } }

.modal-close {
  width: 32px;
  height: 32px;
  font-size: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -37px;
  right: -7px; }
  .modal-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.625rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .modal-close:after {
    content: attr(title);
    padding: 0.25rem 0.375rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.5rem; }
  .modal-close:before, .modal-close:after {
    display: none; }
  .modal-close:focus:before, .modal-close:focus:after {
    display: block; }
  .modal-close svg,
  .modal-close .icon {
    fill: #ffffff;
    width: 100%;
    height: 100%; }
  @media (min-width: 1200px) {
    .modal-close {
      top: -7px;
      right: -47px; } }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  max-height: 80vh !important; }
  @media (min-width: 768px) {
    .modal-body {
      padding: 30px; } }
  @media (min-width: 1200px) {
    .modal-body {
      padding: 60px; } }
  .modal-body::-webkit-scrollbar {
    width: 10px; }
  .modal-body::-webkit-scrollbar-track {
    background: #EAEAEA; }
  .modal-body::-webkit-scrollbar-thumb {
    background: #000000; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: black;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #1d1d1d;
      border-color: #1d1d1d;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: rgba(0, 0, 255, 0);
      border-color: rgba(0, 0, 255, 0);
      color: #1d1d1d; }
    .modal--alert .button-container .confirm:active {
      background-color: rgba(0, 0, 255, 0);
      border-color: rgba(0, 0, 255, 0);
      color: #1d1d1d; }

.hide-content {
  opacity: 0; }

ol.breadcrumbs {
  font-size: 0;
  text-align: center;
  overflow: visible; }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 1px;
  font-size: 16px; }
  .breadcrumb > .breadcrumb-label {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none; }
    .breadcrumb > .breadcrumb-label span {
      background-image: linear-gradient(transparent 96%, rgba(120, 120, 120, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      display: inline-block;
      line-height: 1; }
    @media (min-width: 481px) {
      .breadcrumb > .breadcrumb-label {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .breadcrumb > .breadcrumb-label {
        font-size: 16px; } }
  .breadcrumb > .mrh-breadcrumb-label {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none; }
    .breadcrumb > .mrh-breadcrumb-label span {
      background-image: linear-gradient(transparent 96%, rgba(255, 255, 255, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      display: inline-block;
      line-height: 1; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #787878;
    display: none; }
  .breadcrumb.is-active > .mrh-breadcrumb-label {
    color: #FFFFFF; }
  .breadcrumb:not(:first-child):before {
    display: inline-block;
    margin: 0 0.25rem;
    transform: rotate(15deg);
    border-right: 0.1em solid #757575;
    height: 0.8em;
    content: '';
    left: 1px; }
    @media (min-width: 481px) {
      .breadcrumb:not(:first-child):before {
        left: -1px; } }
    @media (min-width: 768px) {
      .breadcrumb:not(:first-child):before {
        left: -3px; } }
  @media (min-width: 481px) {
    .breadcrumb {
      margin-right: 6px; } }
  @media (min-width: 768px) {
    .breadcrumb {
      margin-right: 10px; } }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #f6f6f6; }

.pagination {
  clear: both; }

.pagination-list {
  margin-top: 55px;
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #E6E6E6; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease;
    width: 44px;
    height: 44px;
    line-height: 24px;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    color: black;
    font-size: 16px; }
    .pagination-item .pagination-link:hover {
      color: black; }
  .pagination-item.pagination-item--current {
    border-color: #F5F5F5 !important;
    background-color: #F5F5F5 !important;
    margin: 0 5px; }
    .pagination-item.pagination-item--current .pagination-link {
      font-weight: 500; }
  .pagination-item.pagination-item--previous, .pagination-item.pagination-item--next {
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    text-align: center; }
    .pagination-item.pagination-item--previous .pagination-link, .pagination-item.pagination-item--next .pagination-link {
      font-size: 0;
      color: #8e0000;
      padding: 9px; }
      .pagination-item.pagination-item--previous .pagination-link .icon, .pagination-item.pagination-item--next .pagination-link .icon {
        display: inline-block;
        margin: 0;
        width: 26px;
        height: 26px; }
        .pagination-item.pagination-item--previous .pagination-link .icon > svg, .pagination-item.pagination-item--next .pagination-link .icon > svg {
          width: 100%;
          height: 100%; }
      .pagination-item.pagination-item--previous .pagination-link:hover, .pagination-item.pagination-item--previous .pagination-link:focus, .pagination-item.pagination-item--previous .pagination-link:active, .pagination-item.pagination-item--next .pagination-link:hover, .pagination-item.pagination-item--next .pagination-link:focus, .pagination-item.pagination-item--next .pagination-link:active {
        color: #8e0000; }
        .pagination-item.pagination-item--previous .pagination-link:hover .icon, .pagination-item.pagination-item--previous .pagination-link:focus .icon, .pagination-item.pagination-item--previous .pagination-link:active .icon, .pagination-item.pagination-item--next .pagination-link:hover .icon, .pagination-item.pagination-item--next .pagination-link:focus .icon, .pagination-item.pagination-item--next .pagination-link:active .icon {
          color: #8e0000; }
          .pagination-item.pagination-item--previous .pagination-link:hover .icon > svg, .pagination-item.pagination-item--previous .pagination-link:focus .icon > svg, .pagination-item.pagination-item--previous .pagination-link:active .icon > svg, .pagination-item.pagination-item--next .pagination-link:hover .icon > svg, .pagination-item.pagination-item--next .pagination-link:focus .icon > svg, .pagination-item.pagination-item--next .pagination-link:active .icon > svg {
            fill: #8e0000; }
  .pagination-item:hover, .pagination-item:focus, .pagination-item:active {
    background-color: #1d1d1d;
    border-color: #1d1d1d; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.25rem;
  margin-top: -0.125rem;
  width: 1.25rem; }

.pagination-item--previous .icon {
  margin-left: -0.75rem; }

.pagination-item--next .icon {
  margin-right: -0.75rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: black;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.pagination-info {
  text-align: center;
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.75rem; } }
  .home-layout-2 .button {
    border-radius: 0;
    transition: all 0.3s ease; }
  .home-layout-3 .button {
    border-radius: 8px;
    transition: all 0.3s ease; }
  .home-layout-4 .button {
    border-radius: 0px;
    letter-spacing: .05em; }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.button {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px 16px;
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background-color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1); }

.button--tertiary {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px 16px;
  color: #1d1d1d;
  background-color: white;
  border: 1px solid #1d1d1d; }
  .button--tertiary:hover, .button--tertiary:active {
    color: white;
    background-color: #1d1d1d;
    border-color: #1d1d1d; }
  .home-layout-2 .button--tertiary {
    box-shadow: 5px 5px 0 0 #1d1d1d, inset 0 0 0 0 #1d1d1d;
    border: none;
    height: 50px; }
    @media (min-width: 1025px) {
      .home-layout-2 .button--tertiary:hover, .home-layout-2 .button--tertiary:active, .home-layout-2 .button--tertiary:focus {
        box-shadow: 0 0 0 0 #1d1d1d, inset 0 0 0 0 #1d1d1d; } }
  .home-layout-3 .button--tertiary {
    font-size: 17px;
    padding: 16px 20px 17px;
    border-radius: 8px; }
  .home-layout-4 .button--tertiary {
    position: relative;
    padding: 16px 20px; }

.button--primary {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px 16px;
  border: 1px solid #1d1d1d; }
  .button--primary:hover, .button--primary:active {
    color: white;
    background-color: rgba(29, 29, 29, 0.95);
    border-color: rgba(29, 29, 29, 0.95); }
  .home-layout-2 .button--primary {
    box-shadow: 5px 5px 0 0 rgba(0, 0, 255, 0), inset 0 0 0 0 rgba(0, 0, 255, 0);
    height: 50px; }
    @media (min-width: 1025px) {
      .home-layout-2 .button--primary:hover, .home-layout-2 .button--primary:active, .home-layout-2 .button--primary:focus {
        box-shadow: 0 0 0 0 rgba(0, 0, 255, 0), inset 0 0 0 0 rgba(0, 0, 255, 0); } }
  .home-layout-3 .button--primary {
    font-size: 17px;
    padding: 16px 20px 17px;
    border-radius: 8px; }
  .home-layout-4 .button--primary {
    position: relative;
    padding: 16px 20px; }

@media (max-width: 767px) {
  .button,
  .button--tertiary,
  .button--primary {
    padding: 15px 15px 13px; } }

.tab {
  border-top: 1px solid #e0dedc;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #e0dedc;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  font-size: 0.9375rem;
  margin: 0;
  color: black;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

.accordion-navigation {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 1rem; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 801px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.75rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: black; }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: black; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  border-radius: 4px;
  color: #87724f; }
  .alertBox.banner {
    margin: 0;
    max-width: 100%;
    margin-bottom: 12px; }

.alertBox-icon .icon {
  height: 1.5625rem;
  width: 1.5625rem; }

.alertBox--info {
  color: white;
  background-color: #00c2c7; }
  .alertBox--info .alertBox-close svg {
    fill: white; }

.alertBox--warning {
  border-color: #fbf8e7;
  background-color: #fbf8e7; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-label {
  color: black;
  font-weight: 500; }
  .form-label small {
    color: #F94436;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    margin-left: 0;
    margin-right: 5px; }

.form-checkbox + .form-label::before {
  border-radius: 0; }

.form-input,
.form-select {
  height: 50px;
  border-color: #CCCCCC; }
  .home-layout-3 .form-input, .home-layout-3
  .form-select {
    border-radius: 8px; }

textarea.form-input {
  height: auto; }

.form-field {
  margin-bottom: 23px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.3125rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.25rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.1875rem; }

.form-option-wrapper {
  position: relative;
  display: inline-block; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-label--alternate {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.75rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.375rem; }

.form-select--small,
.form-select--date {
  font-size: 15px;
  height: 50px;
  line-height: 1;
  max-width: 20rem;
  padding: 10px 30px 10px 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 30px; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }
  .home-layout-2 .form-prefixPostfix .form-input, .home-layout-2
  .form-prefixPostfix .button {
    border-radius: 0; }
  .home-layout-3 .form-prefixPostfix .form-input, .home-layout-3
  .form-prefixPostfix .button {
    border-radius: 8px; }

@media (min-width: 1440px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #202020; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #202020; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #202020; }

.form-prefixPostfix .button {
  height: auto; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .button {
      width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.375rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.75rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.75rem;
      order: 0; } }

.form-increment {
  position: relative;
  max-width: 95px; }
  .form-increment .button {
    margin: 0;
    padding: 0;
    border: none;
    width: .83333rem;
    height: .83333rem;
    position: absolute;
    right: 10px;
    background: 0 0; }
    .form-increment .button:before {
      content: "";
      width: 1px;
      height: 1px;
      border: 4px solid transparent;
      position: absolute;
      left: 0; }
    .form-increment .button[data-action=dec] {
      bottom: 11px; }
      .form-increment .button[data-action=dec]:before {
        border-top-color: #000;
        bottom: 2px; }
    .form-increment .button[data-action=inc] {
      top: 11px; }
      .form-increment .button[data-action=inc]:before {
        border-bottom-color: #000;
        top: 2px; }

.form-input--incrementTotal {
  display: inline-block;
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 30px 10px 18px;
  text-align: left;
  vertical-align: middle;
  width: 95px;
  height: 50px;
  -moz-appearance: textfield; }
  .form-input--incrementTotal::-webkit-outer-spin-button, .form-input--incrementTotal::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.form-option {
  border: 1px solid #cfcfcf;
  color: #202020;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #202020; }
  .form-radio:checked + .form-option {
    border-color: #060606;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }

.form-option-variant {
  display: inline-block;
  font-size: 15px;
  min-width: 2.375rem;
  padding: 1px 0.375rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  min-width: initial;
  padding: 0;
  border-radius: 50%; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 15px;
  height: 50px;
  line-height: 1;
  padding: 10px 15px; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #f6f6f6;
    opacity: 0.7;
    position: relative; }
    [data-product-attribute] .form-option.unavailable:before {
      content: "";
      width: 60px;
      height: 1px;
      top: 50%;
      left: 25%;
      position: absolute;
      background-color: #1d1d1d;
      transform: rotate(-45deg); }
  [data-product-attribute] .form-option.unpurchasable {
    background-color: #f6f6f6;
    opacity: 0.7;
    position: relative; }
    [data-product-attribute] .form-option.unpurchasable:before {
      content: "";
      width: 60px;
      height: 1px;
      top: 50%;
      left: 25%;
      position: absolute;
      background-color: #1d1d1d;
      transform: rotate(-45deg); }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

[data-product-attribute="set-radio"] .unpurchasable,
[data-product-attribute="product-list"] .unpurchasable {
  opacity: 0.6;
  text-decoration: line-through; }

@media (min-width: 1261px) {
  [data-page-type="404"] .form-prefixPostfix.wrap {
    justify-content: center; }
  [data-page-type="404"] #search_query_adv {
    max-width: 615px; } }

@media (max-width: 767px) {
  .form-input--small,
  .form-select--small,
  .form-select--date {
    height: 45px; } }

html *::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  position: relative;
  left: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  visibility: visible; }

html *::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  position: relative;
  left: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  visibility: visible; }

html *:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  position: relative;
  left: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  visibility: visible; }

html *:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  position: relative;
  left: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  visibility: visible; }

html *:focus::-webkit-input-placeholder {
  opacity: 0;
  left: 5%;
  visibility: hidden; }

.newTextAjax {
  display: none; }

.card {
  margin-bottom: 35px; }
  .home-layout-2 .card {
    position: relative; }
  .home-layout-3 .card {
    position: relative; }
  .home-layout-4[data-page-type="wishlist"] .card {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .home-layout-4[data-page-type="wishlist"] .card {
        margin-bottom: 10px; } }
  .card:focus-within .card-figcaption {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  .card.focus-within .card-figcaption {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  .home-layout-2 .card .card-img-hover .product-additional > .card-image {
    transform: translate3d(0, 50px, 0); }
  @media (min-width: 1025px) {
    .home-layout-2 .card:hover .card-img-hover > .card-image {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .home-layout-2 .card:hover .card-img-hover .product-additional {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .home-layout-2 .card:hover .card-figcaption {
      opacity: 1;
      visibility: visible;
      z-index: 3;
      transform: translate3d(0, 0, 0); } }
  @media (min-width: 1025px) {
    .home-layout-3 .card:hover .card-img-hover > .card-image {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .home-layout-3 .card:hover .card-img-hover .product-additional {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .home-layout-3 .card:hover .card-figcaption {
      opacity: 1;
      visibility: visible; } }

.mrh-product .card {
  position: relative; }

@media (max-width: 549px) {
  .productList .mrh-product .card {
    max-width: 420px;
    margin: 0 auto; } }

.card-figure {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  padding: 3px;
  margin-left: -3px;
  margin-right: -3px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.025);
  background-color: white; }
  .card-figure .card-img-hover > .card-image {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .card-figure .card-img-hover .product-additional {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .card-figure .card-img-hover .product-additional > .card-image {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .card-figure .card-figcaption {
    opacity: 1;
    visibility: hidden;
    z-index: 3;
    transition: transform 0.3s ease;
    transform: translate3d(-50px, 0, 0); }
    .home-layout-2 .card-figure .card-figcaption {
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0); }
    @media (max-width: 1199px) {
      .card-figure .card-figcaption {
        visibility: visible;
        transform: translate3d(0, 0, 0); } }
  @media (min-width: 1200px) {
    .card-figure:hover .card-img-hover > .card-image {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .card-figure:hover .card-img-hover .product-additional {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .card-figure:hover .card-figcaption {
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0); } }
  .card-figure__link {
    display: block;
    position: relative; }
  @media (max-width: 1199px) {
    .card-figure .card-figcaption-bottom {
      display: none !important; } }
  .home-layout-2 .card-figure {
    position: unset; }
    .home-layout-2 .card-figure .card-figcaption-bottom {
      display: none !important; }
  .home-layout-3 .card-figure {
    border-radius: 8px; }

.card-img-container {
  max-width: 640px; }
  @media (min-width: 768px) {
    .card-img-container {
      max-width: 100%; } }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 104.53125%; }

.card-figcaption {
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  bottom: unset;
  left: 50%;
  right: unset;
  transform: translate(-50%, -50%);
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  /* Object-fit polyfill */ }

.card-title {
  font-size: 16px;
  margin: 0 0 4px 0; }
  .card-title > a {
    color: black;
    text-decoration: none;
    display: block;
    font-weight: 700;
    line-height: 1.5;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .card-title > a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size .5s; }
    .card-title > a:hover {
      color: black; }
      .card-title > a:hover span {
        background-size: 100% 1px; }
  .card-title.card-ellipsis > a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* autoprefixer: off */ }
  @media (min-width: 1200px) {
    .card-title.has-options {
      position: relative;
      padding-right: 70px; } }
  .home-layout-3 .card-title > a {
    font-size: 18px;
    font-weight: 700;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 30px; }
  .home-layout-4 .card-title > a {
    font-size: 17px;
    line-height: 1.1; }

.card-text {
  margin-bottom: 0.1875rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  display: block;
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px 16px;
  color: black;
  background-color: white;
  border: 1px solid black;
  z-index: 3; }
  .card-figcaption-button:hover, .card-figcaption-button:active {
    color: white;
    background-color: black;
    border-color: black; }
  .home-layout-2 .card-figcaption-button {
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 5px 5px 0 0 black, inset 0 0 0 0 black;
    margin: 20px 0 0 0;
    border-width: 2px; }
    .home-layout-2 .card-figcaption-button:hover, .home-layout-2 .card-figcaption-button:active, .home-layout-2 .card-figcaption-button:focus {
      box-shadow: 0 0 0 0 black, inset 0 0 0 0 black; }
  .home-layout-3 .card-figcaption-button {
    text-transform: uppercase;
    font-size: 17px; }
    .home-layout-3 .card-figcaption-button.button--outOfStock {
      color: #ffffff;
      background-color: #d7d7d7;
      border-color: #d7d7d7; }

.card-body {
  text-align: left; }
  .home-layout-2 .card-body {
    text-align: center; }
  .home-layout-4 .card-body {
    display: flex;
    flex-wrap: wrap; }
    .home-layout-4 .card-body > * {
      width: 100%; }
    .home-layout-4 .card-body .card-figcaption-bottom {
      order: 6; }
      @media (max-width: 1024px) {
        .home-layout-4 .card-body .card-figcaption-bottom .card-figcaption-button {
          margin-top: 5px; }
          .home-layout-4 .card-body .card-figcaption-bottom .card-figcaption-button:before {
            content: "";
            position: absolute;
            right: 1px;
            top: 1px;
            width: 1px;
            height: calc(100% - 2px);
            background: black;
            opacity: 0.8; }
          .home-layout-4 .card-body .card-figcaption-bottom .card-figcaption-button:after {
            content: "";
            position: absolute;
            left: 1px;
            bottom: 1px;
            width: calc(100% - 2px);
            height: 1px;
            background: black;
            opacity: 0.8; }
          .home-layout-4 .card-body .card-figcaption-bottom .card-figcaption-button:hover:before, .home-layout-4 .card-body .card-figcaption-bottom .card-figcaption-button:hover:after, .home-layout-4 .card-body .card-figcaption-bottom .card-figcaption-button:active:before, .home-layout-4 .card-body .card-figcaption-bottom .card-figcaption-button:active:after {
            background: white; }
        .home-layout-4 .card-body .card-figcaption-bottom .btn-loading:after {
          transform: none;
          border: none;
          border-radius: 0;
          -webkit-animation: unset;
          animation: unset;
          top: auto; }
        .home-layout-4 .card-body .card-figcaption-bottom .btn-loading > span {
          position: relative; }
          .home-layout-4 .card-body .card-figcaption-bottom .btn-loading > span:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: inline-block;
            border: 2px solid #f6f6f6;
            border-radius: 50%;
            border-top: 2px solid #ffcc00;
            border-right: 2px solid #4dd4c6;
            border-bottom: 2px solid red;
            width: 20px;
            height: 20px;
            -webkit-animation: spin 1.4s linear infinite;
            animation: spin 1.4s linear infinite; } }
  .card-body .card-desc {
    display: none; }
  .card-body .button--compare {
    margin-top: 15px;
    display: none; }
    .home-layout-4 .card-body .button--compare {
      margin-top: 0;
      margin-bottom: 15px; }
    .card-body .button--compare input {
      width: 15px;
      height: 15px;
      border-radius: 0;
      display: inline-block;
      vertical-align: middle; }
    .card-body .button--compare span {
      color: black;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.02em;
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      display: inline-block;
      vertical-align: middle; }
  @media (min-width: 1200px) {
    .card-body .card-figcaption-bottom {
      display: none !important; }
      .home-layout-2 .card-body .card-figcaption-bottom {
        display: block !important; }
    .card-body .button--compare {
      display: block; } }
  @media (max-width: 767px) {
    .card-body .card-figcaption-bottom .card-figcaption-button {
      padding: 12px 10px 13px;
      font-size: 13px; } }

.card .card-figcaption .button {
  pointer-events: all; }

.card .card-figcaption .card-figcaption-top {
  position: absolute;
  top: 15px;
  left: 15px; }
  .home-layout-4 .card .card-figcaption .card-figcaption-top {
    left: auto;
    right: 15px; }
  .card .card-figcaption .card-figcaption-top .button {
    border: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    display: block;
    background-color: transparent;
    min-width: 0; }
    .card .card-figcaption .card-figcaption-top .button svg {
      width: 23px;
      height: 23px;
      display: inline-block;
      vertical-align: middle; }
      .card .card-figcaption .card-figcaption-top .button svg:hover + .text, .card .card-figcaption .card-figcaption-top .button svg:focus + .text, .card .card-figcaption .card-figcaption-top .button svg:active + .text {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
    .home-layout-2 .card .card-figcaption .card-figcaption-top .button .icon-action {
      display: inline-block;
      border: 1px solid #d5d5d5;
      border-radius: 50%;
      width: 35px;
      height: 35px; }
    .home-layout-2 .card .card-figcaption .card-figcaption-top .button svg {
      width: 19px;
      height: 35px; }
    .home-layout-3 .card .card-figcaption .card-figcaption-top .button .icon-action {
      display: inline-block;
      border: 1px solid #d5d5d5;
      border-radius: 50%;
      width: 35px;
      height: 35px; }
    .home-layout-3 .card .card-figcaption .card-figcaption-top .button svg {
      width: 18px;
      height: 35px; }
    .home-layout-3 .card .card-figcaption .card-figcaption-top .button.wishlist svg {
      width: 15px; }
    .home-layout-4 .card .card-figcaption .card-figcaption-top .button {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      width: 100%; }
      .home-layout-4 .card .card-figcaption .card-figcaption-top .button .icon-action {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: #ffffff; }
      .home-layout-4 .card .card-figcaption .card-figcaption-top .button svg {
        width: 24px;
        height: 24px;
        border-radius: 0; }
      .home-layout-4 .card .card-figcaption .card-figcaption-top .button .text {
        margin-left: 0;
        margin-right: 10px;
        border-radius: 0;
        font-size: 13px;
        padding: 6px 10px 5px; }
      .home-layout-4 .card .card-figcaption .card-figcaption-top .button.quickview {
        stroke-width: 1px;
        stroke: #000000; }
      @media (max-width: 899px) {
        .home-layout-4 .card .card-figcaption .card-figcaption-top .button .icon-action {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 40px;
          height: 40px;
          background: rgba(255, 255, 255, 0.4); }
        .home-layout-4 .card .card-figcaption .card-figcaption-top .button svg {
          width: 27px;
          height: 27px;
          border-radius: 0; } }
      @media (max-width: 550px) {
        .home-layout-4 .card .card-figcaption .card-figcaption-top .button .icon-action {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 35px;
          height: 35px;
          background: rgba(255, 255, 255, 0.4); }
        .home-layout-4 .card .card-figcaption .card-figcaption-top .button svg {
          width: 22px;
          height: 22px;
          border-radius: 0; }
        .home-layout-4 .card .card-figcaption .card-figcaption-top .button .text {
          margin-left: 0;
          margin-right: 10px;
          border-radius: 0;
          font-size: 13px;
          padding: 6px 10px 5px;
          display: none; } }
      @media (max-width: 399px) {
        .home-layout-4 .card .card-figcaption .card-figcaption-top .button .icon-action {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 25px;
          height: 25px;
          background: rgba(255, 255, 255, 0.4); }
        .home-layout-4 .card .card-figcaption .card-figcaption-top .button svg {
          width: 15px;
          height: 15px;
          border-radius: 0; }
        .home-layout-4 .card .card-figcaption .card-figcaption-top .button .text {
          margin-left: 0;
          margin-right: 10px;
          border-radius: 0;
          font-size: 13px;
          padding: 6px 10px 5px;
          display: none; } }
    .card .card-figcaption .card-figcaption-top .button .text {
      display: inline-block;
      vertical-align: middle;
      padding: 5px 10px 6px;
      border-radius: 4px;
      background-color: #ffffff;
      margin-left: 10px;
      color: #000000;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: translateX(-10px);
      -moz-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      -o-transform: translateX(-10px);
      transform: translateX(-10px);
      -webkit-box-shadow: 0px 1px 3px 0px #595959;
      box-shadow: 0px 1px 3px 0px #595959; }
  .card .card-figcaption .card-figcaption-top .wishlist + .quickview {
    margin-top: 10px; }
    @media (max-width: 899px) {
      .card .card-figcaption .card-figcaption-top .wishlist + .quickview {
        margin-top: 7.5px; } }
    @media (max-width: 399px) {
      .card .card-figcaption .card-figcaption-top .wishlist + .quickview {
        margin-top: 5px; } }
  @media (max-width: 1199px) {
    .home-layout-4 .card .card-figcaption .card-figcaption-top {
      top: 10px;
      left: auto;
      right: 10px; } }
  @media (max-width: 899px) {
    .home-layout-4 .card .card-figcaption .card-figcaption-top {
      top: 7.5px;
      left: auto;
      right: 7.5px; } }
  @media (max-width: 399px) {
    .home-layout-4 .card .card-figcaption .card-figcaption-top {
      top: 5px;
      left: auto;
      right: 5px; } }

.card .card-figcaption .card-figcaption-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 3; }
  @media (min-width: 1025px) {
    .card .card-figcaption .card-figcaption-bottom {
      left: 2px;
      right: 2px;
      bottom: 2px; } }
  .card .card-figcaption .card-figcaption-bottom .card-figcaption-button {
    margin: 3px; }
  .home-layout-3 .card .card-figcaption .card-figcaption-bottom .card-figcaption-button {
    margin: 0 3px; }
  @media (min-width: 1025px) {
    .home-layout-3 .card .card-figcaption .card-figcaption-bottom {
      left: 0;
      right: 0;
      bottom: 0;
      background-color: transparent; } }
  .home-layout-4 .card .card-figcaption .card-figcaption-bottom .card-figcaption-button:hover:before, .home-layout-4 .card .card-figcaption .card-figcaption-bottom .card-figcaption-button:hover:after, .home-layout-4 .card .card-figcaption .card-figcaption-bottom .card-figcaption-button:active:before, .home-layout-4 .card .card-figcaption .card-figcaption-bottom .card-figcaption-button:active:after {
    background: white; }
  .home-layout-4 .card .card-figcaption .card-figcaption-bottom .btn-loading:after {
    transform: none;
    border: none;
    border-radius: 0;
    -webkit-animation: unset;
    animation: unset;
    top: auto; }
  .home-layout-4 .card .card-figcaption .card-figcaption-bottom .btn-loading > span {
    position: relative; }
    .home-layout-4 .card .card-figcaption .card-figcaption-bottom .btn-loading > span:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      border: 2px solid #f6f6f6;
      border-radius: 50%;
      border-top: 2px solid #ffcc00;
      border-right: 2px solid #4dd4c6;
      border-bottom: 2px solid red;
      width: 20px;
      height: 20px;
      -webkit-animation: spin 1.4s linear infinite;
      animation: spin 1.4s linear infinite; }

.card .card-body {
  padding-top: 20px; }
  .home-layout-2 .card .card-body {
    padding-bottom: 5px;
    padding-top: 15px; }
  .home-layout-3 .card .card-body {
    padding-bottom: 8px;
    padding-top: 15px; }
  .home-layout-4 .card .card-body {
    padding-top: 12px; }

.card [data-test-info-type="brandName"] {
  color: #787878;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 5px; }
  .home-layout-2 .card [data-test-info-type="brandName"] {
    font-weight: 700;
    text-transform: capitalize;
    color: #232323;
    font-size: 16px; }
  .home-layout-3 .card [data-test-info-type="brandName"] {
    font-weight: 300;
    text-transform: uppercase;
    color: #787878;
    font-size: 13px;
    margin-bottom: 2px; }
  .home-layout-4 .card [data-test-info-type="brandName"] {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    color: black;
    order: 2; }

.card [data-test-info-type="productRating"] {
  margin-bottom: 13px; }
  .home-layout-3 .card [data-test-info-type="productRating"] {
    margin-bottom: 10px; }
  .home-layout-4 .card [data-test-info-type="productRating"] {
    order: 5; }
    @media (min-width: 1025px) {
      .home-layout-4 .card [data-test-info-type="productRating"] {
        margin-bottom: 5px; } }

.card [data-test-info-type="price"] {
  margin-bottom: 15px; }
  .home-layout-3 .card [data-test-info-type="price"] {
    margin-bottom: 12px; }
  .home-layout-4 .card [data-test-info-type="price"] {
    order: 4;
    margin-bottom: 10px; }

.home-layout-4 .card .card-option {
  order: 1;
  margin-bottom: 12px;
  display: none; }

.home-layout-4 .card .card-option--variant {
  display: block; }

.home-layout-4 .card .card-title {
  order: 2;
  margin-bottom: 4px; }

.card-sample .card-img-container {
  background-color: #f6f6f6; }

.card-sample [data-test-info-type="brandName"] span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.card-sample .card-title span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.card-sample [data-test-info-type="productRating"] span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.home-layout-4 .card-sample [data-test-info-type="productRating"] {
  order: 5; }

.card-sample [data-test-info-type="price"] span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.home-layout-4 .card-sample [data-test-info-type="price"] {
  order: 4; }

.card-sample .card-option label {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.price-section {
  font-size: 0px;
  letter-spacing: 0;
  display: inline-block; }
  .price-section .price {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700; }
    .home-layout-4 .price-section .price {
      font-size: 17px; }
  .price-section .non-sale-price-label,
  .price-section .price-now-label {
    display: none !important; }
  .price-section.price-section--withoutTax.rrp-price--withoutTax, .price-section.price-section--withoutTax.rrp-price--withTax, .price-section.price-section--withTax.rrp-price--withoutTax, .price-section.price-section--withTax.rrp-price--withTax {
    color: #505050; }
    .home-layout-4 .price-section.price-section--withoutTax.rrp-price--withoutTax .price, .home-layout-4 .price-section.price-section--withoutTax.rrp-price--withTax .price, .home-layout-4 .price-section.price-section--withTax.rrp-price--withoutTax .price, .home-layout-4 .price-section.price-section--withTax.rrp-price--withTax .price {
      font-weight: 400; }
  .price-section.rrp-price--withoutTax, .price-section.rrp-price--withTax {
    color: #505050;
    margin-right: 5px; }
  .price-section.non-sale-price--withoutTax, .price-section.non-sale-price--withTax {
    color: #505050;
    margin-right: 7px; }
  .price-section.price-none + .price-section--withoutTax,
  .price-section.price-none + .price-section--withTax {
    color: black; }
  .price-section.price_range {
    color: black; }

.card .price-section--saving {
  display: none !important; }

.card-option {
  display: block;
  min-height: 24px; }
  @media (min-width: 1200px) {
    .card-option {
      min-height: 28px; } }
  .card-option .form-field {
    margin-bottom: 0; }
  .card-option [data-product-attribute] {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 0; }
    .home-layout-2 .card-option [data-product-attribute] {
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .card-option [data-product-attribute] .showmore {
      margin-left: 2px;
      color: #787878;
      font-size: 13px;
      text-decoration: none; }
    .card-option [data-product-attribute] .form-option {
      min-width: auto;
      margin-bottom: 0;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      .card-option [data-product-attribute] .form-option.form-option-swatch {
        width: 24px;
        height: 24px;
        margin-right: 7px;
        padding: 0;
        border-color: transparent; }
        .home-layout-2 .card-option [data-product-attribute] .form-option.form-option-swatch {
          width: 28px;
          height: 28px; }
        .home-layout-3 .card-option [data-product-attribute] .form-option.form-option-swatch {
          width: 26px;
          height: 26px; }
        .home-layout-4 .card-option [data-product-attribute] .form-option.form-option-swatch {
          width: 28px;
          height: 28px;
          border-color: #d1d2d3; }
        .card-option [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant--color, .card-option [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant--color {
          display: inline-block !important; }
          .card-option [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant--color span, .card-option [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant--color span {
            display: none; }
        .card-option [data-product-attribute] .form-option.form-option-swatch:hover, .card-option [data-product-attribute] .form-option.form-option-swatch.is-active {
          border-color: #cccccc; }
          .home-layout-4 .card-option [data-product-attribute] .form-option.form-option-swatch:hover, .home-layout-4 .card-option [data-product-attribute] .form-option.form-option-swatch.is-active {
            border-color: #000000; }
        @media (min-width: 1200px) {
          .card-option [data-product-attribute] .form-option.form-option-swatch {
            width: 28px;
            height: 28px; }
            .home-layout-2 .card-option [data-product-attribute] .form-option.form-option-swatch {
              width: 32px;
              height: 32px; }
            .home-layout-3 .card-option [data-product-attribute] .form-option.form-option-swatch {
              width: 34px;
              height: 34px; }
            .home-layout-4 .card-option [data-product-attribute] .form-option.form-option-swatch {
              width: 30px;
              height: 30px; } }
      .card-option [data-product-attribute] .form-option .form-option-variant {
        border: 2px solid #ffffff;
        background-size: 100%; }
        .home-layout-3 .card-option [data-product-attribute] .form-option .form-option-variant {
          border: 3px solid #ffffff; }
      .card-option [data-product-attribute] .form-option .form-option-variant--color.White:after, .card-option [data-product-attribute] .form-option .form-option-variant--color.white:after, .card-option [data-product-attribute] .form-option .form-option-variant--color[title="White"]:after {
        content: '';
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
        border-radius: 50%;
        display: block; }
      .card-option [data-product-attribute] .form-option.unavailable:before {
        display: none; }
      .card-option [data-product-attribute] .form-option.unavailable .form-option-variant {
        opacity: 1; }
      .home-layout-2 .card-option [data-product-attribute] .form-option .form-option-tooltip {
        display: none;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        color: white;
        text-align: center;
        background: #1d1d1d;
        position: absolute;
        bottom: 100%;
        left: 50%;
        padding: 4px 7px;
        z-index: 2;
        min-width: 40px;
        transform: translateX(-50%);
        margin: 0 0 10px 0;
        transition: color 0.15s ease;
        white-space: nowrap; }
        .home-layout-2 .card-option [data-product-attribute] .form-option .form-option-tooltip:before {
          content: " ";
          position: absolute;
          bottom: -7px;
          left: 50%;
          height: 0;
          width: 0;
          border-top: 7px solid #1d1d1d;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          transform: translateX(-50%); }
      @media (min-width: 1025px) {
        .home-layout-2 .card-option [data-product-attribute] .form-option .form-option-tooltip {
          display: block;
          opacity: 0;
          visibility: hidden;
          pointer-events: none; }
        .home-layout-2 .card-option [data-product-attribute] .form-option:hover .form-option-tooltip {
          opacity: 1;
          visibility: visible;
          pointer-events: auto; } }
      .home-layout-3 .card-option [data-product-attribute] .form-option .form-option-tooltip {
        display: none;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        color: #1d1d1d;
        text-align: center;
        background: white;
        position: absolute;
        bottom: 100%;
        left: 50%;
        padding: 4px 7px;
        z-index: 2;
        min-width: 40px;
        transform: translateX(-50%);
        margin: 0 0 10px 0;
        transition: color 0.15s ease;
        white-space: nowrap; }
        .home-layout-3 .card-option [data-product-attribute] .form-option .form-option-tooltip:before {
          content: " ";
          position: absolute;
          bottom: -7px;
          left: 50%;
          height: 0;
          width: 0;
          border-top: 7px solid white;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          transform: translateX(-50%); }
      @media (min-width: 1025px) {
        .home-layout-3 .card-option [data-product-attribute] .form-option .form-option-tooltip {
          display: block;
          opacity: 0;
          visibility: hidden;
          pointer-events: none; }
        .home-layout-3 .card-option [data-product-attribute] .form-option:hover .form-option-tooltip {
          opacity: 1;
          visibility: visible;
          pointer-events: auto; } }
    .card-option [data-product-attribute] .form-radio:checked + .form-option {
      border-color: #e5e5e5; }
  .card-option .form-option-variant--color,
  .card-option .form-option-variant--pattern {
    width: 22px;
    height: 22px;
    min-width: 22px; }
  .card-option .form-option-swatch {
    height: 24px;
    width: 24px; }
    .card-option .form-option-swatch.has-pattern .form-option-expanded {
      display: none; }
    .card-option .form-option-swatch.is-active {
      border-color: #202020; }

.quickShopPopup {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translate3d(-50px, 0, 0);
  height: auto;
  max-height: 80%;
  z-index: 4; }
  .quickShopPopup.scrollbar::-webkit-scrollbar {
    width: 5px; }
  .quickShopPopup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    background: #f6f4ee; }
  .quickShopPopup .halo-quickShop-header {
    padding: 20px;
    text-align: center;
    display: none; }
    .quickShopPopup .halo-quickShop-header .halo-quickShop-title {
      color: black;
      font-size: 16px;
      font-weight: 700; }
  .quickShopPopup .halo-quickShop-content {
    padding: 20px 0 0 0;
    position: relative; }
    .quickShopPopup .halo-quickShop-content .halo-productOptions {
      text-align: center; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field {
        margin-bottom: 10px;
        padding: 0 15px; }
        .home-layout-4 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field .form-label--alternate {
          text-transform: uppercase;
          font-weight: 600; }
          .home-layout-4 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field .form-label--alternate [data-option-value] {
            text-transform: none; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-option-expanded {
        display: none; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-option {
        border-color: transparent; }
        .home-layout-4 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-option {
          border-color: #d1d2d3;
          border-radius: 0;
          padding: 0 15px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
        border-color: #cfcfcf;
        box-shadow: none;
        font-weight: 600; }
        .home-layout-4 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
          font-weight: 400;
          position: relative; }
          .home-layout-4 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #000; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option.unavailable:before {
          content: "";
          width: 60px;
          height: 1px;
          top: 50%;
          left: 25%;
          position: absolute;
          background-color: #1d1d1d;
          transform: rotate(-45deg); }
        .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option.unpurchasable:before {
          content: "";
          width: 60px;
          height: 1px;
          top: 50%;
          left: 25%;
          position: absolute;
          background-color: #1d1d1d;
          transform: rotate(-45deg); }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch {
        width: 32px;
        height: 32px;
        border-color: transparent; }
        .home-layout-4 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch {
          border-color: #d1d2d3; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch[for="attribute_swatch__none"] .form-option-variant--none {
          min-width: 30px;
          line-height: 24px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option {
        border-color: #cfcfcf;
        box-shadow: none; }
        .home-layout-4 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option {
          border-color: #000000; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment {
        width: 100%;
        display: block;
        margin: 0 auto; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .form-input--incrementTotal {
          height: 45px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=dec] {
          bottom: 9px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=inc] {
          top: 9px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .alertBox {
        margin-bottom: 20px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action {
        width: 50%;
        padding-left: 10px;
        margin-right: 0;
        padding-right: 0px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart {
          margin-bottom: 0;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          padding: 17px 20px 16px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
        width: 50%;
        float: left;
        display: inline-block;
        padding-right: 10px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
          width: 100%;
          margin-bottom: 0; }
  @media (max-width: 1199px) {
    .quickShopPopup {
      max-height: 100%; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .form-input--incrementTotal {
        height: 42px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=dec] {
        bottom: 8px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=inc] {
        top: 8px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action {
        width: 100%;
        padding-right: 0;
        padding-left: 0px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart {
          padding: 12px 10px 13px;
          font-size: 13px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        padding-right: 0px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
          padding: 12px 10px 13px;
          font-size: 13px; } }
  @media (max-width: 767px) {
    .quickShopPopup {
      position: static; } }
  .home-layout-2 .quickShopPopup {
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    max-height: 100%;
    height: 100%;
    transform: translate3d(0, 50px, 0); }
    .home-layout-2 .quickShopPopup.is-open {
      transform: translate3d(0, 0, 0); }
    .home-layout-2 .quickShopPopup .halo-quickShop {
      width: 100%; }
    .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch {
      width: 38px;
      height: 38px;
      margin-right: 3px;
      font-weight: 600; }
      .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch[for="attribute_swatch__none"] .form-option-variant--none {
        line-height: 30px; }
    .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
      font-weight: 400; }
    .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart {
      text-transform: capitalize; }
    .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
      padding-left: 5px;
      padding-right: 5px; }
      .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
        box-shadow: 5px 5px 0 0 #e5e5e5, inset 0 0 0 0 #e5e5e5;
        border: 2px solid #e5e5e5;
        text-transform: capitalize;
        font-weight: 600; }
        @media (min-width: 1025px) {
          .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close:hover, .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close:active, .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close:focus {
            background-color: #e5e5e5;
            color: #000000;
            box-shadow: 0 0 0 0 #e5e5e5, inset 0 0 0 0 #e5e5e5; } }
    @media (max-width: 1199px) {
      .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions #add-to-cart-wrapper .form-action {
        padding-right: 5px; }
      .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
        padding-left: 0; } }
    @media (max-width: 1199px) {
      .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
        padding: 12px 10px 13px;
        font-size: 13px; } }
  .home-layout-3 .quickShopPopup {
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    max-height: 100%;
    height: 100%;
    transform: translate3d(0, 50px, 0); }
    .home-layout-3 .quickShopPopup.is-open {
      transform: translate3d(0, 0, 0); }
    .home-layout-3 .quickShopPopup .halo-quickShop {
      width: 100%; }
    .home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch {
      width: 38px;
      height: 38px;
      margin-right: 3px;
      font-weight: 600; }
      .home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch[for="attribute_swatch__none"] .form-option-variant--none {
        line-height: 30px; }
    .home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
      font-weight: 400; }
    .home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart {
      text-transform: uppercase; }
    .home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
      padding-left: 5px;
      padding-right: 5px; }
      .home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
        text-transform: uppercase;
        font-size: 17px; }
    @media (max-width: 1199px) {
      .home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions #add-to-cart-wrapper .form-action {
        padding-right: 5px; }
      .home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
        padding-left: 0; } }
    @media (max-width: 1199px) {
      .home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
        padding: 12px 10px 13px;
        font-size: 13px; } }

.home-layout-2 .open-quick-shop .card-figure .product-additional {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }
  .home-layout-2 .open-quick-shop .card-figure .product-additional > .card-image {
    transform: translate3d(0, 0, 0); }

.home-layout-2 .open-quick-shop .card-figcaption-bottom .card-figcaption-button {
  box-shadow: 0 0 0 0 black, inset 0 0 0 0 black; }

.home-layout-3 .open-quick-shop .card-figure .product-additional {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }
  .home-layout-3 .open-quick-shop .card-figure .product-additional > .card-image {
    transform: translate3d(0, 0, 0); }

.modal--quickShop .quickShopPopup .halo-quickShop-content {
  padding: 20px; }
  .modal--quickShop .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field {
    padding: 0; }

.button--quickShop.btn-loading {
  font-size: 0 !important;
  position: relative !important;
  pointer-events: none !important; }

.halo-product-badge, .mrh-halo-product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .halo-product-badge .product-badge, .halo-product-badge .mrh-product-badge, .mrh-halo-product-badge .product-badge, .mrh-halo-product-badge .mrh-product-badge {
    padding: 3px 5px;
    color: #fd629b;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff4f8;
    text-align: center;
    min-width: 43px; }
    .halo-product-badge .product-badge span, .halo-product-badge .mrh-product-badge span, .mrh-halo-product-badge .product-badge span, .mrh-halo-product-badge .mrh-product-badge span {
      display: block; }
    .halo-product-badge .product-badge + .product-badge, .halo-product-badge .mrh-product-badge + .product-badge, .mrh-halo-product-badge .product-badge + .product-badge, .mrh-halo-product-badge .mrh-product-badge + .product-badge {
      margin-top: 5px; }
    .halo-product-badge .product-badge.new-badge, .halo-product-badge .mrh-product-badge.new-badge, .mrh-halo-product-badge .product-badge.new-badge, .mrh-halo-product-badge .mrh-product-badge.new-badge {
      color: black;
      background-color: white;
      border: 1px solid white; }
    .halo-product-badge .product-badge.sale-badge, .halo-product-badge .mrh-product-badge.sale-badge, .mrh-halo-product-badge .product-badge.sale-badge, .mrh-halo-product-badge .mrh-product-badge.sale-badge {
      color: white;
      background-color: #7b3a38;
      border: 1px solid #7b3a38;
      border-radius: 4px;
      padding: 0 0.45rem;
      font-size: 12px;
      line-height: 20px !important;
      min-width: unset;
      font-weight: 700;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap; }
    .halo-product-badge .product-badge.soldout-badge, .halo-product-badge .mrh-product-badge.soldout-badge, .mrh-halo-product-badge .product-badge.soldout-badge, .mrh-halo-product-badge .mrh-product-badge.soldout-badge {
      color: white;
      background-color: #002731;
      border: 1px solid #002731;
      border-radius: 4px;
      padding: 0 0.45rem;
      font-size: 12px;
      line-height: 20px !important;
      min-width: unset;
      font-weight: 700;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap; }
    .halo-product-badge .product-badge.mrh-soldout-badge, .halo-product-badge .mrh-product-badge.mrh-soldout-badge, .mrh-halo-product-badge .product-badge.mrh-soldout-badge, .mrh-halo-product-badge .mrh-product-badge.mrh-soldout-badge {
      color: white;
      background-color: #002731;
      border: 1px solid #002731;
      border-radius: 4px;
      padding: 0 0.45rem;
      font-size: 12px;
      line-height: 20px !important;
      min-width: unset;
      font-weight: 700;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap; }
    .halo-product-badge .product-badge.mrh-sale-badge, .halo-product-badge .mrh-product-badge.mrh-sale-badge, .mrh-halo-product-badge .product-badge.mrh-sale-badge, .mrh-halo-product-badge .mrh-product-badge.mrh-sale-badge {
      color: white;
      background-color: #7b3a38;
      border: 1px solid #7b3a38;
      border-radius: 4px;
      padding: 0 0.45rem;
      font-size: 12px;
      line-height: 20px !important;
      min-width: unset;
      font-weight: 700;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap; }
    .halo-product-badge .product-badge.mrh-wholesale-badge, .halo-product-badge .mrh-product-badge.mrh-wholesale-badge, .mrh-halo-product-badge .product-badge.mrh-wholesale-badge, .mrh-halo-product-badge .mrh-product-badge.mrh-wholesale-badge {
      color: white;
      background-color: #7d7b7b;
      border: 1px solid #7d7b7b;
      border-radius: 4px;
      padding: 0 0.45rem;
      font-size: 12px;
      line-height: 20px !important;
      min-width: unset;
      font-weight: 700;
      display: none;
      vertical-align: middle;
      white-space: nowrap;
      text-transform: capitalize; }
    .halo-product-badge .product-badge.custom-badge, .halo-product-badge .mrh-product-badge.custom-badge, .mrh-halo-product-badge .product-badge.custom-badge, .mrh-halo-product-badge .mrh-product-badge.custom-badge {
      color: #e09e00;
      background-color: #fdfaeb;
      border: 1px solid #fdfaeb; }
  .home-layout-3 .halo-product-badge .product-badge, .home-layout-3 .mrh-halo-product-badge .product-badge {
    padding: 4px 8px;
    border-radius: 5px; }
    .home-layout-3 .halo-product-badge .product-badge + .product-badge, .home-layout-3 .mrh-halo-product-badge .product-badge + .product-badge {
      margin-top: 10px; }
  .home-layout-4 .halo-product-badge, .home-layout-4 .mrh-halo-product-badge {
    right: auto;
    left: 13px;
    align-items: flex-start; }

.card-subTitle-color {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

@media (max-width: 1199px) {
  .card-subTitle-color {
    display: none; } }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(6, 6, 6, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(6, 6, 6, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.5rem; }
  .navList-action--checkbox:after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #8e0000; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.75rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid black; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid black;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: black;
    font-size: 15px;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: black; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: transparent;
  border: 1px solid #cfcfcf;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #202020; }

.actionBar-section .form-label {
  color: black;
  font-size: 13px;
  line-height: 2.125rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.1875rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #8e0000;
  height: 2.125rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.6875rem -0.6875rem 0 0;
  padding: 0.0625rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser:before, .navUser:after {
  content: " ";
  display: table; }

.navUser:after {
  clear: both; }

.navUser ul,
.navUser ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navUser ul ul,
  .navUser ul ol,
  .navUser ol ul,
  .navUser ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navUser ul li,
  .navUser ol li {
    margin: 0;
    padding: 0; }

.navUser-section {
  float: left; }
  .navUser-section:before, .navUser-section:after {
    content: " ";
    display: table; }
  .navUser-section:after {
    clear: both; }

.navUser-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navUser-section + .navUser-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navUser-item {
    float: left; } }

.navUser-item, .navUser-action {
  display: block; }

.navUser .dropdown-menu {
  background-color: white;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  position: absolute; }
  .navUser .dropdown-menu.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.75rem;
    position: absolute; }
  .navUser .dropdown-menu.is-open:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.875rem;
    position: absolute; }

.navUser .navUser-action--quickSearch {
  padding: 0;
  font-size: 0;
  position: relative;
  height: 40px;
  width: 40px; }

.navUser .navUser-actionCart {
  padding: 12px 0 12px 0.73333rem; }
  .home-layout-4 .navUser .navUser-actionCart {
    padding: 0;
    position: relative;
    height: 40px;
    width: 40px; }

@media (min-width: 801px) {
  .navUser-section {
    position: relative; } }

.home-layout-4 .navUser-item--currency {
  margin-left: 8px; }

.navUser-item--currency > .navUser-action {
  padding-right: 0; }

.header__desktop .navUser-item > .navUser-action {
  color: #333333; }
  .header__desktop .navUser-item > .navUser-action:hover, .header__desktop .navUser-item > .navUser-action.is-open {
    color: #333333; }
    .header__desktop .navUser-item > .navUser-action:hover svg, .header__desktop .navUser-item > .navUser-action.is-open svg {
      fill: #333333;
      stroke: #333333; }
  .header__desktop .navUser-item > .navUser-action svg {
    fill: #333333;
    stroke: #333333; }

.home-layout-2 .header__desktop .navUser-item .navUser-action {
  font-size: 14px; }

.navUser-action {
  color: black;
  font-weight: 500;
  padding: 0;
  text-decoration: none;
  text-transform: capitalize; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #202020; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #202020;
      stroke: #202020; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu:before {
  left: auto !important;
  right: 50%;
  transform: translateX(50%); }

.navUser-action--currencySelector + .dropdown-menu:after {
  left: auto !important;
  right: 50%;
  transform: translateX(50%); }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 8.875rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e0dedc;
  color: black;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none;
  margin: 0 4px 0 16px !important; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: black; }
    .home-layout-2 .navUser-item--cart .navUser-action {
      padding-top: 10px;
      padding-bottom: 10px; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #202020; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.3125rem; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.4375rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.5625rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.875rem; } }
  .navUser-item--cart svg {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle; }
    .home-layout-4 .navUser-item--cart svg {
      width: 25px;
      height: 32px;
      stroke: none !important;
      position: absolute;
      top: 54%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .navUser-item--cart .navUser-item-cartLabel {
    display: none; }
  .navUser-item--cart .cart-quantity {
    width: 23px;
    height: 23px;
    line-height: 23px;
    display: inline-block;
    vertical-align: middle; }
    .home-layout-4 .navUser-item--cart .cart-quantity {
      position: absolute;
      top: 1px;
      right: -9px; }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }
  .navUser-item--account .navUser-action svg {
    position: relative;
    top: 0px;
    width: 23px;
    height: 24px;
    stroke: none !important; }
    .home-layout-4 .navUser-item--account .navUser-action svg {
      width: 32px;
      height: 32px;
      position: absolute;
      top: 54%;
      left: 50%;
      transform: translate(-50%, -50%); }

.navUser-item--account .navUser-icon {
  width: 40px;
  height: 40px;
  position: relative; }

.navUser-item--wishlist .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--wishlist .navUser-action {
  display: inline-block; }
  .home-layout-4 .navUser-item--wishlist .navUser-action {
    padding-top: 14px;
    padding-bottom: 14px; }
  .navUser-item--wishlist .navUser-action svg {
    width: 22px;
    height: 22px; }
    .home-layout-4 .navUser-item--wishlist .navUser-action svg {
      width: 26px;
      height: 26px;
      margin-top: -3px; }

.navUser-or {
  color: black;
  cursor: default;
  display: inline-block;
  margin: 0 -0.75rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.navUser-action--quickSearch svg {
  width: 23px;
  height: 24px; }
  .home-layout-4 .navUser-action--quickSearch svg {
    width: 23px;
    height: 23px;
    stroke: none !important; }
    @media (min-width: 1024px) {
      .home-layout-4 .navUser-action--quickSearch svg {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: 0px; } }

.navUser-action--quickSearch span {
  display: none; }

.dropdown--quickSearch {
  background-color: #ffffff;
  display: none;
  max-height: 63.5vh;
  overflow-y: auto; }
  @media (min-width: 1025px) and (max-width: 1440px) {
    .dropdown--quickSearch {
      max-height: 91vh; } }
  .dropdown--quickSearch::-webkit-scrollbar {
    width: 10px; }
  .dropdown--quickSearch::-webkit-scrollbar-track {
    background: #f6f6f6; }
  .dropdown--quickSearch::-webkit-scrollbar-thumb {
    background: #464646; }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50;
    top: 0 !important; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem;
    background-color: #fdfdfa;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.045);
    border-radius: 0.694vw; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }
  .dropdown--quickSearch > .container {
    max-width: 1200px;
    padding: 45px 15px; }
    .home-layout-2[data-page-type=default] .dropdown--quickSearch > .container {
      max-width: 1200px;
      padding: 45px 15px; }
      @media (max-width: 767px) {
        .home-layout-2[data-page-type=default] .dropdown--quickSearch > .container {
          padding: 25px 15px; } }
    .home-layout-3[data-page-type=default] .dropdown--quickSearch > .container {
      max-width: 1200px;
      padding: 45px 15px; }
      @media (max-width: 767px) {
        .home-layout-3[data-page-type=default] .dropdown--quickSearch > .container {
          padding: 25px 15px; } }

.quickSearch-form {
  padding: 14px 15px;
  background-color: #f6f4ee;
  min-height: 94.391px;
  display: flex;
  align-items: center; }
  .quickSearch-form > .container {
    max-width: 1200px; }
  .quickSearch-form .form {
    max-width: calc(100% - 200px); }
    .quickSearch-form .form .form-field {
      position: relative; }
  .quickSearch-form #nav-quick-search {
    background-color: #fdfdfa;
    border: none;
    color: #1d1d1d;
    font-size: 18px;
    text-align: center;
    margin: 0 auto; }
    .quickSearch-form #nav-quick-search::placeholder {
      color: #1d1d1d; }
    .quickSearch-form #nav-quick-search:-ms-input-placeholder {
      color: #1d1d1d; }
    .quickSearch-form #nav-quick-search::-ms-input-placeholder {
      color: #1d1d1d; }
  .quickSearch-form .quickSearch-btn {
    width: 47px;
    height: 47px;
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0; }
    .quickSearch-form .quickSearch-btn svg {
      fill: #000000;
      width: 100%;
      height: 100%; }
  .quickSearch-form .modal-close {
    font-size: 0;
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
    top: 12px;
    right: 15px; }
    .quickSearch-form .modal-close:before {
      content: '';
      width: 100%;
      height: 2px;
      display: block;
      background-color: #000000;
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      border: none;
      padding: 0; }
    .quickSearch-form .modal-close:after {
      content: '';
      width: 2px;
      height: 100%;
      display: block;
      background-color: #000000;
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      border: none;
      padding: 0; }
    .quickSearch-form .modal-close svg {
      display: none; }

.quickSearch-recommended {
  font-size: 0;
  text-align: left;
  background-color: #ffffff; }
  .quickSearch-recommended .qsRecommended-products {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    padding-right: 15px; }
    .quickSearch-recommended .qsRecommended-products .productCarousel {
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 30px; }
      .quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide {
        width: 33.33%;
        display: inline-block;
        vertical-align: top; }
        .quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide .card .card-figure .halo-product-badge {
          display: none; }
        .quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide .card .card-figure .card-figcaption {
          display: none; }
        .quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide .card .card-body {
          padding-top: 15px; }
          .quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide .card .card-body [data-test-info-type="brandName"] {
            margin-bottom: 2px; }
  .quickSearch-recommended .qsRecommended-topSearches {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    padding-left: 15px; }
  .quickSearch-recommended .topSearches-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 20px 0; }
  .quickSearch-recommended .topSearches-list {
    font-size: 0;
    margin-left: 0; }
    .quickSearch-recommended .topSearches-list li {
      display: inline-block;
      margin: 0 10px 10px 0; }
      .quickSearch-recommended .topSearches-list li a {
        text-decoration: none;
        display: inline-block;
        padding: 10px 15px 11px;
        background-color: #f6f6f6;
        font-size: 15px;
        border: 1px solid transparent;
        border-radius: 4px;
        font-weight: 400;
        color: #464646;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .quickSearch-recommended .topSearches-list li a span {
          display: inline-block;
          vertical-align: middle; }
        .quickSearch-recommended .topSearches-list li a svg {
          fill: #464646;
          display: inline-block;
          vertical-align: middle; }
        .quickSearch-recommended .topSearches-list li a:hover, .quickSearch-recommended .topSearches-list li a:focus, .quickSearch-recommended .topSearches-list li a:active {
          color: #202020;
          background-color: #ffffff;
          border-color: #000000; }

@media (max-width: 550px) {
  .dropdown--quickSearch > .container {
    padding: 20px 15px; }
  .quickSearch-recommended {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start; }
    .quickSearch-recommended .qsRecommended-products {
      width: 100%;
      padding-right: 0;
      padding-top: 10px;
      order: 1; }
    .quickSearch-recommended .qsRecommended-topSearches {
      width: 100%;
      padding-left: 0;
      order: 0; }
  .quickSearch-form {
    padding: 5px 0; }
    .quickSearch-form .form {
      max-width: 100%;
      padding-left: 40px;
      padding-right: 40px; }
      .quickSearch-form .form .quickSearch-btn {
        left: -50px;
        right: auto; } }

.countPill {
  background-color: black;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.1875rem;
  text-align: center;
  width: 20px; }
  .home-layout-2 .countPill {
    color: #000000;
    font-weight: 400;
    line-height: 24px; }
  .home-layout-3 .countPill {
    color: #ffffff;
    font-weight: 400;
    line-height: 24px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navUser-itemBlock--compare {
  position: fixed;
  right: 30px;
  z-index: 2; }
  @media (min-width: 1025px) {
    .navUser-itemBlock--compare {
      top: calc(45% - 200px); } }
  @media (min-width: 1281px) {
    .navUser-itemBlock--compare {
      top: calc(45% - 220px); } }
  @media (min-width: 1440px) {
    .navUser-itemBlock--compare {
      top: calc(45% - 260px); } }
  .navUser-itemBlock--compare .navUser-item--compare {
    color: black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding-right: 0; }
    .home-layout-2 .navUser-itemBlock--compare .navUser-item--compare:hover {
      color: black; }
    .home-layout-3 .navUser-itemBlock--compare .navUser-item--compare:hover {
      color: black; }
    .home-layout-2 .navUser-itemBlock--compare .navUser-item--compare {
      color: black; }
    .home-layout-3 .navUser-itemBlock--compare .navUser-item--compare {
      color: black; }
    .navUser-itemBlock--compare .navUser-item--compare .navUser-compare--title {
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      display: inline-block;
      vertical-align: middle; }
    .navUser-itemBlock--compare .navUser-item--compare .countPill {
      color: black;
      font-size: 16px;
      font-weight: 400;
      background-color: transparent;
      margin-left: 0;
      display: inline-block;
      vertical-align: middle; }
  @media (max-width: 1199px) {
    .navUser-itemBlock--compare {
      display: none !important; } }

.home-layout-4 .navUser-action--currencySelector {
  padding: 0 0 0 .75rem;
  display: inline-block;
  vertical-align: middle; }
  .home-layout-4 .navUser-action--currencySelector .icon {
    position: relative;
    margin-left: 2px;
    width: 10px;
    height: 10px;
    margin-top: 1px; }
    .home-layout-4 .navUser-action--currencySelector .icon svg {
      display: none; }
    .home-layout-4 .navUser-action--currencySelector .icon:before {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      border: 5px solid transparent;
      border-top-color: #333333; }

.navUser-action--currencySelector span,
.navUser-action--currencySelector .icon {
  display: inline-block;
  vertical-align: middle; }

.navUser-action--currencySelector .cur-flag {
  height: 11px;
  line-height: 1;
  font-size: 0; }

.navUser-action--currencySelector .cur-code {
  margin-left: 3px; }
  .home-layout-4 .navUser-action--currencySelector .cur-code {
    font-weight: 600;
    font-size: 16px; }

#currencySelection {
  min-width: 100px; }
  #currencySelection .dropdown-menu-item > a img,
  #currencySelection .dropdown-menu-item > a span,
  #currencySelection .dropdown-menu-item > a strong {
    display: inline-block;
    vertical-align: middle; }
  #currencySelection .dropdown-menu-item > a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s;
    margin-left: 2px; }
  #currencySelection .dropdown-menu-item > a strong {
    background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px; }
    .home-layout-4 #currencySelection .dropdown-menu-item > a strong {
      background-position-y: -3px; }
  #currencySelection .dropdown-menu-item > a:hover span {
    background-size: 100% 1px; }
  #currencySelection .dropdown-menu-item > a:hover strong {
    background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%); }

.navPages-accountList .navPages-list {
  list-style: none;
  margin-left: 0;
  width: 100%; }
  .navPages-accountList .navPages-list .navPages-item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #cccccc; }
    .navPages-accountList .navPages-list .navPages-item .navPage-subMenu-action {
      padding-left: 0;
      padding: 13px 0;
      display: inline-block;
      text-align: left;
      color: black;
      font-size: 16px;
      font-weight: 600; }
      .navPages-accountList .navPages-list .navPages-item .navPage-subMenu-action span {
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 90%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .5s; }
      .navPages-accountList .navPages-list .navPages-item .navPage-subMenu-action:hover span {
        background-size: 100% 1px; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.375rem 0.75rem;
  padding-left: 0.75rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    z-index: 0; }

.navPages {
  background-color: transparent;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 75rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 75rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.header__desktop .navPages-item > .navPages-action {
  color: #030e01; }
  .home-layout-2 .header__desktop .navPages-item > .navPages-action {
    text-transform: uppercase;
    font-size: 14px; }
  .home-layout-4 .header__desktop .navPages-item > .navPages-action {
    text-transform: uppercase;
    /* font-weight: 600; */
    position: relative;
    text-decoration-thickness: clamp(0.1rem, 0.12em, 0.225rem);
    text-underline-offset: clamp(0.2rem, 0.16em, 0.3rem);
    will-change: font-weight;
    font-size: 14px;
    font-family: trade-gothic-next, sans-serif;
    /* font-family: trade-gothic-next-compressed, sans-serif; */
    /* font-family: trade-gothic-next-condensed, sans-serif; */
    font-family: neue-haas-grotesk-display, sans-serif;
    font-family: neue-haas-grotesk-text, sans-serif;
    letter-spacing: 0.75px;
    line-height: 20px;
    font-weight: 500; }
    .home-layout-4 .header__desktop .navPages-item > .navPages-action:hover {
      color: #481209; }

.navPages-action {
  color: black;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: capitalize; }
  .home-layout-2 .navPages-action {
    font-size: 16px; }
  .home-layout-3 .navPages-action {
    font-size: 16px; }
  .home-layout-4 .navPages-action.menu-sale {
    color: #c12e48; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #961313;
    stroke: #961313; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 12px 15px; }
      .navPages-action.is-open {
        background-color: transparent; } }
  @media (min-width: 1600px) {
    .header-logo--center .navPages-action {
      font-size: 16px;
      padding: 12px 30px; } }
  .navPages-action span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s; }
    .home-layout-4 .navPages-action span {
      background-position: 0 97%; }
  .navPages-action:hover {
    color: black; }
    .navPages-action:hover span {
      background-size: 100% 1px; }
  .navPages-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: black; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.6875rem;
    width: 0.6875rem;
    margin: 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        margin: 0 0 0 0.75rem; } }
  @media (min-width: 900px) {
    .navPages-action-moreIcon {
      display: none; } }

.navPages-action-expandIcon {
  height: 0.625rem;
  width: 0.625rem;
  margin-left: 0.125rem;
  transform: rotate(-90deg);
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1); }
  .navPages-action-expandIcon svg {
    color: #B7BFC6;
    fill: #B7BFC6;
    stroke: #B7BFC6;
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none; }
  @media (min-width: 801px) {
    .navPages-action-expandIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-expandIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-expandIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-expandIcon {
    height: 0.6875rem;
    width: 0.6875rem;
    margin: 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-expandIcon {
        height: 0.5rem;
        width: 0.5rem;
        margin: 0 0 0 0.75rem; } }
  @media (min-width: 900px) {
    .navPages-action-expandIcon {
      display: inline-block; } }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: transparent;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }
  .navPage-subMenu::-webkit-scrollbar {
    width: 10px; }
  .navPage-subMenu::-webkit-scrollbar-track {
    background: #EAEAEA; }
  .navPage-subMenu::-webkit-scrollbar-thumb {
    background: #000000; }

@media (min-width: 801px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 13.4375rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 13.4375rem;
    padding: 0 !important;
    top: 0;
    width: 14.4375rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.75rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.125rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.75rem 0 1.125rem; } }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    display: inline-block;
    text-align: right; }
    @media (min-width: 801px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.375rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e0dedc;
  margin-bottom: 0.75rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e0dedc; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e0dedc; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.75rem 1.5rem; }

.navPages-item > .navPages-action {
  font-weight: 700; }

@media (min-width: 1024px) {
  .navPages-container {
    position: static; }
    .navPages-container .navPages-item {
      position: relative; }
      .navPages-container .navPages-item > .navPages-action {
        position: relative; }
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu {
        width: 210px;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate3d(-50px, 0, 0);
        transition: all .3s ease;
        -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
        background-color: white; }
        .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child {
          padding: 0 20px; }
          .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action {
            padding: 12px 0px 12px 0; }
            .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action.has-subMenu {
              padding: 12px 15px 12px 0; }
            .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action .navPages-action-moreIcon {
              width: 12px;
              height: 12px;
              position: absolute;
              top: 50%;
              right: 18px;
              margin-left: 0;
              transform: translateY(-50%) rotate(-90deg); }
          .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child + .navPage-subMenu-item-child .navPage-subMenu-action {
            border-top: 1px solid #e6e6e6; }
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu):hover > .navPage-subMenu,
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child:hover > .navPage-subMenu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0); }
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child {
        position: relative; }
        .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child > .navPage-subMenu {
          top: 0;
          left: 95%; }
      .navPages-container .navPages-item.has-megamenu > .navPage-subMenu > .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu > .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu {
        display: none !important; }
      .navPages-container .navPages-item .navPage-subMenu {
        display: block; }
      .navPages-container .navPages-item > .navPage-subMenu {
        left: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate3d(-50px, 0, 0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-top: 22px;
        z-index: 160; }
        .navPages-container .navPages-item > .navPage-subMenu .navPage-subMenu-item-parent {
          display: none; }
        .navPages-container .navPages-item > .navPage-subMenu .navPage-subMenu {
          padding-left: 0;
          padding-right: 0; }
      .navPages-container .navPages-item.has-megamenu {
        position: static; }
        .navPages-container .navPages-item.has-megamenu > .navPage-subMenu {
          padding: 30px calc((100% - 900px)/2);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
          background-color: white;
          z-index: 160; }
        .navPages-container .navPages-item.has-megamenu > .navPage-subMenu-shop {
          padding: 0px 0px;
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
          background-color: white;
          z-index: 160; }
        .navPages-container .navPages-item.has-megamenu > .navPage-subMenu-shop-v2 {
          padding: 0px 0px;
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
          background-color: white;
          z-index: 160; }
        .navPages-container .navPages-item.has-megamenu > .navPage-subMenu-herbal-education {
          padding: 0px 0px;
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
          background-color: white;
          z-index: 160; }
        .navPages-container .navPages-item.has-megamenu > .navPage-subMenu-who-we-are {
          padding: 0px 0px;
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
          background-color: white;
          z-index: 160; }
        .home-layout-2 .navPages-container .navPages-item.has-megamenu.style-3 > .navPage-subMenu {
          padding: 30px 0 0 0; }
        .home-layout-2 .navPages-container .navPages-item.has-megamenu.style-3 .cateArea {
          padding: 0 calc((100% - 900px) / 2); }
        .home-layout-2 .navPages-container .navPages-item.has-megamenu.style-3 .imageArea {
          padding: 20px calc((100% - 1170px) / 2) 0;
          position: relative; }
          .home-layout-2 .navPages-container .navPages-item.has-megamenu.style-3 .imageArea:after {
            content: "";
            position: absolute;
            top: auto;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #fafafa;
            height: 195px;
            z-index: -1; }
        .home-layout-3 .navPages-container .navPages-item.has-megamenu.style-3 > .navPage-subMenu {
          padding: 30px 0 0 0; }
        .home-layout-3 .navPages-container .navPages-item.has-megamenu.style-3 .cateArea {
          padding: 0 calc((100% - 900px) / 2); }
        .home-layout-3 .navPages-container .navPages-item.has-megamenu.style-3 .imageArea {
          padding: 20px calc((100% - 1170px) / 2) 0;
          position: relative; }
          .home-layout-3 .navPages-container .navPages-item.has-megamenu.style-3 .imageArea:after {
            content: "";
            position: absolute;
            top: auto;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #f6f6f6;
            height: 255px;
            z-index: -1; }
        .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links .navPage-subMenu-title {
          display: none; }
        .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child {
          padding-left: 15px;
          padding-right: 15px; }
          .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child .navPage-subMenu-action {
            margin-bottom: 0; }
          .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child .navPage-subMenu-item-child {
            padding-left: 0;
            padding-right: 0; }
      .navPages-container .navPages-item.selectedMegaMenu > .navPages-action {
        position: relative;
        font-weight: 600;
        color: #0D0E10; }
        .navPages-container .navPages-item.selectedMegaMenu > .navPages-action > .navPages-action-expandIcon {
          height: 0.625rem;
          width: 0.625rem;
          margin-left: 0.125rem;
          transform: rotate(180deg); }
          .navPages-container .navPages-item.selectedMegaMenu > .navPages-action > .navPages-action-expandIcon svg {
            color: #0D0E10;
            fill: #0D0E10;
            stroke: #0D0E10;
            transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
            pointer-events: none; }
        .navPages-container .navPages-item.selectedMegaMenu > .navPages-action:after {
          content: '';
          width: 100%;
          height: 10px;
          background-color: transparent;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -10px;
          z-index: 161;
          border-bottom: 2px solid #0D0E10; }
      .navPages-container .navPages-item.selectedMegaMenu > .navPage-subMenu {
        top: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0); }
  header.header.is-sticky .navPages-container .navPages-item > .navPage-subMenu {
    margin-top: 22px; } }

.mrh-head-wrap.is-sticky header.header .navPages-container .navPages-item > .navPage-subMenu {
  margin-top: 22px; }

.navPages-list-megamenu .has-megamenu > .navPage-subMenu {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  transition-property: transform, opacity, visibility;
  border: 0; }

.navPages-list-megamenu .has-megamenu.style-3 > .navPage-subMenu {
  flex-direction: column;
  padding-bottom: 0; }

.home-layout-2 .navPages-list-megamenu .has-megamenu .cateArea > .navPage-subMenu-list {
  position: relative;
  top: -5px; }

.home-layout-3 .navPages-list-megamenu .has-megamenu .cateArea > .navPage-subMenu-list {
  position: relative;
  top: -5px; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: unset;
  width: 100%;
  margin: 0;
  box-shadow: unset;
  background-color: transparent;
  border: 0;
  padding-top: 2px;
  padding-bottom: 0; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
  border-bottom: 0;
  transition: unset;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
  padding: 6px 0; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .text {
    padding: 0 0 1px 0; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .navPages-action-moreIcon {
    display: none; }
  .home-layout-2 .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
    padding: 5px 0; }
  .home-layout-3 .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
    padding: 5px 0; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) {
  padding: 0 !important;
  margin: 0;
  float: none;
  font-size: 0;
  list-style: none; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    background-color: transparent; }
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li .navPage-subMenu-item-parent,
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li .navPage-subMenu-item-child {
      padding: 0; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-links {
  width: 25%;
  margin: 0;
  padding: 0;
  background-color: white; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-links .navPage-subMenu-item-child {
    padding-right: 0; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list {
  padding: 0; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 15px 0;
    text-align: center;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card {
      text-align: center; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-figure .card-img-container {
        max-width: 120px;
        display: block;
        margin: 0 auto; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-figure .halo-product-badge {
        display: none; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-figure .card-figcaption {
        display: none; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-body {
        padding-top: 15px;
        text-align: center; }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-body .card-title {
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          /* autoprefixer: off */ }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-body [data-test-info-type="productRating"] {
          font-size: 16px; }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-body .card-option .form-field {
          justify-content: center; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider:not(.slick-initialized) .productCarousel-slide:nth-child(n+2) {
    display: none; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow {
    fill: black;
    top: 55px;
    width: 22px;
    height: 22px;
    transform: none;
    padding: 0;
    background-color: transparent;
    border-color: transparent; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow:before {
      width: 11px;
      height: 19px;
      display: inline-block; }
      .home-layout-4 .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow:before {
        width: 10px;
        height: 2px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow.slick-prev {
      left: 0;
      text-align: left; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow.slick-next {
      right: 0;
      text-align: right; }
    .home-layout-4 .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow:hover:before, .home-layout-4 .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow:hover:after, .home-layout-4 .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow:active:before, .home-layout-4 .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow:active:after {
      background: black; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
    margin-bottom: 15px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image:before {
      display: none; }

.navPages-list-megamenu .has-megamenu .megamenu-custom-list {
  display: block;
  width: 100%;
  background-color: #f5dacb;
  text-align: center;
  padding: 15px 0; }
  .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-custom-link {
    display: inline-block;
    vertical-align: top;
    color: #b06f42;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0 auto;
    transition: unset; }
    .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-custom-link .text {
      padding: 0 0 1px 0; }
    .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-custom-link:after {
      content: '>';
      display: inline-block;
      vertical-align: top;
      font-size: 24px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: inherit;
      margin: 0 0 0 10px; }

.navPages-list-megamenu .cateArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child {
    padding-bottom: 16px !important; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    padding-top: 0;
    padding-bottom: 0; }
  .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 33.333333%; }
  .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 25%; }
  .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 20%; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
    font-weight: 600;
    padding-left: 0; }
    .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text {
      color: inherit; }
      .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text:before {
        display: none !important; }
  .home-layout-2 .navPages-list-megamenu .cateArea > .navPage-subMenu-list.navPage-subMenu-links > .navPage-subMenu-item-child > .navPage-subMenu-action {
    font-weight: 500; }
  .home-layout-3 .navPages-list-megamenu .cateArea > .navPage-subMenu-list.navPage-subMenu-links > .navPage-subMenu-item-child > .navPage-subMenu-action {
    font-weight: 500; }

.navPages-list-megamenu .imageArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 0 0 15px; }

.navPages-list-megamenu .style-1 .imageArea {
  padding-left: 5px;
  padding-right: 15px; }

.navPages-list-megamenu .style-1 .megamenu-right-item {
  padding: 5px 0 0 0;
  text-align: right;
  width: 100%; }
  .navPages-list-megamenu .style-1 .megamenu-right-item .image {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: right; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .image img {
      width: 100%; }
      .navPages-list-megamenu .style-1 .megamenu-right-item .image img.lazyload, .navPages-list-megamenu .style-1 .megamenu-right-item .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .image + .image {
      margin-top: 20px; }

.navPages-list-megamenu .style-1 .slick-dots {
  bottom: -20px; }

.navPages-list-megamenu .style-2 .imageArea {
  padding-left: 5px;
  padding-right: 15px; }

.navPages-list-megamenu .style-2 .megamenu-right-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: right; }
  .navPages-list-megamenu .style-2 .megamenu-right-item .image {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: right; }
    .navPages-list-megamenu .style-2 .megamenu-right-item .image img {
      width: 100%; }
      .navPages-list-megamenu .style-2 .megamenu-right-item .image img.lazyload, .navPages-list-megamenu .style-2 .megamenu-right-item .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
    .navPages-list-megamenu .style-2 .megamenu-right-item .image + .image {
      margin-top: 20px; }

.navPages-list-megamenu .style-2 .megamenu-left-item {
  width: 195px;
  display: inline-block;
  vertical-align: top; }
  .navPages-list-megamenu .style-2 .megamenu-left-item + .megamenu-right-item {
    width: calc(100% - 195px);
    padding-left: 30px; }

.navPages-list-megamenu .style-3 .cateArea .navPage-subMenu-links .navPage-subMenu-item-child {
  padding-bottom: 2px !important; }
  .navPages-list-megamenu .style-3 .cateArea .navPage-subMenu-links .navPage-subMenu-item-child .navPages-action--sale {
    color: #e85342; }

.navPages-list-megamenu .style-3 .imageArea {
  padding: 20px 15px 0; }
  .navPages-list-megamenu .style-3 .imageArea .megamenu-left-item {
    width: 66.66666666666667%;
    display: inline-block;
    vertical-align: top; }
  .navPages-list-megamenu .style-3 .imageArea .megamenu-right-item {
    width: 33.33333333333333%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px; }
    .home-layout-2 .navPages-list-megamenu .style-3 .imageArea .megamenu-right-item {
      padding-top: 25px; }
    .home-layout-3 .navPages-list-megamenu .style-3 .imageArea .megamenu-right-item {
      padding-top: 25px; }
  .navPages-list-megamenu .style-3 .imageArea .item {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
  .navPages-list-megamenu .style-3 .imageArea .megamenu-title {
    color: black;
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 12px; }
  .navPages-list-megamenu .style-3 .imageArea .megamenu-brands {
    margin-bottom: 30px; }
    .home-layout-2 .navPages-list-megamenu .style-3 .imageArea .megamenu-brands {
      margin-bottom: 20px; }
    .home-layout-3 .navPages-list-megamenu .style-3 .imageArea .megamenu-brands {
      margin-bottom: 20px; }
    .navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul {
      margin-left: -10px;
      margin-right: auto; }
      .navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li {
        display: inline-block; }
        .navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li a {
          color: #787878;
          text-decoration: none;
          font-size: 16px;
          font-weight: 500;
          text-transform: uppercase;
          padding: 0 10px;
          line-height: 2;
          pointer-events: none; }
          .navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li a span {
            background-image: linear-gradient(currentColor, currentColor);
            background-position: 0 90%;
            background-repeat: no-repeat;
            background-size: 0 1px;
            transition: background-size .5s; }
          .navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li a:hover span {
            background-size: 100% 1px; }
          .home-layout-2 .navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li a {
            font-size: 14px; }
          .home-layout-3 .navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li a {
            font-size: 14px; }
        .navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li.has-letter a {
          color: black;
          pointer-events: auto; }
    .navPages-list-megamenu .style-3 .imageArea .megamenu-brands .view-all {
      display: inline-block;
      text-decoration: none;
      color: black;
      font-size: 16px;
      font-weight: 500;
      margin-top: 20px;
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
      .home-layout-2 .navPages-list-megamenu .style-3 .imageArea .megamenu-brands .view-all {
        font-weight: 400;
        margin-top: 15px; }
      .home-layout-3 .navPages-list-megamenu .style-3 .imageArea .megamenu-brands .view-all {
        font-weight: 400;
        margin-top: 15px; }

.navPages-list-megamenu .style-4 > .navPage-subMenu {
  display: block; }

.navPages-list-megamenu .style-4 .cateArea {
  display: block; }
  .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list {
    display: block !important;
    font-size: 0;
    letter-spacing: 0;
    width: auto !important;
    margin-left: -15px;
    margin-right: -15px; }
    .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list > li {
      display: inline-block;
      vertical-align: top;
      padding-left: 15px !important;
      padding-right: 15px !important; }
      .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list > li.navPage-subMenu-title {
        display: none; }
      .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list > li.navPage-subMenu-all {
        display: none; }
    .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list .navPage-subMenu-action {
      padding-left: 0; }
    .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list .navPage-subMenu-item-child {
      padding-left: 0;
      padding-right: 0; }
  .navPages-list-megamenu .style-4 .cateArea .image {
    margin-top: 15px;
    margin-bottom: 23px; }
  .navPages-list-megamenu .style-4 .cateArea.columns-3 > .navPage-subMenu-list > li {
    width: 33.333333%; }
  .navPages-list-megamenu .style-4 .cateArea.columns-4 > .navPage-subMenu-list > li {
    width: 25%; }
  .navPages-list-megamenu .style-4 .cateArea.columns-5 > .navPage-subMenu-list > li {
    width: 20%; }

.navPages-list-megamenu .navPages-label {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: calc(100% - 15px);
  top: -6px;
  margin: 0;
  height: 17px;
  line-height: 17px;
  padding: 0 5px;
  transform: translateX(-50%);
  background-image: none; }
  .navPages-list-megamenu .navPages-label.sale-label {
    color: white;
    border-color: #f94436;
    background-color: #f94436; }
  .navPages-list-megamenu .navPages-label.new-label {
    color: white;
    border-color: #00c2c7;
    background-color: #00c2c7; }
  .navPages-list-megamenu .navPages-label.hot-label {
    color: white;
    border-color: #ffbb49;
    background-color: #ffbb49; }

@media (max-width: 1023px) {
  #menuMobile .navPages {
    padding: 10px 0 0 0; }
    #menuMobile .navPages > .navPages-list {
      display: block; }
      #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu {
        overflow: visible;
        max-height: 100%;
        position: static;
        padding: 0;
        width: 100%; }
        #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .cateArea {
          display: block;
          max-width: 100% !important; }
          #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .cateArea .navPage-subMenu-list {
            display: block; }
          #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .cateArea .navPage-subMenu-links {
            width: 100%; }
            #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .cateArea .navPage-subMenu-links.is-hidden {
              display: none; }
        #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea {
          display: block;
          max-width: 100% !important;
          padding: 30px 0;
          text-align: center; }
          #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea.is-hidden {
            display: none; }
          #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-left-item {
            width: 100%;
            text-align: center; }
            #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-left-item .item {
              width: 100%;
              text-align: center; }
              #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-left-item .item + .item {
                padding-top: 20px; }
          #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-right-item {
            width: 100%;
            padding-left: 0;
            padding-top: 0;
            text-align: center; }
          #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-left-item + .megamenu-right-item {
            padding-top: 30px; }
      #menuMobile .navPages > .navPages-list .navPages-item,
      #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent,
      #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        position: relative;
        border-bottom: 1px solid #cccccc;
        padding: 0;
        padding-bottom: 0 !important; }
        #menuMobile .navPages > .navPages-list .navPages-item .navPages-action,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent .navPages-action,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child .navPages-action {
          padding: 13px 0;
          display: inline-block;
          text-align: left;
          font-weight: 600;
          line-height: inherit; }
          #menuMobile .navPages > .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon,
          #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent .navPages-action .navPages-action-moreIcon,
          #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child .navPages-action .navPages-action-moreIcon {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            transform: unset;
            text-align: right;
            margin-left: 0;
            margin-right: 0; }
            #menuMobile .navPages > .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon svg,
            #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent .navPages-action .navPages-action-moreIcon svg,
            #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child .navPages-action .navPages-action-moreIcon svg {
              width: 12px;
              height: 12px;
              margin-top: 16px;
              transform: rotate(-90deg);
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
        #menuMobile .navPages > .navPages-list .navPages-item .navPage-subMenu,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent .navPage-subMenu,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child .navPage-subMenu {
          display: none; }
        #menuMobile .navPages > .navPages-list .navPages-item.is-hidden,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-hidden,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-hidden {
          display: none; }
        #menuMobile .navPages > .navPages-list .navPages-item.is-open,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open {
          border: none; }
          #menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu,
          #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu,
          #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu {
            color: black;
            border: none;
            position: relative;
            display: block;
            text-align: right;
            border-bottom: 1px solid #cccccc; }
            #menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu.is-hidden,
            #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu.is-hidden,
            #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu.is-hidden {
              display: none; }
            #menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu .navPages-action-moreIcon,
            #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu .navPages-action-moreIcon,
            #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu .navPages-action-moreIcon {
              border: none;
              border-radius: 0;
              margin: 0;
              padding: 0;
              float: none;
              text-align: left; }
              #menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu .navPages-action-moreIcon svg,
              #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu .navPages-action-moreIcon svg,
              #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu .navPages-action-moreIcon svg {
                fill: #787878;
                stroke: #787878;
                transform: rotate(90deg); }
              #menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu .navPages-action-moreIcon:after,
              #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu .navPages-action-moreIcon:after,
              #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu .navPages-action-moreIcon:after {
                content: "Back";
                position: absolute;
                top: 13px;
                left: 25px;
                color: #787878;
                font-size: 16px;
                font-weight: 600; }
          #menuMobile .navPages > .navPages-list .navPages-item.is-open > .navPage-subMenu,
          #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .navPage-subMenu,
          #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .navPage-subMenu {
            display: block; }
      #menuMobile .navPages > .navPages-list .navPage-subMenu-list {
        margin: 0; }
      #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent {
        display: block;
        text-align: left;
        position: relative; }
      #menuMobile .navPages > .navPages-list + .navPages-list {
        border: none;
        margin-top: 25px; }
        #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item {
          border: none; }
          #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action {
            color: black;
            font-size: 16px;
            font-weight: 400;
            padding: 10px 0; }
            #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action svg {
              color: black;
              display: inline-block;
              vertical-align: middle; }
              #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action svg.icon-location {
                width: 17px;
                height: 17px; }
              #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action svg.icon-telephone {
                width: 15px;
                height: 15px; }
            #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action span {
              display: inline-block;
              vertical-align: middle;
              padding-bottom: 1px;
              margin-left: 5px;
              line-height: 1.2; }
          #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .socialLinks {
            margin-top: 5px;
            margin-left: -11px; }
            #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .socialLinks .socialLinks-item {
              margin-right: 5px; }
              #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .socialLinks .socialLinks-item .icon {
                border: none; }
                #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .socialLinks .socialLinks-item .icon svg {
                  width: 1.85rem;
                  height: 1.5rem; } }
            @media (max-width: 1023px) and (max-width: 350px) {
              #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .socialLinks .socialLinks-item {
                margin-right: 3px; } }

@media (max-width: 1023px) {
      #menuMobile .navPages > .navPages-list .navPages-label {
        top: 50%;
        left: calc(100% - 45px);
        right: auto;
        transform: translate(-50%, -50%); } }

.has-megamenu .image {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .has-megamenu .image img {
    width: 100%;
    object-fit: cover; }
    .has-megamenu .image img.lazyload, .has-megamenu .image img.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }
    .has-megamenu .image img.lazyloaded {
      transition: all .7s ease; }

@media (min-width: 900px) {
  .has-megamenu .image:after {
    content: '';
    display: inline;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .has-megamenu .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(#ececec 52%, #f9f9f9 60%, #fff 65%);
    opacity: 0;
    transition: opacity .3s ease-in-out; } }

#navPages-currency {
  margin: 10px 0 30px; }
  #navPages-currency .navPage-subMenu-item {
    padding: 0; }
    @media (max-width: 1023px) {
      #navPages-currency .navPage-subMenu-item {
        width: 100%;
        float: none; }
        #navPages-currency .navPage-subMenu-item .navPage-subMenu-action {
          border: none;
          margin-bottom: 0; } }
    #navPages-currency .navPage-subMenu-item strong {
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 15px; }
  .tag a {
    color: black;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: black; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px;
  font-size: 0; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: black; }
    .socialLinks .icon svg {
      fill: black;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 13px; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    position: relative;
    height: 2rem; }
    .socialLinks-item .socialLinks__link:before {
      content: " ";
      position: absolute;
      right: 0;
      top: 50%;
      border-width: 0.625rem;
      border-style: solid;
      border-color: transparent transparent #313440 transparent; }
    .socialLinks-item .socialLinks__link:after {
      content: attr(title);
      padding: 0.25rem 0.375rem;
      background-color: #313440;
      color: white;
      position: absolute;
      font-size: 1rem;
      white-space: nowrap;
      right: 0;
      top: 100%;
      cursor: default;
      border-radius: 0.5rem; }
    .socialLinks-item .socialLinks__link:before, .socialLinks-item .socialLinks__link:after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus:before, .socialLinks-item .socialLinks__link:focus:after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus:after {
      right: auto;
      left: 0;
      z-index: 20; }

.socialLinks--alt .icon {
  width: 32px;
  height: 32px;
  border: 1px solid black;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .home-layout-2 .socialLinks--alt .icon {
    border: none;
    justify-content: left;
    width: 22px; }
  .home-layout-4 .socialLinks--alt .icon {
    border-color: black; }
    .home-layout-4 .socialLinks--alt .icon:hover {
      transform: scale(1.1); }

.socialLinks--alt svg {
  width: 14px;
  height: 14px;
  fill: black; }

[data-page-type="default"] .body {
  margin-top: 0; }

[data-page-type="default"] .heroCarousel {
  margin-top: 0; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 30px;
  margin-top: -1.5rem; }
  .home-layout-4 .heroCarousel {
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .home-layout-4 .heroCarousel {
        margin-bottom: 30px; } }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel:not(.slick-initialized) .heroCarousel-image-wrapper > .heroCarousel-image {
    opacity: 0; }
  .heroCarousel.slick-initialized .heroCarousel-image-wrapper > .heroCarousel-image {
    opacity: 1;
    animation-name: fadeIn;
    animation-duration: 0.8s; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-arrow {
    background-color: white;
    border-color: black; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 65%;
    transform: translateY(-50%);
    margin: 0; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }
  .heroCarousel .slick-slide .heroCarousel-subtitle,
  .heroCarousel .slick-slide .heroCarousel-title,
  .heroCarousel .slick-slide .heroCarousel-description,
  .heroCarousel .slick-slide .heroCarousel-action {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-current .heroCarousel-subtitle {
    visibility: visible;
    animation-delay: 50ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-title {
    visibility: visible;
    animation-delay: 100ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-description {
    visibility: visible;
    animation-delay: 150ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-action {
    visibility: visible;
    animation-delay: 200ms;
    animation-name: fadeInUp; }
  .home-layout-2 .heroCarousel {
    margin-bottom: 10px; }
  .home-layout-3 .heroCarousel {
    margin-bottom: 10px; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    position: relative;
    display: block;
    overflow: hidden; }
    .heroCarousel-slide .heroCarousel-image-wrapper:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 46.3276836158192%; }
    .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image-mobile {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border: 0;
      width: 100%;
      max-height: 100%;
      object-fit: contain;
      /* Object-fit polyfill */
      font-family: 'object-fit: contain;'; }
    .home-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper:after {
      padding-bottom: 37.9106%; }
    @media (max-width: 550px) {
      .home-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper:after {
        padding-bottom: 80%; }
      .home-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper.no-image-mobile:after {
        padding-bottom: 37.9106%; } }
    .home-layout-3 .heroCarousel-slide .heroCarousel-image-wrapper:after {
      padding-bottom: 37.8125%; }
    @media (max-width: 550px) {
      .home-layout-3 .heroCarousel-slide .heroCarousel-image-wrapper:after {
        padding-bottom: 80%; }
      .home-layout-3 .heroCarousel-slide .heroCarousel-image-wrapper.no-image-mobile:after {
        padding-bottom: 37.8125%; } }
    .home-layout-4 .heroCarousel-slide .heroCarousel-image-wrapper:after {
      padding-bottom: 34.90%; }
    @media (max-width: 550px) {
      .home-layout-4 .heroCarousel-slide .heroCarousel-image-wrapper:after {
        padding-bottom: 80%; }
      .home-layout-4 .heroCarousel-slide .heroCarousel-image-wrapper.no-image-mobile:after {
        padding-bottom: 50%; }
      .home-layout-4 .heroCarousel-slide .heroCarousel-image-wrapper.no-image-mobile .heroCarousel-image {
        height: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;"; } }

@media (max-width: 550px) {
  .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image-mobile {
    display: block; }
    .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image-mobile + .heroCarousel-image {
      display: none;
      width: 1px;
      height: 1px; }
  .heroCarousel-slide .heroCarousel-image-wrapper:after {
    padding-bottom: 80%; }
  .heroCarousel-slide .heroCarousel-image-wrapper.no-image-mobile:after {
    padding-bottom: 46.3276836158192%; } }

.heroCarousel-content {
  background-color: #ffffff;
  padding: 27px 20px 30px;
  text-align: center; }
  @media (min-width: 1200px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      width: 100%;
      max-width: 350px;
      background-color: transparent;
      left: 30px;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      max-height: 80%;
      padding: 0;
      text-align: left; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }
  @media (min-width: 1440px) {
    .heroCarousel-content {
      left: 175px; } }
  .home-layout-2 .heroCarousel-content {
    text-align: center; }
  .home-layout-3 .heroCarousel-content {
    text-align: center; }
    @media (min-width: 1025px) {
      .home-layout-3 .heroCarousel-content {
        max-width: 460px; } }
  .home-layout-4 .heroCarousel-content .button-group {
    max-width: 500px;
    margin: 0 auto; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .home-layout-4 .heroCarousel-content .button-group {
        max-width: 100%; } }

.heroCarousel-title {
  color: white;
  font-size: 20px;
  margin-top: 0;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px; }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 50px; } }
  .home-layout-2 .heroCarousel-title {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 900;
    margin-bottom: 25px; }
    @media (min-width: 1025px) {
      .home-layout-2 .heroCarousel-title {
        font-size: 40px; } }
  .home-layout-3 .heroCarousel-title {
    position: relative;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 900;
    margin-bottom: 23px;
    padding-bottom: 17px; }
    .home-layout-3 .heroCarousel-title:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 80px;
      height: 1px;
      background: #333333;
      transform: translateX(-50%); }
    @media (min-width: 1025px) {
      .home-layout-3 .heroCarousel-title {
        font-size: 55px; } }
  .home-layout-4 .heroCarousel-title {
    font-weight: 900;
    letter-spacing: .05em;
    font-size: 24px; }
    @media (min-width: 1200px) {
      .home-layout-4 .heroCarousel-title {
        font-size: 53px; } }
    @media (max-width: 1199px) {
      .home-layout-4 .heroCarousel-title {
        color: black; } }

.heroCarousel-subTitle {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .heroCarousel-subTitle {
      font-size: 18px;
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .home-layout-4 .heroCarousel-subTitle {
      color: black; } }

.heroCarousel-description {
  color: white;
  font-size: 15px;
  line-height: 24px; }
  .home-layout-2 .heroCarousel-description {
    font-size: 16px;
    margin-bottom: 18px; }
  .home-layout-3 .heroCarousel-description {
    font-size: 16px;
    margin-bottom: 18px; }
  .home-layout-4 .heroCarousel-description {
    font-size: 16px; }
    @media (max-width: 1199px) {
      .home-layout-4 .heroCarousel-description {
        color: black; } }

.heroCarousel-action {
  margin: 0;
  min-width: 178px;
  background-color: transparent; }
  @media (min-width: 1025px) {
    .heroCarousel-action {
      margin-top: 25px; } }
  .home-layout-2 .heroCarousel-action {
    background-color: white;
    min-width: 196px; }
    @media (min-width: 1025px) {
      .home-layout-2 .heroCarousel-action:hover, .home-layout-2 .heroCarousel-action:active, .home-layout-2 .heroCarousel-action:focus {
        background-color: #1d1d1d; } }
  .home-layout-3 .heroCarousel-action {
    background-color: #1d1d1d;
    color: white;
    border-color: #1d1d1d;
    min-width: 178px; }
    @media (min-width: 1025px) {
      .home-layout-3 .heroCarousel-action:hover, .home-layout-3 .heroCarousel-action:active, .home-layout-3 .heroCarousel-action:focus {
        background-color: rgba(0, 0, 255, 0);
        color: #1d1d1d;
        border-color: rgba(0, 0, 255, 0); } }
    @media (max-width: 1199px) {
      .home-layout-3 .heroCarousel-action {
        border-color: #1d1d1d; } }
  .home-layout-4 .heroCarousel-action {
    min-width: 263px;
    background-color: white;
    border: none;
    padding: 17px 20px; }
    @media (min-width: 1200px) {
      .home-layout-4 .heroCarousel-action {
        margin-top: 20px; }
        .home-layout-4 .heroCarousel-action:hover, .home-layout-4 .heroCarousel-action:active, .home-layout-4 .heroCarousel-action:focus {
          background-color: #1d1d1d; } }
    @media (max-width: 1199px) {
      .home-layout-4 .heroCarousel-action {
        color: white;
        background-color: #1d1d1d;
        border-color: #1d1d1d; }
        .home-layout-4 .heroCarousel-action:after, .home-layout-4 .heroCarousel-action:before {
          background: #1d1d1d; } }
    .home-layout-4 .heroCarousel-action + .heroCarousel-action {
      margin-left: 0;
      margin-top: 10px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .home-layout-4 .heroCarousel-action + .heroCarousel-action {
          margin-top: 0px;
          margin-left: 10px; } }

.container--heroCarousel .heroCarousel .slick-dots {
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  bottom: auto;
  display: inline-block;
  width: auto;
  transform: translateY(-50%); }
  .container--heroCarousel .heroCarousel .slick-dots li {
    width: auto;
    height: auto;
    display: block;
    background-color: transparent;
    padding: 0.3125rem; }
    .container--heroCarousel .heroCarousel .slick-dots li button {
      height: 1rem;
      width: 1rem;
      width: 100% !important;
      border: none;
      font-size: 1rem;
      color: white;
      border-radius: 0;
      transition: none;
      padding: 2px; }
      .container--heroCarousel .heroCarousel .slick-dots li button:before {
        width: 0 !important;
        height: 1px;
        position: absolute;
        top: 49%;
        left: auto;
        right: 2px;
        transform: unset;
        border-radius: 0;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        background: white; }
      .container--heroCarousel .heroCarousel .slick-dots li button .dot-stt {
        display: inline-block;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
      .container--heroCarousel .heroCarousel .slick-dots li button [data-carousel-tooltip] {
        display: none; }
    .container--heroCarousel .heroCarousel .slick-dots li.slick-active button {
      color: #dfd7d4; }
      .container--heroCarousel .heroCarousel .slick-dots li.slick-active button::before {
        width: 30px !important;
        background-color: #dfd7d4; }
    .container--heroCarousel .heroCarousel .slick-dots li.slick-active .dot-stt {
      padding-right: 40px; }
  @media (max-width: 1024px) {
    .container--heroCarousel .heroCarousel .slick-dots {
      top: 30%;
      right: 10px; }
      .container--heroCarousel .heroCarousel .slick-dots li.slick-active button::before {
        width: 20px !important;
        background-color: #dfd7d4; }
      .container--heroCarousel .heroCarousel .slick-dots li.slick-active .dot-stt {
        padding-right: 25px; } }
  @media (max-width: 550px) {
    .container--heroCarousel .heroCarousel .slick-dots {
      top: 28%; } }

.writeReview-productDetails {
  text-align: center;
  margin-bottom: 40px; }
  @media (min-width: 801px) {
    .writeReview-productDetails {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }
  .writeReview-productDetails .product-brand {
    color: black;
    margin: 15px 0 0;
    line-height: 2.2;
    text-transform: uppercase;
    font-size: 16px; }
  .writeReview-productDetails .product-title {
    color: black;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px; }

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }

.writeReview-form .form-fieldset .form-field--textarea {
  margin-bottom: 15px; }

.writeReview-form .form-field--submit {
  margin-top: 5px; }
  .writeReview-form .form-field--submit .button {
    min-width: 210px; }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 104.54545%; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.1875rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 15px;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  width: 1px;
  min-width: 100%;
  position: relative;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -15px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  @media (max-width: 1024px) {
    .home-layout-4 .productCarousel {
      margin: 0 -10px; } }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  padding: 0 15px; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }
  @media (min-width: 1025px) {
    .home-layout-2 .productCarousel-slide {
      padding: 0 15px; } }
  @media (min-width: 1025px) {
    .home-layout-3 .productCarousel-slide {
      padding: 0 15px; } }
  @media (max-width: 1199px) {
    .home-layout-4 .productCarousel-slide {
      padding: 0 10px; } }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.quickView .halo-compareColors,
.quickView .halo-bundle-products,
.quickView .productView-desShort,
.quickView .productView-description,
.quickView .productView-nextProducts {
  display: none; }

.quickView .productView-images {
  display: block; }
  .quickView .productView-images .productView-nav-inner {
    width: 100%;
    padding-left: 0; }
  .quickView .productView-images .productView-thumbnails-wrap {
    width: 100%;
    display: block; }
    .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails {
      width: 100%;
      padding: 20px 0px; }
      @media (min-width: 1200px) {
        .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .productView-thumbnail {
          width: auto;
          height: auto;
          width: 20%;
          max-width: 100%;
          height: auto;
          /* max-width: unset; */
          display: inline-block;
          padding-left: 7.5px;
          padding-right: 7.5px; }
          .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .productView-thumbnail img {
            width: 100%; }
        .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .slick-arrow {
          top: 50%;
          transform: translate(0, -50%) rotate(-90deg);
          width: 19px;
          height: 11px; }
          .home-layout-4 .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .slick-arrow {
            transform: translate(0, -50%) rotate(0deg); }
          .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .slick-arrow.slick-prev {
            left: 0;
            right: auto; }
          .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .slick-arrow.slick-next {
            left: auto;
            right: 0; } }
      .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+3) {
        display: none; }

.quickView .productView__top {
  margin-bottom: 0; }
  .home-layout-4 .quickView .productView__top .halo-product-badge, .home-layout-4 .quickView .productView__top .mrh-halo-product-badge {
    left: 13px; }
  .quickView .productView__top .container {
    padding-left: 0;
    padding-right: 0; }

.quickView .productView-rating .productReview_link, .quickView .productView-rating #productReview_link {
  margin-left: 5px; }

.quickView .productView-rating .productView-reviewLink {
  margin-left: 10px; }

.quickView .productView-rating-wrapper .sold-product {
  margin-left: 10px; }

@media (min-width: 768px) {
  .quickView .productView__top .productView__topLeft {
    width: 45%; }
  .quickView .productView__top .productView__topRight {
    width: 55%;
    padding-left: 30px; } }

@media (min-width: 1200px) {
  .modal--quickView {
    max-width: 1013px; }
  .quickView .productView__top .productView__topLeft {
    width: 380px; }
  .quickView .productView__top .productView__topRight {
    width: calc(100% - 380px);
    padding-left: 30px; } }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 15px;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: black;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.375rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 27px;
  display: flex;
  flex-direction: row-reverse;
  position: relative; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0 0 auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 660px;
  width: 100%;
  background-color: white; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 104.54545%; }

.productView-imageVideo .productView-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%; }
  .productView-imageVideo .productView-video iframe {
    width: 100% !important;
    height: 100% !important; }

.productView-nav:not(.slick-initialized) .productView-image:nth-child(n+2) {
  display: none; }

@media (min-width: 1200px) {
  .home-layout-4 .productView__topLeft .halo-product-badge, .home-layout-4 .productView__topLeft .mrh-halo-product-badge {
    left: 109px; }
  .productView-nav-inner {
    width: calc(100% - 72px);
    display: inline-block;
    padding-left: 24px; }
  .productView-thumbnails-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .productView-thumbnails-wrap .productView-thumbnails {
      width: 72px;
      padding: 31px 0 17px; }
      .home-layout-4 .productView-thumbnails-wrap .productView-thumbnails {
        padding: 45px 0; } }

.productView-thumbnails {
  margin: 0; }
  .productView-thumbnails.productView-thumbnails-noArrow.slick-vertical .slick-list {
    display: flex;
    align-items: center; }
  .productView-thumbnails .slick-arrow {
    width: 11px;
    height: 19px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent; }
    .productView-thumbnails .slick-arrow .carousel-tooltip {
      display: none; }
    .productView-thumbnails .slick-arrow:before {
      width: 11px;
      height: 19px;
      display: inline-block; }
    .productView-thumbnails .slick-arrow.slick-prev {
      left: 0; }
      .home-layout-4 .productView-thumbnails .slick-arrow.slick-prev::before {
        left: 50%;
        top: 50%;
        width: 10px;
        height: 2px;
        transform: rotate(135deg);
        margin-left: -5px;
        margin-top: -4px; }
      .home-layout-4 .productView-thumbnails .slick-arrow.slick-prev::after {
        left: 50%;
        bottom: 50%;
        width: 10px;
        height: 2px;
        transform: rotate(-135deg);
        margin-left: -5px;
        margin-bottom: -4px; }
    .productView-thumbnails .slick-arrow.slick-next {
      right: 0; }
      .home-layout-4 .productView-thumbnails .slick-arrow.slick-next::before {
        left: 50%;
        top: 50%;
        width: 10px;
        height: 2px;
        transform: rotate(45deg);
        margin-left: -5px;
        margin-top: -4px; }
      .home-layout-4 .productView-thumbnails .slick-arrow.slick-next::after {
        left: 50%;
        bottom: 50%;
        width: 10px;
        height: 2px;
        transform: rotate(-45deg);
        margin-left: -5px;
        margin-bottom: -4px; }
  @media (min-width: 1200px) {
    .productView-thumbnails .slick-arrow {
      transform: translate(0, 0);
      padding: 0;
      margin: 0;
      border: none;
      width: 100%;
      height: 11px;
      left: 0;
      right: 0; }
      .home-layout-4 .productView-thumbnails .slick-arrow {
        transform: translateX(-50%) rotate(90deg);
        width: 44px;
        height: 44px;
        left: 50%; }
        .home-layout-4 .productView-thumbnails .slick-arrow:not(.slick-disabled):hover, .home-layout-4 .productView-thumbnails .slick-arrow:not(.slick-disabled):active {
          background: transparent;
          border: none; }
          .home-layout-4 .productView-thumbnails .slick-arrow:not(.slick-disabled):hover:before, .home-layout-4 .productView-thumbnails .slick-arrow:not(.slick-disabled):hover:after, .home-layout-4 .productView-thumbnails .slick-arrow:not(.slick-disabled):active:before, .home-layout-4 .productView-thumbnails .slick-arrow:not(.slick-disabled):active:after {
            background: black; }
      .productView-thumbnails .slick-arrow:before {
        width: 19px;
        height: 11px;
        display: inline-block; }
      .productView-thumbnails .slick-arrow.slick-prev {
        top: 0;
        bottom: auto; }
        .productView-thumbnails .slick-arrow.slick-prev:before {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-up fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M4.465 366.475l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L224 178.053l195.494 195.493c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-211.05-211.051c-4.686-4.686-12.284-4.686-16.971 0L4.465 349.505c-4.687 4.686-4.687 12.284 0 16.97z' class=''%3e%3c/path%3e%3c/svg%3e"); }
      .productView-thumbnails .slick-arrow.slick-next {
        top: auto;
        bottom: 0; }
        .productView-thumbnails .slick-arrow.slick-next:before {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3e%3c/path%3e%3c/svg%3e"); }
    .productView-thumbnails .productView-thumbnail {
      text-align: center;
      border: none;
      height: 94px;
      max-width: 72px;
      float: none;
      width: 100%; }
    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+3) {
      display: none; } }
  .productView-thumbnails .productView-thumbnail-link {
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: white;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.025); }
    .productView-thumbnails .productView-thumbnail-link:hover {
      border-color: #e0dedc; }
    .productView-thumbnails .productView-thumbnail-link img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      max-height: 100%;
      width: 100%;
      object-fit: contain;
      /* Object-fit polyfill */
      font-family: 'object-fit: contain;'; }
    .productView-thumbnails .productView-thumbnail-link:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 104.28571%; }
    .productView-thumbnails .productView-thumbnail-link.productView-thumbnail-linkVideo {
      overflow: hidden; }
      .productView-thumbnails .productView-thumbnail-link.productView-thumbnail-linkVideo img {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        width: auto;
        height: 100%;
        max-width: none;
        transform: translate(-50%, -50%); }
      .productView-thumbnails .productView-thumbnail-link.productView-thumbnail-linkVideo .videoText {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        transform: translateY(-50%); }
        .productView-thumbnails .productView-thumbnail-link.productView-thumbnail-linkVideo .videoText svg {
          width: 31px;
          height: 31px;
          border-radius: 50%; }
  .productView-thumbnails:not(.slick-initialized) .productView-thumbnail-link.is-active,
  .productView-thumbnails.slick-initialized .productView-thumbnail.slick-current.slick-active .productView-thumbnail-link {
    border-color: #000000; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 70px;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 30px;
  margin: 0 0 10px 0;
  line-height: 30px;
  font-weight: 700;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

.productView-brand {
  color: #8e0000;
  font-size: 16px;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .productView-brand a {
    color: #8e0000;
    text-decoration: none; }
    .productView-brand a:hover {
      color: #8e0000; }

.productView-price {
  margin-bottom: 25px; }
  .productView-price .price-section .price {
    font-size: 20px; }
  .productView-price .price-section--saving {
    display: block;
    margin-top: 5px; }
    .productView-price .price-section--saving .price {
      color: #969696;
      font-size: 16px;
      font-style: italic;
      font-weight: 400; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle;
  color: black; }
  .productView-reviewLink:hover {
    color: black; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin: 0 0 15px 0; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left;
  color: black;
  font-size: 16px;
  line-height: 28px;
  margin: 0; }

.productView-info-name {
  clear: both;
  min-width: 130px;
  font-weight: 500; }

.productView-info-value {
  font-weight: 400; }

.productView-options {
  text-align: left; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 20px; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      text-align: justify;
      display: inline-block; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
    .productView-options .form-field .form-label--alternate {
      color: black;
      font-size: 16px;
      font-weight: 500;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
      .productView-options .form-field .form-label--alternate [data-option-value] {
        color: black;
        font-size: 16px;
        font-weight: 400; }
      .productView-options .form-field .form-label--alternate small {
        vertical-align: initial; }
    .productView-options .form-field .form-field-tooltip {
      font-size: 16px; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.75rem;
        width: auto; } }
  .productView-options .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link p,
  .productView-options .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__social > p {
    text-transform: uppercase;
    font-size: 13px;
    color: #323232; }

.productOptions-list {
  border: 1px solid #cfcfcf;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #cfcfcf; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.productView-title-hasPrevNext {
  padding-right: 62px;
  position: relative; }

.productView-nextProducts {
  display: none;
  position: absolute;
  top: 5px;
  right: 0; }
  @media (min-width: 1025px) {
    .productView-nextProducts {
      display: block; } }
  .productView-nextProducts .next-prev-icons {
    font-size: 0; }
    .productView-nextProducts .next-prev-icons > a.disable {
      color: #cecece;
      opacity: 0.5;
      pointer-events: none; }
    .productView-nextProducts .next-prev-icons > a {
      font-size: 0;
      display: inline-block;
      width: 26px;
      height: 19px; }
      .productView-nextProducts .next-prev-icons > a:before {
        content: '';
        width: 100%;
        height: 100%;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block; }
      .productView-nextProducts .next-prev-icons > a.prev-icon {
        padding-right: 15px; }
        .productView-nextProducts .next-prev-icons > a.prev-icon:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
      .productView-nextProducts .next-prev-icons > a.next-icon {
        padding-left: 15px; }
        .productView-nextProducts .next-prev-icons > a.next-icon:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .productView-nextProducts .next-prev-modal {
    display: none;
    width: 350px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 3;
    padding-top: 10px; }
    .productView-nextProducts .next-prev-modal.is-active {
      display: block; }
  .productView-nextProducts .next-prev-content {
    display: none;
    width: 100%;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
    .productView-nextProducts .next-prev-content.is-show {
      display: block; }
  .productView-nextProducts .card {
    margin-bottom: 0; }
    .productView-nextProducts .card .card-prevNext-image {
      display: table-cell;
      vertical-align: top;
      position: relative;
      overflow: hidden;
      z-index: 1;
      width: 80px;
      border: 0; }
      .productView-nextProducts .card .card-prevNext-image .card-link {
        width: 100%; }
        .productView-nextProducts .card .card-prevNext-image .card-link .card-img-container img {
          padding: 10px; }
    .productView-nextProducts .card .card-content {
      display: table-cell;
      vertical-align: middle;
      width: calc(100% - 70px);
      padding: 10px 20px 10px 10px; }
      .productView-nextProducts .card .card-content .card-title {
        margin: 0 0 5px;
        margin-top: -3px;
        text-align: left;
        font-size: 1rem;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0; }
      .productView-nextProducts .card .card-content .card-price {
        line-height: 1;
        position: relative;
        margin: 0 0 16px;
        visibility: visible;
        margin-bottom: 0;
        color: black;
        font-size: 13px;
        font-weight: 700;
        line-height: 25px; }
        .productView-nextProducts .card .card-content .card-price .price--rrp {
          color: #8d8d8d;
          margin-right: 5px;
          font-weight: 500; }
          .productView-nextProducts .card .card-content .card-price .price--rrp ~ .price--withTax,
          .productView-nextProducts .card .card-content .card-price .price--rrp ~ .price--withoutTax {
            color: #e95144; }
        .productView-nextProducts .card .card-content .card-price .price-section--saving {
          display: none; }

.productView-rating .icon {
  width: 14px;
  height: 14px; }

.productView-rating .productReview_link,
.productView-rating #productReview_link {
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  text-decoration: none; }

.productView-rating .productView-reviewLink {
  color: #8e0000;
  margin-left: 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .productView-rating .productView-reviewLink:hover {
    color: #8e0000; }

.sold-product {
  font-size: 16px;
  font-weight: 400;
  color: #e85342;
  display: none;
  background-size: 14px;
  position: relative; }
  .sold-product > .icon,
  .sold-product > span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0; }
  .sold-product .icon {
    height: 1rem;
    width: 1rem;
    fill: #e85342;
    stroke: #e85342;
    margin-right: 5px; }

.productView-rating-wrapper {
  margin-bottom: 20px; }
  .productView-rating-wrapper .productView-rating {
    display: inline-block;
    vertical-align: middle; }
  .productView-rating-wrapper .sold-product {
    margin: 0 0 0 25px;
    display: inline-block;
    vertical-align: middle; }

.productView-desShort {
  margin-bottom: 30px; }
  .productView-desShort p {
    color: black;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0; }

.productCountDown {
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%; }
  .productCountDown .CountDownText {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 400;
    color: black;
    border-bottom: 1px solid black;
    margin-bottom: 10px; }

.countDowntimer2 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }
  .countDowntimer2 .clock-item {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    color: black;
    display: inline-block; }
    .countDowntimer2 .clock-item .text {
      padding: 0 5px; }

.productView-optionsStock {
  font-size: 16px;
  font-weight: 400;
  color: #e85342;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0; }
  .productView-optionsStock [data-stock-left] {
    font-weight: 600; }

#modal-size-chart-form {
  max-width: 910px; }
  #modal-size-chart-form .modal-header {
    padding: 15px 70px;
    text-align: center;
    background-color: #f6f6f6; }
    #modal-size-chart-form .modal-header h5 {
      margin: 0;
      font-size: 16px;
      font-weight: 700;
      color: black;
      text-transform: capitalize; }
    #modal-size-chart-form .modal-header .modal-close {
      position: absolute;
      top: 12px;
      right: 13px; }
  #modal-size-chart-form .modal-body {
    padding: 30px 70px; }
    #modal-size-chart-form .modal-body::-webkit-scrollbar {
      width: 10px; }
    #modal-size-chart-form .modal-body::-webkit-scrollbar-track {
      background: #EAEAEA; }
    #modal-size-chart-form .modal-body::-webkit-scrollbar-thumb {
      background: #000000; }
    #modal-size-chart-form .modal-body .sizeChart__des {
      margin-bottom: 70px; }
      #modal-size-chart-form .modal-body .sizeChart__des p {
        margin-bottom: 25px; }
    #modal-size-chart-form .modal-body .sizeChart__img {
      text-align: center; }

a[data-reveal-id="modal-size-chart-form"] {
  float: right;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  text-decoration: none; }
  a[data-reveal-id="modal-size-chart-form"] svg {
    width: 28px;
    height: 15px;
    margin-right: 10px; }
  a[data-reveal-id="modal-size-chart-form"] span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #8e0000;
    background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px; }
  a[data-reveal-id="modal-size-chart-form"]:hover span {
    color: #8e0000;
    background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%); }

.shareLinkSocial {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  margin-bottom: 20px;
  position: absolute;
  right: 20px; }
  .shareLinkSocial .shareLinkSocial__button {
    display: inline-block;
    width: 20px;
    height: 50px;
    line-height: 46px; }
    .shareLinkSocial .shareLinkSocial__button .icon {
      width: 20px;
      height: 20px; }
  .shareLinkSocial .shareLinkSocial__popup {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    padding: 20px;
    width: 300px;
    background-color: #ffffff;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    border-radius: 4px;
    text-align: left;
    display: none; }
    .shareLinkSocial .shareLinkSocial__popup p {
      display: block;
      color: black;
      font-size: 16px;
      font-weight: 400; }
    .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link {
      position: relative;
      margin-bottom: 25px; }
      .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link p {
        margin-bottom: 15px; }
      .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link input {
        border: 1px solid #cfcfcf;
        border-radius: 4px;
        background-color: #f6f6f6;
        padding: 11px 10px;
        display: block;
        width: 100%;
        color: #a0a0a0; }
      .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link .shareLinkSocial__close {
        position: absolute;
        top: -5px;
        right: -3px; }
        .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link .shareLinkSocial__close .icon {
          width: 18px;
          height: 18px; }
    .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__social > p {
      margin-bottom: 10px; }

.productView--quickView .shareLinkSocial {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  margin-bottom: 20px;
  position: absolute;
  right: 0px; }
  .productView--quickView .shareLinkSocial .shareLinkSocial__button {
    display: inline-block;
    width: 20px;
    height: 50px;
    line-height: 46px; }
    .productView--quickView .shareLinkSocial .shareLinkSocial__button .icon {
      width: 20px;
      height: 20px; }
  .productView--quickView .shareLinkSocial .shareLinkSocial__popup {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    padding: 20px;
    width: 300px;
    background-color: #ffffff;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    border-radius: 4px;
    text-align: left;
    display: none; }
    .productView--quickView .shareLinkSocial .shareLinkSocial__popup p {
      display: block;
      color: black;
      font-size: 16px;
      font-weight: 400; }
    .productView--quickView .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link {
      position: relative;
      margin-bottom: 25px; }
      .productView--quickView .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link p {
        margin-bottom: 15px; }
      .productView--quickView .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link input {
        border: 1px solid #cfcfcf;
        border-radius: 4px;
        background-color: #f6f6f6;
        padding: 11px 10px;
        display: block;
        width: 100%;
        color: #a0a0a0; }
      .productView--quickView .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link .shareLinkSocial__close {
        position: absolute;
        top: -5px;
        right: -3px; }
        .productView--quickView .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link .shareLinkSocial__close .icon {
          width: 18px;
          height: 18px; }
    .productView--quickView .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__social > p {
      margin-bottom: 10px; }

.productView-options [data-wishlist-add] .dropdown-menu-button {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 12px 20px 13px; }
  .productView-options [data-wishlist-add] .dropdown-menu-button span {
    display: inline-block;
    vertical-align: middle; }
  .productView-options [data-wishlist-add] .dropdown-menu-button .icon {
    float: none;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 5px;
    fill: white; }
  .productView-options [data-wishlist-add] .dropdown-menu-button:hover .icon,
  .productView-options [data-wishlist-add] .dropdown-menu-button:focus .icon,
  .productView-options [data-wishlist-add] .dropdown-menu-button:active .icon {
    fill: #1d1d1d; }
  @media (max-width: 767px) {
    .productView-options [data-wishlist-add] .dropdown-menu-button {
      padding: 13px 15px 12px; }
      .productView-options [data-wishlist-add] .dropdown-menu-button .icon {
        width: 18px;
        height: 18px; } }

.viewing-product {
  color: black;
  margin-bottom: 20px; }
  .viewing-product svg {
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .viewing-product span {
    display: inline-block;
    vertical-align: middle; }

.productView-description {
  border-top: 5px solid #f6f6f6;
  padding-top: 50px; }
  .productView-description .tabs {
    text-align: center;
    font-size: 0;
    display: flex;
    position: relative; }
    .productView-description .tabs .tab {
      float: none;
      width: auto;
      border: none;
      display: inline-block;
      position: relative;
      margin-bottom: 15px; }
      .productView-description .tabs .tab .tab-title {
        padding: 0 50px;
        font-size: 24px;
        font-weight: 700;
        color: #8e0000;
        text-transform: capitalize; }
        .productView-description .tabs .tab .tab-title span {
          background-image: linear-gradient(#ffcc00, #ffcc00);
          background-position: 0 90%;
          background-repeat: no-repeat;
          background-size: 0 2px;
          transition: background-size .5s;
          padding-bottom: 3px; }
          .home-layout-4 .productView-description .tabs .tab .tab-title span {
            background-image: linear-gradient(#3b3a3a, #000000); }
      .productView-description .tabs .tab + .tab a:before {
        content: "/";
        display: block;
        position: absolute;
        top: 0;
        left: -6px;
        color: #787878;
        font-weight: 400; }
      .productView-description .tabs .tab.is-active .tab-title span {
        background-size: 100% 2px; }
  .productView-description .tabs-contents {
    padding-top: 35px; }
    .productView-description .tabs-contents .tab-content {
      margin-left: auto;
      margin-right: auto; }
    .productView-description .tabs-contents .tab-content p {
      line-height: 26px; }
  .productView-description .tab-titleMobile {
    display: none;
    color: black;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 0;
    position: relative;
    text-decoration: none; }
    .productView-description .tab-titleMobile:before {
      top: 50%;
      right: 5px;
      z-index: 2;
      content: "";
      width: 2px;
      height: 12px;
      position: absolute;
      transition: all .4s ease;
      transform: translateY(-50%);
      background-color: black; }
    .productView-description .tab-titleMobile:after {
      top: 50%;
      right: 0;
      z-index: 2;
      content: "";
      width: 12px;
      height: 2px;
      position: absolute;
      transform: translateY(-50%);
      background-color: black; }
    .productView-description .tab-titleMobile.is-active:before {
      transform: translateY(-50%) rotate(90deg); }
  @media (max-width: 1199px) {
    .productView-description .tabs .tab .tab-title {
      font-size: 20px;
      padding: 0 25px; } }
  @media (max-width: 767px) {
    .productView-description {
      padding-top: 30px;
      margin-bottom: 50px; }
      .productView-description .tabs {
        display: none; }
      .productView-description .tab-titleMobile {
        display: block; }
      .productView-description .tabs-contents {
        padding-top: 0; }
        .productView-description .tabs-contents .tab-content {
          display: block;
          padding: 0; }
          .productView-description .tabs-contents .tab-content .tabContent {
            display: none;
            padding: 30px 0; } }

#tab-description {
  color: black;
  font-size: 16px;
  font-weight: 400; }

.des-container {
  margin-bottom: 50px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto; }

.description-2col {
  margin-bottom: 50px; }

.des2col-item {
  display: flex; }
  .des2col-item .des2colItem-img {
    width: 50%;
    display: flex;
    align-items: center; }
  .des2col-item .des2colItem-content {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 20px;
    text-align: center;
    background-color: #f6f6f6; }
    .des2col-item .des2colItem-content .des2colItem-container {
      max-width: 430px;
      margin: 0 auto; }
    .des2col-item .des2colItem-content .des2colItem-featured {
      color: #787878;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 10px; }
    .des2col-item .des2colItem-content .des2colItem-title {
      font-size: 50px;
      color: #202020;
      font-weight: 800;
      font-style: italic;
      text-transform: uppercase;
      line-height: 1.2;
      margin-top: 0;
      margin-bottom: 30px; }
    .des2col-item .des2colItem-content p + p {
      margin-top: 1.5rem; }
    .des2col-item .des2colItem-content .des2colItem-des {
      margin-bottom: 0; }
      .des2col-item .des2colItem-content .des2colItem-des + p {
        margin-top: 1.5rem; }

.description-twoList {
  font-size: 0;
  max-width: 1170px;
  margin: 0 auto; }

.desTwoList-item {
  margin-bottom: 20px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }
  .desTwoList-item .desTwoList-title {
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px; }
  .desTwoList-item .desTwoList-list li {
    line-height: 26px; }
  .desTwoList-item.desTwoList-item--number .desTwoList-list {
    list-style: auto; }

.description-blockQuote {
  max-width: 1170px;
  margin: 0 auto 50px;
  border: 1px solid #EAEAEA;
  padding: 40px 15px;
  text-align: center; }
  .description-blockQuote > * {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto; }
  .description-blockQuote .desBlockQuote-title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #202020;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: capitalize; }

.home-layout-4 blockquote, .home-layout-4 .blockquote {
  font-size: 16px;
  padding: 15px; }
  @media (min-width: 768px) {
    .home-layout-4 blockquote, .home-layout-4 .blockquote {
      padding: 15px 30px; } }

#tab-warranty {
  line-height: 26px; }

#product-reviews {
  border-top: none; }
  #product-reviews .toggle-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: black;
    margin-bottom: 20px; }
  #product-reviews #productReviews-content {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto; }
    #product-reviews #productReviews-content #productReviews-list {
      margin: 0; }
      #product-reviews #productReviews-content #productReviews-list .productReview {
        width: 100%;
        display: block;
        border: 1px solid #E9E9E9;
        padding: 30px;
        margin-bottom: 10px; }
        #product-reviews #productReviews-content #productReviews-list .productReview .header-height {
          height: auto !important; }
        #product-reviews #productReviews-content #productReviews-list .productReview .productReview-title {
          display: inline-block;
          vertical-align: middle;
          font-size: 16px;
          font-weight: 600;
          color: black;
          margin-bottom: 5px; }
        #product-reviews #productReviews-content #productReviews-list .productReview .productReview-rating {
          display: inline-block;
          vertical-align: middle;
          margin-top: -4px;
          margin-left: 15px;
          margin-bottom: 5px; }
        #product-reviews #productReviews-content #productReviews-list .productReview .productReview-author {
          color: #969696;
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 10px; }
        #product-reviews #productReviews-content #productReviews-list .productReview .productReview-body {
          margin-bottom: 0;
          line-height: 26px;
          font-size: 16px;
          font-weight: 400; }
          #product-reviews #productReviews-content #productReviews-list .productReview .productReview-body + p {
            margin-top: 1.5rem; }

.productViewBlock {
  border-top: 5px solid #f6f6f6;
  padding-top: 50px;
  margin-bottom: 80px; }
  .home-layout-4 .productViewBlock {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: none; }
    .home-layout-4 .productViewBlock#related-product {
      padding-top: 0; }
  .productViewBlock .halo-heading {
    margin-bottom: 35px;
    text-transform: capitalize; }
  .productViewBlock .productCarousel {
    padding-bottom: 40px; }
    .home-layout-4 .productViewBlock .productCarousel {
      padding-bottom: 25px; }
    .productViewBlock .productCarousel .slick-arrow {
      top: 35%; }

.haloPVService .haloPVService__top {
  margin-bottom: 50px;
  position: relative; }
  .haloPVService .haloPVService__top .haloPVService__img {
    position: relative;
    display: block;
    overflow: hidden; }
    .haloPVService .haloPVService__top .haloPVService__img img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border: 0;
      width: auto;
      max-height: 100%;
      object-fit: contain;
      /* Object-fit polyfill */
      font-family: 'object-fit: contain;'; }
    .haloPVService .haloPVService__top .haloPVService__img:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 33.05084745762711%; }
    .haloPVService .haloPVService__top .haloPVService__img.noImage + .haloPVService__content h5 {
      color: black; }
    .haloPVService .haloPVService__top .haloPVService__img.noImage + .haloPVService__content p {
      color: black; }
  .haloPVService .haloPVService__top .haloPVService__content {
    background-color: #f6f6f6;
    padding: 20px;
    text-align: center; }
    .haloPVService .haloPVService__top .haloPVService__content .haloPVService__featured {
      margin-bottom: 15px; }
    .haloPVService .haloPVService__top .haloPVService__content h5 {
      color: black;
      font-size: 26px;
      font-weight: 800;
      font-style: italic;
      letter-spacing: 0.05em;
      margin-top: 0;
      margin-bottom: 25px; }
    .haloPVService .haloPVService__top .haloPVService__content p {
      color: black;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px; }
    .haloPVService .haloPVService__top .haloPVService__content .button {
      margin-top: 20px;
      min-width: 220px; }

.haloPVService .haloPVService__service {
  padding: 50px 0; }
  .haloPVService .haloPVService__service .haloPVService__container {
    font-size: 0;
    margin: 0 -15px; }
  .haloPVService .haloPVService__service .haloPVService__item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-bottom: 50px;
    padding: 0 15px;
    text-align: center; }
    .haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemImg {
      position: relative;
      display: block;
      overflow: hidden;
      margin-bottom: 35px; }
      .haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemImg img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: 0;
        width: auto;
        max-height: 100%;
        object-fit: contain;
        /* Object-fit polyfill */
        font-family: 'object-fit: contain;'; }
      .haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemImg:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 24.24242424242424%; }
    .haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemContent .haloPVService__itemTitle {
      color: black;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 15px; }
    .haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemContent p {
      color: black;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      margin-bottom: 5px; }
    .haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemContent a {
      text-decoration: none;
      color: #8e0000;
      background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
      .haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemContent a:hover {
        color: #8e0000;
        background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%); }

.home-layout-4 .productView-options [data-cart-item-add] .form-action #form-action-addToCart {
  border: 1px solid #1d1d1d; }
  .home-layout-4 .productView-options [data-cart-item-add] .form-action #form-action-addToCart:hover {
    border: 1px solid #1d1d1d; }

@media (min-width: 1025px) {
  .haloPVService .haloPVService__top .haloPVService__content {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px 225px;
    max-width: 880px;
    background-color: transparent;
    max-height: 100%;
    overflow-y: auto; }
    .haloPVService .haloPVService__top .haloPVService__content::-webkit-scrollbar {
      width: 10px; }
    .haloPVService .haloPVService__top .haloPVService__content::-webkit-scrollbar-track {
      background: #EAEAEA; }
    .haloPVService .haloPVService__top .haloPVService__content::-webkit-scrollbar-thumb {
      background: #000000; }
    .haloPVService .haloPVService__top .haloPVService__content h5 {
      color: #ffffff;
      font-size: 50px; }
      .home-layout-4 .haloPVService .haloPVService__top .haloPVService__content h5 {
        font-size: 32px; }
    .haloPVService .haloPVService__top .haloPVService__content p {
      color: #ffffff; }
    .home-layout-2 .haloPVService .haloPVService__top .haloPVService__content h5 {
      color: #000000;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .home-layout-2 .haloPVService .haloPVService__top .haloPVService__content p {
      color: #000000; }
    .home-layout-3 .haloPVService .haloPVService__top .haloPVService__content h5 {
      color: #000000;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .home-layout-3 .haloPVService .haloPVService__top .haloPVService__content p {
      color: #000000; } }

@media (min-width: 1200px) {
  #modal-size-chart-form {
    overflow: initial; }
    #modal-size-chart-form .modal-header .modal-close {
      top: -3px;
      right: -35px; }
      #modal-size-chart-form .modal-header .modal-close:before, #modal-size-chart-form .modal-header .modal-close:after {
        background-color: #ffffff; }
  .productView-options [data-cart-item-add] .form-action {
    width: calc(50% - 10px);
    padding-right: 10px;
    float: right;
    margin-top: 0;
    margin-right: 20px; }
    .productView-options [data-cart-item-add] .form-action #form-action-addToCart {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
  .productView-options [data-wishlist-add] {
    float: left;
    width: calc(50% - 10px);
    margin-left: 0px;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 10px; }
    .productView-options [data-wishlist-add].product-outOfStock {
      margin-left: 0; }
  .productView-options .productAttributes-message {
    margin-bottom: 20px; } }

@media (max-width: 1199px) {
  #modal-size-chart-form {
    width: calc(100% - 30px); }
    #modal-size-chart-form .modal-header {
      padding: 15px 20px; }
    #modal-size-chart-form .modal-body {
      padding: 30px 20px; }
  .productView-options .form-action {
    float: left;
    width: calc(100% - 40px);
    display: inline-block; }
    .productView-options .form-action[data-wishlist-add] {
      margin-bottom: 0; }
  .productView-options .productAttributes-message {
    margin-bottom: 1rem; }
  .shareLinkSocial .shareLinkSocial__button {
    height: 120px;
    line-height: 112px; }
  .shareLinkSocial.product-outOfStock .shareLinkSocial__button {
    height: 50px;
    line-height: 46px; }
  .des2col-item .des2colItem-content .des2colItem-title {
    font-size: 26px; } }

@media (max-width: 992px) {
  .des2col-item {
    display: block; }
    .des2col-item .des2colItem-img {
      display: block;
      width: 100%;
      text-align: left; }
    .des2col-item .des2colItem-content {
      display: block;
      width: 100%; }
    .des2col-item + .des2col-item {
      margin-top: 15px; } }

@media (max-width: 767px) {
  .shareLinkSocial .shareLinkSocial__button {
    height: 105px;
    line-height: 101px; } }

@media (max-width: 480px) {
  .shareLinkSocial .shareLinkSocial__popup {
    width: 280px; }
  .des2col-item .des2colItem-content {
    padding: 15px; } }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #e0dedc;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e0dedc; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: black;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 62.5rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e0dedc;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

.toggle-title {
  margin-bottom: 2.25rem; }

.toggleLink {
  color: black; }
  .toggleLink:hover {
    color: black; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border: #e0dedc solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }
  .facetedSearch-navList .navList .navList-item .navList-action {
    padding-left: 30px !important; }
    .facetedSearch-navList .navList .navList-item .navList-action span {
      background-image: none !important; }
  .facetedSearch-navList .accordion-content > .toggleLink .toggleLink-text {
    font-size: 15px;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s;
    line-height: 1.5; }
  .facetedSearch-navList .accordion-content > .toggleLink:hover {
    color: #8e0000; }
    .facetedSearch-navList .accordion-content > .toggleLink:hover span {
      background-size: 100% 1px; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }
  .facetedSearch-refineFilters .inlineList {
    margin-bottom: 10px; }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

[data-page-type="category"] [data-banner-location="top"] {
  background: none; }
  [data-page-type="category"] [data-banner-location="top"] .banner {
    max-width: 100%; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: black;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart-additionalCheckoutButtons .CheckoutButton, .previewCart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child, .previewCart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child, .previewCart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }

.cart-header {
  display: block; }
  @media (min-width: 801px) {
    .cart-header {
      display: block;
      text-align: left;
      background-color: #f6f6f6;
      border-radius: 4px; } }
  .cart-header > tr {
    display: block;
    font-size: 0; }

.cart-header-item {
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  display: inline-block; }
  .cart-header-item.cart-header-items {
    width: 54%;
    padding-left: 30px; }
  .cart-header-item.cart-header-price {
    width: 13%; }
  .cart-header-item.cart-header-quantity {
    width: 13%; }
  .cart-header-item.cart-header-total {
    width: 13%;
    text-align: right; }
  .cart-header-item.cart-header-remove {
    width: 7%;
    text-align: center;
    padding-right: 30px;
    font-size: 0;
    display: none; }

.cart-list {
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: block; } }

.cart-item {
  border: 1px solid #CCCCCC;
  clear: both;
  display: block;
  padding: 20px 0;
  border-radius: 4px;
  margin-top: 10px;
  background-color: white; }
  .cart-item:before, .cart-item:after {
    content: " ";
    display: table; }
  .cart-item:after {
    clear: both; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      display: inline-block;
      width: 100%;
      padding: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: inline-block;
  padding: 30px 15px; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 8px; }
  .cart-item-block.cart-item-figure {
    width: 145px;
    padding: 30px 15px 30px 30px;
    vertical-align: top; }
  .cart-item-block.cart-item-title {
    width: calc(54% - 145px);
    vertical-align: top; }
  .cart-item-block.cart-item-price {
    width: 13%; }
    .cart-item-block.cart-item-price .cart-item-value {
      font-weight: 700; }
  .cart-item-block.cart-item-quantity {
    width: 13%;
    text-align: center; }
  .cart-item-block.cart-item-total {
    width: 13%;
    text-align: right; }
  .cart-item-block.cart-item-remove {
    width: 7%;
    padding-right: 30px; }

.cart-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: end;
  margin-top: 1rem; }

@media (max-width: 1199px) {
  .cart-header {
    display: none; }
  .cart-item {
    padding-left: 145px; }
    .cart-item:first-of-type {
      margin-top: 0px; }
  .cart-item-block {
    display: inline-block; }
    .cart-item-block.cart-item-figure {
      margin-left: -145px;
      float: left; }
    .cart-item-block.cart-item-title {
      display: block;
      width: 100%;
      padding-bottom: 0;
      margin-bottom: 0; }
    .cart-item-block.cart-item-price {
      width: calc((100% - 65px) / 3);
      float: left;
      vertical-align: middle;
      padding-top: 15px;
      padding-bottom: 30px; }
    .cart-item-block.cart-item-quantity {
      width: calc((100% - 65px) / 3);
      float: left;
      text-align: left;
      vertical-align: middle;
      padding-top: 0;
      padding-bottom: 30px; }
      .cart-item-block.cart-item-quantity .form-increment {
        margin-left: 0; }
    .cart-item-block.cart-item-total {
      width: calc((100% - 65px) / 3);
      float: left;
      text-align: left;
      vertical-align: middle;
      padding-top: 15px;
      padding-bottom: 30px; }
    .cart-item-block.cart-item-remove {
      width: 65px;
      float: left;
      vertical-align: middle;
      padding-top: 15px;
      padding-bottom: 30px; } }

@media (max-width: 651px) {
  .cart-item {
    padding-left: 210px; }
  .cart-item-block.cart-item-figure {
    width: 210px;
    padding: 0 10px 0 20px;
    margin-left: -210px; }
    .cart-item-block.cart-item-figure .cart-item-image {
      max-width: 120px; }
  .cart-item-block.cart-item-title {
    padding-left: 10px;
    padding-top: 0; }
    .cart-item-block.cart-item-title .definitionList:after {
      clear: none; } }

@media (max-width: 649px) {
  .cart-item-block.cart-item-price {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 15px; }
  .cart-item-block.cart-item-quantity {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 20px; }
  .cart-item-block.cart-item-total {
    width: calc(100% - 65px);
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 0; }
  .cart-item-block.cart-item-remove {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0; } }

@media (max-width: 480px) {
  .cart-item {
    padding-left: 165px; }
  .cart-item-block.cart-item-figure {
    width: 165px;
    padding: 0 10px 0 20px;
    margin-left: -165px; }
    .cart-item-block.cart-item-figure .cart-item-image {
      max-width: 100px; }
  .cart-item-block.cart-item-title {
    padding-left: 10px;
    padding-top: 0; }
    .cart-item-block.cart-item-title .definitionList:after {
      clear: none; } }

@media (max-width: 400px) {
  .cart-item {
    padding-left: 110px; }
  .cart-item-block.cart-item-figure {
    width: 110px;
    padding: 0 10px 0 20px;
    margin-left: -110px; }
    .cart-item-block.cart-item-figure .cart-item-image {
      max-width: 80px; }
  .cart-item-block.cart-item-title {
    padding-left: 10px;
    padding-top: 0; }
    .cart-item-block.cart-item-title .definitionList:after {
      clear: none; } }

.cart-item-figure {
  float: left;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      width: 100px;
      padding: 0; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 100px;
  width: 100%; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell; } }

.cart-item-info {
  clear: both;
  width: 100%;
  clear: none; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

@media (min-width: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.1875rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: black;
  padding-left: 0; }
  @media (min-width: 651px) {
    .cart-item-label {
      display: none;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 0; }

.cart-item-brand {
  color: black;
  margin-bottom: 0.1875rem;
  display: none; }

.cart-item-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  display: inline-block; }
  .cart-item-name__label {
    display: inline-block;
    text-decoration: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .cart-item-name + .definitionList {
    margin-top: 8px; }

.definitionList {
  color: #6e6e6e;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  .definitionList .definitionList-key {
    color: #6e6e6e; }

.cart-item-options--giftWrapping {
  margin: 12px 0; }
  .cart-item-options--giftWrapping .cart-item-option-title {
    display: inline-block;
    font-weight: 400;
    color: black;
    margin-bottom: 0; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: black;
    display: inline-block;
    margin-bottom: 0; }
    .cart-item-options--giftWrapping .cart-item-option-description a {
      display: inline-block;
      color: #8e0000;
      text-decoration: none;
      background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

.cart-changeOption-btn {
  text-decoration: none; }
  .cart-changeOption-btn .icon {
    fill: #202020;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; }
  .cart-changeOption-btn span {
    display: inline-block;
    vertical-align: middle;
    background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px; }
  .cart-changeOption-btn:hover span {
    background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%); }

.cart-remove {
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.5rem;
  transition: background-color 0.15s ease;
  width: 1.5rem;
  padding: 0;
  margin-right: -4px;
  margin-top: -3px; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    width: 100%;
    height: 100%;
    fill: #808080; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total + .cart-total {
    border-top: 1px solid #CCCCCC; }
  .cart-total .form-input {
    display: inline-block;
    height: 3.125rem;
    padding: 0 20px;
    vertical-align: top;
    width: 75%;
    border-color: #CCCCCC; }
    .cart-total .form-input::placeholder {
      color: black; }
    .cart-total .form-input:-ms-input-placeholder {
      color: black; }
    .cart-total .form-input::-ms-input-placeholder {
      color: black; }
  .cart-total .form-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 3.125rem;
    margin-bottom: 0.75rem;
    padding: 0 20px;
    border-color: #CCCCCC; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: black;
  width: 50%;
  display: block;
  padding-left: 0;
  text-align: left; }
  .cart-total-label strong {
    font-weight: 600; }

.cart-total-value {
  text-align: right;
  width: 50%; }
  .cart-total-value.cart-subtotal-value {
    font-weight: 700;
    color: black; }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 1rem 0; }

.cart-total-grandTotal {
  font-size: 18px;
  padding: 1rem 0;
  position: relative;
  font-weight: 700;
  color: black; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #8e0000;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: black; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  color: #8e0000; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 25px; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 70%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 28%; }

.shipping-estimator,
.cart-form {
  display: inline-block;
  width: 100%;
  margin-top: 15px; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button {
    width: 70%; }
  .estimator-form > dl {
    margin-bottom: 15px; }

.shipping-quotes {
  margin-bottom: 15px; }
  .shipping-quotes ul {
    margin-left: 0; }
  .shipping-quotes .estimator-form-row {
    background-color: #fbf8e7;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #87724f; }
    .shipping-quotes .estimator-form-row .estimator-form-label input {
      width: 14px;
      height: 14px; }
    .shipping-quotes .estimator-form-row .estimator-form-input {
      margin-bottom: 0; }
  .shipping-quotes .select-shipping-quote {
    width: 70%;
    border-color: #CCCCCC;
    text-transform: capitalize; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 3.125rem;
    margin-bottom: 0;
    font-weight: 500; }

.estimator-form-label-text {
  margin-left: 0.625rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 10px;
  width: 70%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
    .cart-actions .button.button--primary {
      width: 100%;
      font-size: 18px;
      font-weight: 800;
      font-style: italic;
      padding: 21px 20px 22px;
      -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
      margin-bottom: 15px; }
      .home-layout-2 .cart-actions .button.button--primary {
        padding: 16px 20px 17px;
        box-shadow: 5px 5px 0 0 rgba(0, 0, 255, 0), inset 0 0 0 0 rgba(0, 0, 255, 0); }
        @media (min-width: 1025px) {
          .home-layout-2 .cart-actions .button.button--primary:hover, .home-layout-2 .cart-actions .button.button--primary:active, .home-layout-2 .cart-actions .button.button--primary:focus {
            box-shadow: 0 0 0 0 rgba(0, 0, 255, 0), inset 0 0 0 0 rgba(0, 0, 255, 0); } }
    .cart-actions .button.button--tertiary {
      width: 100%;
      font-size: 18px;
      font-weight: 800;
      font-style: none;
      padding: 21px 20px 22px;
      margin-bottom: 15px;
      -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }
      .home-layout-2 .cart-actions .button.button--tertiary {
        padding: 16px 20px 17px;
        box-shadow: 5px 5px 0 0 rgba(0, 0, 255, 0), inset 0 0 0 0 rgba(0, 0, 255, 0); }
        @media (min-width: 1025px) {
          .home-layout-2 .cart-actions .button.button--tertiary:hover, .home-layout-2 .cart-actions .button.button--tertiary:active, .home-layout-2 .cart-actions .button.button--tertiary:focus {
            box-shadow: 0 0 0 0 rgba(0, 0, 255, 0), inset 0 0 0 0 rgba(0, 0, 255, 0); } }
    .cart-actions .button#qn-cart-to-quote {
      width: 100%;
      font-size: 18px;
      font-weight: 800;
      font-style: none;
      padding: 21px 20px 22px;
      margin-bottom: 15px;
      -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
      background-color: #866742;
      color: white; }
      .home-layout-2 .cart-actions .button#qn-cart-to-quote {
        padding: 16px 20px 17px;
        box-shadow: 5px 5px 0 0 rgba(0, 0, 255, 0), inset 0 0 0 0 rgba(0, 0, 255, 0); }
        @media (min-width: 1025px) {
          .home-layout-2 .cart-actions .button#qn-cart-to-quote:hover, .home-layout-2 .cart-actions .button#qn-cart-to-quote:active, .home-layout-2 .cart-actions .button#qn-cart-to-quote:focus {
            box-shadow: 0 0 0 0 rgba(0, 0, 255, 0), inset 0 0 0 0 rgba(0, 0, 255, 0); } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.cart-additionalCheckoutButtons {
  display: none; }

.previewCart-additionalCheckoutButtons {
  padding-right: 1.5rem;
  display: none; }

.previewCartWrapper {
  padding: 0 0 30px 0; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e0dedc; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding: 0;
  text-align: left; }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.1875rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: black;
  display: inline-block;
  font-size: 16px; }

.previewCartAction {
  width: 100%;
  display: inline-block;
  padding-top: 15px; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-left: 5px;
  padding-right: 0px; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

.previewCartAction-viewCart {
  padding-left: 0px;
  padding-right: 5px; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center;
  font-size: 20px;
  color: #3d3d3e; }

.cart-notification {
  text-align: center;
  margin-bottom: 25px; }
  @media (min-width: 801px) {
    .cart-notification {
      margin-bottom: 45px; } }
  .cart-notification .alertBox-column {
    display: inline-block;
    padding-right: 7px; }
  .cart-notification .alertBox-message {
    max-width: calc(100% - 40px);
    width: auto;
    display: inline-block; }
  .cart-notification .cart-count-down {
    font-weight: 600; }

[data-cart-page-title] {
  color: black;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding: 0 70px; }
  [data-cart-page-title] span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    text-transform: initial;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }

.page-content.page-content--cart {
  padding-left: 0;
  padding-right: 0; }

.container--cart {
  max-width: 1400px;
  padding: 0 15px;
  display: block;
  margin: 0 auto; }
  @media (min-width: 1280px) {
    .container--cart {
      max-width: 1520px;
      padding: 0 75px; } }

.cartContent--left .halo_securityImage {
  margin-top: 32px; }

[data-page-type="cart"] .haloRecommendedBlock {
  margin-top: 110px; }

@media (min-width: 1025px) {
  .cartContent {
    font-size: 0; }
  .cartContent--left {
    width: calc(100% - 385px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-right: 15px; }
  .cartContent--right {
    width: 385px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-left: 15px; }
    .cartContent--right .cart-totals {
      width: 100%; } }

@media (max-width: 1024px) {
  .cartContent--right {
    max-width: none;
    padding-left: 0;
    margin-right: auto; }
    .cartContent--right .cart-totals {
      width: 100%; } }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 15px;
  position: relative; }
  .panel--address .panel-body {
    min-height: 15.625rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.375rem; } }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.75rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 15px;
  margin: 0; }

.address-label {
  color: black;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #8e0000; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e0dedc;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.875rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 15px;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.75rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 53px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 801px) {
    .suggestiveCart {
      display: block; } }

#sideBlock_cart {
  max-width: 100%;
  background: #f6f4ee;
  z-index: 200; }
  #sideBlock_cart .side-block-header {
    background-color: #cbc9bc; }
  #sideBlock_cart .previewCart__header {
    /* padding-bottom: 5px; */
    min-height: 80px;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    background: #f6f4ee;
    z-index: 1;
    padding: 30px 1.389vw 1.25rem 1.389vw;
    display: flex;
    flex-direction: row;
    align-items: center; }
    #sideBlock_cart .previewCart__header .previewCart__title {
      margin: 0;
      display: inline; }
    #sideBlock_cart .previewCart__header .previewCart__qty {
      /* color: #6e6e6e; */
      margin-bottom: 0;
      display: inline;
      padding: 10px 20px;
      background-color: #866742;
      border-radius: 6.49vw;
      margin-left: 12px;
      color: #ffffff; }
    @media (max-width: 767px) {
      #sideBlock_cart .previewCart__header {
        padding: 30px 2.604vw 1.25rem 2.604vw; } }
    @media (max-width: 599px) {
      #sideBlock_cart .previewCart__header {
        padding: 30px 2.778vw 1.25rem 2.778vw; } }
  #sideBlock_cart .previewCartList {
    display: block;
    background-color: #fdfdfa;
    border-radius: 0.694vw;
    margin: 30px 0 1.25rem 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.045); }
    #sideBlock_cart .previewCartList .previewCartItem {
      display: block;
      font-size: 0;
      padding: 30px 0;
      padding: 1.25rem 0;
      margin: auto 1.389vw;
      width: auto !important; }
      #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-image {
        font-size: 16px;
        width: 100px;
        height: auto;
        display: inline-flex;
        vertical-align: middle;
        margin: 0 auto;
        background: white;
        min-height: 100px;
        text-align: center;
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.025); }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-image img {
          /* margin: 0 auto; */
          /* position: absolute; */
          /* top: 0; */
          text-align: center;
          margin: auto;
          object-fit: contain;
          width: 100px;
          height: auto; }
      #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content {
        font-size: 16px;
        width: calc(100% - 100px);
        display: inline-block;
        vertical-align: top;
        padding-left: 20px;
        padding-right: 50px;
        position: relative; }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
          color: #787878;
          font-size: 13px;
          font-weight: 400;
          line-height: 24px;
          text-transform: uppercase; }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
          margin-bottom: 8px;
          letter-spacing: 0;
          line-height: 1.2; }
          #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a {
            display: inline-block;
            position: relative;
            color: black;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.5s ease;
            text-decoration: none; }
            #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a span {
              background-image: linear-gradient(currentColor, currentColor);
              background-position: 0 90%;
              background-repeat: no-repeat;
              background-size: 0 1px;
              transition: background-size .5s;
              font-family: "Roboto", Arial, Helvetica, sans-serif; }
            #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:hover, #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:active {
              color: #3385f6; }
              #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:hover span, #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:active span {
                background-size: 100% 1px; }
          #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name.card-ellipsis a {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            /* autoprefixer: off */ }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option {
          color: #6e6e6e;
          margin-bottom: 13px; }
          #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option .btn-editPreCart {
            display: inline-block;
            vertical-align: text-top;
            margin-left: 10px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option .btn-editPreCart svg {
              fill: #6e6e6e;
              width: 14px;
              height: 14px; }
            #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option .btn-editPreCart:hover svg, #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option .btn-editPreCart:active svg {
              fill: #202020; }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
          color: black;
          font-weight: 700;
          line-height: 25px;
          margin-bottom: 10px; }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-label {
          display: inline-block;
          margin-right: 10px;
          font-weight: 500;
          line-height: 24px;
          color: #202020;
          vertical-align: middle;
          margin-bottom: 0; }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment {
          display: inline-block;
          vertical-align: middle; }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 30px;
          height: 100%;
          padding: 0;
          background-color: transparent;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove svg {
            fill: #808080;
            width: 24px;
            height: 24px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove:hover, #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove:active {
            background-color: #F4F5F7; }
            #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove:hover svg, #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove:active svg {
              fill: black; }
  #sideBlock_cart .previewCart__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.25rem;
    background: #f6f4ee; }
    @media (min-width: 768px) {
      #sideBlock_cart .previewCart__footer {
        padding: 2.604vw; } }
    @media (min-width: 1024px) {
      #sideBlock_cart .previewCart__footer {
        padding: 1.25rem 2.5rem; } }
    @media (min-width: 1441px) {
      #sideBlock_cart .previewCart__footer {
        padding: 1.389vw 2.778vw 30px 2.778vw; } }
  @media (max-width: 480px) {
    #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-image {
      width: 70px; }
    #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content {
      width: calc(100% - 70px);
      padding-left: 15px;
      padding-right: 0; }
      #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-label {
        display: none; }
      #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove {
        width: 24px;
        height: 24px;
        top: auto;
        right: -4px;
        bottom: 13px; }
    #sideBlock_cart .previewCartAction .previewCartAction-checkout {
      width: 100%;
      padding-right: 0;
      padding-left: 0; }
    #sideBlock_cart .previewCartAction .previewCartAction-viewCart {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 10px;
      margin-top: 0; } }
  @media (min-width: 320px) {
    #sideBlock_cart {
      max-width: 100%;
      width: 100% !important; } }
  @media (min-width: 600px) {
    #sideBlock_cart {
      max-width: 507px; } }
  @media (min-width: 1441px) {
    #sideBlock_cart {
      max-width: 35.208vw; } }

.previewCartTotalsPrice {
  margin: 0;
  list-style: none; }
  .previewCartTotalsPrice .previewCartTotals {
    font-size: 0; }
    .previewCartTotalsPrice .previewCartTotals .previewCartTotals-label {
      font-size: 16px;
      width: 40%;
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      padding: 11px 0 12px; }
    .previewCartTotalsPrice .previewCartTotals .previewCartTotals-value {
      font-size: 16px;
      width: 60%;
      display: inline-block;
      vertical-align: middle;
      text-align: right;
      padding: 11px 0 12px; }
    .previewCartTotalsPrice .previewCartTotals.subTotal .previewCartTotals-label {
      color: black;
      font-weight: 500; }
    .previewCartTotalsPrice .previewCartTotals.subTotal .previewCartTotals-value {
      font-weight: 700; }
    .previewCartTotalsPrice .previewCartTotals.grandTotal .previewCartTotals-label {
      font-size: 16px;
      color: black;
      font-weight: 600;
      text-transform: capitalize; }
    .previewCartTotalsPrice .previewCartTotals.grandTotal .previewCartTotals-value {
      font-weight: 700;
      font-size: 16px; }

.modal--editOptions {
  width: 95%;
  max-width: 870px;
  overflow: unset;
  background: #f6f4ee; }
  .modal--editOptions .modal-header {
    border-bottom: none;
    padding: 15px 40px; }
    .modal--editOptions .modal-header .modal-header-title {
      font-size: 15px;
      font-weight: 700;
      color: black;
      text-align: left; }
    .modal--editOptions .modal-header .btn-close {
      position: absolute;
      top: -2px;
      right: -42px; }
      .modal--editOptions .modal-header .btn-close:before, .modal--editOptions .modal-header .btn-close:after {
        background-color: #ffffff; }
  .modal--editOptions .modal-body {
    padding: 0;
    overflow-y: hidden; }

.product-edit-wrapper {
  display: block;
  max-height: 53vh;
  overflow-y: auto; }
  .product-edit-wrapper::-webkit-scrollbar {
    width: 5px; }
  .product-edit-wrapper::-webkit-scrollbar-track {
    background: #EAEAEA; }
  .product-edit-wrapper::-webkit-scrollbar-thumb {
    background: #000000; }
  .product-edit-wrapper .product-edit-item {
    display: block;
    padding: 40px; }
    .product-edit-wrapper .product-edit-item .product-edit-itemLeft {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      padding: 0;
      width: 100%; }
    .product-edit-wrapper .product-edit-item .product-edit-itemRight {
      display: block;
      width: 100%;
      padding: 0;
      margin: 30px 0 0 0; }
    .product-edit-wrapper .product-edit-item + .product-edit-item {
      border-top: 1px solid #e6e6e6; }
    .product-edit-wrapper .product-edit-item.product-edit-itemFirst {
      padding-top: 20px; }
  .product-edit-wrapper .product-edit-image {
    display: block;
    width: 100px;
    margin: 0 30px 0 0;
    position: relative; }
    .product-edit-wrapper .product-edit-image img {
      width: 100%; }
    .product-edit-wrapper .product-edit-image .link {
      position: absolute;
      top: -16px;
      left: -16px;
      border-radius: 50%;
      background: white;
      width: 32px;
      height: 32px;
      padding: 7px; }
      .product-edit-wrapper .product-edit-image .link .icon {
        display: block;
        width: 100%;
        height: 100%;
        fill: #1d1d1d;
        stroke: #1d1d1d; }
  .product-edit-wrapper .product-edit-content {
    display: block;
    width: calc(100% - 130px); }
    .product-edit-wrapper .product-edit-content .product-edit-title {
      display: block;
      margin: -6px 0 7px 0; }
      .product-edit-wrapper .product-edit-content .product-edit-title .subtitle {
        display: none;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #8a8a8a;
        border-bottom: 1px solid #8a8a8a; }
      .product-edit-wrapper .product-edit-content .product-edit-title a {
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.75;
        color: black;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        text-decoration: none;
        text-transform: capitalize; }
    .product-edit-wrapper .product-edit-content .product-edit-variant {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 10px 0;
      padding: 0;
      text-transform: capitalize;
      color: #8a8a8a; }
      .product-edit-wrapper .product-edit-content .product-edit-variant span {
        display: inline; }
        .product-edit-wrapper .product-edit-content .product-edit-variant span + span {
          margin-left: 4px; }
          .product-edit-wrapper .product-edit-content .product-edit-variant span + span:before {
            content: '/';
            margin: 0 4px 0 0; }
    .product-edit-wrapper .product-edit-content .product-edit-price {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      margin: 2px 0 0 0;
      position: relative; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section {
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        color: black; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.rrp-price--withoutTax {
          margin: 0 0 5px 0; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.non-sale-price--withoutTax {
          display: inline-block;
          vertical-align: bottom;
          color: black;
          margin: 0 13px 0 0; }
          .product-edit-wrapper .product-edit-content .product-edit-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
            display: inline-block;
            vertical-align: bottom; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none {
          margin: 0; }
          .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none + .price-section--withoutTax {
            margin-left: 13px;
            color: black; }
          .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none[style="display: none;"] + .price-section--withoutTax {
            margin-left: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price--non-sale {
        font-weight: 400; }
      .product-edit-wrapper .product-edit-content .product-edit-price > p {
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        line-height: 1.75;
        letter-spacing: 0;
        color: black;
        margin-bottom: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section--saving {
        font-size: 13px;
        font-weight: 400;
        font-style: italic;
        line-height: 28px;
        letter-spacing: 0;
        color: black;
        margin: 5px 0 0 0; }
    .product-edit-wrapper .product-edit-content .product-edit-increment {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 18px 0 0 0;
      padding: 0;
      position: relative;
      font-size: 0;
      letter-spacing: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-increment .form-label {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 0 0;
        padding: 0;
        color: black;
        font-weight: 500; }
      .product-edit-wrapper .product-edit-content .product-edit-increment .form-increment {
        display: inline-block;
        vertical-align: middle;
        font-style: normal; }
  .product-edit-wrapper .product-edit-remove {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center; }
    .product-edit-wrapper .product-edit-remove .button {
      min-width: 150px; }
  .product-edit-wrapper .product-edit-change {
    display: block; }
    .product-edit-wrapper .product-edit-change .form {
      margin: 0;
      padding: 0; }
    .product-edit-wrapper .product-edit-change .form-field {
      display: block;
      letter-spacing: 0;
      font-size: 0;
      margin: 0;
      padding: 0; }
      .product-edit-wrapper .product-edit-change .form-field > .form-label {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        color: black;
        margin-bottom: 13px; }
        .product-edit-wrapper .product-edit-change .form-field > .form-label small {
          display: block;
          line-height: inherit;
          margin: 0 0 0 3px;
          float: none; }
        .product-edit-wrapper .product-edit-change .form-field > .form-label [data-option-value] {
          font-size: 13px;
          font-weight: 400;
          font-style: italic;
          line-height: 20px;
          letter-spacing: 0;
          color: black;
          text-transform: capitalize;
          margin: 0 0 0 8px; }
      .product-edit-wrapper .product-edit-change .form-field + .form-field {
        margin-top: 20px; }
  .product-edit-wrapper .product-edit-optionsStock {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    margin: 7px 0 0 0; }
  .product-edit-wrapper .product-edit-message {
    margin-top: 15px;
    margin-bottom: 0; }
  .product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title {
    margin-top: -6px; }
    .product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title .subtitle {
      display: inline-block;
      vertical-align: middle; }
  @media (min-width: 768px) {
    .product-edit-wrapper .product-edit-item {
      display: flex;
      align-items: flex-start; }
      .product-edit-wrapper .product-edit-item .product-edit-itemLeft {
        padding-right: 20px;
        width: 50%; }
      .product-edit-wrapper .product-edit-item .product-edit-itemRight {
        width: 50%;
        margin-top: 0;
        padding-left: 20px; }
    .product-edit-wrapper .product-edit-image .link:hover {
      background-color: rgba(0, 0, 255, 0); }
      .product-edit-wrapper .product-edit-image .link:hover .icon {
        fill: #1d1d1d; } }

.product-edit-action {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  background: #ffffff; }
  .product-edit-action .product-add-more {
    margin: 16px 0 0 0;
    padding: 0 45px 16px 45px; }
    .product-edit-action .product-add-more .link {
      font-size: 16px;
      font-weight: 400;
      text-transform: unset;
      letter-spacing: 0;
      position: relative;
      margin: 0;
      padding: 0 0 0 15px;
      color: #6d7d55;
      transition: unset;
      text-decoration: none; }
      .product-edit-action .product-add-more .link .text {
        line-height: 1.2;
        display: inline-block;
        border-bottom: 1px solid #6d7d55; }
      .product-edit-action .product-add-more .link:before {
        content: "";
        position: absolute;
        top: 11px;
        width: 11px;
        height: 1px;
        left: -5px;
        background-color: #6d7d55; }
      .product-edit-action .product-add-more .link:after {
        content: "";
        position: absolute;
        top: 6px;
        width: 1px;
        height: 11px;
        left: 0;
        background-color: #6d7d55; }
  .product-edit-action .product-edit-button .button {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
    border-radius: 0; }
    .product-edit-action .product-edit-button .button.loading {
      pointer-events: none; }
    .product-edit-action .product-edit-button .button[disabled] {
      pointer-events: none; }
  @media (min-width: 1025px) {
    .product-edit-action .product-add-more .link:hover .text {
      color: #8e0000;
      background-image: linear-gradient(transparent 97%, #8e0000 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
    .product-edit-action .product-add-more .link:hover:after, .product-edit-action .product-add-more .link:hover:before {
      background: #8e0000; } }

@media (max-width: 767px) {
  .modal--editOptions .modal-header {
    padding: 15px 20px; }
  .product-edit-wrapper .product-edit-item {
    padding: 20px; }
    .product-edit-wrapper .product-edit-item .product-edit-image {
      margin-right: 20px; }
  .product-edit-action .product-add-more {
    padding: 0 25px 16px 25px; } }

.halo-free-shipping-message {
  margin: 0 0 25px 0; }
  .halo-free-shipping-message.animated-loading {
    min-height: 43px; }
  .halo-free-shipping-message .progress-shipping {
    width: 100%;
    height: 14px;
    margin: 0 0 10px 0;
    background-color: #f4f5f7; }
    .halo-free-shipping-message .progress-shipping .progress-meter {
      position: relative;
      display: block;
      height: 100%;
      text-align: center;
      font-size: 12px;
      font-weight: 500;
      line-height: 14px;
      color: #ffffff;
      -webkit-animation: 2s linear 0s infinite progress-bar-stripes;
      animation: 2s linear 0s infinite progress-bar-stripes;
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
      background-size: 40px 40px;
      transition: 0.9s linear;
      transition-property: width, background-color; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-49 .progress-meter {
      background-color: #c12f49; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-74 .progress-meter {
      background-color: #ffc206; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-99 .progress-meter {
      background-color: #4DD4C6; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-full .progress-meter {
      background-color: #0CCE6B; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-full + .shipping-message {
      color: #202020;
      font-weight: 500; }
  .halo-free-shipping-message .shipping-message {
    font-size: 16px;
    font-weight: 400;
    min-height: 19px;
    color: #6e6e6e;
    display: block;
    margin: 0; }
    #cart-preview-dropdown .halo-free-shipping-message .shipping-message {
      font-size: 14px; }
  #cart-preview-dropdown .halo-free-shipping-message {
    margin: 25px 0 0 0; }

[data-cart-status] .alertBox.Upsell.Banner, [data-cart-status] .alertBox.Congratulations.Banner {
  display: none; }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.125rem;
  padding: 1rem 1.3125rem;
  position: fixed;
  top: 1.125rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "Roboto";
  margin: 0 0 0.75rem; }

body.hasAdminBar {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 55px; }

.adminBar {
  display: none;
  background-color: white;
  box-shadow: 0 0.125rem 0.4375rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 801px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    display: inline-flex;
    align-self: center; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    top: .125em;
    position: relative; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3E67F8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    position: relative;
    display: inline-block; }
  .adminBar-private .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #313440;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  text-align: right;
  padding-right: 5px; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  padding: 10px;
  margin-right: 5px;
  margin-bottom: .25em; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: middle;
    width: 66.66667%; } }

@media (max-width: 404px) {
  #consent-manager .css-rehje9 button {
    display: inline-block;
    float: left; }
    #consent-manager .css-rehje9 button:nth-child(1) {
      width: calc(50% - 4px);
      margin-right: 4px; }
    #consent-manager .css-rehje9 button:nth-child(2) {
      width: calc(50% - 4px);
      margin-left: 4px; }
    #consent-manager .css-rehje9 button:nth-child(3) {
      display: block;
      margin-top: 8px;
      margin-left: 0;
      width: 100%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 85.625rem; }
  .login .form-label {
    color: black;
    font-weight: 500; }
  .login .form-input {
    height: 50px;
    border-color: #CCCCCC; }
  .login .form-actions {
    text-align: left; }
    .login .form-actions .button {
      min-width: 170px;
      display: inline-block;
      vertical-align: middle; }
    .login .form-actions .forgot-password {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      color: #8e0000;
      background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      text-decoration: none;
      margin-left: 25px; }

.login-row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  max-width: 100%;
  font-size: 0; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .login-row {
      margin-top: 4.5rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 50px;
  font-size: 16px; }
  @media (min-width: 768px) {
    .login-form {
      width: 50%;
      padding-left: 0;
      padding-right: 70px;
      display: inline-block;
      vertical-align: middle;
      float: none;
      margin-bottom: 0; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .login-form {
      padding-right: 15px; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px; }
  @media (min-width: 768px) {
    .new-customer {
      width: 50%;
      padding-left: 70px;
      padding-right: 0;
      display: inline-block;
      vertical-align: middle;
      float: none; } }
  .new-customer .panel {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px; }
    .new-customer .panel .panel-header {
      background-color: transparent;
      padding: 95px 100px 0 100px; }
      .new-customer .panel .panel-header .panel-title {
        color: black;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 25px; }
    .new-customer .panel .panel-body {
      background-color: transparent;
      padding: 0 100px 100px 100px;
      margin-bottom: 0; }
      .new-customer .panel .panel-body .new-customer-intro {
        color: black;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 25px; }
      .new-customer .panel .panel-body .new-customer-fact-list {
        margin-left: 17px;
        margin-bottom: 35px; }
        .new-customer .panel .panel-body .new-customer-fact-list .new-customer-fact {
          padding: 9px 0 9px 3px;
          color: black;
          font-size: 16px;
          font-weight: 400; }
      .new-customer .panel .panel-body .button {
        width: 100%;
        max-width: 271px;
        margin-bottom: 0; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .new-customer {
      padding-left: 15px; }
      .new-customer .panel .panel-header {
        padding: 30px 30px 0 30px; }
      .new-customer .panel .panel-body {
        padding: 0 30px 30px 30px; } }
  @media (max-width: 767px) {
    .new-customer .panel .panel-header {
      padding: 20px 20px 0 20px; }
    .new-customer .panel .panel-body {
      padding: 0 20px 20px 20px; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.75rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 0; }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }
  .quickSearchResults > .productGrid {
    padding-top: 0; }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px;
  line-height: 1.8; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 18px;
  margin: 1.5rem 0 0;
  text-align: center; }
  @media (max-width: 767px) {
    .quickSearchMessage {
      margin-top: 0; } }

.search-nav {
  position: relative; }
  .search-nav .navBar-section {
    font-size: 0; }
    .search-nav .navBar-section .navBar-item {
      margin: 0;
      padding-left: 0;
      border: 1px solid #CCCCCC; }
      .search-nav .navBar-section .navBar-item > a {
        display: inline-block;
        padding: 15px 20px;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        color: #8e0000; }
        .search-nav .navBar-section .navBar-item > a .toggleLink-text {
          font-size: 15px;
          font-weight: 500; }
        .search-nav .navBar-section .navBar-item > a.is-open, .search-nav .navBar-section .navBar-item > a.navBar-action-color--active {
          background-color: #f6f6f6; }
      .search-nav .navBar-section .navBar-item + .navBar-item {
        border-left: none; }
      .search-nav .navBar-section .navBar-item:first-child {
        border-radius: 4px 0 0 4px; }
      .search-nav .navBar-section .navBar-item:last-child {
        border-radius: 0 4px 4px 0; }

@media (max-width: 800px) {
  .search-nav {
    margin-bottom: 30px; }
    .search-nav .navBar-section .navBar-item {
      border-radius: 4px; }
      .search-nav .navBar-section .navBar-item a {
        display: block; }
      .search-nav .navBar-section .navBar-item + .navBar-item {
        margin-top: 10px;
        border-left: 1px solid #CCCCCC; }
      .search-nav .navBar-section .navBar-item:first-child {
        border-radius: 4px; }
      .search-nav .navBar-section .navBar-item:last-child {
        border-radius: 4px; } }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e0dedc;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e0dedc;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  @media (min-width: 1200px) {
    .account-listItem {
      padding: 45px 0; } }

.account-listShipping {
  border-bottom: 1px solid #e0dedc;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 20px 0 0;
  position: relative;
  width: 100px; }
  @media (min-width: 768px) {
    .account-product-figure {
      margin: 0 30px 0 0; } }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 105%; }

.account-product-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  margin: 0 0 0.1875rem;
  text-transform: uppercase;
  margin-bottom: 5px; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description {
  color: #232323;
  margin-bottom: 32px;
  line-height: 2.35; }
  .account-product-description span {
    font-weight: 700; }

.account-product-description + .definitionList {
  margin: -1.375rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }
  .account-product-detail span {
    display: block;
    font-style: italic; }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 15px;
  text-transform: capitalize;
  background-image: linear-gradient(transparent 96%, rgba(35, 35, 35, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  display: inline-block; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: black;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e0dedc;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #5a5a5a;
  color: white;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem;
  text-transform: capitalize;
  font-style: italic; }

.account-orderStatus-action {
  color: black;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: black; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e0dedc;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: black;
  font-size: 15px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: black; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #e7e7e7; }

.icon--ratingFull svg {
  fill: black; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem; }
  .home-layout-3 .rating--small .icon {
    height: 0.9375rem;
    width: 0.9375rem;
    margin-right: 2px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  min-width: 90px;
  width: 160px;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.75rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none;
  margin-top: 0.75rem; }

.paymentMethodsTitle {
  padding: 0;
  text-transform: none;
  width: 100%;
  margin: 0 0 0.75rem; }

.paymentMethodsGrid {
  margin: -0.75rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .paymentMethodsGrid-item {
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  border: 1px solid #e0dedc;
  background-color: #e5e5e5;
  border-radius: 0.1875rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #ffffff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 15px; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 15px; } }
  .methodHeader-meta {
    padding-left: 0.75rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.75rem;
    fill: #666666;
    height: 1.125rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  margin: 0;
  display: flex; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 11.625rem;
  height: 100%; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.3125rem;
    width: 1.3125rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.75rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

[data-page-type="category"] .body {
  margin-top: 0; }

.category-header-image {
  width: 100%; }

.categoryHeader__container {
  margin-bottom: 30px; }

.categoryHeader {
  margin-top: 30px;
  margin-bottom: 15px; }
  .categoryHeader .breadcrumb > .breadcrumb-label {
    color: black; }
    .categoryHeader .breadcrumb > .breadcrumb-label span {
      background: none; }
  @media (min-width: 1025px) {
    .categoryHeader {
      margin-bottom: 50px; }
      .categoryHeader .categoryHeader__content {
        max-width: 690px; } }
  .categoryHeader .categoryHeader__content {
    display: block;
    margin: 0 auto;
    text-align: center; }
    .categoryHeader .categoryHeader__content .breadcrumbs {
      margin-bottom: 10px; }
    .categoryHeader .categoryHeader__content .page-heading {
      color: black;
      font-size: 50px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .categoryHeader .categoryHeader__content .categoryHeader__des {
      line-height: 26px; }
  @media (max-width: 767px) {
    .categoryHeader .categoryHeader__content .page-heading {
      font-size: 26px; } }

.categoryHeader--img {
  margin-top: 0; }
  .categoryHeader--img .categoryHeader__content {
    padding: 20px;
    background-color: #f6f6f6; }
  @media (min-width: 320px) {
    .categoryHeader--img {
      position: relative;
      display: block;
      overflow: hidden;
      margin-bottom: 0; }
      .categoryHeader--img .categoryHeader__content {
        padding: 30px 10%;
        width: 100%;
        max-width: unset;
        margin: 0 auto;
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 100%;
        overflow-y: auto;
        background-color: transparent; }
        .categoryHeader--img .categoryHeader__content::-webkit-scrollbar {
          width: 10px; }
        .categoryHeader--img .categoryHeader__content::-webkit-scrollbar-track {
          background: #EAEAEA; }
        .categoryHeader--img .categoryHeader__content::-webkit-scrollbar-thumb {
          background: #000000; } }
  .categoryHeader--img .categoryHeader__img {
    position: relative;
    display: block; }
    .categoryHeader--img .categoryHeader__img img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border: 0;
      width: 100%;
      max-height: 100%;
      object-fit: contain;
      /* Object-fit polyfill */
      font-family: 'object-fit: contain;'; }
    .categoryHeader--img .categoryHeader__img:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 26.55367231638418%; }

.haloSubCategories {
  background-color: #f6f6f6; }
  .haloSubCategories .haloSubCategories__container {
    font-size: 0; }
  .haloSubCategories .haloSubCategories__carousel {
    padding: 0 15px; }
    .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
      font-size: 16px;
      width: 20%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding: 0 15px;
      margin-bottom: 20px;
      margin-top: 20px;
      position: relative; }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__img {
        margin-bottom: 0px;
        transition: transform .4s ease;
        border-radius: 6px;
        overflow: hidden; }
        .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__img > a {
          position: relative;
          display: block;
          overflow: hidden; }
          .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__img > a img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            border: 0;
            width: auto;
            max-height: 100%;
            object-fit: cover;
            /* Object-fit polyfill */
            font-family: 'object-fit: cover;'; }
          .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__img > a:after {
            content: '';
            display: block;
            height: 0;
            width: 100%;
            padding-bottom: 61.7283950617284%; }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item:hover .haloSubCategories__img {
        transform: scale(1.025); }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content {
        padding: 0 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 40px); }
        .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__name {
          font-size: 20px;
          font-weight: 700;
          color: black;
          text-decoration: none;
          margin-bottom: 0px;
          display: block;
          display: block;
          text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
          color: #fff;
          font-size: 1.75vw;
          line-height: 1.1;
          font-weight: 600;
          letter-spacing: .025rem;
          text-transform: uppercase; }
        .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__count {
          line-height: 26px; }
        .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__des {
          line-height: 26px;
          margin-top: 10px; }
          .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__des p:last-child {
            margin-bottom: 0; }
    .haloSubCategories .haloSubCategories__carousel.slick-slider .slick-prev {
      left: 0; }
    .haloSubCategories .haloSubCategories__carousel.slick-slider .slick-next {
      right: 0; }
    .haloSubCategories .haloSubCategories__carousel:not(.slick-initialized) .haloSubCategories__item:nth-child(n+6) {
      display: none; }
  .haloSubCategories .halo-comingSoon {
    background-color: #ffffff; }
  @media (max-width: 1199px) {
    .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
      width: 25%; }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item:not(.slick-initialized) .haloSubCategories__item:nth-child(n+5) {
        display: none; }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content {
        padding: 0 5px; } }
  @media (max-width: 992px) {
    .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
      width: 33.33334%; }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item:not(.slick-initialized) .haloSubCategories__item:nth-child(n+4) {
        display: none; } }
  @media (max-width: 767px) {
    .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
      width: 50%; }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item:not(.slick-initialized) .haloSubCategories__item:nth-child(n+3) {
        display: none; } }
  @media (max-width: 480px) {
    .haloSubCategories .haloSubCategories__carousel {
      padding: 0; }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
        width: 100%; }
        .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item:not(.slick-initialized) .haloSubCategories__item:nth-child(n+2) {
          display: none; } }

.category__showMoreBtn {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .category__showMoreBtn.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .category__showMoreBtn a {
    margin-bottom: 0;
    min-width: 248px; }
    .category__showMoreBtn a.btn-loading {
      font-size: 0;
      position: relative;
      pointer-events: none; }
    .category__showMoreBtn a.disable {
      pointer-events: none;
      color: #ffffff;
      border-color: #CCCCCC;
      background-color: #CCCCCC; }

.halo-category-toolbar {
  font-size: 0;
  padding: 20px 0 45px; }
  .halo-category-toolbar .column-left {
    font-size: 16px;
    width: 140px;
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
    .halo-category-toolbar .column-left .sidebar-label {
      display: inline-block; }
      .halo-category-toolbar .column-left .sidebar-label a {
        display: inline-block;
        text-decoration: none; }
      .halo-category-toolbar .column-left .sidebar-label .icon-filter {
        display: inline-block;
        vertical-align: middle; }
        .halo-category-toolbar .column-left .sidebar-label .icon-filter svg {
          width: 23px;
          height: 23px;
          fill: black; }
      .halo-category-toolbar .column-left .sidebar-label .sidebar_more {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        color: black;
        background-image: linear-gradient(transparent 96%, #7f7f7f 4%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  .halo-category-toolbar .column-right {
    width: calc(100% - 140px);
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
    .halo-category-toolbar .column-right .view-as-btn {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
      .halo-category-toolbar .column-right .view-as-btn .form-label {
        font-size: 16px;
        color: black;
        font-weight: 600;
        margin-bottom: 0; }
    .halo-category-toolbar .column-right .actionBar {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
      .halo-category-toolbar .column-right .actionBar + .actionBar {
        margin-left: 10px; }
        @media (min-width: 992px) {
          .halo-category-toolbar .column-right .actionBar + .actionBar {
            margin-left: 30px; } }
      .halo-category-toolbar .column-right .actionBar .form-field {
        margin-bottom: 0;
        border: none;
        font-size: 0; }
        .halo-category-toolbar .column-right .actionBar .form-field .form-label {
          font-size: 16px;
          color: black;
          font-weight: 600;
          margin-right: 15px;
          padding-left: 0; }
        .halo-category-toolbar .column-right .actionBar .form-field .form-select {
          border: 1px solid #CCCCCC;
          padding: 10px 30px 10px 15px;
          height: 50px;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
          background-position: center right;
          background-size: 30px;
          font-size: 16px;
          color: black;
          min-width: 190px; }
  @media (max-width: 991px) {
    .halo-category-toolbar .column-right .actionBar .form-field .form-label {
      display: none; } }
  @media (max-width: 767px) {
    .halo-category-toolbar {
      padding: 0 0 15px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0; }
      .halo-category-toolbar .column-left {
        width: 40px; }
        .halo-category-toolbar .column-left .sidebar-label {
          width: 40px;
          height: 40px;
          border-radius: 4px; }
          .halo-category-toolbar .column-left .sidebar-label .icon-filter svg {
            padding: 8.5px;
            width: 40px;
            height: 40px; }
          .halo-category-toolbar .column-left .sidebar-label .sidebar_more {
            display: none; }
      .halo-category-toolbar .column-right {
        width: calc(100% - 40px);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        font-size: 0; }
        .halo-category-toolbar .column-right .view-as-btn {
          width: 80px;
          margin-right: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: flex-end;
          margin-left: 10px; }
          .halo-category-toolbar .column-right .view-as-btn.bulk-toolbar {
            width: 142px; }
          .halo-category-toolbar .column-right .view-as-btn .btn-group .btn-select {
            white-space: nowrap; }
            .halo-category-toolbar .column-right .view-as-btn .btn-group .btn-select > .btn-view {
              border: 1px solid #CCCCCC;
              border-radius: 4px 0 0 4px;
              min-width: 40px;
              padding: 9px 5px; }
              .halo-category-toolbar .column-right .view-as-btn .btn-group .btn-select > .btn-view + .btn-view {
                border-left: none;
                border-radius: 0 4px 4px 0; }
        .halo-category-toolbar .column-right .actionBar {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: flex-end; }
          .halo-category-toolbar .column-right .actionBar .form-field {
            display: block; }
            .halo-category-toolbar .column-right .actionBar .form-field .form-select {
              width: 100%;
              min-width: 40px;
              height: 40px; }
          .halo-category-toolbar .column-right .actionBar + .actionBar {
            margin-left: 10px; }
          .halo-category-toolbar .column-right .actionBar.show-product {
            display: none; } }

.view-as-btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .view-as-btn label {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
    display: none; }
  .view-as-btn .btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle; }
    .view-as-btn .btn-group .btn-view {
      display: inline-block;
      background: transparent;
      font-size: 0;
      text-align: center;
      padding: 14px 5px;
      min-width: 45px;
      height: auto; }
      .view-as-btn .btn-group .btn-view > .icon-view {
        width: 6px;
        height: 20px;
        padding-top: 7px;
        padding-bottom: 7px;
        display: inline-block;
        vertical-align: middle; }
        .view-as-btn .btn-group .btn-view > .icon-view + .icon-view {
          margin-left: 1px; }
      .view-as-btn .btn-group .btn-view .icon-bar {
        width: 6px;
        height: 6px;
        background: #d4d4d4;
        transition: all .15s ease; }
      .view-as-btn .btn-group .btn-view.grid-view .icon-bar {
        position: relative; }
        .view-as-btn .btn-group .btn-view.grid-view .icon-bar:before, .view-as-btn .btn-group .btn-view.grid-view .icon-bar:after {
          position: absolute;
          display: block;
          width: 6px;
          height: 6px;
          content: '';
          transition: all .15s ease;
          background: #d4d4d4; }
        .view-as-btn .btn-group .btn-view.grid-view .icon-bar:before {
          top: -7px; }
        .view-as-btn .btn-group .btn-view.grid-view .icon-bar:after {
          bottom: -7px; }
      .view-as-btn .btn-group .btn-view.grid-view.current-view .icon-bar:before, .view-as-btn .btn-group .btn-view.grid-view.current-view .icon-bar:after {
        background: #1e1d1a; }
      .view-as-btn .btn-group .btn-view.list-view > div {
        padding-top: 0;
        width: 20px; }
      .view-as-btn .btn-group .btn-view.list-view .icon-bar {
        width: 20px; }
        .view-as-btn .btn-group .btn-view.list-view .icon-bar + .icon-bar {
          margin: 1px 0 0; }
      .view-as-btn .btn-group .btn-view.bulk-view > div {
        padding-top: 0; }
      .view-as-btn .btn-group .btn-view.bulk-view .icon-bar + .icon-bar {
        margin: 1px 0 0; }
      .view-as-btn .btn-group .btn-view.current-view .icon-bar {
        background: #1e1d1a; }
  .view-as-btn.bulk-toolbar .grid-view,
  .view-as-btn.bulk-toolbar .list-view {
    display: none; }
  .view-as-btn .btn-select {
    display: inline-block; }
  .view-as-btn .btn-dropdown {
    margin-top: 5px;
    background: white;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 1;
    min-width: 43px; }
    @media (min-width: 551px) {
      .view-as-btn .btn-dropdown {
        min-width: 78px; } }
    @media (min-width: 1261px) {
      .view-as-btn .btn-dropdown {
        min-width: 120px; } }
    @media (min-width: 1600px) {
      .view-as-btn .btn-dropdown {
        min-width: 169px; } }
    @media (min-width: 1920px) {
      .view-as-btn .btn-dropdown {
        min-width: 225px; } }
    .view-as-btn .btn-dropdown.is-open {
      display: block; }
    .view-as-btn .btn-dropdown .btn-view {
      border: none;
      padding-left: 0;
      padding-right: 0;
      min-width: 0; }
      .view-as-btn .btn-dropdown .btn-view + .btn-view {
        margin-left: 15px; }
      .view-as-btn .btn-dropdown .btn-view.grid-view:not(.current-view) .icon-bar {
        background: #c4c4ce; }
        .view-as-btn .btn-dropdown .btn-view.grid-view:not(.current-view) .icon-bar:before, .view-as-btn .btn-dropdown .btn-view.grid-view:not(.current-view) .icon-bar:after {
          background: #c4c4ce; }
    .view-as-btn .btn-dropdown .grid-view3,
    .view-as-btn .btn-dropdown .grid-view4,
    .view-as-btn .btn-dropdown .grid-view5,
    .view-as-btn .btn-dropdown .grid-view6 {
      display: none; }
    @media (min-width: 551px) {
      .view-as-btn .btn-dropdown .grid-view3 {
        display: inline-block; } }
    @media (min-width: 1261px) {
      .view-as-btn .btn-dropdown .grid-view4 {
        display: inline-block; } }
    @media (min-width: 1600px) {
      .view-as-btn .btn-dropdown .grid-view5 {
        display: inline-block; } }
    @media (min-width: 1920px) {
      .view-as-btn .btn-dropdown .grid-view6 {
        display: inline-block; } }
    @media (min-width: 1600px) {
      .view-as-btn .btn-dropdown.sidebar-show {
        min-width: 141px; } }
    .view-as-btn .btn-dropdown.sidebar-show .grid-view6 {
      display: none; }

#sideBlock_category,
#sideBlock_search,
#sideBlock_brand,
#sideBlock_blog {
  max-width: 370px; }
  #sideBlock_category .side-block-header,
  #sideBlock_search .side-block-header,
  #sideBlock_brand .side-block-header,
  #sideBlock_blog .side-block-header {
    padding: 0; }
  #sideBlock_category .side-block-body,
  #sideBlock_search .side-block-body,
  #sideBlock_brand .side-block-body,
  #sideBlock_blog .side-block-body {
    padding: 25px 50px 50px 50px;
    height: 100%; }
    @media (max-width: 550px) {
      #sideBlock_category .side-block-body,
      #sideBlock_search .side-block-body,
      #sideBlock_brand .side-block-body,
      #sideBlock_blog .side-block-body {
        padding: 0 20px 20px 20px;
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: -ms-calc(100% - 60px);
        height: calc(100% - 60px); } }

#sideAllCategories .sidebarBlock-heading {
  margin-bottom: 10px; }

.all-categories-list {
  margin: 0;
  list-style: none; }
  .all-categories-list li {
    margin-bottom: 0px;
    padding: 4px 0 4px 0;
    position: relative; }
    .all-categories-list li:last-child {
      padding-bottom: 0px; }
  .all-categories-list > .navPages-item > .dropdown-category-list {
    margin: 2px 0 0 0; }
  .all-categories-list .navPages-item {
    float: none;
    display: block;
    position: relative;
    padding: 0; }
    .all-categories-list .navPages-item + .navPages-item {
      border-top: 1px solid #F1F2F5; }
    .all-categories-list .navPages-item a {
      padding: 10px 15px 10px 0;
      vertical-align: top;
      display: inline-block;
      color: black;
      font-weight: 600;
      position: relative;
      z-index: 3;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .all-categories-list .navPages-item a span {
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 90%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .5s; }
      .all-categories-list .navPages-item a:hover span {
        color: #8e0000;
        background-size: 100% 1px; }
    .all-categories-list .navPages-item .icon-dropdown {
      float: right;
      width: 100%;
      height: 37px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      cursor: pointer;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
      .all-categories-list .navPages-item .icon-dropdown svg {
        width: 23px;
        height: 23px;
        fill: black;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .all-categories-list .navPages-item > .icon-dropdown {
      height: 48px; }
      .all-categories-list .navPages-item > .icon-dropdown.is-clicked svg {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .all-categories-list .navPages-item.current-cat > a > span, .all-categories-list .navPages-item.open > a > span {
      background-image: linear-gradient(black, black);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 100% 1px;
      transition: background-size .5s; }
    .all-categories-list .navPages-item.current-cat > a:hover > span, .all-categories-list .navPages-item.open > a:hover > span {
      background-image: linear-gradient(#8e0000, #8e0000); }
    .all-categories-list .navPages-item.current-cat > .icon-dropdown.is-clicked svg, .all-categories-list .navPages-item.open > .icon-dropdown.is-clicked svg {
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      margin-right: 0px; }
    .all-categories-list .navPages-item.current-cat.open > .icon-dropdown svg, .all-categories-list .navPages-item.open.open > .icon-dropdown svg {
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      margin-right: 0px; }
    .all-categories-list .navPages-item.open {
      padding-bottom: 0;
      margin-bottom: 5px; }
    .all-categories-list .navPages-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .all-categories-list .navPages-item.is-clicked > a,
    .all-categories-list .navPages-item .current-cat > a {
      font-weight: 600; }
  .all-categories-list .dropdown-category-list {
    margin: 0;
    display: none;
    list-style: none;
    overflow: hidden;
    width: 100%; }
    .all-categories-list .dropdown-category-list.cat-expanded {
      display: block; }
      .all-categories-list .dropdown-category-list.cat-expanded .icon-dropdown.is-clicked svg {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-right: 0px; }
    .all-categories-list .dropdown-category-list .icon-dropdown {
      margin-right: -10px; }
    .all-categories-list .dropdown-category-list > .navPage-subMenu-item > .navPage-subMenu-action {
      text-transform: capitalize;
      font-weight: 500;
      color: black;
      display: inline-block;
      padding: 10px 0; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item {
      width: 100%;
      display: block;
      position: relative;
      padding: 0 20px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
        padding: 0; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item:first-child > .icon-dropdown {
        height: 25px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a > span, .all-categories-list .dropdown-category-list .navPage-subMenu-item.open > a > span {
        background-image: linear-gradient(black, black);
        background-position: 0 90%;
        background-repeat: no-repeat;
        background-size: 100% 1px;
        transition: background-size .5s; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a:hover > span, .all-categories-list .dropdown-category-list .navPage-subMenu-item.open > a:hover > span {
        background-image: linear-gradient(#8e0000, #8e0000); }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > .icon-dropdown.is-clicked svg, .all-categories-list .dropdown-category-list .navPage-subMenu-item.open > .icon-dropdown.is-clicked svg {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-right: 0px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.open > .icon-dropdown.is-clicked svg {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-right: 0px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
        width: auto; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item {
        padding: 10px 20px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a {
          position: relative;
          font-weight: 400;
          text-transform: none;
          letter-spacing: 0;
          color: black; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item .icon-dropdown {
          height: 37px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat > a > span, .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open > a > span {
          background-image: linear-gradient(black, black);
          background-position: 0 90%;
          background-repeat: no-repeat;
          background-size: 100% 1px;
          transition: background-size .5s; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat > a:hover > span, .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open > a:hover > span {
          background-image: linear-gradient(#8e0000, #8e0000); }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open > .icon-dropdown.is-clicked svg {
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
          margin-right: 0px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-4 .navPage-childList-item a:hover {
        color: #8e0000; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a:hover {
        padding-left: 60px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a:hover:before {
          left: 45px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPage-subMenu-action {
        margin: 0;
        width: auto;
        border: none; }

#sideShopByBrands .view_all a span {
  background-size: 100% 1px; }

#ProductCarouselTopSellers .sidebarBlock-heading {
  position: relative; }
  #ProductCarouselTopSellers .sidebarBlock-heading .btnViewAll {
    line-height: 1.2;
    text-transform: capitalize;
    font-style: normal;
    display: block; }

#ProductCarouselTopSellers .productCarousel {
  padding-top: 10px;
  padding-bottom: 20px; }
  #ProductCarouselTopSellers .productCarousel .card {
    margin-bottom: 30px; }
  #ProductCarouselTopSellers .productCarousel .slick-arrow {
    top: auto;
    bottom: -2px;
    transform: none;
    border: none;
    background-color: transparent;
    padding: 0;
    width: 40px;
    height: 20px;
    padding: 2px 0; }
    #ProductCarouselTopSellers .productCarousel .slick-arrow:before {
      width: 40px;
      height: 16px; }
    #ProductCarouselTopSellers .productCarousel .slick-arrow.slick-prev:before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='42' viewBox='0 -120 512.008 1024.016' style='enable-background:new 0 20 512.008 1024.016;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%23000000' d='M480.004,352.004H54.628l68.688-68.688l-22.624-22.624l-96,96c-6.256,6.256-6.256,16.368,0,22.624l96,96l22.624-22.624 l-68.688-68.688h425.376V352.004z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
    #ProductCarouselTopSellers .productCarousel .slick-arrow.slick-next:before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='42' viewBox='0 -345 512.008 1024.016' style='enable-background:new 0 0 512.008 1024.016;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%23000000' d='M507.316,132.692l-96-96l-22.624,22.624l68.688,68.688H32.004v32H457.38l-68.688,68.688l22.624,22.624l96-96 C513.572,149.06,513.572,138.948,507.316,132.692z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
  #ProductCarouselTopSellers .productCarousel .slick-dots {
    bottom: 0; }

#sideBannerImage {
  margin-top: 50px;
  padding-bottom: 15px; }
  #sideBannerImage .cms-image {
    display: block;
    position: relative;
    overflow: hidden; }
    #sideBannerImage .cms-image img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border: 0;
      width: auto;
      max-height: 100%;
      object-fit: contain;
      /* Object-fit polyfill */
      font-family: 'object-fit: contain;'; }
    #sideBannerImage .cms-image:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 137.037037037037%; }

#sideCustomCMS .side-cms-content {
  font-size: 16px;
  color: black;
  line-height: 26px; }
  #sideCustomCMS .side-cms-content p {
    margin-bottom: 25px; }

.card-top-sellers {
  font-size: 0; }
  .card-top-sellers .card-figure {
    width: 86px;
    height: auto;
    display: inline-block;
    vertical-align: top; }
  .card-top-sellers .card-body {
    font-size: 16px;
    padding-top: 0;
    padding-left: 20px;
    width: calc(100% - 86px);
    display: inline-block;
    vertical-align: top;
    margin-top: -3px; }
    .home-layout-2 .card-top-sellers .card-body {
      text-align: left; }
    .home-layout-3 .card-top-sellers .card-body {
      text-align: left; }
    .card-top-sellers .card-body .card-option [data-product-attribute] {
      justify-content: flex-start; }
    .card-top-sellers .card-body [data-test-info-type="brandName"] {
      display: none; }
    .card-top-sellers .card-body .card-title {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      /* autoprefixer: off */ }
    .card-top-sellers .card-body .card-figcaption-button {
      text-decoration: none;
      color: #8e0000;
      border: none;
      background: none;
      padding: 0;
      text-transform: capitalize;
      font-weight: 400;
      box-shadow: none; }
      .card-top-sellers .card-body .card-figcaption-button span {
        background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px; }
      .card-top-sellers .card-body .card-figcaption-button:hover {
        color: #8e0000; }
        .card-top-sellers .card-body .card-figcaption-button:hover span {
          background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%); }

#categoryBottomBanner {
  margin-top: 75px; }
  @media (max-width: 1599px) {
    #categoryBottomBanner.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content {
      background-color: #FFF2D5; } }
  #categoryBottomBanner.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:before {
    background-color: #FFF2D5; }

.product.product--banner {
  width: 100% !important; }

.categoryBannerProduct {
  font-size: 0;
  margin-bottom: 40px; }
  .categoryBannerProduct .categoryBannerProduct__item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-bottom: 30px; }
    .categoryBannerProduct .categoryBannerProduct__item:nth-child(even) {
      padding-left: 15px; }
    .categoryBannerProduct .categoryBannerProduct__item:nth-child(odd) {
      padding-right: 15px; }
  @media (max-width: 800px) {
    .categoryBannerProduct {
      margin-bottom: 0; }
      .categoryBannerProduct .categoryBannerProduct__item {
        width: 100%; }
        .categoryBannerProduct .categoryBannerProduct__item:nth-child(even) {
          padding-left: 0; }
        .categoryBannerProduct .categoryBannerProduct__item:nth-child(odd) {
          padding-right: 0; } }

.categoryHeader__container {
  margin-bottom: 10px; }

.mrh_categoryHeader {
  margin-bottom: 40px;
  margin-top: 35px; }
  .mrh_categoryHeader .mrh_categoryHeader_content {
    max-width: unset !important;
    text-align: left; }
    .mrh_categoryHeader .mrh_categoryHeader_content ol.breadcrumbs {
      text-align: left;
      margin-bottom: 0px; }
      .mrh_categoryHeader .mrh_categoryHeader_content ol.breadcrumbs .breadcrumb {
        display: inline-block;
        float: none;
        margin-right: 1px;
        font-size: 12px;
        line-height: 1.2;
        text-transform: uppercase; }
        .mrh_categoryHeader .mrh_categoryHeader_content ol.breadcrumbs .breadcrumb a:hover {
          color: #481209; }
        .mrh_categoryHeader .mrh_categoryHeader_content ol.breadcrumbs .breadcrumb.is-active a {
          display: none; }
        @media (min-width: 481px) {
          .mrh_categoryHeader .mrh_categoryHeader_content ol.breadcrumbs .breadcrumb {
            font-size: 14px;
            margin-right: 6px; } }
        @media (min-width: 768px) {
          .mrh_categoryHeader .mrh_categoryHeader_content ol.breadcrumbs .breadcrumb {
            font-size: 16px;
            margin-right: 10px; } }
    .mrh_categoryHeader .mrh_categoryHeader_content .page-heading {
      text-align: left;
      font-size: 32px;
      letter-spacing: 0.01em;
      text-transform: capitalize;
      color: #0D0E10;
      margin-bottom: 0px;
      margin: 10px 0 10px 0;
      font-weight: 900;
      line-height: 1.2; }
      .mrh_categoryHeader .mrh_categoryHeader_content .page-heading.mrh-page-heading {
        margin: 11.25px 0 6.25px 0; }
        @media (min-width: 480px) {
          .mrh_categoryHeader .mrh_categoryHeader_content .page-heading.mrh-page-heading {
            margin: 13.125px 0 6.875px 0; } }
        @media (min-width: 768px) {
          .mrh_categoryHeader .mrh_categoryHeader_content .page-heading.mrh-page-heading {
            margin: 13.75px 0 7.5px 0; } }
        @media (min-width: 900px) {
          .mrh_categoryHeader .mrh_categoryHeader_content .page-heading.mrh-page-heading {
            margin: 14.125px 0 8.125px 0; } }
        @media (min-width: 1100px) {
          .mrh_categoryHeader .mrh_categoryHeader_content .page-heading.mrh-page-heading {
            margin: 15px 0 10px 0; } }
      @media (min-width: 480px) {
        .mrh_categoryHeader .mrh_categoryHeader_content .page-heading {
          font-size: 38px; } }
      @media (min-width: 600px) {
        .mrh_categoryHeader .mrh_categoryHeader_content .page-heading {
          font-size: 40px; } }
      @media (min-width: 768px) {
        .mrh_categoryHeader .mrh_categoryHeader_content .page-heading {
          font-size: 48px; } }
      @media (min-width: 1100px) {
        .mrh_categoryHeader .mrh_categoryHeader_content .page-heading {
          font-size: 53px; } }
    .mrh_categoryHeader .mrh_categoryHeader_content .categoryHeader__des h2 {
      margin-top: 0px;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.2;
      color: #0D0E10;
      margin-bottom: 0px;
      /* text-transform: uppercase; */ }
  .mrh_categoryHeader .categoryHeader__content h3,
  .mrh_categoryHeader .categoryHeader__content h4,
  .mrh_categoryHeader .categoryHeader__content p,
  .mrh_categoryHeader .categoryHeader__content img {
    display: none; }
  @media (min-width: 600px) {
    .mrh_categoryHeader {
      margin-bottom: 45px;
      margin-top: 40px; } }
  @media (min-width: 900px) {
    .mrh_categoryHeader {
      margin-bottom: 55px;
      margin-top: 45px; } }
  @media (min-width: 1280px) {
    .mrh_categoryHeader {
      margin-bottom: 60px;
      margin-top: 50px; } }
  @media (min-width: 1680px) {
    .mrh_categoryHeader {
      margin-bottom: 65px;
      margin-top: 50px; } }

.haloSubCategories {
  background-color: unset;
  padding-bottom: 5px; }
  .haloSubCategories .haloSubCategories__carousel {
    padding: 0; }
    .haloSubCategories .haloSubCategories__carousel .slick-list {
      overflow: visible; }
      .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item {
        padding-right: 15px; }
        .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item > .shopTopCategory__img {
          margin-bottom: 0px; }
          .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item > .shopTopCategory__img > .image {
            position: relative;
            display: block;
            overflow: hidden; }
            .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item > .shopTopCategory__img > .image img {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto;
              border: 0;
              width: 100%;
              max-height: 100%;
              object-fit: cover;
              transform: scale(1);
              will-change: transform;
              transition: transform .64s ease; }
            .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item > .shopTopCategory__img > .image .shopTopCategory__img_overlay {
              border-radius: 6px; }
            .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item > .shopTopCategory__img > .image .shopTopCategory__name {
              font-size: 20px;
              font-weight: 700;
              color: black;
              text-decoration: none;
              margin-bottom: 0px;
              display: block;
              display: block;
              text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
              color: #fff;
              font-size: 4.75vw;
              line-height: 1.1;
              font-weight: 600;
              letter-spacing: .025rem;
              text-transform: uppercase;
              text-align: center;
              padding: 5px;
              overflow-wrap: break-word;
              width: 100%; }
              @media (min-width: 481px) {
                .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item > .shopTopCategory__img > .image .shopTopCategory__name {
                  font-size: 3.25vw; } }
              @media (min-width: 861px) {
                .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item > .shopTopCategory__img > .image .shopTopCategory__name {
                  font-size: 2.5vw; } }
              @media (min-width: 1100px) {
                .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item > .shopTopCategory__img > .image .shopTopCategory__name {
                  font-size: 2vw; } }
              @media (min-width: 1451px) {
                .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item > .shopTopCategory__img > .image .shopTopCategory__name {
                  font-size: 1.75vw; } }
              @media (min-width: 1920px) {
                .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item > .shopTopCategory__img > .image .shopTopCategory__name {
                  font-size: 33.5px; } }
            .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item > .shopTopCategory__img > .image:before {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              height: 100%;
              width: 100%;
              background-image: radial-gradient(#ececec 52%, #f9f9f9 60%, #fff 65%);
              opacity: 0;
              -webkit-transition: opacity .3s ease-in-out;
              -moz-transition: opacity .3s ease-in-out;
              -o-transition: opacity .3s ease-in-out;
              transition: opacity .3s ease-in-out; }
            .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item > .shopTopCategory__img > .image:after {
              content: '';
              display: block;
              height: 0;
              width: 100%;
              padding-bottom: 100%; }
        @media (max-width: 859px) {
          .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item {
            padding-right: 12.5px; } }
        @media (max-width: 768px) {
          .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item {
            padding-right: 10px; } }
        @media (min-width: 1200px) {
          .haloSubCategories .haloSubCategories__carousel .slick-list .shopTopCategory__item:hover > .shopTopCategory__img > .image img {
            transform: scale(1.08); } }
      @media (min-width: 1920px) {
        .haloSubCategories .haloSubCategories__carousel .slick-list {
          overflow: hidden; } }
    .haloSubCategories .haloSubCategories__carousel .slick-next, .haloSubCategories .haloSubCategories__carousel .slick-prev {
      background-color: rgba(214, 212, 200, 0.9);
      border: 1px solid rgba(214, 212, 200, 0.9); }
    .haloSubCategories .haloSubCategories__carousel .slick-dots {
      bottom: -45px; }
      @media (max-width: 1451px) {
        .haloSubCategories .haloSubCategories__carousel .slick-dots {
          bottom: -42.5px;
          text-align: center; } }
      @media (max-width: 1199px) {
        .haloSubCategories .haloSubCategories__carousel .slick-dots {
          bottom: -40px;
          text-align: center; } }
      @media (max-width: 1099px) {
        .haloSubCategories .haloSubCategories__carousel .slick-dots {
          bottom: -37.5px;
          text-align: right; } }
      @media (max-width: 860px) {
        .haloSubCategories .haloSubCategories__carousel .slick-dots {
          bottom: -35px;
          text-align: right; } }
  @media (min-width: 1100px) {
    .haloSubCategories {
      padding-bottom: 10px; } }
  @media (min-width: 1680px) {
    .haloSubCategories {
      padding-bottom: 0px; } }

.page.mrhCategory__parent .halo-category-toolbar {
  padding: 0px 0 25px; }
  @media (min-width: 768px) {
    .page.mrhCategory__parent .halo-category-toolbar {
      padding: 0px 0 35px; } }
  @media (min-width: 1100px) {
    .page.mrhCategory__parent .halo-category-toolbar {
      padding: 0px 0 45px; } }

.page.mrhCategory__child .halo-category-toolbar {
  padding: 10px 0 25px; }
  @media (min-width: 768px) {
    .page.mrhCategory__child .halo-category-toolbar {
      padding: 10px 0 35px; } }
  @media (min-width: 1100px) {
    .page.mrhCategory__child .halo-category-toolbar {
      padding: 10px 0 45px; } }

.category-hero-seo {
  width: 100%;
  height: 35vw;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .category-hero-seo h1 {
    color: white;
    font-family: "Roboto", sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.125rem;
    letter-spacing: 0.075rem !important;
    width: 80%;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.45);
    font-weight: 400; }
  .category-hero-seo h2 {
    color: white;
    font-family: "Roboto", sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    width: 70%;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5); }
  .category-hero-seo h3,
  .category-hero-seo h4,
  .category-hero-seo p,
  .category-hero-seo img {
    display: none; }

.category-header-seo {
  width: 100%;
  background-color: #ffffff; }
  .category-header-seo .seo-information-container {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .category-header-seo .seo-information-container .seo-accordion {
      background-color: rgba(142, 128, 93, 0.45);
      color: #ffffff;
      cursor: pointer;
      padding: 10px;
      width: 100%;
      border: none;
      text-align: center;
      outline: none;
      font-size: 12px;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .category-header-seo .seo-information-container .seo-accordion:hover {
      background-color: rgba(142, 128, 93, 0.55); }
    .category-header-seo .seo-information-container .seo-active {
      background-color: rgba(142, 128, 93, 0.45); }
    .category-header-seo .seo-information-container .seo-accordion:after {
      content: "\002B";
      color: #ffffff;
      font-weight: bold;
      margin-left: 5px; }
    .category-header-seo .seo-information-container .seo-active:after {
      content: "\2212"; }
    .category-header-seo .seo-information-container .seo-panel {
      padding: 0;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.2s ease-out;
      -o-transition: max-height 0.2s ease-out;
      transition: max-height 0.2s ease-out;
      width: 80%;
      text-align: center;
      margin-left: 10%; }
      .category-header-seo .seo-information-container .seo-panel h3 {
        font-size: 1rem;
        font-family: "Roboto", sans-serif;
        color: #000000;
        font-weight: 500;
        margin-bottom: 0; }
      .category-header-seo .seo-information-container .seo-panel h4 {
        font-size: 0.9rem;
        margin-bottom: 0;
        color: #000000;
        font-family: "Roboto", sans-serif;
        font-weight: 600; }
      .category-header-seo .seo-information-container .seo-panel .seo-blog-link {
        text-decoration: underline;
        color: #611400;
        font-size: 0.9rem;
        font-family: "Roboto", sans-serif;
        font-weight: 600; }
      .category-header-seo .seo-information-container .seo-panel h2,
      .category-header-seo .seo-information-container .seo-panel p,
      .category-header-seo .seo-information-container .seo-panel img {
        display: none; }
    .category-header-seo .seo-information-container .seo-accordion-title {
      font-family: "Roboto", sans-serif;
      color: #000000;
      font-size: 0.975rem;
      font-weight: 600; }

.category-footer-seo {
  width: 70%;
  background-color: transparent;
  margin-left: 15%;
  margin-bottom: 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px; }
  .category-footer-seo h3 {
    font-size: 16px;
    color: #0D0E10;
    font-weight: 400;
    margin-top: 0%;
    margin-bottom: 1em;
    line-height: 1.2;
    letter-spacing: normal; }
  .category-footer-seo h4,
  .category-footer-seo h2,
  .category-footer-seo p,
  .category-footer-seo img {
    display: none; }
  .category-footer-seo .seo-information-container {
    width: 60%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-left: 20%; }
    .category-footer-seo .seo-information-container .seo-accordion {
      background-color: #eee;
      color: #444;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .category-footer-seo .seo-information-container .seo-accordion:hover {
      background-color: #ccc; }
    .category-footer-seo .seo-information-container .seo-active {
      background-color: #ccc; }
    .category-footer-seo .seo-information-container .seo-accordion:after {
      content: "\002B";
      color: #777;
      font-weight: bold;
      float: right;
      margin-left: 5px; }
    .category-footer-seo .seo-information-container .seo-active:after {
      content: "\2212"; }
    .category-footer-seo .seo-information-container .seo-panel-blogs {
      padding: 0 0px;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.2s ease-out;
      -o-transition: max-height 0.2s ease-out;
      transition: max-height 0.2s ease-out;
      width: 95%;
      text-align: left;
      margin-left: 2.5%; }
      .category-footer-seo .seo-information-container .seo-panel-blogs h4 {
        font-size: 1rem;
        color: #000000;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
        display: block !important; }
      .category-footer-seo .seo-information-container .seo-panel-blogs .seo-blog-link {
        color: #000000;
        font-size: 1rem;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        text-decoration: underline; }
      .category-footer-seo .seo-information-container .seo-panel-blogs .seo-blog-link:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #611400;
        font-weight: 500; }
      .category-footer-seo .seo-information-container .seo-panel-blogs h3,
      .category-footer-seo .seo-information-container .seo-panel-blogs h2,
      .category-footer-seo .seo-information-container .seo-panel-blogs p,
      .category-footer-seo .seo-information-container .seo-panel-blogs img {
        display: none; }
    .category-footer-seo .seo-information-container .seo-accordion-title {
      font-family: "Roboto", sans-serif;
      color: #1f1f1f;
      font-size: 1rem;
      font-weight: 500; }

.seo-img-hotspot-title {
  font-family: "Roboto", sans-serif;
  font-size: 2.5vw;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-left: auto;
  margin-right: auto; }

.seo-hotspot-listing-description {
  font-family: "Roboto", sans-serif;
  font-size: 1.5vw;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 1400px) {
  .category-hero-seo h1 {
    font-size: 3.625rem; }
  .category-hero-seo h2 {
    font-size: 2.125rem; } }

@media screen and (max-width: 1250px) {
  .category-hero-seo {
    height: 39vw; }
  .category-footer-seo .seo-information-container {
    width: 75%;
    margin-left: 12.5%; } }

@media screen and (max-width: 1100px) {
  .category-hero-seo {
    height: 42.5vw; }
    .category-hero-seo h1 {
      font-size: 3rem; }
    .category-hero-seo h2 {
      font-size: 1.75rem; }
  .category-footer-seo {
    width: 80%;
    margin-left: 10%; } }

@media screen and (max-width: 900px) {
  .category-hero-seo {
    height: 45vw;
    background-size: 105%; }
    .category-hero-seo h1 {
      font-size: 2.825rem; }
    .category-hero-seo h2 {
      font-size: 1.5rem; }
  .category-footer-seo {
    width: 90%;
    margin-left: 5%; } }

@media screen and (max-width: 768px) {
  .category-hero-seo {
    height: 55vw;
    background-size: 128%; }
    .category-hero-seo h1 {
      font-size: 2.625rem;
      width: 90%; }
    .category-hero-seo h2 {
      font-size: 1.5rem;
      width: 80%; }
  .category-header-seo .seo-information-container .seo-accordion {
    padding: 7.5px; }
  .category-header-seo .seo-information-container .seo-panel {
    width: 90%;
    margin-left: 5%; }
  #a-z-seo-footer {
    width: 80%;
    margin-left: 10%; }
    #a-z-seo-footer .seo-information-container {
      width: 100%;
      margin-left: 0%; } }

@media screen and (max-width: 650px) {
  .category-hero-seo {
    height: 55vw;
    background-size: 128%; }
    .category-hero-seo h1 {
      font-size: 2.625rem;
      width: 62.5%; }
    .category-hero-seo h2 {
      font-size: 1.325rem; }
  .category-footer-seo .seo-information-container {
    width: 90%;
    margin-left: 5%; }
    .category-footer-seo .seo-information-container .seo-accordion-title {
      font-size: 1rem; }
    .category-footer-seo .seo-information-container .seo-panel-blogs h4 {
      font-size: 1rem;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    .category-footer-seo .seo-information-container .seo-panel-blogs .seo-blog-link {
      font-size: 1rem; } }

@media screen and (max-width: 550px) {
  .category-hero-seo {
    height: 57.5vw;
    background-size: 140%; }
    .category-hero-seo h1 {
      font-size: 2.25rem;
      width: 70%; }
    .category-hero-seo h2 {
      font-size: 1.25rem; } }

@media screen and (max-width: 450px) {
  .category-hero-seo {
    height: 57.5vw;
    background-size: 140%; }
    .category-hero-seo h1 {
      font-size: 2rem;
      width: 80%; }
    .category-hero-seo h2 {
      font-size: 1.25rem; } }

@media screen and (max-width: 400px) {
  .category-hero-seo {
    height: 65vw;
    background-size: 150%; }
    .category-hero-seo h1 {
      font-size: 2rem;
      width: 90%; }
    .category-hero-seo h2 {
      font-size: 1.25rem;
      width: 85%; }
  .category-header-seo .seo-information-container .seo-accordion {
    padding: 7.5px; }
  .category-header-seo .seo-information-container .seo-panel h3 {
    font-size: 0.9rem; }
  .category-header-seo .seo-information-container .seo-panel h4 {
    font-size: 0.8rem; }
  .category-header-seo .seo-information-container .seo-panel .seo-blog-link {
    font-size: 0.8rem; }
  .category-header-seo .seo-information-container .seo-accordion-title {
    font-size: 0.9rem; } }

@media screen and (max-width: 350px) {
  .category-hero-seo {
    height: 70vw;
    background-size: 160%; }
    .category-hero-seo h1 {
      font-size: 2rem;
      width: 90%; }
    .category-hero-seo h2 {
      font-size: 1.125rem;
      width: 87.5%; } }

.skip-to-main-link {
  background: #faf8f4;
  color: black;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: #f6f4ee;
  border-bottom: 1px solid #e0dedc;
  padding: 13px 0; }
  @media (min-width: 1025px) {
    .home-layout-2 .header {
      padding: 14px 0; }
      .home-layout-2 .header.is-sticky {
        padding: 14px 0; } }
  @media (min-width: 1025px) {
    .home-layout-3 .header {
      padding: 11px 0; }
      .home-layout-3 .header.is-sticky {
        padding: 11px 0; } }
  @media (min-width: 900px) {
    .home-layout-4 .header {
      padding: 0; }
      .home-layout-4 .header.is-sticky {
        padding: 0; }
        .home-layout-4 .header.is-sticky .header-top {
          display: none; } }
  .header.is-open {
    height: auto; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }
  .header.is-sticky {
    position: fixed;
    top: 34.391px;
    z-index: 160;
    width: 100%;
    padding: 5px 0;
    animation-duration: 0.5s; }
  @media (max-width: 899px) {
    .header {
      padding: 0; }
      .header.is-sticky {
        padding: 0; } }
  [data-page-type="default"] .header:not(.is-sticky) {
    border-color: transparent; }

body.quickSearch-open .header.is-sticky {
  z-index: 100; }

.header-logo {
  font-size: 0;
  margin: 0 3.4375rem;
  text-align: center;
  height: 55px; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 0;
      padding: 0;
      height: auto; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    color: #333333;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 10; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: black; }
    .header-logo__link:active {
      color: black; }

.header-logo-text {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      white-space: normal;
      padding: 0; }
      .header.fixed .header-logo-text {
        font-size: 32px; } }

.header-logo-image-container {
  position: relative;
  width: 100%;
  max-width: 188px; }

.header-logo-image-container:after {
  content: '';
  display: block; }

.header-logo-image {
  max-height: 40px;
  display: block;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .header-logo-image {
      max-height: 40px; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: relative;
  z-index: 50; }
  @media (min-width: 900px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: black;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.25rem; }
    .home-layout-2 .mobileMenu-toggle .mobileMenu-toggleIcon, .home-layout-2
    .mobileMenu-toggle .mobileMenu-toggleIcon::before, .home-layout-2
    .mobileMenu-toggle .mobileMenu-toggleIcon::after {
      background: #333333; }
    .home-layout-3 .mobileMenu-toggle .mobileMenu-toggleIcon, .home-layout-3
    .mobileMenu-toggle .mobileMenu-toggleIcon::before, .home-layout-3
    .mobileMenu-toggle .mobileMenu-toggleIcon::after {
      background: #333333; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: black;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.header-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 1024px) {
    .header-center {
      padding: 0 1rem;
      max-width: 1920px; } }
  @media (min-width: 1450px) {
    .header-center {
      padding: 0 1.4rem;
      max-width: 1920px; } }
  @media (min-width: 1680px) {
    .header-center {
      padding: 0 2rem;
      max-width: 1920px !important; } }
  @media (min-width: 1600px) {
    .home-layout-3 .header-center {
      padding: 0 45px; } }
  .home-layout-4 .header-center {
    column-gap: 0px;
    padding-top: 8px;
    padding-bottom: 11px;
    max-width: 100%;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; }
  .header-center .header__desktop--left {
    width: 630px; }
    .home-layout-3 .header-center .header__desktop--left {
      width: auto; }
    .home-layout-4 .header-center .header__desktop--left {
      width: auto;
      min-width: 145px; }
    .header-center .header__desktop--left .header-logo {
      text-align: left;
      padding: 0 15px; }
    .header-logo--center .header-center .header__desktop--left {
      width: calc((100% - 328px)/2);
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: left; }
      @media (max-width: 1449px) {
        .header-logo--center .header-center .header__desktop--left {
          width: calc((100% - 188px)/2); } }
      @media (max-width: 1023px) {
        .header-logo--center .header-center .header__desktop--left {
          width: calc((100% - 168px)/2); } }
  .header-center .header__desktop--center {
    width: 328px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .header-logo--center .header-center .header__desktop--center {
      width: 330px; }
    .home-layout-4 .header-center .header__desktop--center {
      width: 328px;
      justify-content: center; }
      .home-layout-4 .header-center .header__desktop--center .navPages > .navPages-list {
        margin-left: 0px;
        margin-right: 0px; }
      @media (max-width: 1449px) {
        .home-layout-4 .header-center .header__desktop--center {
          width: 188px; } }
      @media (max-width: 1023px) {
        .home-layout-4 .header-center .header__desktop--center {
          width: 168px; } }
  .header-center .header__desktop--right {
    width: 630px; }
    .home-layout-4 .header-center .header__desktop--right {
      width: auto;
      min-width: 320px; }
    .header-center .header__desktop--right .navUser {
      text-align: right;
      padding: 0 15px; }
      .home-layout-4 .header-center .header__desktop--right .navUser {
        padding-left: 0; }
      .header-center .header__desktop--right .navUser .navUser-section {
        float: none;
        display: inline-block;
        vertical-align: middle; }
        .header-center .header__desktop--right .navUser .navUser-section + .navUser-section {
          margin-left: 0; }
      @media (min-width: 900px) {
        .header-logo--center .header-center .header__desktop--right .navUser {
          padding: 0 9px; } }
    .header-center .header__desktop--right .navUser-section--link .navUser-action {
      font-weight: 700; }
    @media (min-width: 1600px) {
      .header-center .header__desktop--right .navUser-section--link {
        padding-right: 20px; }
        .header-center .header__desktop--right .navUser-section--link .navUser-action {
          padding: 12px 25px; } }
    .header-logo--left .header-center .header__desktop--right .navUser-section--link {
      margin-right: -15px; }
      .header-logo--left .header-center .header__desktop--right .navUser-section--link .navUser-action {
        padding: 12px 15px; }
      @media (min-width: 1600px) {
        .header-logo--left .header-center .header__desktop--right .navUser-section--link {
          padding-right: 0; } }
    .header-logo--center .header-center .header__desktop--right {
      width: calc((100% - 328px)/2);
      max-height: 40px; }
      @media (max-width: 1449px) {
        .header-logo--center .header-center .header__desktop--right {
          width: calc((100% - 188px)/2); } }
      @media (max-width: 1023px) {
        .header-logo--center .header-center .header__desktop--right {
          width: calc((100% - 168px)/2); } }

#header_topBarPromotion .container {
  max-width: 800px;
  padding: 0 15px; }
  .home-layout-3 #header_topBarPromotion .container {
    max-width: 770px; }
  .home-layout-4 #header_topBarPromotion .container {
    max-width: 100%;
    padding: 0 15px; }
    @media (min-width: 1024px) {
      .home-layout-4 #header_topBarPromotion .container {
        padding: 0 75px; } }

#header_topBarPromotion .topBarPromotion-carousel {
  display: block;
  padding: 10px 0 10px 0; }
  .home-layout-2 #header_topBarPromotion .topBarPromotion-carousel {
    padding: 10px 0 11px;
    max-height: 36px; }
  .home-layout-3 #header_topBarPromotion .topBarPromotion-carousel {
    padding: 11px 0;
    max-height: 36px; }
  #header_topBarPromotion .topBarPromotion-carousel:not(.slick-slider) .topBarPromotion-item:nth-child(n+2) {
    display: none; }
  #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item {
    text-align: left;
    border: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item a {
      display: block;
      text-decoration: none;
      font-weight: 700;
      color: white;
      vertical-align: top;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .home-layout-2 #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item a {
        font-weight: 500;
        font-size: 14px; }
      .home-layout-3 #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item a {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.5; }
      .home-layout-4 #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item a {
        font-weight: 500;
        font-size: 12px;
        line-height: 1.2;
        color: #481209;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.2;
        color: #333333;
        color: rgba(51, 51, 51, 0.8);
        color: rgba(72, 18, 9, 0.8);
        background-color: rgba(255, 255, 255, 0.9);
        padding: .1rem .25rem;
        letter-spacing: 0.025em;
        margin-left: -.25rem;
        text-decoration-thickness: clamp(0.1rem, 0.13px, 0.225rem);
        text-underline-offset: clamp(0.2rem, 0.16em, 0.3rem); }
        .home-layout-4 #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item a:hover {
          text-decoration: none;
          text-decoration-line: underline;
          color: #333333;
          color: #481209; }
    #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item svg {
      width: 14px;
      height: 6px;
      margin-left: 6px;
      padding: 0;
      fill: #333333;
      stroke: #333333;
      cursor: pointer; }
    @media (max-width: 899px) {
      #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item {
        text-align: center;
        justify-content: center; } }
  #header_topBarPromotion .topBarPromotion-carousel .slick-arrow {
    width: 21px;
    height: 29px;
    padding: 5px;
    margin-top: 0;
    border: none;
    background-color: transparent; }
    .home-layout-3 #header_topBarPromotion .topBarPromotion-carousel .slick-arrow {
      width: 24px;
      height: 24px; }
    #header_topBarPromotion .topBarPromotion-carousel .slick-arrow:before {
      width: 100%;
      height: 100%; }
      .home-layout-4 #header_topBarPromotion .topBarPromotion-carousel .slick-arrow:before {
        width: 10px;
        height: 2px;
        background: white; }
    .home-layout-4 #header_topBarPromotion .topBarPromotion-carousel .slick-arrow:after {
      background: white; }
    #header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-prev {
      left: -20px; }
      #header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-prev:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
        .home-layout-4 #header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-prev:before {
          background-image: none; }
    #header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-next {
      right: -20px; }
      #header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-next:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
        .home-layout-4 #header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-next:before {
          background-image: none; }

.header-top .container-full {
  max-width: 100%; }

.header-tabs {
  background: #d6d4c8;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  column-gap: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .header-tabs {
      column-gap: 30px; } }
  @media (min-width: 1025px) {
    .header-tabs {
      padding-right: 75px; } }
  @media (max-width: 767px) {
    .header-tabs {
      overflow-y: auto;
      white-space: nowrap; } }
  .header-tabs .need-help {
    display: flex;
    align-items: center;
    color: black;
    position: relative; }
    .header-tabs .need-help .need-help--btn {
      padding: 0;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .header-tabs .need-help .need-help--btn .text {
          letter-spacing: .05em; } }
    .header-tabs .need-help .icon-help {
      width: 18px;
      height: 18px;
      display: inline-block;
      border-radius: 50%;
      border: 1px solid black;
      margin-right: 10px;
      font-size: 15px; }

.header-tabs--list {
  display: flex;
  align-items: stretch;
  margin: 0; }

.header-tabs--list .tab-item {
  display: inline-block; }

.header-tabs--list .tab-item a {
  color: black;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  padding: 12px 15px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  height: 100%; }
  @media (min-width: 768px) {
    .header-tabs--list .tab-item a {
      padding: 12px 30px;
      letter-spacing: .05em; } }
  @media (min-width: 1025px) {
    .header-tabs--list .tab-item a {
      padding: 16px 70px; } }

.header-tabs .tab--item--active a,
.header-tabs--list .tab-item a:hover {
  background: black;
  color: #d6d4c8; }

.need-help--dropdown {
  position: fixed;
  right: 0;
  width: 100%;
  bottom: 0;
  background: #d6d4c8;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .3s ease;
  transform: translate3d(0, 50px, 0); }
  @media (min-width: 1025px) {
    .need-help--dropdown {
      position: absolute;
      right: 0;
      top: calc(100% + 10px);
      width: 230px;
      bottom: auto; }
      .need-help--dropdown .close, .need-help--dropdown .need-help-title {
        display: none; } }
  .need-help--dropdown .need-help-title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 25px; }
  .need-help--dropdown .close {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .need-help--dropdown .close svg {
      fill: black;
      width: 24px;
      height: 24px; }
  .need-help--dropdown .need-help--list {
    list-style: none;
    margin: 0;
    padding: 10px 15px 25px 15px; }
    @media (min-width: 1025px) {
      .need-help--dropdown .need-help--list {
        padding: 10px 30px 25px 30px; } }
    .need-help--dropdown .need-help--list .help-item {
      padding: 8px 0;
      font-size: 16px; }
      .need-help--dropdown .need-help--list .help-item a {
        color: black;
        text-decoration: none; }
        @media (min-width: 1025px) {
          .need-help--dropdown .need-help--list .help-item a {
            color: black; } }
        .need-help--dropdown .need-help--list .help-item a:hover {
          text-decoration: underline; }
  .need-help--dropdown .background-overlay {
    opacity: 0;
    visibility: hidden; }

.need-help--dropdown-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0); }
  @media (max-width: 1024px) {
    .need-help--dropdown-show {
      background: #fff;
      color: black; } }

@media (max-width: 1024px) {
  .need-help-show {
    overflow: hidden; }
    .need-help-show .need-help .background-overlay {
      opacity: 1;
      visibility: visible;
      z-index: 11;
      display: block; } }

@media (min-width: 1024px) {
  .header__mobile {
    display: none; } }

.header__mobile .haloHeaderMobile {
  display: flex;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 15px;
  min-height: 60px;
  max-height: 60px; }
  .header__mobile .haloHeaderMobile .haloHeaderMobile__item {
    display: flex;
    align-items: center; }
  .header__mobile .haloHeaderMobile .haloHeaderMobile__item--left {
    justify-content: flex-start; }
  .header__mobile .haloHeaderMobile .haloHeaderMobile__item--right {
    justify-content: flex-end; }
  .header__mobile .haloHeaderMobile .haloHeaderMobile__item--center {
    padding: 0 15px; }
    .header__mobile .haloHeaderMobile .haloHeaderMobile__item--center .header-logo {
      margin: 0;
      height: auto;
      padding-top: 5px;
      padding-bottom: 5px; }
      .header__mobile .haloHeaderMobile .haloHeaderMobile__item--center .header-logo .header-logo__link {
        width: 100%; }
  .header__mobile .haloHeaderMobile .navUser-action {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 0; }
  .header__mobile .haloHeaderMobile .mobileMenu-toggle {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 23px;
    height: 23px;
    margin-right: 12px; }
    .header__mobile .haloHeaderMobile .mobileMenu-toggle .mobileMenu-toggleIcon {
      width: 100%;
      top: 49%; }
      .header__mobile .haloHeaderMobile .mobileMenu-toggle .mobileMenu-toggleIcon:before {
        width: 100%;
        top: -7px; }
      .header__mobile .haloHeaderMobile .mobileMenu-toggle .mobileMenu-toggleIcon:after {
        width: 100%;
        bottom: -7px; }
    .header__mobile .haloHeaderMobile .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before {
      top: 0; }
    .header__mobile .haloHeaderMobile .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
      bottom: 0; }
  .header__mobile .haloHeaderMobile .navUserAction-login svg {
    width: 23px;
    height: 23px; }
  .header__mobile .haloHeaderMobile .navUser-actionCart {
    position: relative;
    margin-left: 12px;
    padding-right: 8px; }
    .header__mobile .haloHeaderMobile .navUser-actionCart svg {
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle; }
    .header__mobile .haloHeaderMobile .navUser-actionCart .countPill {
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      top: -8px;
      right: 0; }

@media (max-width: 1023px) {
  .header__desktop {
    display: none; } }

.body {
  padding-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }
  .home-layout-2[data-page-type="default"] .body {
    margin-bottom: 0; }
  .home-layout-3[data-page-type="default"] .body {
    margin-bottom: 0; }
  .home-layout-4[data-page-type="default"] .body {
    margin-bottom: 0; }

[data-page-type="page"] .body {
  margin-top: 0;
  margin-bottom: 0; }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.modal-background {
  background: rgba(51, 51, 51, 0.25); }

body::-webkit-scrollbar {
  width: 10px; }

body::-webkit-scrollbar-track {
  background: #f6f6f6; }

body::-webkit-scrollbar-thumb {
  background: #464646; }

body.is-side-block, body.quickSearch-open, body.has-activeNavPages, body.halo-open-before-you-leave {
  overflow: hidden; }
  body.is-side-block:after, body.quickSearch-open:after, body.has-activeNavPages:after, body.halo-open-before-you-leave:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    -moz-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    -ms-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s; }
  @media (min-width: 1280px) {
    body.is-side-block, body.quickSearch-open, body.has-activeNavPages, body.halo-open-before-you-leave {
      padding-right: 0px; } }

body.is-side-block:after {
  z-index: 180; }

body.halo-open-before-you-leave:after {
  z-index: 200; }

body.has-activeNavPages #sideBlock_menu {
  left: 0; }

.footer {
  background-color: #d5d3c7;
  border-top: 1px solid #e0dedc;
  position: relative; }
  .home-layout-2[data-page-type="default"] .footer .container.container-custom {
    padding: 0 15px; }
    @media (min-width: 1025px) {
      .home-layout-2[data-page-type="default"] .footer .container.container-custom {
        padding: 0 75px; } }
  .home-layout-3[data-page-type="default"] .footer .container.container-custom {
    padding: 0 15px; }
    @media (min-width: 1025px) {
      .home-layout-3[data-page-type="default"] .footer .container.container-custom {
        padding: 0 75px; } }

.footer-title-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.footer-info {
  margin: 0 0px;
  max-width: none;
  width: auto;
  font-size: 0;
  padding: 0px 0; }
  .footer--style2 .footer-info {
    padding: 60px 0 40px 0; }
  .home-layout-2 .footer-info {
    padding: 68px 0 40px; }
  .home-layout-3 .footer-info {
    padding: 58px 0 40px; }

.footer-info-col {
  padding-left: 15px;
  padding-right: 15px;
  color: black;
  display: inline-block;
  float: none;
  font-size: 15px;
  margin-bottom: 3rem;
  text-align: left;
  vertical-align: top;
  -ms-word-break: break-all;
  overflow-wrap: break-word; }
  @media (min-width: 551px) {
    .footer-info-col {
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

@media (min-width: 1200px) {
  .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1650px) {
  .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] {
    padding-left: 85px;
    padding-right: 85px; } }

.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix {
  display: flex;
  margin: 0;
  border: 1px solid black; }
  .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .form-input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: left;
    margin: 0;
    padding: 0 15px;
    border-radius: 0;
    border-color: transparent;
    background: transparent;
    color: black; }
    @media (min-width: 801px) {
      .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .form-input {
        height: 55px;
        line-height: 55px; } }
    .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .form-input::placeholder {
      color: black;
      text-transform: capitalize; }
    .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .form-input:-ms-input-placeholder {
      color: black;
      text-transform: capitalize; }
    .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .form-input::-webkit-input-placeholde {
      color: black;
      text-transform: capitalize; }
  .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button {
    width: 44px;
    height: 44px;
    margin-bottom: 0;
    font-size: 0;
    position: relative;
    margin-left: 0;
    border: none;
    margin-top: 0;
    background: black; }
    .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button::before, .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button::after {
      content: "";
      position: absolute;
      left: 50%;
      width: 10px;
      height: 2px;
      margin-left: -4px;
      background: #d5d3c7; }
    .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button::before {
      top: 50%;
      transform: rotate(45deg);
      margin-top: -4px; }
    .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button::after {
      bottom: 50%;
      transform: rotate(-45deg);
      margin-bottom: -4px; }
    .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button:hover, .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button:active {
      background: black; }
      .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button:hover::before, .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button:hover::after, .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button:active::before, .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button:active::after {
        background: #d5d3c7; }
    @media (min-width: 801px) {
      .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button {
        width: 55px;
        height: 55px; } }

@media (min-width: 1200px) {
  .footer-info-col[data-section-type="footer-logoRight"] .footer-info__logo {
    text-align: right; } }

@media (max-width: 767px) {
  .footer-info-col[data-section-type="footer-logoRight"] {
    margin-top: 15px;
    margin-bottom: 20px; } }

@media (min-width: 1261px) {
  .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix.wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

@media (min-width: 1200px) {
  .footer-info-col {
    margin-bottom: 20px; }
    .footer-info-col[data-section-type="storeInfo"] {
      width: 22.22222222222222%; }
      .footer--style2 .footer-info-col[data-section-type="storeInfo"] {
        width: 19%; }
    .footer-info-col[data-section-type="footer-categories"], .footer-info-col[data-section-type="footer-webPages"], .footer-info-col[data-section-type="footer-brands"] {
      width: 16.66666666666667%; }
      .footer--style2 .footer-info-col[data-section-type="footer-categories"], .footer--style2 .footer-info-col[data-section-type="footer-webPages"], .footer--style2 .footer-info-col[data-section-type="footer-brands"] {
        width: 13%; }
    .footer-info-col[data-section-type="newsletterSubscription"] {
      width: 27.77777777777778%; }
      .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] {
        width: 28%; }
    .footer-info-col[data-section-type="footer-logoRight"] {
      width: 14%; }
      .footer-info-col[data-section-type="footer-logoRight"] .footer-info__logo {
        margin-bottom: 25px; } }

@media (min-width: 768px) {
  .footer-info-col[data-section-type="footer-categories"] .footer-info-list, .footer-info-col[data-section-type="footer-webPages"] .footer-info-list, .footer-info-col[data-section-type="footer-brands"] .footer-info-list {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .footer-info-col {
    width: 33.33333333333333%; }
    .footer--style2 .footer-info-col {
      width: 24%; }
    .footer--style2 .footer-info-col[data-section-type="storeInfo"] {
      width: 28%; }
    .footer-info-col[data-section-type="newsletterSubscription"] {
      width: 66.66666666666667%;
      max-width: 450px; }
      .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] {
        width: 76%;
        max-width: 100%; }
        .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] > * {
          max-width: 66.6666%; }
    .footer-info-col[data-section-type="footer-logoRight"] {
      width: 24%; } }

@media (max-width: 767px) {
  .footer-info-col {
    width: 100%; }
    .footer-info-col[data-section-type="newsletterSubscription"] {
      width: 100%;
      max-width: 100%;
      margin-top: 4rem; }
      .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] {
        width: 100%; }
    .footer-info-col[data-section-type="footer-categories"], .footer-info-col[data-section-type="footer-webPages"], .footer-info-col[data-section-type="footer-brands"] {
      margin-bottom: 0; }
      .footer-info-col[data-section-type="footer-categories"] .footer-info-heading, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading {
        border-bottom: 1px solid #ffffff;
        margin-bottom: 0;
        padding: 15px 0;
        position: relative; }
        .footer-info-col[data-section-type="footer-categories"] .footer-info-heading:hover, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading:hover, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading:hover {
          cursor: pointer; }
        .footer-info-col[data-section-type="footer-categories"] .footer-info-heading:before, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading:before, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading:before {
          top: 50%;
          right: 5px;
          z-index: 2;
          content: "";
          width: 2px;
          height: 12px;
          position: absolute;
          transition: all .4s ease;
          transform: translateY(-50%);
          background-color: #ffffff; }
        .footer-info-col[data-section-type="footer-categories"] .footer-info-heading:after, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading:after, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading:after {
          top: 50%;
          right: 0;
          z-index: 2;
          content: "";
          width: 12px;
          height: 2px;
          position: absolute;
          transform: translateY(-50%);
          background-color: #ffffff; }
      .footer-info-col[data-section-type="footer-categories"].open-dropdown .footer-info-heading:before, .footer-info-col[data-section-type="footer-webPages"].open-dropdown .footer-info-heading:before, .footer-info-col[data-section-type="footer-brands"].open-dropdown .footer-info-heading:before {
        transform: translateY(-50%) rotate(90deg); }
      .footer-info-col[data-section-type="footer-categories"] .footer-info-list, .footer-info-col[data-section-type="footer-webPages"] .footer-info-list, .footer-info-col[data-section-type="footer-brands"] .footer-info-list {
        display: none;
        margin-bottom: 30px;
        margin-top: 12px; } }

.footer-bottom {
  background-color: black;
  padding: 35px 0 30px; }
  .home-layout-2 .footer-bottom {
    padding: 35px 0 18px; }
  .home-layout-3 .footer-bottom {
    padding: 35px 0 13px; }
  .home-layout-4 .footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.3); }
  .footer-bottom .footer-copyright {
    display: inline-block; }
  .footer-bottom .footer-bottom__container {
    font-size: 0; }
  .footer-bottom .footer-bottom__left {
    font-size: 16px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    text-align: left;
    margin-bottom: 15px; }
    .home-layout-3 .footer-bottom .footer-bottom__left {
      font-size: 13px; }
  .footer-bottom .footer-bottom__center {
    font-size: 16px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 15px; }
  .footer-bottom .footer-bottom__right {
    font-size: 16px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    text-align: right; }
    .footer-bottom .footer-bottom__right .footer-payment-icons {
      margin-top: 0; }
  .footer-bottom .has-item-center .footer-bottom__left,
  .footer-bottom .has-item-center .footer-bottom__center,
  .footer-bottom .has-item-center .footer-bottom__right {
    width: 33.33334%; }
  @media (max-width: 1199px) {
    .footer-bottom .footer-bottom__left,
    .footer-bottom .footer-bottom__center,
    .footer-bottom .footer-bottom__right {
      width: 100%;
      text-align: left;
      padding: 0; } }
  @media (max-width: 1279px) {
    .home-layout-2 .footer-bottom .footer-bottom__left,
    .home-layout-2 .footer-bottom .footer-bottom__center,
    .home-layout-2 .footer-bottom .footer-bottom__right {
      width: 100%;
      text-align: center;
      padding: 0;
      margin-bottom: 20px; }
    .home-layout-2 .footer-bottom .footer-bottom__center .footer-copyright {
      display: block;
      text-align: center; } }
  @media (max-width: 1279px) {
    .home-layout-3 .footer-bottom .footer-bottom__left,
    .home-layout-3 .footer-bottom .footer-bottom__center,
    .home-layout-3 .footer-bottom .footer-bottom__right {
      width: 100%;
      text-align: center;
      padding: 0;
      margin-bottom: 20px; }
    .home-layout-3 .footer-bottom .footer-bottom__center .footer-copyright {
      display: block;
      text-align: center; } }

.footer-info [data-section-type="storeInfo"] address {
  font-style: normal;
  line-height: 26px;
  margin-bottom: 15px;
  letter-spacing: 0.02em; }
  .home-layout-2 .footer-info [data-section-type="storeInfo"] address {
    font-size: 16px; }
  .home-layout-3 .footer-info [data-section-type="storeInfo"] address {
    font-size: 16px; }

.footer-info [data-section-type="storeInfo"] .footer-info__phone {
  display: block;
  margin-bottom: 0; }
  .footer-info [data-section-type="storeInfo"] .footer-info__phone a {
    display: inline-block;
    line-height: 26px;
    text-decoration: none;
    letter-spacing: 0.02em; }
    .home-layout-2 .footer-info [data-section-type="storeInfo"] .footer-info__phone a {
      font-size: 16px; }
    .home-layout-3 .footer-info [data-section-type="storeInfo"] .footer-info__phone a {
      font-size: 16px; }

.footer-info [data-section-type="storeInfo"] .footer-info-col--social {
  margin-top: 30px; }
  .footer-info [data-section-type="storeInfo"] .footer-info-col--social .socialLinks {
    line-height: 1; }

.footer-info .footer-info-list > li > a {
  padding: 7px 0;
  display: inline-block; }

.footer-info [data-section-type="newsletterSubscription"] .footer-info-heading {
  margin-bottom: 20px; }

.footer-info [data-section-type="newsletterSubscription"] p {
  line-height: 22px;
  margin-bottom: 30px; }

.footer-info [data-section-type="newsletterSubscription"] form .form-field {
  margin-bottom: 0; }

.home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .form-input {
  color: #000000; }
  .home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .form-input::placeholder {
    color: #646464; }
  .home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .form-input:-ms-input-placeholder {
    color: #646464; }
  .home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .form-input::-ms-input-placeholder {
    color: #646464; }

.home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .button {
  box-shadow: none;
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
  min-width: 132px; }
  @media (min-width: 1025px) {
    .home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .button:hover {
      color: white;
      background-color: #1d1d1d;
      border: 1px solid white; } }

.home-layout-3 .footer-info [data-section-type="newsletterSubscription"] form .form-input {
  color: #000000; }
  .home-layout-3 .footer-info [data-section-type="newsletterSubscription"] form .form-input::placeholder {
    color: #646464; }
  .home-layout-3 .footer-info [data-section-type="newsletterSubscription"] form .form-input:-ms-input-placeholder {
    color: #646464; }
  .home-layout-3 .footer-info [data-section-type="newsletterSubscription"] form .form-input::-ms-input-placeholder {
    color: #646464; }

.home-layout-3 .footer-info [data-section-type="newsletterSubscription"] form .button {
  box-shadow: none;
  background-color: white;
  border: 1px solid white;
  color: #1d1d1d;
  min-width: 126px;
  font-size: 16px;
  border-radius: 8px; }
  @media (min-width: 1025px) {
    .home-layout-3 .footer-info [data-section-type="newsletterSubscription"] form .button:hover {
      color: white;
      background-color: #1d1d1d; } }

@media (min-width: 1261px) {
  .footer-info [data-section-type="newsletterSubscription"] form .form-prefixPostfix-button--postfix {
    margin-left: 15px; } }

.footer-info-heading {
  color: black;
  font-size: 18px;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .home-layout-2 .footer-info-heading {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 17px; }
  .home-layout-3 .footer-info-heading {
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 17px;
    font-weight: 900;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .footer--style2 .footer-info-heading {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .footer--style2 .footer-info-heading {
        text-decoration: solid underline 2px;
        text-underline-offset: 9px;
        font-size: 17px; } }

.footer-info-col .footer-info__logo_txt {
  color: black;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .footer-info-col .footer-info__logo_txt {
      text-decoration: solid underline 2px;
      text-underline-offset: 9px;
      font-size: 17px; } }

.footer-info-col a {
  text-underline-offset: 3px; }

.footer-info-col a,
.footer-info-col p,
.footer-info-col address {
  color: black; }
  .footer-info-col a:hover,
  .footer-info-col p:hover,
  .footer-info-col address:hover {
    color: white; }

.footer-info-col .footer-info__phone svg, .footer-info-col .footer-info__mail svg {
  margin-top: -3px;
  margin-right: 6px; }

.footer-info-col .socialLinks .icon svg {
  fill: black; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: black;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: white; }
      .home-layout-4 .footer-info-list a:hover {
        text-decoration: underline;
        text-underline-offset: 5px; }

.footer-copyright {
  text-align: left; }
  .footer-copyright > .powered-by {
    color: black;
    margin: 0;
    line-height: 20px;
    letter-spacing: 0.02em; }
    .home-layout-2 .footer-copyright > .powered-by {
      color: #707070; }
    .home-layout-3 .footer-copyright > .powered-by {
      color: #010101;
      text-align: center; }
  .footer-copyright > .paypal-credit {
    color: black;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: black;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: black; }
    .home-layout-2 .footer-copyright a {
      color: #707070; }
      .home-layout-2 .footer-copyright a:hover {
        color: black; }
    .home-layout-3 .footer-copyright a {
      color: #010101; }
      .home-layout-3 .footer-copyright a:hover {
        color: black; }
    .home-layout-4 .footer-copyright a:hover {
      color: black;
      text-decoration: underline;
      text-underline-offset: 5px; }

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem;
  font-size: 0;
  height: auto; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 24px;
    vertical-align: middle;
    width: 38px;
    border-radius: 2px;
    background-color: #ffffff;
    margin-bottom: 15px;
    margin-right: 15px; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--visa {
      background: #0e4595; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--americanExpress {
      background: #2478bc; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--cirrus {
      background: #013474; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--westernUnion {
      background: #f7de4b; }
    .footer-payment-icons .footer-payment-icon:last-child {
      margin-right: 0; }
  .footer-payment-icons svg {
    fill: black; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  text-align: left; }

@media (max-width: 767px) {
  .footer-info {
    padding: 30px 0; }
  .footer-info-col[data-section-type="newsletterSubscription"] {
    margin-bottom: 20px; } }

[contenteditable="true"]:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
button:focus,
details:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  outline-offset: 0px !important; }

.home-layout-4 {
  font-size: 16px; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 900px) {
    .container {
      padding: 0 10px;
      max-width: 1920px; } }
  @media (min-width: 1024px) {
    .container {
      padding: 0 1rem;
      max-width: 1920px; } }
  @media (min-width: 1450px) {
    .container {
      padding: 0 1.4rem;
      max-width: 1920px; } }
  @media (min-width: 1680px) {
    .container {
      padding: 0 2rem;
      max-width: 1920px; } }
  .home-layout-2[data-page-type="default"] .container.container-custom, .home-layout-2[data-page-type="default"] .container.container--heroCarousel {
    padding: 0;
    max-width: 100%; }
  @media (min-width: 1280px) {
    .home-layout-2[data-page-type="default"] .container {
      max-width: 1720px; } }
  .home-layout-3[data-page-type="default"] .container.container-custom, .home-layout-3[data-page-type="default"] .container.container--heroCarousel {
    padding: 0;
    max-width: 100%; }
  .home-layout-4[data-page-type="default"] .container.container-custom {
    max-width: 100%; }
    @media (min-width: 1200px) {
      .home-layout-4[data-page-type="default"] .container.container-custom {
        padding: 0; } }

body[data-page-type="category"] .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 900px) {
    body[data-page-type="category"] .container {
      padding: 0 10px;
      max-width: 1920px; } }
  @media (min-width: 1024px) {
    body[data-page-type="category"] .container {
      padding: 0 1rem;
      max-width: 1920px; } }
  @media (min-width: 1450px) {
    body[data-page-type="category"] .container {
      padding: 0 1.4rem;
      max-width: 1920px; } }
  @media (min-width: 1680px) {
    body[data-page-type="category"] .container {
      padding: 0 2rem;
      max-width: 1920px; } }
  .home-layout-2[data-page-type="default"] body[data-page-type="category"] .container.container-custom, .home-layout-2[data-page-type="default"] body[data-page-type="category"] .container.container--heroCarousel {
    padding: 0;
    max-width: 100%; }
  @media (min-width: 1280px) {
    .home-layout-2[data-page-type="default"] body[data-page-type="category"] .container {
      max-width: 1720px; } }
  .home-layout-3[data-page-type="default"] body[data-page-type="category"] .container.container-custom, .home-layout-3[data-page-type="default"] body[data-page-type="category"] .container.container--heroCarousel {
    padding: 0;
    max-width: 100%; }
  .home-layout-4[data-page-type="default"] body[data-page-type="category"] .container.container-custom {
    max-width: 100%; }
    @media (min-width: 1200px) {
      .home-layout-4[data-page-type="default"] body[data-page-type="category"] .container.container-custom {
        padding: 0; } }

body[data-page-type="product"] .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 900px) {
    body[data-page-type="product"] .container {
      padding: 0 10px;
      max-width: 1920px; } }
  @media (min-width: 1024px) {
    body[data-page-type="product"] .container {
      padding: 0 1rem;
      max-width: 1920px; } }
  @media (min-width: 1450px) {
    body[data-page-type="product"] .container {
      padding: 0 1.4rem;
      max-width: 1920px; } }
  @media (min-width: 1680px) {
    body[data-page-type="product"] .container {
      padding: 0 2rem;
      max-width: 1920px; } }
  .home-layout-2[data-page-type="default"] body[data-page-type="product"] .container.container-custom, .home-layout-2[data-page-type="default"] body[data-page-type="product"] .container.container--heroCarousel {
    padding: 0;
    max-width: 100%; }
  @media (min-width: 1280px) {
    .home-layout-2[data-page-type="default"] body[data-page-type="product"] .container {
      max-width: 1720px; } }
  .home-layout-3[data-page-type="default"] body[data-page-type="product"] .container.container-custom, .home-layout-3[data-page-type="default"] body[data-page-type="product"] .container.container--heroCarousel {
    padding: 0;
    max-width: 100%; }
  .home-layout-4[data-page-type="default"] body[data-page-type="product"] .container.container-custom {
    max-width: 100%; }
    @media (min-width: 1200px) {
      .home-layout-4[data-page-type="default"] body[data-page-type="product"] .container.container-custom {
        padding: 0; } }

body[data-page-type="page"] .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 900px) {
    body[data-page-type="page"] .container {
      padding: 0 10px;
      max-width: 1920px; } }
  @media (min-width: 1024px) {
    body[data-page-type="page"] .container {
      padding: 0 1rem;
      max-width: 1920px; } }
  @media (min-width: 1450px) {
    body[data-page-type="page"] .container {
      padding: 0 1.4rem;
      max-width: 1920px; } }
  @media (min-width: 1680px) {
    body[data-page-type="page"] .container {
      padding: 0 2rem;
      max-width: 1920px; } }
  .home-layout-2[data-page-type="default"] body[data-page-type="page"] .container.container-custom, .home-layout-2[data-page-type="default"] body[data-page-type="page"] .container.container--heroCarousel {
    padding: 0;
    max-width: 100%; }
  @media (min-width: 1280px) {
    .home-layout-2[data-page-type="default"] body[data-page-type="page"] .container {
      max-width: 1720px; } }
  .home-layout-3[data-page-type="default"] body[data-page-type="page"] .container.container-custom, .home-layout-3[data-page-type="default"] body[data-page-type="page"] .container.container--heroCarousel {
    padding: 0;
    max-width: 100%; }
  .home-layout-4[data-page-type="default"] body[data-page-type="page"] .container.container-custom {
    max-width: 100%; }
    @media (min-width: 1200px) {
      .home-layout-4[data-page-type="default"] body[data-page-type="page"] .container.container-custom {
        padding: 0; } }

.container-mrh {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 1280px) {
    .container-mrh {
      padding: 0 75px;
      max-width: 1920px; } }

.container--medium {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.container--small {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

.row {
  margin: 0 -15px; }

.page-heading {
  color: black;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none; }
  .home-layout-4 .page-heading {
    font-size: 32px; }
    @media (max-width: 767px) {
      .home-layout-4 .page-heading {
        font-size: 24px; } }

.halo-heading {
  font-size: 24px;
  font-weight: 700;
  color: black;
  display: block;
  text-align: center;
  margin: 0 0 25px 0;
  text-transform: capitalize;
  position: relative; }
  .home-layout-2 .halo-heading {
    font-weight: 900; }
  .home-layout-3 .halo-heading {
    font-weight: 900; }
  .home-layout-4 .halo-heading {
    font-weight: 900;
    text-transform: uppercase; }

@media (max-width: 767px) {
  .page-heading {
    font-size: 24px; } }

.hide {
  display: none; }

.scrollbar {
  overflow-y: auto; }
  .scrollbar::-webkit-scrollbar {
    width: 10px; }
  .scrollbar::-webkit-scrollbar-track {
    background: #EAEAEA; }
  .scrollbar::-webkit-scrollbar-thumb {
    background: #000000; }

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

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

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

.txt-trans-up {
  text-transform: uppercase; }

.txt-dec-under {
  text-decoration: underline; }

.d-inline-block {
  display: inline-block; }

.w-100 {
  width: 100%; }

.icon-loading {
  display: block;
  margin: 0 auto; }

.icon-arrow-right {
  position: relative;
  width: 8px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 12px; }
  .icon-arrow-right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 8px;
    height: 2px;
    background: black;
    transform: rotate(45deg); }
  .icon-arrow-right:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 8px;
    height: 2px;
    background: black;
    transform: rotate(-45deg); }

@media (min-width: 1025px) {
  .link-effect > .text {
    position: relative; }
    .link-effect > .text:after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0;
      height: 1px;
      width: 100%;
      transform: scaleX(0);
      transition: transform 350ms ease-out;
      transform-origin: right;
      background: black; }
  .link-effect:hover .text:after {
    transform: scaleX(1);
    transform-origin: left;
    background: black; }
  .image-zoom img {
    will-change: transform;
    transition: transform .64s ease; }
  .image-zoom:hover img {
    transform: scale(1.08); }
  .animate-icon:hover img {
    animation: animateBounceIn forwards;
    animation-duration: 1s;
    animation-delay: 0; } }

img:not(.card-image).lazyloaded {
  opacity: 1;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both; }

.bar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: black;
  display: block;
  transition: left .3s ease-in-out; }

@media (min-width: 1200px) {
  .showDotsBar {
    margin-bottom: 45px; }
    .showDotsBar .slick-dots {
      display: none !important; } }

.showDotsBar + .progress {
  width: 100%;
  height: 4px;
  overflow: hidden;
  background-color: #f0f0f0;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
  display: none; }
  @media (min-width: 1200px) {
    .showDotsBar + .progress {
      display: block; } }

.bgRating--full {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306' id='icon-star' fill='%23fac318'%3E%3Cpolygon points='153,230.775 247.35,299.625 211.65,187.425 306,121.125 191.25,121.125 153,6.375 114.75,121.125 0,121.125 94.35,187.425 58.65,299.625 '%3E%3C/polygon%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }

.bgRating--empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306' id='icon-star' fill='%23e4e4e4'%3E%3Cpolygon points='153,230.775 247.35,299.625 211.65,187.425 306,121.125 191.25,121.125 153,6.375 114.75,121.125 0,121.125 94.35,187.425 58.65,299.625 '%3E%3C/polygon%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }

.halo--checkbox {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 5px;
  font-size: 0; }
  .halo--checkbox label {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #202020;
    border-radius: 0; }
    .halo--checkbox label:after {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='%23ffffff'/%3E%3C/svg%3E");
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 100%;
      transform: scale(0);
      opacity: 0;
      width: 14px;
      height: 14px;
      display: block; }
  .halo--checkbox .form-checkbox:checked + label {
    background-color: #202020; }
    .halo--checkbox .form-checkbox:checked + label::after {
      transform: scale(1);
      opacity: 1; }

.btnViewAll {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #8e0000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-decoration: none;
  background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  text-transform: capitalize; }
  .btnViewAll:hover {
    color: #8e0000;
    background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%); }
  .home-layout-3 .btnViewAll {
    background-image: none;
    text-transform: none;
    padding-right: 28px; }
    .home-layout-3 .btnViewAll:after {
      content: '';
      position: absolute;
      right: 5px;
      top: 5px;
      border: solid black;
      border-width: 0 1px 1px 0;
      padding: 3px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    .home-layout-3 .btnViewAll:hover:after {
      border: solid #8e0000;
      border-width: 0 1px 1px 0; }

p:focus-visible {
  outline: none; }

@media (max-width: 550px) {
  .btnViewAll {
    display: none; } }

.halo-comingSoon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: #f6f6f6;
  color: black;
  font-size: 16px; }

.siteMap-lv1 {
  list-style: none;
  margin-left: 0; }
  .siteMap-lv1 > li {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
    margin-bottom: 30px; }
    .siteMap-lv1 > li h2 {
      margin-top: 0;
      margin-bottom: 10px;
      color: black;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase; }
  .siteMap-lv1 li {
    line-height: 1.8; }
    .siteMap-lv1 li a {
      text-decoration: none; }
      .siteMap-lv1 li a span {
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 90%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .5s; }
      .siteMap-lv1 li a:hover span {
        background-size: 100% 1px; }
  .siteMap-lv1 .siteMap-lv2 {
    list-style: none; }
    .siteMap-lv1 .siteMap-lv2 > li {
      padding: 3px 0; }
      .siteMap-lv1 .siteMap-lv2 > li > a {
        font-weight: 700; }
    .siteMap-lv1 .siteMap-lv2 .siteMap-lv3 {
      list-style: none;
      margin-top: 5px;
      margin-bottom: 10px; }
      .siteMap-lv1 .siteMap-lv2 .siteMap-lv3 > li > a {
        font-weight: 500; }
      .siteMap-lv1 .siteMap-lv2 .siteMap-lv3 ul {
        list-style: none;
        margin-top: 5px;
        margin-bottom: 10px; }
        .siteMap-lv1 .siteMap-lv2 .siteMap-lv3 ul li a {
          color: #787878; }
          .siteMap-lv1 .siteMap-lv2 .siteMap-lv3 ul li a:hover {
            color: #8e0000; }

.btn-close {
  font-size: 0;
  width: 23px;
  height: 23px;
  padding: 0;
  position: relative; }
  .btn-close:before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background-color: #000000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    padding: 0; }
  .btn-close:after {
    content: '';
    width: 2px;
    height: 100%;
    display: block;
    background-color: #000000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    padding: 0; }

#sideBlock_category.halo-side-block,
#sideBlock_search.halo-side-block,
#sideBlock_brand.halo-side-block,
#sideBlock_blog.halo-side-block {
  transform: translate3d(-112%, 0, 0); }
  #sideBlock_category.halo-side-block.is-open,
  #sideBlock_search.halo-side-block.is-open,
  #sideBlock_brand.halo-side-block.is-open,
  #sideBlock_blog.halo-side-block.is-open {
    transform: translate3d(0, 0, 0); }

.halo-side-block {
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: -webkit-calc(100% - 43px);
  width: -moz-calc(100% - 43px);
  width: -moz-calc(100% - 43px);
  width: calc(100% - 43px);
  max-width: 100%;
  background: #f6f4ee;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 200;
  transform: translate3d(112%, 0, 0); }
  .halo-side-block.is-open {
    right: 0;
    transform: translate3d(0, 0, 0); }
  .halo-side-block .side-block-container {
    width: 100%;
    height: 100%; }
  .halo-side-block .side-block-header {
    position: relative;
    padding: 30px 30px 26px 30px;
    height: 80px; }
    .halo-side-block .side-block-header h3 {
      margin: 0;
      text-transform: capitalize; }
  .halo-side-block .side-block-body {
    padding: 0 30px 30px 30px;
    overflow-y: auto;
    width: 100%;
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: -ms-calc(100% - 80px);
    height: calc(100% - 80px); }
    .halo-side-block .side-block-body::-webkit-scrollbar {
      width: 10px; }
    .halo-side-block .side-block-body::-webkit-scrollbar-track {
      background: #f6f6f6; }
    .halo-side-block .side-block-body::-webkit-scrollbar-thumb {
      background: #464646; }
  .halo-side-block .btn-close {
    position: absolute;
    top: calc((80px - 23px) / 2) !important;
    z-index: 3 !important;
    right: calc(1.389vw + 10px) !important;
    left: unset;
    /* right: 0; */ }
    .halo-side-block .btn-close:before, .halo-side-block .btn-close:after {
      background-color: #000000 !important; }
  .halo-side-block.haloSideBlock--left {
    right: auto;
    left: -102%;
    transform: unset; }
    .halo-side-block.haloSideBlock--left.is-open {
      left: 0; }
    .halo-side-block.haloSideBlock--left .btn-close {
      left: auto;
      right: -41px; }
  .halo-side-block#sideBlock_cart .side-block-header {
    position: unset !important;
    padding: unset !important;
    height: 0px !important;
    width: 0px !important; }
    .halo-side-block#sideBlock_cart .side-block-header h3 {
      margin: 0;
      text-transform: capitalize; }
  .halo-side-block#sideBlock_cart .btn-close {
    top: calc((80px - 23px) / 2) !important;
    z-index: 3 !important;
    right: calc(1.389vw + 10px) !important;
    left: unset;
    /* right: 0; */ }
    .halo-side-block#sideBlock_cart .btn-close:before, .halo-side-block#sideBlock_cart .btn-close:after {
      background-color: #000000 !important; }
  .halo-side-block#sideBlock_cart .side-block-body {
    padding: 0 1.389vw;
    height: calc(100% - 155px) !important;
    padding-top: 90px; }
    @media (max-width: 767px) {
      .halo-side-block#sideBlock_cart .side-block-body {
        padding: 0 2.604vw;
        padding-top: 90px; } }
    @media (max-width: 599px) {
      .halo-side-block#sideBlock_cart .side-block-body {
        padding: 0 2.778vw;
        padding-top: 90px; } }
    @media (max-width: 480px) {
      .halo-side-block#sideBlock_cart .side-block-body {
        padding: 0 2.778vw;
        padding-top: 90px;
        height: calc(100% - 200px) !important; } }
  @media (max-width: 550px) {
    .halo-side-block .side-block-header {
      padding: 20px 20px 16px 20px; }
    .halo-side-block .side-block-body {
      padding: 0 20px 20px 20px;
      height: -webkit-calc(100% - 60px);
      height: -moz-calc(100% - 60px);
      height: -ms-calc(100% - 60px);
      height: calc(100% - 60px); }
      .halo-side-block .side-block-body::-webkit-scrollbar {
        width: 5px; }
    .halo-side-block .btn-close {
      top: 10px;
      left: -33px; }
    .halo-side-block.haloSideBlock--left .btn-close {
      left: auto;
      right: -33px; } }
  @media (min-width: 1024px) {
    .halo-side-block {
      max-width: 507px; } }
  @media (min-width: 1441px) {
    .halo-side-block {
      max-width: 35.208vw; } }

.at-share-btn-elements .at-icon-wrapper {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin: 0 8px 0 0 !important; }
  .at-share-btn-elements .at-icon-wrapper svg {
    width: 20px !important;
    height: 20px !important;
    fill: black !important; }
  .at-share-btn-elements .at-icon-wrapper:first-child {
    margin-left: -5px !important; }
  .at-share-btn-elements .at-icon-wrapper:last-child {
    margin-right: 0 !important; }

.halo_securityImage {
  margin-top: 20px;
  margin-bottom: 25px; }
  .halo_securityImage .halo_securityDes {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px; }
  .halo_securityImage ul {
    list-style: none;
    margin: 0;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px; }
    .halo_securityImage ul li {
      margin: 0 20px 0 0;
      display: inline-block; }
      .halo_securityImage ul li:last-child {
        margin-right: 0; }
    .halo_securityImage ul::-webkit-scrollbar {
      height: 5px; }
    .halo_securityImage ul::-webkit-scrollbar-track {
      background: #EAEAEA; }
    .halo_securityImage ul::-webkit-scrollbar-thumb {
      background: #000000; }

#sideBlock_login .navPages-accountList .navPages-item {
  float: none; }

#sideBlock_login .login-form-popup {
  margin-bottom: 20px; }
  #sideBlock_login .login-form-popup .form-field {
    margin-bottom: 0; }
    #sideBlock_login .login-form-popup .form-field + .form-field {
      margin-top: 20px; }
    #sideBlock_login .login-form-popup .form-field .form-label {
      color: black;
      font-weight: 500;
      line-height: 24px; }
    #sideBlock_login .login-form-popup .form-field .form-input {
      color: black;
      border-color: #CCCCCC; }
      #sideBlock_login .login-form-popup .form-field .form-input::placeholder {
        color: black; }
      #sideBlock_login .login-form-popup .form-field .form-input:-ms-input-placeholder {
        color: black; }
      #sideBlock_login .login-form-popup .form-field .form-input::-ms-input-placeholder {
        color: black; }
  #sideBlock_login .login-form-popup .form-actions {
    margin-top: 15px; }
    #sideBlock_login .login-form-popup .form-actions .button {
      width: 100%;
      display: block;
      margin-bottom: 25px; }
    #sideBlock_login .login-form-popup .form-actions .forgot-password {
      margin: 0;
      color: #0484FE;
      text-decoration: none;
      border-bottom: 1px solid #0484FE;
      line-height: 1;
      display: inline-block;
      width: auto; }

#sideBlock_login .new-customer {
  width: 100%;
  padding: 0;
  float: none; }
  #sideBlock_login .new-customer .button {
    width: 100%;
    display: block; }

.halo-home-section {
  margin-bottom: 30px; }
  .home-layout-4 .halo-home-section {
    display: inline-block;
    width: 100%; }

.haloProductBlockFull .container-custom {
  padding: 0;
  max-width: 100%; }
  @media (max-width: 1199px) {
    .haloProductBlockFull .container-custom {
      padding: 0 5px 0 5px; } }
  .haloProductBlockFull .container-custom .row {
    margin: 0; }
  .haloProductBlockFull .container-custom .halo-heading {
    text-align: left;
    padding-left: 10px; }
    @media (max-width: 1199px) {
      .haloProductBlockFull .container-custom .halo-heading {
        padding-right: 10px; } }
    @media (min-width: 1200px) {
      .haloProductBlockFull .container-custom .halo-heading {
        padding-left: calc(2rem + 15px); } }
    .haloProductBlockFull .container-custom .halo-heading .btnViewAll {
      right: 15px; }
      @media (min-width: 1200px) {
        .haloProductBlockFull .container-custom .halo-heading .btnViewAll {
          right: calc(2rem + 15px); } }

.haloProductBlockFull .productCarousel {
  margin: 0; }
  @media (min-width: 1200px) {
    .haloProductBlockFull .productCarousel {
      padding-left: 2rem; } }
  @media (min-width: 1200px) {
    .haloProductBlockFull .productCarousel .slick-list {
      padding-right: 2rem; } }
  @media (min-width: 1200px) {
    .haloProductBlockFull .productCarousel .slick-prev {
      left: calc(2rem + 30px);
      left: -7.5px;
      background-color: rgba(214, 212, 200, 0.9);
      border: 1px solid rgba(214, 212, 200, 0.9); } }
  @media (min-width: 1280px) {
    .haloProductBlockFull .productCarousel .slick-prev {
      left: calc(2rem + 30px);
      left: -25px;
      background-color: rgba(214, 212, 200, 0.9);
      border: 1px solid rgba(214, 212, 200, 0.9); } }
  @media (min-width: 1200px) {
    .haloProductBlockFull .productCarousel .slick-next {
      right: calc(2rem + 30px);
      right: -7.5px;
      background-color: rgba(214, 212, 200, 0.9);
      border: 1px solid rgba(214, 212, 200, 0.9); } }
  @media (min-width: 1280px) {
    .haloProductBlockFull .productCarousel .slick-next {
      right: calc(2rem + 30px);
      right: -25px;
      background-color: rgba(214, 212, 200, 0.9);
      border: 1px solid rgba(214, 212, 200, 0.9); } }
  @media (max-width: 550px) {
    .haloProductBlockFull .productCarousel {
      padding-bottom: 20px; }
      .haloProductBlockFull .productCarousel .slick-arrow {
        top: 30%; } }
  .haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 25%; }
    .haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
      display: none; }
    @media (max-width: 1199px) {
      .haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 33.33334%; }
        .haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
          display: none; } }
    @media (max-width: 991px) {
      .haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 50%; }
        .haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
          display: none; } }
    @media (max-width: 520px) {
      .haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 100%; }
        .haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+2) {
          display: none; } }

.home-layout-2 #homeProductFeatured, .home-layout-3 #homeProductFeatured {
  margin-top: 20px;
  display: inline-block;
  width: 100%; }

.home-layout-4 #homeProductFeatured {
  margin-top: 20px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .home-layout-4 #homeProductFeatured {
      margin-top: 40px; } }

#homeProductFeatured .halo-heading {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #homeProductFeatured .halo-heading {
      margin-bottom: 40px; } }

#homeProductFeatured .productCarousel {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px; }
  .home-layout-2 #homeProductFeatured .productCarousel {
    margin-bottom: 30px; }
  .home-layout-4 #homeProductFeatured .productCarousel {
    padding-bottom: 0px;
    margin-bottom: 55px; }
    @media (max-width: 550px) {
      .home-layout-4 #homeProductFeatured .productCarousel {
        padding-bottom: 20px; } }
  @media (min-width: 768px) {
    #homeProductFeatured .productCarousel {
      margin-bottom: 85px; }
      .home-layout-2 #homeProductFeatured .productCarousel, .home-layout-3 #homeProductFeatured .productCarousel {
        margin-bottom: 40px; }
      .home-layout-4 #homeProductFeatured .productCarousel {
        margin-bottom: 25px; } }
  @media (min-width: 1025px) {
    .home-layout-4 #homeProductFeatured .productCarousel {
      margin-bottom: 25px; } }
  #homeProductFeatured .productCarousel .slick-arrow {
    top: 40%; }
  #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 25%;
    display: inline-block; }
    #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
      display: none; }
    @media (max-width: 800px) {
      #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 33.33334%; }
        #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
          display: none; } }
    @media (max-width: 550px) {
      #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 50%; }
        #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
          display: none; } }

#homeService {
  margin-bottom: 30px; }
  #homeService .homeService__container {
    padding: 30px 0 30px; }
  #homeService .homeService__carousel:not(.slick-initialized) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  #homeService .homeService__item {
    width: 33.33%;
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    #homeService .homeService__item .homeService__img {
      text-align: center; }
      #homeService .homeService__item .homeService__img img {
        width: auto;
        display: inline-block; }
    #homeService .homeService__item .homeService__content {
      padding-left: 24px;
      text-align: left;
      width: calc(100% - 125px); }
      #homeService .homeService__item .homeService__content h5 {
        font-size: 20px;
        color: black;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 10px;
        text-transform: capitalize; }
      #homeService .homeService__item .homeService__content p {
        color: black;
        line-height: 26px;
        letter-spacing: 0.02em;
        margin-bottom: 5px; }
      #homeService .homeService__item .homeService__content a {
        color: black;
        letter-spacing: 0.02em;
        text-decoration: none;
        border-bottom: 1px solid black;
        line-height: 1;
        display: inline-block; }
  @media (max-width: 1024px) {
    #homeService .homeService__container {
      display: block;
      padding: 30px 0; }
      #homeService .homeService__container .homeService__carousel {
        font-size: 0; }
      #homeService .homeService__container .homeService__item {
        display: inline-block;
        vertical-align: top; }
        #homeService .homeService__container .homeService__item .homeService__img {
          margin: 0 0 15px;
          width: 100%; }
        #homeService .homeService__container .homeService__item .homeService__content {
          padding-left: 0;
          font-size: 16px;
          text-align: center; }
          #homeService .homeService__container .homeService__item .homeService__content h5 {
            font-size: 18px; } }
  @media (max-width: 767px) {
    #homeService .homeService__container {
      padding: 15px 0; }
      #homeService .homeService__container .homeService__item {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px; }
      #homeService .homeService__container .homeService__carousel {
        margin-bottom: 30px;
        position: relative; }
        #homeService .homeService__container .homeService__carousel:not(.slick-initialized) .homeService__item:nth-child(n+2) {
          display: none; } }

#homeTopBanner {
  margin-bottom: 55px; }
  #homeTopBanner .homeTopBanner__container {
    position: relative; }
    #homeTopBanner .homeTopBanner__container .homeTopBanner__img {
      position: relative;
      overflow: hidden; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: 0;
        width: auto;
        max-height: 100%;
        object-fit: contain;
        /* Object-fit polyfill */
        font-family: 'object-fit: contain;'; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__img:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 37.85310734463277%; }
    #homeTopBanner .homeTopBanner__container .homeTopBanner__content {
      text-align: center;
      padding: 20px;
      background-color: #f6f6f6; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__title {
        margin-top: 0;
        margin-bottom: 0;
        color: black;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__price {
        color: black;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 20px; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__des {
        color: black;
        line-height: 24px;
        margin-bottom: 25px; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__content .button {
        margin-bottom: 0;
        min-width: 180px; }
  @media (min-width: 1200px) {
    #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__title {
      font-size: 50px; }
    #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__price {
      font-size: 18px;
      margin-bottom: 35px; }
    #homeTopBanner .homeTopBanner__container .homeTopBanner__content .button {
      margin-top: 20px; } }
  @media (min-width: 1025px) {
    #homeTopBanner .homeTopBanner__container .homeTopBanner__content {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 15px 125px;
      max-width: 600px;
      text-align: left;
      background-color: transparent;
      max-height: 100%;
      overflow-y: auto; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__content::-webkit-scrollbar {
        width: 10px; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__content::-webkit-scrollbar-track {
        background: #EAEAEA; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__content::-webkit-scrollbar-thumb {
        background: #000000; } }
  @media (max-width: 1199px) and (min-width: 1025px) {
    #homeTopBanner .homeTopBanner__container .homeTopBanner__content {
      padding: 25px 20px;
      max-width: 500px; } }
  @media (max-width: 550px) {
    #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__title {
      font-size: 20px; } }
  @media (max-width: 480px) {
    #homeTopBanner .homeTopBanner__container .homeTopBanner__img img {
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      width: auto;
      height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
    #homeTopBanner .homeTopBanner__container .homeTopBanner__img:after {
      padding-bottom: 70%; } }

.haloBottomBanner {
  margin-bottom: 75px; }
  .haloBottomBanner .homeBottomBanner__container {
    position: relative; }
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img {
      position: relative;
      display: block;
      z-index: 1; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: 0;
        width: auto;
        max-height: 100%;
        object-fit: contain;
        /* Object-fit polyfill */
        font-family: 'object-fit: contain;'; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 46.3276836158192%; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:before {
        content: '';
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        background-color: #f6f6f6;
        width: 30%;
        max-width: 420px;
        height: 100%;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:hover:before {
        width: calc(50% + 15px);
        max-width: calc(50% + 15px); }
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content {
      padding: 20px;
      background-color: #f6f6f6;
      text-align: center; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__title {
        color: black;
        font-size: 28px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 10px; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__ads {
        color: black;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__des {
        color: black;
        line-height: 24px;
        margin-bottom: 25px; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .button {
        min-width: 180px;
        margin-bottom: 0; }
  .haloBottomBanner .homeBottomBanner__reviews {
    max-width: 1200px;
    display: block;
    margin: 80px auto 0; }
    .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item {
      padding: 0 15px;
      text-align: center;
      margin-bottom: 30px; }
      .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemDes {
        max-width: 900px;
        margin: 0 auto; }
        .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemDes p {
          color: black;
          line-height: 26px;
          letter-spacing: 0.02em; }
      .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        padding-top: 10px; }
        .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemImg {
          width: 60px;
          height: 60px;
          display: inline-block;
          vertical-align: middle; }
        .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemTitle {
          display: inline-block;
          vertical-align: middle;
          padding-left: 20px;
          text-align: left; }
          .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemTitle h5 {
            color: black;
            font-size: 16px;
            font-family: "Roboto", Arial, Helvetica, sans-serif;
            font-weight: 600;
            text-transform: capitalize;
            margin-top: 0;
            margin-bottom: 5px; }
            .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemTitle h5 a {
              text-decoration: none; }
          .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemTitle p {
            color: #787878;
            line-height: 26px;
            letter-spacing: 0.02em;
            margin-bottom: 0; }
    .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel:not(.slick-initialized) .homeBottomBanner__item:nth-child(n+2) {
      display: none; }
  @media (min-width: 1025px) {
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 300px;
      text-align: left;
      z-index: 1;
      max-height: 100%;
      overflow-y: auto; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content::-webkit-scrollbar {
        width: 10px; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content::-webkit-scrollbar-track {
        background: #EAEAEA; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content::-webkit-scrollbar-thumb {
        background: #000000; } }
  @media (min-width: 1200px) {
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__title {
      font-size: 50px; }
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__ads {
      font-size: 18px;
      margin-bottom: 30px; }
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__des {
      margin-bottom: 45px; }
    .haloBottomBanner .homeBottomBanner__carousel .slick-prev {
      left: -3px; }
    .haloBottomBanner .homeBottomBanner__carousel .slick-next {
      right: -3px; } }
  @media (min-width: 1600px) {
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content {
      padding: 20px 125px;
      max-width: 600px;
      background-color: transparent; } }
  @media (max-width: 1024px) {
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:before {
      width: calc(50% + 15px);
      max-width: calc(50% + 15px); } }
  @media (max-width: 550px) {
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__title {
      font-size: 20px; } }

#homeFeaturedCollections {
  margin-bottom: 85px; }
  #homeFeaturedCollections .homeFeaturedCollections__container {
    font-size: 0;
    margin: 0 -15px; }
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel {
      position: relative;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel:not(.slick-initialized) .homeFeaturedCollections__item:nth-child(n+5) {
        display: none; }
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item {
      font-size: 16px;
      width: 25%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding: 0 15px; }
      #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__img {
        position: relative; }
        #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__img img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          border: 0;
          width: auto;
          max-height: 100%;
          object-fit: contain;
          /* Object-fit polyfill */
          font-family: 'object-fit: contain;'; }
        #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__img:after {
          content: '';
          display: block;
          height: 0;
          width: 100%;
          padding-bottom: 52.85714285714285%; }
      #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content {
        padding-top: 35px; }
        #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .homeFeaturedCollections__title {
          margin-top: 0;
          margin-bottom: 15px;
          color: black;
          font-size: 18px;
          font-weight: 700;
          display: inline-block;
          border-bottom: 1px solid transparent;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .homeFeaturedCollections__title:hover {
            border-color: black; }
        #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .homeFeaturedCollections__des {
          color: black;
          line-height: 26px;
          margin-bottom: 0; }
        #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .homeFeaturedCollections__price {
          color: black;
          line-height: 26px;
          margin-bottom: 20px; }
        #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .button {
          min-width: 180px;
          margin-bottom: 0; }
  @media (max-width: 1199px) {
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item {
      width: 33.3333%; }
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel:not(.slick-initialized) .homeFeaturedCollections__item:nth-child(n+4) {
      display: none; } }
  @media (max-width: 991px) {
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item {
      width: 50%; }
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel:not(.slick-initialized) .homeFeaturedCollections__item:nth-child(n+3) {
      display: none; } }
  @media (max-width: 550px) {
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item {
      width: 100%; }
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel:not(.slick-initialized) .homeFeaturedCollections__item:nth-child(n+2) {
      display: none; } }

#homeReviewsBlock {
  margin-bottom: 55px; }
  #homeReviewsBlock .halo-heading {
    margin-bottom: 20px; }
  #homeReviewsBlock .homeReviewsBlock_des {
    display: block;
    text-align: center; }
  #homeReviewsBlock .homeReviewsBlock_container {
    margin: 0 -15px;
    padding-top: 40px; }
    #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel {
      font-size: 0;
      position: relative;
      margin-bottom: 30px;
      padding-bottom: 35px; }
      #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item {
        font-size: 16px;
        width: 33.334%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding: 0 15px; }
        #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_img {
          position: relative; }
          #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_img img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            border: 0;
            width: auto;
            max-height: 100%;
            object-fit: contain;
            /* Object-fit polyfill */
            font-family: 'object-fit: contain;'; }
          #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_img:after {
            content: '';
            display: block;
            height: 0;
            width: 100%;
            padding-bottom: 43.50877192982455%; }
        #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content {
          padding-top: 40px;
          max-width: 400px;
          margin: 0 auto; }
          #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content .homeReviewsBlock_rating {
            margin-bottom: 18px; }
            #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content .homeReviewsBlock_rating .icon {
              width: 24px;
              height: 24px; }
          #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content .homeReviewsBlock_review {
            color: black;
            line-height: 26px;
            margin-bottom: 12px; }
          #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content .homeReviewsBlock_author {
            color: #787878;
            line-height: 26px;
            margin-bottom: 0; }
      #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel:not(.slick-slider) .homeReviewsBlock_item:nth-child(n+4) {
        display: none; }
      #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .slick-arrow {
        top: 25%;
        border-color: #d4d5d7; }
  @media (max-width: 1199px) {
    #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item {
      width: 50%; }
    #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel:not(.slick-slider) .homeReviewsBlock_item:nth-child(n+3) {
      display: none; } }
  @media (max-width: 550px) {
    #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item {
      width: 100%; }
    #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel:not(.slick-slider) .homeReviewsBlock_item:nth-child(n+2) {
      display: none; } }

/* Popup Someone Purchased */
#recently_bought_list {
  padding: 0;
  left: 30px;
  right: auto;
  bottom: 30px;
  width: auto;
  position: fixed;
  background: #fff;
  border-radius: 2px;
  width: calc(100% - 30px);
  max-width: 370px;
  z-index: 9;
  animation-duration: 0.5s;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1279px) {
    #recently_bought_list {
      left: 29.5px;
      bottom: 15px; } }
  @media (max-width: 480px) {
    #recently_bought_list {
      left: 14.5px;
      max-width: 100%; } }
  #recently_bought_list .halo-recently-bought [data-close-recently-bought] {
    position: absolute;
    color: #ffffff;
    width: 29px;
    height: 29px;
    top: -14.5px;
    left: -14.5px;
    right: auto;
    background-color: #000000;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 1; }
    #recently_bought_list .halo-recently-bought [data-close-recently-bought] svg {
      width: 29px;
      height: 29px;
      padding: 5px;
      fill: #ffffff;
      stroke: #ffffff; }
  #recently_bought_list .recently-bought-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #recently_bought_list .recently-bought-inner .product-image {
      width: 80px;
      display: inline-block;
      position: relative;
      padding: 10px; }
    #recently_bought_list .recently-bought-inner .product-info {
      width: calc(100% - 80px);
      padding: 8px 25px 7px 10px;
      line-height: 20px; }
      @media (min-width: 551px) {
        #recently_bought_list .recently-bought-inner .product-info {
          padding: 12px 25px 13px 10px; } }
      #recently_bought_list .recently-bought-inner .product-info .text-wrap {
        display: inline-block;
        width: 100%;
        color: #969696;
        font-weight: 400;
        margin-bottom: 5px;
        line-height: 22px;
        letter-spacing: 0.02em; }
        @media (min-width: 551px) {
          #recently_bought_list .recently-bought-inner .product-info .text-wrap {
            margin-bottom: 7px; } }
        #recently_bought_list .recently-bought-inner .product-info .text-wrap .text {
          margin-bottom: 2px;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 1;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          /* autoprefixer: off */ }
      #recently_bought_list .recently-bought-inner .product-info .product-name {
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* autoprefixer: off */ }
        #recently_bought_list .recently-bought-inner .product-info .product-name a {
          text-decoration: none;
          color: black; }
      #recently_bought_list .recently-bought-inner .product-info .location-info {
        font-size: 13px;
        color: #969696;
        line-height: 20px;
        letter-spacing: 0.02em; }
        @media (max-width: 767px) {
          #recently_bought_list .recently-bought-inner .product-info .location-info {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            /* autoprefixer: off */ } }

.haloBrandsSlider {
  background-color: #000000;
  padding: 30px 0; }
  .haloBrandsSlider .haloBrandsSlider__container {
    max-width: 1800px;
    padding: 0 15px;
    margin: 0 auto;
    display: block; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__row {
      margin: 0 -15px; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel {
      font-size: 0;
      position: relative; }
      .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item {
        padding: 0 15px;
        font-size: 16px;
        width: 20%;
        display: inline-block;
        vertical-align: middle;
        text-align: center; }
        .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item a {
          display: block;
          position: relative; }
          .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item a img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            border: 0;
            width: auto;
            max-height: 100%;
            object-fit: contain;
            /* Object-fit polyfill */
            font-family: 'object-fit: contain;'; }
          .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item a:after {
            content: '';
            display: block;
            height: 0;
            width: 100%;
            padding-bottom: 23.93939393939394%; }
      .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel:not(.slick-slider) .haloBrandsSlider__item:nth-child(n+6) {
        display: none; }
      .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-arrow {
        background-color: #000000; }
        .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-arrow.slick-prev:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
        .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-arrow.slick-next:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  @media (min-width: 1280px) {
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel {
      padding-left: 160px;
      padding-right: 160px; } }
  @media (max-width: 1279px) {
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1199px) {
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item {
      width: 25%; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel:not(.slick-slider) .haloBrandsSlider__item:nth-child(n+5) {
      display: none; } }
  @media (max-width: 991px) {
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item {
      width: 33.334%; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel:not(.slick-slider) .haloBrandsSlider__item:nth-child(n+4) {
      display: none; } }
  @media (max-width: 550px) {
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item {
      width: 50%; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel:not(.slick-slider) .haloBrandsSlider__item:nth-child(n+3) {
      display: none; } }

.halo-ask-an-expert {
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: all 0.5s ease; }
  @media (max-width: 1279px) {
    .halo-ask-an-expert {
      bottom: 15px;
      right: 15px; } }
  @media (max-width: 800px) {
    .halo-ask-an-expert {
      bottom: 150px;
      right: 15px; } }
  @media (min-width: 801px) {
    .halo-ask-an-expert .ask-an-expert-link.no-image .icon-mobile {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .halo-ask-an-expert img {
    display: none; }
    @media (min-width: 801px) {
      .halo-ask-an-expert img {
        display: block; } }
  .halo-ask-an-expert .icon-mobile {
    height: 2.5rem;
    width: 2.5rem;
    background: #1d1d1d;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 2px; }
    @media (min-width: 801px) {
      .halo-ask-an-expert .icon-mobile {
        display: none; } }
    .halo-ask-an-expert .icon-mobile svg {
      fill: white;
      width: 22px;
      height: 22px; }
    .home-layout-2 .halo-ask-an-expert .icon-mobile {
      background: #1d1d1d; }
    .home-layout-3 .halo-ask-an-expert .icon-mobile {
      background: white; }
      .home-layout-3 .halo-ask-an-expert .icon-mobile svg {
        fill: #1d1d1d; }

@media (min-width: 551px) {
  #halo-ask-an-expert.modal {
    width: 860px;
    max-height: 90%; } }

#halo-ask-an-expert .modal-header {
  background: none;
  padding: 16px 15px;
  background-color: #f6f6f6; }
  @media (min-width: 801px) {
    #halo-ask-an-expert .modal-header {
      padding: 15px 50px 16px; } }

#halo-ask-an-expert .modal-header-title {
  color: black;
  font-size: 16px;
  font-weight: 700; }

#halo-ask-an-expert .halo-ask-an-expert-logo {
  text-align: center;
  padding: 0 15px 20px 15px; }
  @media (min-width: 801px) {
    #halo-ask-an-expert .halo-ask-an-expert-logo {
      padding: 0 50px 20px 50px; } }
  #halo-ask-an-expert .halo-ask-an-expert-logo > a {
    font-size: 28px; }

#halo-ask-an-expert .halo-ask-an-expert-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 16px 0;
  text-transform: capitalize;
  color: black; }

#halo-ask-an-expert .halo-ask-an-expert-text {
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 1.7;
  text-align: center; }
  #halo-ask-an-expert .halo-ask-an-expert-text .alertBox {
    margin: 20px 0 40px 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    width: 100%;
    color: black; }
  #halo-ask-an-expert .halo-ask-an-expert-text.description {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6; }
  #halo-ask-an-expert .halo-ask-an-expert-text.question {
    font-weight: 500; }

#halo-ask-an-expert .modal-body {
  padding: 30px 15px 0px 15px; }
  @media (min-width: 551px) {
    #halo-ask-an-expert .modal-body {
      padding: 30px 30px 0px 30px; } }
  @media (min-width: 801px) {
    #halo-ask-an-expert .modal-body {
      padding: 30px 116px 0px 116px; } }
  #halo-ask-an-expert .modal-body #halo-ask-an-expert-form {
    margin-top: 25px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field {
      margin-bottom: 15px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
        display: inline-block;
        margin-bottom: 7px; }
        @media (max-width: 320px) {
          #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
            display: block;
            margin-right: 0 !important; } }
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label.label-last {
          display: block;
          margin-bottom: 0.875rem; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input::placeholder {
        color: black; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: black; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: black; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input[type="radio"] + label {
        font-weight: 400;
        width: auto;
        margin-right: 25px;
        cursor: pointer;
        margin-bottom: 9px;
        position: relative;
        padding-left: 24px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio {
        margin-bottom: 16px;
        padding-top: 5px; }
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
          margin-right: 25px; }
          @media (max-width: 767px) {
            #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
              display: block;
              margin-bottom: 13px; } }
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio .form-label-custom {
          display: block;
          margin-bottom: 16px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area {
        margin-bottom: 18px; }
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area textarea {
          max-height: 136px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
      margin-top: 20px;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
          margin-bottom: 60px; } }
      @media (min-width: 801px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
          margin-bottom: 100px; } }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions #halo-ask-an-expert-button {
        width: 100%; }

#halo-newsletter-popup {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  transition: color 0.15s ease;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  display: block;
  overflow: visible;
  z-index: 9996; }
  #halo-newsletter-popup .popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    background: rgba(44, 44, 44, 0.65); }
  #halo-newsletter-popup .newsletter-popup-container {
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
    margin: 1.75rem auto;
    width: calc(100% - 120px);
    max-height: 85%;
    z-index: 101;
    max-width: 870px; }
    @media (max-width: 550px) {
      #halo-newsletter-popup .newsletter-popup-container {
        width: calc(100% - 30px); } }
    @media (min-width: 768px) {
      #halo-newsletter-popup .newsletter-popup-container.no-imageNewsletter {
        max-width: 470px; }
        #halo-newsletter-popup .newsletter-popup-container.no-imageNewsletter .newsletter-right {
          width: 100%; } }
  #halo-newsletter-popup.hide {
    display: none !important;
    opacity: 0;
    overflow: hidden; }

.newsletter-popup-inner {
  text-align: left;
  width: 100%;
  padding: 0;
  height: auto;
  margin: 0 auto;
  position: relative;
  pointer-events: auto;
  font-size: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .newsletter-popup-inner {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch; } }
  .home-layout-4 .newsletter-popup-inner {
    background-color: #000; }
  .newsletter-popup-inner [data-close-newsletter-popup] {
    position: absolute;
    top: -3px;
    right: -40px;
    z-index: 5;
    width: 25px;
    height: 25px;
    padding: 0;
    background-color: transparent; }
    .newsletter-popup-inner [data-close-newsletter-popup]:before, .newsletter-popup-inner [data-close-newsletter-popup]:after {
      background-color: #ffffff; }
    @media (max-width: 550px) {
      .newsletter-popup-inner [data-close-newsletter-popup] {
        top: -40px;
        right: -3px; } }
  .newsletter-popup-inner .newsletter-left {
    display: none; }
    @media (min-width: 768px) {
      .newsletter-popup-inner .newsletter-left {
        width: 50%;
        display: inline-block;
        position: relative;
        overflow: hidden; }
        .newsletter-popup-inner .newsletter-left img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
          .newsletter-popup-inner .newsletter-left img.lazyload, .newsletter-popup-inner .newsletter-left img.lazyloading {
            width: auto;
            height: auto;
            margin: 0 auto; } }
  .newsletter-popup-inner .newsletter-right {
    width: 100%;
    padding: 35px 15px 20px 15px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
    max-height: 85vh; }
    .newsletter-popup-inner .newsletter-right .newsletter-heading {
      position: relative;
      font-size: 24px;
      font-weight: 700;
      margin: 0 0 30px 0;
      text-transform: none;
      letter-spacing: 0.02em;
      color: black; }
      .home-layout-4 .newsletter-popup-inner .newsletter-right .newsletter-heading {
        color: white;
        margin: 0 0 15px 0; }
    @media (min-width: 768px) {
      .newsletter-popup-inner .newsletter-right {
        width: 50%;
        padding: 25px 20px 20px 20px; } }
    @media (min-width: 991px) {
      .newsletter-popup-inner .newsletter-right {
        padding: 30px 30px 20px 30px; } }
    @media (min-width: 801px) {
      .newsletter-popup-inner .newsletter-right {
        padding: 35px 30px 25px 30px; } }
    @media (min-width: 1261px) {
      .newsletter-popup-inner .newsletter-right {
        padding: 35px 90px 25px 90px; }
        .newsletter-popup-inner .newsletter-right .newsletter-heading {
          margin-top: 30px; } }
    .newsletter-popup-inner .newsletter-right .newsletter-message {
      display: block;
      margin: 0;
      color: black;
      font-weight: 600;
      letter-spacing: 0.02em;
      font-size: 16px;
      line-height: 26px; }
      .home-layout-4 .newsletter-popup-inner .newsletter-right .newsletter-message {
        color: white;
        font-weight: 400; }
    .newsletter-popup-inner .newsletter-right .no-thanks a {
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      text-decoration: none;
      color: black;
      line-height: 20px;
      letter-spacing: 0.02em;
      display: inline-block; }
      .home-layout-4 .newsletter-popup-inner .newsletter-right .no-thanks a {
        color: white; }
    .newsletter-popup-inner .newsletter-right .social-links {
      margin-top: 28px;
      margin-bottom: 10px; }
      @media (min-width: 551px) {
        .newsletter-popup-inner .newsletter-right .social-links {
          margin-top: 45px; }
          .home-layout-4 .newsletter-popup-inner .newsletter-right .social-links {
            margin-top: 35px; } }
      .newsletter-popup-inner .newsletter-right .social-links .socialLinks-item {
        margin-right: 20px;
        margin-bottom: 20px; }
        .newsletter-popup-inner .newsletter-right .social-links .socialLinks-item .icon {
          width: 18px;
          height: 18px;
          border: none; }
          .newsletter-popup-inner .newsletter-right .social-links .socialLinks-item .icon svg {
            width: 100%;
            height: 100%; }
            .home-layout-4 .newsletter-popup-inner .newsletter-right .social-links .socialLinks-item .icon svg {
              fill: white; }
          .newsletter-popup-inner .newsletter-right .social-links .socialLinks-item .icon.icon--snapchat {
            height: 19px; }
          .newsletter-popup-inner .newsletter-right .social-links .socialLinks-item .icon.icon--twitter {
            width: 22px;
            height: 22px;
            padding-top: 5px; }
  .newsletter-popup-inner #popupSubcribeForm {
    margin-top: 20px;
    margin-bottom: 15px; }
    @media (min-width: 801px) {
      .newsletter-popup-inner #popupSubcribeForm {
        margin-top: 31px;
        margin-bottom: 18px; } }
    .newsletter-popup-inner #popupSubcribeForm .form {
      margin: 0; }
    .newsletter-popup-inner #popupSubcribeForm .form-field {
      display: block;
      margin: 0; }
    .newsletter-popup-inner #popupSubcribeForm .form-input {
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin: 0 0 15px 0;
      background-color: #ffffff;
      padding: 0 15px;
      border-radius: 4px; }
      .home-layout-4 .newsletter-popup-inner #popupSubcribeForm .form-input {
        border-radius: 0; }
      @media (min-width: 801px) {
        .newsletter-popup-inner #popupSubcribeForm .form-input {
          height: 45px;
          line-height: 45px; } }
    .newsletter-popup-inner #popupSubcribeForm input[type="submit"] {
      width: 100%;
      display: block;
      min-width: 120px;
      margin: 0; }

.before-you-leave {
  position: fixed;
  top: 0;
  right: -101%;
  bottom: 0;
  max-width: 480px;
  width: -webkit-calc(100% - 43px);
  width: -moz-calc(100% - 43px);
  width: -moz-calc(100% - 43px);
  width: calc(100% - 43px);
  background: #fff;
  transition: all .5s ease 0s;
  z-index: 10001; }
  .halo-open-before-you-leave .before-you-leave {
    right: 0;
    display: block; }
  .before-you-leave .btn-close {
    position: absolute;
    top: 19px;
    left: -41px; }
    .before-you-leave .btn-close:before, .before-you-leave .btn-close:after {
      background-color: #ffffff; }
    @media (max-width: 550px) {
      .before-you-leave .btn-close {
        top: 10px;
        left: -33px; } }
  @media (min-width: 801px) {
    .header-layout-2 .before-you-leave {
      top: 65px; } }
  .before-you-leave.show {
    right: 0; }
  .before-you-leave .before-you-leave-inner {
    height: 100%; }
  .before-you-leave .logo {
    text-align: center;
    padding: 18px 15px; }
    @media (min-width: 801px) {
      .before-you-leave .logo {
        padding: 18px 30px; } }
    .before-you-leave .logo img {
      max-height: 34px; }
    .home-layout-2 .before-you-leave .logo {
      background-color: #faf8f4; }
    .home-layout-3 .before-you-leave .logo {
      background-color: #faf8f4; }
  .before-you-leave .before-you-leave-banner .banner-inner {
    position: relative; }
    .before-you-leave .before-you-leave-banner .banner-inner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .before-you-leave .before-you-leave-banner .content {
    width: 100%;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    text-align: center; }
    @media (min-width: 551px) {
      .before-you-leave .before-you-leave-banner .content {
        padding: 32px 30px 30px 30px; } }
    .before-you-leave .before-you-leave-banner .content .content-inner {
      width: 100%;
      padding: 0;
      margin-bottom: 20px; }
      @media (min-width: 551px) {
        .before-you-leave .before-you-leave-banner .content .content-inner {
          padding: 0 12%;
          margin-bottom: 25px; } }
      .before-you-leave .before-you-leave-banner .content .content-inner * {
        color: white;
        width: 100%; }
    .before-you-leave .before-you-leave-banner .content h3 {
      font-size: 30px;
      font-weight: 700; }
    .before-you-leave .before-you-leave-banner .content .title {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      margin-top: 17px;
      margin-bottom: 15px;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .before-you-leave .before-you-leave-banner .content .heading1 {
      margin-top: 0;
      margin-bottom: 23px;
      line-height: 40px;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
      .before-you-leave .before-you-leave-banner .content .heading1 span {
        background-image: linear-gradient(transparent 95%, white 5%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        padding-bottom: 3px; }
    .before-you-leave .before-you-leave-banner .content .heading2 {
      margin-top: 15px;
      margin-bottom: 20px;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .before-you-leave .before-you-leave-banner .content p {
      margin-bottom: 15px;
      line-height: 1.375rem; }
    .before-you-leave .before-you-leave-banner .content .desc2 {
      line-height: 26px;
      margin-bottom: 15px; }
    .before-you-leave .before-you-leave-banner .content .button {
      width: 100%;
      margin-bottom: 0; }
    .before-you-leave .before-you-leave-banner .content.noImage {
      background-color: rgba(0, 0, 0, 0.5);
      position: relative;
      top: auto;
      left: auto;
      bottom: auto; }
  .before-you-leave .before-you-leave-tab .tabs-wrapper {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 20px;
    font-size: 0; }
    @media (min-width: 551px) {
      .before-you-leave .before-you-leave-tab .tabs-wrapper {
        padding: 0 30px; } }
  .before-you-leave .before-you-leave-tab .tabs {
    padding: 0;
    border: none;
    display: inline-block;
    margin-left: -10px;
    margin-right: -10px; }
    .before-you-leave .before-you-leave-tab .tabs:before {
      display: none; }
    .before-you-leave .before-you-leave-tab .tabs .tab {
      border: none;
      display: inline-block;
      padding: 0; }
      .before-you-leave .before-you-leave-tab .tabs .tab .tab-title {
        padding: 18px 10px;
        font-weight: 500;
        color: black;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-transform: capitalize;
        letter-spacing: 0; }
        .before-you-leave .before-you-leave-tab .tabs .tab .tab-title .count {
          width: 23px;
          height: 23px;
          line-height: 23px;
          background: #c8c8c8;
          color: #ffffff;
          text-align: center;
          display: inline-block;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          margin-left: 10px;
          font-weight: 400; }
      .before-you-leave .before-you-leave-tab .tabs .tab.is-active .tab-title {
        border-bottom: none; }
        .before-you-leave .before-you-leave-tab .tabs .tab.is-active .tab-title .count {
          background: black; }
      .before-you-leave .before-you-leave-tab .tabs .tab:before {
        display: none; }
  .before-you-leave .before-you-leave-tab.has-search-dropdown {
    position: relative;
    margin-bottom: 30px; }
    .before-you-leave .before-you-leave-tab.has-search-dropdown .tabs-contents {
      display: none; }
    .before-you-leave .before-you-leave-tab.has-search-dropdown + .back-to-store {
      display: none; }
  .before-you-leave .before-you-leave-tab .quickSearchResults {
    margin-top: 0; }
  .before-you-leave .before-you-leave-tab .search {
    float: right;
    list-style: none;
    padding: 20px 0px; }
    .before-you-leave .before-you-leave-tab .search .search-icon .icon-search {
      height: 1.1875rem;
      width: 1.1875rem;
      fill: black; }
    .before-you-leave .before-you-leave-tab .search .search-icon .icon-close {
      display: none;
      font-size: 40px;
      width: 19px;
      height: 18px;
      line-height: 22px;
      color: black; }
    .before-you-leave .before-you-leave-tab .search .search-icon.is-open .icon-search {
      display: none; }
    .before-you-leave .before-you-leave-tab .search .search-icon.is-open .icon-close {
      display: block; }
    .before-you-leave .before-you-leave-tab .search .search-icon.is-open + form {
      display: block; }
    .before-you-leave .before-you-leave-tab .search .form {
      display: none;
      position: absolute;
      top: 0;
      left: 0px;
      width: calc(100% - 48px);
      z-index: 5;
      margin-bottom: 0; }
      @media (min-width: 801px) {
        .before-you-leave .before-you-leave-tab .search .form {
          width: calc(100% - 75px); } }
      .before-you-leave .before-you-leave-tab .search .form .form-field {
        position: relative;
        margin-bottom: 0; }
        .before-you-leave .before-you-leave-tab .search .form .form-field .form-input {
          border-color: #eaeaea;
          height: 60px;
          border-bottom: none;
          padding: 15px 50px 15px 15px; }
          @media (min-width: 801px) {
            .before-you-leave .before-you-leave-tab .search .form .form-field .form-input {
              padding: 15px 80px 15px 30px; } }
      .before-you-leave .before-you-leave-tab .search .form button {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        padding: 0 15px; }
        @media (min-width: 801px) {
          .before-you-leave .before-you-leave-tab .search .form button {
            padding: 0 30px; } }
        .before-you-leave .before-you-leave-tab .search .form button svg {
          margin-top: -1px;
          fill: rgba(0, 0, 0, 0.7);
          height: 1.1875rem;
          width: 1.1875rem; }
    .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch {
      border: none;
      border-bottom: 1px solid #eaeaea;
      margin-top: 1px;
      padding: 25px 15px; }
      @media (min-width: 801px) {
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch {
          padding: 25px 30px; } }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch.is-open {
        display: block;
        z-index: 5;
        top: 60px !important; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .container {
        padding: 0; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap {
        margin-top: 0; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap.show-result {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .header-search-column {
          width: 100%; }
          .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .header-search-column .title-wrap {
            position: relative; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .search_product_block {
          order: 2;
          -ms-flex-order: 2;
          margin-top: 10px; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .header-search-trending {
          order: 1;
          -ms-flex-order: 1; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid {
        overflow-y: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; }
        @media (min-width: 801px) {
          .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid {
            scrollbar-color: #323232 #f5f5f5;
            scrollbar-width: thin !important; }
            .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid::-webkit-scrollbar {
              height: 10px;
              background-color: #f5f5f5; }
            .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid::-webkit-scrollbar-thumb {
              background-color: #323232; } }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid .product {
          width: 220px; }
          .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid .product .card {
            margin-bottom: 20px; }
  .before-you-leave .before-you-leave-tab .tabs-contents {
    padding: 20px;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .before-you-leave .before-you-leave-tab .tabs-contents {
        padding: 30px; } }
    .before-you-leave .before-you-leave-tab .tabs-contents .tab-content {
      padding-top: 0;
      padding-bottom: 0; }
    .before-you-leave .before-you-leave-tab .tabs-contents .productGrid {
      margin: 0 0 5px 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid:not(.slick-initialized) .productCarousel-slide:first-child .card {
        padding-top: 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid:not(.slick-initialized) .productCarousel-slide + .productCarousel-slide .card {
        border-top: 1px solid #E6E6E6; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid.slick-initialized .slick-slide > div:first-child .card {
        padding-top: 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid.slick-initialized .slick-slide > div:nth-child(n+2) .card {
        border-top: 1px solid #E6E6E6; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .productCarousel-slide {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .product {
        padding: 0;
        width: 100%; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card {
        margin-bottom: 0;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 0;
        padding: 20px 0; }
        @media (min-width: 551px) {
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card {
            padding: 30px 0; } }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure {
          width: 80px;
          display: inline-block;
          font-size: 16px;
          position: relative; }
          @media (min-width: 551px) {
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure {
              width: 100px; } }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure .product-badge, .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure .mrh-product-badge {
            top: 12px;
            left: 12px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body {
          display: inline-block;
          width: calc(100% - 80px);
          vertical-align: top;
          padding-left: 20px;
          padding-top: 0;
          padding-right: 0;
          margin-top: -5px;
          position: relative;
          font-size: 16px;
          text-align: left; }
          @media (min-width: 551px) {
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body {
              padding-right: 40px;
              width: calc(100% - 100px); } }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-title {
            margin-bottom: 5px; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-title a {
              font-size: 16px; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-title .color-name {
              position: relative;
              right: auto;
              top: auto;
              max-width: 100%;
              display: inline-block;
              width: 100%;
              margin-top: 4px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body [data-test-info-type="productRating"] {
            margin-bottom: 15px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-price {
            margin-bottom: 15px; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-price .price-section--saving {
              display: none !important; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-label {
            display: none; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage [data-product-attribute="swatch"] {
            margin-bottom: -10px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-option-swatch {
            width: 32px;
            height: 32px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
            max-width: 122px;
            padding: 12px 10px; }
            @media (min-width: 381px) {
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
                padding: 12px 15px 11px 15px; } }
            @media (min-width: 801px) {
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
                padding: 15px 25px 13px 25px; } }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span {
              position: relative; }
              @media (min-width: 381px) {
                .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span {
                  padding-left: 18px; } }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:before, .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:after {
                content: "";
                position: absolute;
                background: black; }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:before {
                width: 1px;
                height: 9px;
                left: 4px;
                top: 2px; }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:after {
                width: 9px;
                height: 1px;
                top: 6px;
                left: 0; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist {
            border: none;
            padding: 15px 0; }
            .home-layout-4 .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist {
              width: auto;
              background: none; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist .text {
              font-size: 15px;
              text-transform: capitalize;
              display: inline-block;
              vertical-align: middle; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist:hover, .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist:active, .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist:focus {
              color: black;
              background-color: transparent; }
            @media (min-width: 551px) {
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                padding: 0; }
                .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist .icon {
                  width: 20px;
                  height: 20px; }
                .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist .text {
                  display: none; } }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow {
        bottom: -25px;
        top: auto;
        height: 30px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow:before {
          height: 30px;
          width: 35px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-next {
          right: -5px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-prev {
          left: -5px; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-dots li {
        margin-top: 5px; }
  .before-you-leave .before-you-leave-tab #history-products-list .no-products svg {
    width: 54px;
    height: 54px;
    fill: rgba(117, 117, 117, 0.1); }
  .before-you-leave .before-you-leave-tab #history-products-list .no-products .text {
    display: block;
    margin-top: 30px; }
  .before-you-leave .back-to-store {
    padding: 0 20px;
    margin-bottom: 50px; }
    @media (min-width: 551px) {
      .before-you-leave .back-to-store {
        padding: 0 30px; } }
    .before-you-leave .back-to-store .button {
      width: 100%;
      margin-top: 15px;
      padding: 17px 20px 16px; }

#homeProductNew {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }
  .home-layout-4 #homeProductNew {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .home-layout-4 #homeProductNew {
        margin-top: 40px; } }
  #homeProductNew .halo-heading {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #homeProductNew .halo-heading {
        margin-bottom: 40px; } }
  #homeProductNew .productGrid .product:nth-child(n+9) {
    display: none; }
  @media (max-width: 800px) {
    #homeProductNew .productGrid .product:nth-child(n+7) {
      display: none; } }
  @media (max-width: 550px) {
    #homeProductNew .productGrid .product:nth-child(n+5) {
      display: none; } }

.homePGF_btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center;
  margin-bottom: 70px; }
  .homePGF_btn.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .homePGF_btn a {
    min-width: 248px;
    margin-bottom: 0; }
  @media (max-width: 550px) {
    .homePGF_btn {
      margin-bottom: 40px; } }

#homeBookingTours .homeBookingTours__bg {
  background-color: #4DD4C6;
  margin-bottom: 75px;
  display: inline-block;
  width: 100%; }

#homeBookingTours .homeBookingTours__header {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 40px; }
  #homeBookingTours .homeBookingTours__header .homeBookingTours__heading {
    font-size: 50px;
    font-weight: 700;
    color: black;
    margin-top: -33px;
    margin-bottom: 20px; }
  #homeBookingTours .homeBookingTours__header .homeBookingTours__des {
    font-size: 18px;
    line-height: 28px;
    color: black;
    margin-bottom: 0; }

#homeBookingTours .homeBookingTours__container {
  max-width: 1230px;
  margin: 0 auto 45px;
  padding: 0 30px; }
  #homeBookingTours .homeBookingTours__container .homeBookingTours__row {
    margin: 0 -15px; }
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel {
    font-size: 0;
    position: relative;
    margin-bottom: 30px; }
    #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item {
      font-size: 16px;
      width: 33.33%;
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      margin-bottom: 28px;
      text-align: center; }
      #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item .homeBookingTours__content {
        background-color: #ffffff;
        padding: 20px; }
        #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item .homeBookingTours__content .homeBookingTours__title {
          margin-top: 5px;
          font-size: 24px;
          font-weight: 700;
          color: black;
          text-transform: capitalize; }
        #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item .homeBookingTours__content .homeBookingTours__time {
          line-height: 26px;
          color: black;
          margin-bottom: 0; }
    #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel:not(.slick-initialized) .homeBookingTours__item:nth-child(n+4) {
      display: none; }

#homeBookingTours .homeBookingTours__btn {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 20px; }
  #homeBookingTours .homeBookingTours__btn .button {
    margin-bottom: 0; }

@media (min-width: 1440px) {
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .slick-arrow {
    border: none;
    background-color: transparent;
    padding: 0;
    width: 33px;
    height: 63px; }
    #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .slick-arrow:before {
      width: 33px;
      height: 63px; }
    #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .slick-arrow.slick-prev {
      left: -85px; }
    #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .slick-arrow.slick-next {
      right: -85px; } }

@media (max-width: 991px) {
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item {
    width: 50%; }
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel:not(.slick-initialized) .homeBookingTours__item:nth-child(n+3) {
    display: none; } }

@media (max-width: 550px) {
  #homeBookingTours .homeBookingTours__header {
    margin-bottom: 30px; }
    #homeBookingTours .homeBookingTours__header .homeBookingTours__heading {
      font-size: 26px;
      margin-top: -17px;
      margin-bottom: 10px; }
    #homeBookingTours .homeBookingTours__header .homeBookingTours__des {
      font-size: 16px;
      line-height: 1.2; }
  #homeBookingTours .homeBookingTours__container {
    padding: 0 20px; }
    #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item {
      width: 100%; }
      #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item .homeBookingTours__content .homeBookingTours__title {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 5px; }
    #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel:not(.slick-initialized) .homeBookingTours__item:nth-child(n+2) {
      display: none; }
  #homeBookingTours .homeBookingTours__btn {
    margin-bottom: 20px; } }

.backtoTop {
  cursor: pointer;
  height: 45px;
  transition: all .3s ease 0s;
  font-size: 0; }
  .backtoTop .icon {
    font-size: 20px;
    width: 10px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    color: black; }
  .backtoTop.bottom {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px); }

.wrap-icons {
  width: 40px;
  height: auto;
  position: fixed;
  top: 45%;
  right: -50px;
  z-index: 9;
  background: white;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transition: right .5s ease 0s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 361px) {
    .wrap-icons {
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%); } }
  .wrap-icons svg {
    width: 20px;
    height: 20px; }
  .wrap-icons .text {
    display: none; }
  .wrap-icons.collapsed {
    right: 7.5px; }
  .wrap-icons div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: white; }
    .wrap-icons div + div {
      border-top: 1px solid #e7e7e7; }
    .wrap-icons div.backtoTop .icon {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }

.recently-viewed-products-sidebar .social-link-widget {
  right: -55px;
  transition: right 0.2s ease-in-out; }
  .recently-viewed-products-sidebar .social-link-widget.is-show-widget {
    right: 57.5px;
    transition: right 0.2s ease-in-out; }

.recently-viewed-products-sidebar.slided-up .top {
  opacity: 1;
  visibility: visible;
  height: 57.5px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px); }

.recently-viewed-products-sidebar.slided-up .in-content {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }

.recently-viewed-products-sidebar.slided-up .backtoTop.bottom {
  opacity: 1;
  visibility: visible;
  height: 45px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px); }

.lst-seen-widget {
  position: fixed;
  top: 50%;
  right: -130px;
  width: 80px;
  height: auto;
  z-index: 9;
  user-select: none;
  color: black;
  background: white;
  -moz-border-radius: 0 3px 3px;
  -webkit-border-radius: 0 3px 3px;
  -ms-border-radius: 0 3px 3px;
  border-radius: 0 3px 3px;
  transition: right .5s ease 0s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  .lst-seen-widget:before {
    width: 2px;
    height: 26px;
    content: "";
    top: 1px;
    left: 0px;
    z-index: 1;
    position: absolute;
    background: white; }
  .lst-seen-widget .collapse-icon,
  .lst-seen-widget .backtoTop,
  .lst-seen-widget .top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .lst-seen-widget .collapse-icon {
    top: 0;
    width: 20px;
    height: 26px;
    left: -20px;
    cursor: pointer;
    position: absolute;
    background: white;
    border-radius: 3px 0 0 3px;
    box-shadow: -1px 0 2px 1px rgba(0, 0, 0, 0.1); }
    .lst-seen-widget .collapse-icon svg {
      width: 10px;
      height: 10px;
      stroke: black; }
  .lst-seen-widget .top {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all .25s ease 0s; }
    .lst-seen-widget .top .cart-icon {
      position: relative;
      margin-top: 7px;
      cursor: pointer; }
      .lst-seen-widget .top .cart-icon svg {
        width: 24px;
        height: 24px;
        margin-right: 12px;
        stroke: black; }
      .lst-seen-widget .top .cart-icon .countPill {
        position: absolute;
        top: -9px;
        right: -2px;
        width: 23px;
        height: 23px;
        line-height: 23px;
        display: inline-block; }
        .home-layout-2 .lst-seen-widget .top .cart-icon .countPill {
          background-color: #000000;
          color: #ffffff;
          line-height: 24px; }
        .home-layout-3 .lst-seen-widget .top .cart-icon .countPill {
          background-color: #000000;
          color: #ffffff;
          line-height: 24px; }
  .lst-seen-widget .in-content {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 15px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease; }
    .lst-seen-widget .in-content .title {
      letter-spacing: 0.02em;
      font-size: 13px;
      padding: 0 5px;
      position: relative;
      margin-bottom: 28px;
      font-weight: 500;
      color: #1a2531;
      line-height: 18px;
      margin-top: 0;
      text-transform: capitalize;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .lst-seen-widget .in-content .no-products {
      padding: 5px 5px 10px 5px;
      font-size: 12px; }
      .lst-seen-widget .in-content .no-products svg {
        width: 54px;
        height: 54px;
        margin-bottom: 15px;
        opacity: .1; }
    .lst-seen-widget .in-content .product-info {
      position: absolute;
      right: 0px;
      visibility: hidden;
      opacity: 0;
      width: 271px;
      margin-top: 0px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      z-index: 1;
      transition: visibility 0s ease 0s, opacity 0.25s linear 0s;
      padding: 15px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.12);
      background: white; }
      .lst-seen-widget .in-content .product-info .first {
        width: calc(100% - 64px); }
        .lst-seen-widget .in-content .product-info .first .button {
          padding: 8px 20px; }
      .lst-seen-widget .in-content .product-info .second {
        width: 64px;
        height: 100%;
        cursor: pointer;
        background: transparent;
        padding-left: 16px; }
        .lst-seen-widget .in-content .product-info .second img {
          max-width: 48px;
          max-height: 53px; }
          .home-layout-4 .lst-seen-widget .in-content .product-info .second img {
            max-height: 61px; }
      .lst-seen-widget .in-content .product-info .card-title {
        padding-right: 0;
        font-size: 16px;
        margin-bottom: 2px; }
        .lst-seen-widget .in-content .product-info .card-title > a {
          color: black;
          font-weight: 500;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: block; }
      .lst-seen-widget .in-content .product-info .card-price {
        margin-bottom: 0; }
        .lst-seen-widget .in-content .product-info .card-price .price-section {
          font-size: 0;
          display: inline-block; }
          .lst-seen-widget .in-content .product-info .card-price .price-section .price {
            font-size: 16px;
            line-height: 25px;
            font-weight: 600; }
          .lst-seen-widget .in-content .product-info .card-price .price-section.price-section--saving {
            display: none; }
      .lst-seen-widget .in-content .product-info .price-section--saving {
        display: none; }
      .lst-seen-widget .in-content .product-info .card-figcaption-link,
      .lst-seen-widget .in-content .product-info .card_out_of_stock {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: black;
        background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.5) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        text-transform: capitalize;
        text-decoration: none; }
    .lst-seen-widget .in-content .products-grid {
      padding: 0;
      width: 100%;
      margin: 0 auto; }
      .lst-seen-widget .in-content .products-grid:hover .product-info {
        visibility: visible !important;
        opacity: 1 !important; }
      .lst-seen-widget .in-content .products-grid .item {
        margin: 0;
        border: none;
        position: relative;
        height: 73px; }
        .lst-seen-widget .in-content .products-grid .item > a {
          width: 100%;
          display: inline-block; }
        .lst-seen-widget .in-content .products-grid .item img {
          margin: 0 auto;
          display: block;
          max-width: 48px;
          max-height: 53px; }
          .home-layout-4 .lst-seen-widget .in-content .products-grid .item img {
            max-height: 61px; }
      .lst-seen-widget .in-content .products-grid .second-info {
        display: none; }
      .lst-seen-widget .in-content .products-grid .slick-slider .slick-track {
        min-width: 100%;
        position: relative;
        top: 0;
        left: 0;
        display: block; }
      .lst-seen-widget .in-content .products-grid .slick-slider .slick-track,
      .lst-seen-widget .in-content .products-grid .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); }
      .lst-seen-widget .in-content .products-grid .slick-arrow {
        padding: 0;
        height: 13px;
        color: rgba(117, 117, 117, 0.5);
        width: 100%;
        margin: 0;
        transform: none;
        position: relative;
        background-color: transparent;
        border: none;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease; }
        .lst-seen-widget .in-content .products-grid .slick-arrow:before {
          height: 0.75rem;
          width: 0.75rem;
          display: inline-block; }
        .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev {
          left: 0;
          top: -16px; }
          .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-up fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M4.465 366.475l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L224 178.053l195.494 195.493c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-211.05-211.051c-4.686-4.686-12.284-4.686-16.971 0L4.465 349.505c-4.687 4.686-4.687 12.284 0 16.97z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-position: 50%; }
            .home-layout-4 .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev:before {
              background-image: none;
              width: 10px;
              height: 2px; }
        .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next {
          right: 0;
          top: initial;
          bottom: 4px; }
          .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-position: 50%; }
            .home-layout-4 .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next:before {
              background-image: none;
              width: 10px;
              height: 2px; }
        .home-layout-4 .lst-seen-widget .in-content .products-grid .slick-arrow {
          transform: rotate(90deg);
          width: 44px;
          margin: 0 auto; }
          .home-layout-4 .lst-seen-widget .in-content .products-grid .slick-arrow:hover:before, .home-layout-4 .lst-seen-widget .in-content .products-grid .slick-arrow:hover:after, .home-layout-4 .lst-seen-widget .in-content .products-grid .slick-arrow:active:before, .home-layout-4 .lst-seen-widget .in-content .products-grid .slick-arrow:active:after {
            background: black; }
  .lst-seen-widget .backtoTop .icon {
    font-size: 16px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center; }
  .lst-seen-widget .backtoTop .text {
    color: #1a2531;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 0.02em; }
  .lst-seen-widget .lst-seen-social-link-widget {
    right: -110px;
    transition: right 0.2s ease-in-out, left 0.2s ease-in-out; }
    .lst-seen-widget .lst-seen-social-link-widget.is-show-widget {
      left: -77.5px;
      transition: right 0.2s ease-in-out, left 0.2s ease-in-out; }
  .lst-seen-widget.is-show-widget {
    right: 7.5px; }
    @media (min-width: 1200px) {
      .lst-seen-widget.is-show-widget {
        right: 7.5px; } }

.recently-viewed-products-sidebar.sidebar-scroll-show .wrap-icons {
  width: 40px;
  height: auto;
  position: fixed;
  top: 45%;
  right: -50px;
  z-index: 9;
  background: white;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transition: right .5s ease 0s;
  transition: right 0.2s ease-in-out;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 361px) {
    .recently-viewed-products-sidebar.sidebar-scroll-show .wrap-icons {
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%); } }
  .recently-viewed-products-sidebar.sidebar-scroll-show .wrap-icons svg {
    width: 20px;
    height: 20px; }
  .recently-viewed-products-sidebar.sidebar-scroll-show .wrap-icons .text {
    display: none; }
  .recently-viewed-products-sidebar.sidebar-scroll-show .wrap-icons.collapsed {
    right: 7.5px; }
  .recently-viewed-products-sidebar.sidebar-scroll-show .wrap-icons div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: white; }
    .recently-viewed-products-sidebar.sidebar-scroll-show .wrap-icons div + div {
      border-top: 1px solid #e7e7e7; }
    .recently-viewed-products-sidebar.sidebar-scroll-show .wrap-icons div.backtoTop .icon {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }

.recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget {
  position: fixed;
  top: 50%;
  right: -130px;
  width: 80px;
  height: auto;
  z-index: 9;
  user-select: none;
  color: black;
  background: white;
  -moz-border-radius: 0 3px 3px;
  -webkit-border-radius: 0 3px 3px;
  -ms-border-radius: 0 3px 3px;
  border-radius: 0 3px 3px;
  transition: right .5s ease 0s;
  transition: right 0.2s ease-in-out;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget:before {
    width: 2px;
    height: 26px;
    content: "";
    top: 1px;
    left: 0px;
    z-index: 1;
    position: absolute;
    background: white; }
  .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .collapse-icon,
  .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .backtoTop,
  .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .collapse-icon {
    top: 0;
    width: 25px;
    height: 35px;
    left: -25px;
    cursor: pointer;
    position: absolute;
    background: white;
    border-radius: 3px 0 0 3px;
    box-shadow: -1px 0 2px 1px rgba(0, 0, 0, 0.1); }
    .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .collapse-icon svg {
      width: 10px;
      height: 10px;
      stroke: black; }
  .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .top {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all .25s ease 0s; }
    .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .top .cart-icon {
      position: relative;
      margin-top: 7px;
      cursor: pointer; }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .top .cart-icon svg {
        width: 24px;
        height: 24px;
        margin-right: 12px;
        stroke: black; }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .top .cart-icon .countPill {
        position: absolute;
        top: -9px;
        right: -2px;
        width: 23px;
        height: 23px;
        line-height: 23px;
        display: inline-block; }
        .home-layout-2 .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .top .cart-icon .countPill {
          background-color: #000000;
          color: #ffffff;
          line-height: 24px; }
        .home-layout-3 .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .top .cart-icon .countPill {
          background-color: #000000;
          color: #ffffff;
          line-height: 24px; }
  .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 15px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease; }
    .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .title {
      letter-spacing: 0.02em;
      font-size: 13px;
      padding: 0 5px;
      position: relative;
      margin-bottom: 28px;
      font-weight: 500;
      color: #1a2531;
      line-height: 18px;
      margin-top: 0;
      text-transform: capitalize;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .no-products {
      padding: 5px 5px 10px 5px;
      font-size: 12px; }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .no-products svg {
        width: 54px;
        height: 54px;
        margin-bottom: 15px;
        opacity: .1; }
    .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info {
      position: absolute;
      right: 0px;
      visibility: hidden;
      opacity: 0;
      width: 271px;
      margin-top: 0px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      z-index: 1;
      transition: visibility 0s ease 0s, opacity 0.25s linear 0s;
      padding: 15px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.12);
      background: white; }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info .first {
        width: calc(100% - 64px); }
        .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info .first .button {
          padding: 8px 20px; }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info .second {
        width: 64px;
        height: 100%;
        cursor: pointer;
        background: transparent;
        padding-left: 16px; }
        .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info .second img {
          max-width: 48px;
          max-height: 53px; }
          .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info .second img {
            max-height: 61px; }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info .card-title {
        padding-right: 0;
        font-size: 16px;
        margin-bottom: 2px; }
        .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info .card-title > a {
          color: black;
          font-weight: 500;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: block; }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info .card-price {
        margin-bottom: 0; }
        .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info .card-price .price-section {
          font-size: 0;
          display: inline-block; }
          .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info .card-price .price-section .price {
            font-size: 16px;
            line-height: 25px;
            font-weight: 600; }
          .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info .card-price .price-section.price-section--saving {
            display: none; }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info .price-section--saving {
        display: none; }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info .card-figcaption-link,
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .product-info .card_out_of_stock {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: black;
        background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.5) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        text-transform: capitalize;
        text-decoration: none; }
    .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid {
      padding: 0;
      width: 100%;
      margin: 0 auto; }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid:hover .product-info {
        visibility: visible !important;
        opacity: 1 !important; }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .item {
        margin: 0;
        border: none;
        position: relative;
        height: 73px; }
        .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .item > a {
          width: 100%;
          display: inline-block; }
        .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .item img {
          margin: 0 auto;
          display: block;
          max-width: 48px;
          max-height: 53px; }
          .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .item img {
            max-height: 61px; }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .second-info {
        display: none; }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-slider .slick-track {
        min-width: 100%;
        position: relative;
        top: 0;
        left: 0;
        display: block; }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-slider .slick-track,
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .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); }
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-arrow {
        padding: 0;
        height: 13px;
        color: rgba(117, 117, 117, 0.5);
        width: 100%;
        margin: 0;
        transform: none;
        position: relative;
        background-color: transparent;
        border: none;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease; }
        .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-arrow:before {
          height: 0.75rem;
          width: 0.75rem;
          display: inline-block; }
        .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev {
          left: 0;
          top: -16px; }
          .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-up fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M4.465 366.475l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L224 178.053l195.494 195.493c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-211.05-211.051c-4.686-4.686-12.284-4.686-16.971 0L4.465 349.505c-4.687 4.686-4.687 12.284 0 16.97z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-position: 50%; }
            .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev:before {
              background-image: none;
              width: 10px;
              height: 2px; }
        .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next {
          right: 0;
          top: initial;
          bottom: 4px; }
          .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-position: 50%; }
            .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next:before {
              background-image: none;
              width: 10px;
              height: 2px; }
        .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-arrow {
          transform: rotate(90deg);
          width: 44px;
          margin: 0 auto; }
          .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-arrow:hover:before, .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-arrow:hover:after, .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-arrow:active:before, .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .in-content .products-grid .slick-arrow:active:after {
            background: black; }
  .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .backtoTop .icon {
    font-size: 16px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center; }
  .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .backtoTop .text {
    color: #1a2531;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 0.02em; }
  .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .lst-seen-social-link-widget {
    right: -110px;
    transition: right 0.2s ease-in-out, left 0.2s ease-in-out; }
    .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget .lst-seen-social-link-widget.is-show-widget {
      left: -77.5px;
      transition: right 0.2s ease-in-out, left 0.2s ease-in-out; }
  .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget.is-show-widget {
    right: 7.5px; }
    @media (min-width: 1200px) {
      .recently-viewed-products-sidebar.sidebar-scroll-show .lst-seen-widget.is-show-widget {
        right: 7.5px; } }

.recently-viewed-products-sidebar.sidebar-scroll-show .social-link-widget {
  right: -55px;
  transition: right 0.2s ease-in-out; }
  .recently-viewed-products-sidebar.sidebar-scroll-show .social-link-widget.is-show-widget {
    right: 57.5px;
    transition: right 0.2s ease-in-out; }

.recently-viewed-products-sidebar.sidebar-scroll-show.slided-up .top {
  opacity: 1;
  visibility: visible;
  height: 57.5px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px); }

.recently-viewed-products-sidebar.sidebar-scroll-show.slided-up .in-content {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }

.recently-viewed-products-sidebar.sidebar-scroll-show.slided-up .backtoTop.bottom {
  opacity: 1;
  visibility: visible;
  height: 45px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px); }

.recently-viewed-products-sidebar.sidebar-scroll-hide .wrap-icons {
  width: 40px;
  height: auto;
  position: fixed;
  top: 45%;
  right: -50px;
  z-index: 9;
  background: white;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transition: right .5s ease 0s;
  transition: right 0.2s ease-in-out;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 361px) {
    .recently-viewed-products-sidebar.sidebar-scroll-hide .wrap-icons {
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%); } }
  .recently-viewed-products-sidebar.sidebar-scroll-hide .wrap-icons svg {
    width: 20px;
    height: 20px; }
  .recently-viewed-products-sidebar.sidebar-scroll-hide .wrap-icons .text {
    display: none; }
  .recently-viewed-products-sidebar.sidebar-scroll-hide .wrap-icons.collapsed {
    right: -50px; }
  .recently-viewed-products-sidebar.sidebar-scroll-hide .wrap-icons div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: white; }
    .recently-viewed-products-sidebar.sidebar-scroll-hide .wrap-icons div + div {
      border-top: 1px solid #e7e7e7; }
    .recently-viewed-products-sidebar.sidebar-scroll-hide .wrap-icons div.backtoTop .icon {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }

.recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget {
  position: fixed;
  top: 50%;
  right: -120px;
  width: 80px;
  height: auto;
  z-index: 9;
  user-select: none;
  color: black;
  background: white;
  -moz-border-radius: 0 3px 3px;
  -webkit-border-radius: 0 3px 3px;
  -ms-border-radius: 0 3px 3px;
  border-radius: 0 3px 3px;
  transition: right .5s ease 0s;
  transition: right 0.2s ease-in-out;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget:before {
    width: 2px;
    height: 26px;
    content: "";
    top: 1px;
    left: 0px;
    z-index: 1;
    position: absolute;
    background: white; }
  .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .collapse-icon,
  .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .backtoTop,
  .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .collapse-icon {
    top: 0;
    width: 20px;
    height: 26px;
    left: -20px;
    cursor: pointer;
    position: absolute;
    background: white;
    border-radius: 3px 0 0 3px;
    box-shadow: -1px 0 2px 1px rgba(0, 0, 0, 0.1); }
    .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .collapse-icon svg {
      width: 10px;
      height: 10px;
      stroke: black; }
  .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .top {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all .25s ease 0s; }
    .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .top .cart-icon {
      position: relative;
      margin-top: 7px;
      cursor: pointer; }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .top .cart-icon svg {
        width: 24px;
        height: 24px;
        margin-right: 12px;
        stroke: black; }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .top .cart-icon .countPill {
        position: absolute;
        top: -9px;
        right: -2px;
        width: 23px;
        height: 23px;
        line-height: 23px;
        display: inline-block; }
        .home-layout-2 .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .top .cart-icon .countPill {
          background-color: #000000;
          color: #ffffff;
          line-height: 24px; }
        .home-layout-3 .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .top .cart-icon .countPill {
          background-color: #000000;
          color: #ffffff;
          line-height: 24px; }
  .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 15px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease; }
    .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .title {
      letter-spacing: 0.02em;
      font-size: 13px;
      padding: 0 5px;
      position: relative;
      margin-bottom: 28px;
      font-weight: 500;
      color: #1a2531;
      line-height: 18px;
      margin-top: 0;
      text-transform: capitalize;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .no-products {
      padding: 5px 5px 10px 5px;
      font-size: 12px; }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .no-products svg {
        width: 54px;
        height: 54px;
        margin-bottom: 15px;
        opacity: .1; }
    .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info {
      position: absolute;
      right: 0px;
      visibility: hidden;
      opacity: 0;
      width: 271px;
      margin-top: 0px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      z-index: 1;
      transition: visibility 0s ease 0s, opacity 0.25s linear 0s;
      padding: 15px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.12);
      background: white; }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info .first {
        width: calc(100% - 64px); }
        .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info .first .button {
          padding: 8px 20px; }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info .second {
        width: 64px;
        height: 100%;
        cursor: pointer;
        background: transparent;
        padding-left: 16px; }
        .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info .second img {
          max-width: 48px;
          max-height: 53px; }
          .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info .second img {
            max-height: 61px; }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info .card-title {
        padding-right: 0;
        font-size: 16px;
        margin-bottom: 2px; }
        .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info .card-title > a {
          color: black;
          font-weight: 500;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: block; }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info .card-price {
        margin-bottom: 0; }
        .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info .card-price .price-section {
          font-size: 0;
          display: inline-block; }
          .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info .card-price .price-section .price {
            font-size: 16px;
            line-height: 25px;
            font-weight: 600; }
          .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info .card-price .price-section.price-section--saving {
            display: none; }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info .price-section--saving {
        display: none; }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info .card-figcaption-link,
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .product-info .card_out_of_stock {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: black;
        background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.5) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        text-transform: capitalize;
        text-decoration: none; }
    .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid {
      padding: 0;
      width: 100%;
      margin: 0 auto; }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid:hover .product-info {
        visibility: visible !important;
        opacity: 1 !important; }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .item {
        margin: 0;
        border: none;
        position: relative;
        height: 73px; }
        .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .item > a {
          width: 100%;
          display: inline-block; }
        .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .item img {
          margin: 0 auto;
          display: block;
          max-width: 48px;
          max-height: 53px; }
          .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .item img {
            max-height: 61px; }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .second-info {
        display: none; }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-slider .slick-track {
        min-width: 100%;
        position: relative;
        top: 0;
        left: 0;
        display: block; }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-slider .slick-track,
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .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); }
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-arrow {
        padding: 0;
        height: 13px;
        color: rgba(117, 117, 117, 0.5);
        width: 100%;
        margin: 0;
        transform: none;
        position: relative;
        background-color: transparent;
        border: none;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease; }
        .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-arrow:before {
          height: 0.75rem;
          width: 0.75rem;
          display: inline-block; }
        .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev {
          left: 0;
          top: -16px; }
          .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-up fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M4.465 366.475l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L224 178.053l195.494 195.493c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-211.05-211.051c-4.686-4.686-12.284-4.686-16.971 0L4.465 349.505c-4.687 4.686-4.687 12.284 0 16.97z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-position: 50%; }
            .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev:before {
              background-image: none;
              width: 10px;
              height: 2px; }
        .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next {
          right: 0;
          top: initial;
          bottom: 4px; }
          .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-position: 50%; }
            .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next:before {
              background-image: none;
              width: 10px;
              height: 2px; }
        .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-arrow {
          transform: rotate(90deg);
          width: 44px;
          margin: 0 auto; }
          .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-arrow:hover:before, .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-arrow:hover:after, .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-arrow:active:before, .home-layout-4 .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .in-content .products-grid .slick-arrow:active:after {
            background: black; }
  .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .backtoTop .icon {
    font-size: 16px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center; }
  .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .backtoTop .text {
    color: #1a2531;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 0.02em; }
  .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .lst-seen-social-link-widget {
    right: -110px;
    transition: right 0.2s ease-in-out, left 0.2s ease-in-out; }
    .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget .lst-seen-social-link-widget.is-show-widget {
      left: 150px;
      transition: right 0.2s ease-in-out, left 0.2s ease-in-out; }
  .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget.is-show-widget {
    right: -120px; }
    @media (min-width: 1200px) {
      .recently-viewed-products-sidebar.sidebar-scroll-hide .lst-seen-widget.is-show-widget {
        right: -120px; } }

.recently-viewed-products-sidebar.sidebar-scroll-hide .social-link-widget {
  right: -55px;
  transition: right 0.2s ease-in-out; }
  .recently-viewed-products-sidebar.sidebar-scroll-hide .social-link-widget.is-show-widget {
    right: -55px;
    transition: right 0.2s ease-in-out; }

.recently-viewed-products-sidebar.sidebar-scroll-hide.slided-up .top {
  opacity: 1;
  visibility: visible;
  height: 57.5px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px); }

.recently-viewed-products-sidebar.sidebar-scroll-hide.slided-up .in-content {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }

.recently-viewed-products-sidebar.sidebar-scroll-hide.slided-up .backtoTop.bottom {
  opacity: 1;
  visibility: visible;
  height: 45px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px); }

.haloRecommendedBlock {
  width: 100%;
  display: inline-block;
  border-top: 5px solid #f6f6f6;
  padding-top: 55px;
  margin-top: 40px; }
  .haloRecommendedBlock .halo-heading {
    margin-bottom: 40px;
    position: relative;
    padding: 0 15px; }
    .haloRecommendedBlock .halo-heading .btnViewAll {
      right: 15px; }
  .haloRecommendedBlock .haloRecommendedBlock__carousel,
  .haloRecommendedBlock .productCarousel {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .haloRecommendedBlock .haloRecommendedBlock__carousel .productCarousel-slide,
    .haloRecommendedBlock .productCarousel .productCarousel-slide {
      width: 25%; }
    .haloRecommendedBlock .haloRecommendedBlock__carousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5),
    .haloRecommendedBlock .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
      display: none; }
    .haloRecommendedBlock .haloRecommendedBlock__carousel .slick-arrow,
    .haloRecommendedBlock .productCarousel .slick-arrow {
      top: 40%; }
    @media (max-width: 550px) {
      .haloRecommendedBlock .haloRecommendedBlock__carousel .slick-arrow,
      .haloRecommendedBlock .productCarousel .slick-arrow {
        top: 30%; } }
  @media (max-width: 1199px) {
    .haloRecommendedBlock .haloRecommendedBlock__carousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
      display: none; } }
  @media (max-width: 767px) {
    .haloRecommendedBlock .haloRecommendedBlock__carousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
      display: none; } }

[data-page-type="category"] #homeProductNew,
[data-page-type="category"] #homeProductFeatured,
[data-page-type="category"] #ProductCarouselTopSellers {
  padding-top: 55px;
  margin-top: 40px;
  border-top: 5px solid #f6f6f6; }
  [data-page-type="category"] #homeProductNew .halo-heading,
  [data-page-type="category"] #homeProductFeatured .halo-heading,
  [data-page-type="category"] #ProductCarouselTopSellers .halo-heading {
    margin-bottom: 40px; }
  [data-page-type="category"] #homeProductNew .productCarousel,
  [data-page-type="category"] #homeProductFeatured .productCarousel,
  [data-page-type="category"] #ProductCarouselTopSellers .productCarousel {
    padding-bottom: 30px;
    margin-bottom: 30px; }

.halo-back-to-top {
  position: fixed;
  top: auto;
  bottom: 30%;
  right: 10px;
  z-index: 101;
  font-size: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  transition: all 0.5s ease;
  border: 1px solid #1d1d1d;
  color: white;
  background-color: #1d1d1d;
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 50%; }
  .halo-back-to-top a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    text-align: center; }
  .halo-back-to-top .icon {
    fill: white;
    width: 100%;
    height: 100%;
    display: block;
    transform: rotate(-180deg); }
  .halo-back-to-top.is-visible {
    display: block; }
  .halo-back-to-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    opacity: .3;
    background-color: #1d1d1d;
    animation: zoom-animation 1.4s ease-in-out infinite; }
  .halo-back-to-top:hover {
    color: #1d1d1d;
    border-color: #1d1d1d;
    background-color: rgba(0, 0, 255, 0); }
    .halo-back-to-top:hover .icon {
      fill: #1d1d1d; }
  @media (min-width: 551px) {
    .halo-back-to-top {
      right: 15px;
      border-radius: 0;
      padding: 2px;
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
      width: auto;
      height: auto; }
      .halo-back-to-top a {
        display: block;
        width: 100%;
        height: auto; }
      .halo-back-to-top .icon {
        width: 32px;
        height: 32px; }
      .halo-back-to-top:before {
        display: none; } }
  @media (min-width: 1025px) {
    .halo-back-to-top {
      right: 45px; }
      .halo-back-to-top .icon {
        width: 35px;
        height: 35px; } }

.contact-us .halo-heading {
  position: relative;
  z-index: 1;
  margin-bottom: -20px; }
  .contact-us .halo-heading .page-heading {
    margin-bottom: 0; }

.contact-us .halo_map {
  margin-bottom: 45px; }

.contact-us #contact-us-page {
  font-size: 0; }
  .contact-us #contact-us-page .halo_form {
    width: 615px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }
    .contact-us #contact-us-page .halo_form > p {
      color: black;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.9;
      padding-right: 60px;
      margin-bottom: 35px; }
      .contact-us #contact-us-page .halo_form > p a {
        color: #8e0000; }
    .contact-us #contact-us-page .halo_form [data-contact-form] > .form-field {
      margin-bottom: 15px; }
    .contact-us #contact-us-page .halo_form .form-field {
      width: 100%; }
    .contact-us #contact-us-page .halo_form .form-actions {
      text-align: left;
      margin-top: 15px; }
      .contact-us #contact-us-page .halo_form .form-actions .button {
        min-width: 236px; }
  .contact-us #contact-us-page .halo_location {
    width: calc(100% - 615px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-left: 60px; }
    .contact-us #contact-us-page .halo_location .halo_location__container {
      width: 100%;
      max-width: 410px;
      margin-left: auto;
      padding: 50px;
      margin-top: -150px;
      background-color: #ffffff;
      position: relative;
      z-index: 1;
      border-radius: 4px;
      -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.08); }
      .contact-us #contact-us-page .halo_location .halo_location__container .title {
        color: black;
        font-size: 18px;
        font-weight: 800;
        font-style: italic;
        text-transform: uppercase;
        padding-bottom: 15px;
        margin-top: 0;
        margin-bottom: 25px;
        border-bottom: 1px solid #E6E6E6; }
      .contact-us #contact-us-page .halo_location .halo_location__container .content {
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 1px solid #E6E6E6;
        font-size: 16px;
        font-weight: 400; }
        .contact-us #contact-us-page .halo_location .halo_location__container .content:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
          .contact-us #contact-us-page .halo_location .halo_location__container .content:last-child .store-link:last-child {
            margin-bottom: 0; }
        .contact-us #contact-us-page .halo_location .halo_location__container .content .store-info {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: flex-start;
          margin-bottom: 17px; }
          .contact-us #contact-us-page .halo_location .halo_location__container .content .store-info .icon {
            width: 18px;
            height: 18px;
            margin-right: 15px;
            display: inline-block;
            vertical-align: middle; }
            .contact-us #contact-us-page .halo_location .halo_location__container .content .store-info .icon.icon-pen {
              width: 20px;
              height: 20px; }
          .contact-us #contact-us-page .halo_location .halo_location__container .content .store-info p {
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 0; }
            .contact-us #contact-us-page .halo_location .halo_location__container .content .store-info p span {
              display: block; }
              .contact-us #contact-us-page .halo_location .halo_location__container .content .store-info p span + span {
                margin-top: 7px; }
        .contact-us #contact-us-page .halo_location .halo_location__container .content a {
          text-decoration: none; }
          .contact-us #contact-us-page .halo_location .halo_location__container .content a span {
            background-image: linear-gradient(currentColor, currentColor);
            background-position: 0 90%;
            background-repeat: no-repeat;
            background-size: 0 1px;
            transition: background-size .5s; }
          .contact-us #contact-us-page .halo_location .halo_location__container .content a:hover span {
            background-size: 100% 1px; }
        .contact-us #contact-us-page .halo_location .halo_location__container .content .store-link {
          display: block;
          margin-bottom: 17px; }

@media (max-width: 1199px) {
  .contact-us #contact-us-page .halo_form {
    width: 50%;
    padding-right: 15px; }
  .contact-us #contact-us-page .halo_location {
    width: 50%;
    padding-left: 15px; }
    .contact-us #contact-us-page .halo_location .halo_location__container {
      max-width: 100%;
      margin-top: 0;
      padding: 20px; } }

@media (max-width: 767px) {
  .contact-us .halo-heading {
    margin-bottom: -13px; }
  .contact-us #contact-us-page .halo_form {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px; }
  .contact-us #contact-us-page .halo_location {
    width: 100%;
    padding-left: 0; } }

.page-location .halo-location-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .page-location .halo-location-top .halo-location-topLeft {
    width: 600px;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px; }
    .page-location .halo-location-top .halo-location-topLeft .halo-location-title {
      color: black;
      font-size: 18px;
      font-weight: 800;
      font-style: italic;
      text-transform: uppercase;
      margin-bottom: 18px;
      margin-top: 0; }
    .page-location .halo-location-top .halo-location-topLeft .halo-location-text {
      color: black;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.9;
      margin-bottom: 0; }
  .page-location .halo-location-top .halo-location-topRight {
    width: 700px;
    display: inline-block;
    vertical-align: top; }
    .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      position: relative; }
      .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-label {
        width: 53px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        padding: 13px 15px 14px;
        margin-bottom: 0; }
        .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-label svg {
          fill: black;
          width: 100%;
          height: 100%; }
        .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-label span {
          display: none; }
      .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-input {
        padding-left: 53px;
        width: calc(100% - 165px); }
      .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .button {
        width: 150px;
        margin-left: 15px;
        margin-bottom: 0; }

.page-location .halo-location-bottom {
  font-size: 0;
  margin-top: 70px; }
  .page-location .halo-location-bottom .HL-ColLeft {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }
    .page-location .halo-location-bottom .HL-ColLeft .InfoFind {
      padding: 0 5px 0 0;
      max-height: 600px;
      overflow-y: auto;
      border: 1px solid #E6E6E6; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind::-webkit-scrollbar {
        width: 5px; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind::-webkit-scrollbar-track {
        background: #EAEAEA; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind::-webkit-scrollbar-thumb {
        background: #000000; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list > div {
        padding: 25px; }
        .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list > div + div {
          border-top: 1px solid #E6E6E6; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-heading {
        color: black;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        margin-top: 0;
        margin-bottom: 10px; }
        .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-heading span {
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0 90%;
          background-repeat: no-repeat;
          background-size: 0 1px;
          transition: background-size .5s; }
        .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-heading:hover span {
          background-size: 100% 1px; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-info {
        color: black;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8;
        margin-bottom: 0; }
  .page-location .halo-location-bottom .HL-ColRight {
    width: calc(100% - 310px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }

@media (max-width: 991px) {
  .page-location .halo-location-top {
    display: block; }
    .page-location .halo-location-top .halo-location-topLeft {
      width: 100%;
      display: block;
      padding-right: 0;
      margin-bottom: 30px; }
    .page-location .halo-location-top .halo-location-topRight {
      width: 100%;
      display: block; }
  .page-location .halo-location-bottom .HL-ColLeft {
    width: 100%;
    display: block; }
    .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list > div {
      padding: 20px; }
  .page-location .halo-location-bottom .HL-ColRight {
    width: 100%;
    display: block; } }

@media (max-width: 767px) {
  .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search {
    display: block; }
    .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-input {
      width: 100%; }
    .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .button {
      width: 100%;
      margin-top: 15px;
      margin-left: 0; } }

#halo-lookbook-slider {
  padding: 0px 0; }
  #halo-lookbook-slider .halo-special-logo {
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
    padding: 0 15px; }
    #halo-lookbook-slider .halo-special-logo img {
      width: 100%; }
      #halo-lookbook-slider .halo-special-logo img.lazyload, #halo-lookbook-slider .halo-special-logo img.lazyloading {
        width: auto;
        height: auto;
        margin: auto;
        object-fit: contain; }
    #halo-lookbook-slider .halo-special-logo:before {
      content: "";
      position: absolute;
      top: -65px;
      left: 50%;
      width: 1px;
      height: 40px;
      z-index: 1; }
  .page-normal #halo-lookbook-slider {
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 551px) {
    #halo-lookbook-slider {
      padding-top: 0px;
      padding-bottom: 0px; }
      #halo-lookbook-slider .halo-special-logo {
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        z-index: 2;
        width: 100%;
        max-width: calc(100% - 100px); }
        #halo-lookbook-slider .halo-special-logo:before {
          top: -86px; } }
  @media (min-width: 768px) {
    #halo-lookbook-slider {
      padding-top: 0px; }
      #halo-lookbook-slider .halo-special-logo {
        top: -80px; } }
  @media (min-width: 1025px) {
    #halo-lookbook-slider {
      padding-top: 0px; }
      #halo-lookbook-slider .halo-special-logo {
        width: 100%;
        max-width: 1050px;
        top: -125px; }
        #halo-lookbook-slider .halo-special-logo:before {
          height: 65px;
          top: -106px; } }

.halo-lookbook-slider-slide {
  position: relative; }

.halo-lookbook-slider .slick-arrow.slick-prev {
  left: 0; }

.halo-lookbook-slider .slick-arrow.slick-next {
  right: 0; }

.halo-lookbook-slider-imageWrapper {
  position: relative; }
  .halo-lookbook-slider-imageWrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(90, 75, 68, 0.1); }

.halo-lookbook-slider-image {
  text-align: center; }
  .halo-lookbook-slider-image img.lazyload, .halo-lookbook-slider-image img.lazyloading, .halo-lookbook-slider-image img.lazyloaded {
    width: auto;
    height: auto;
    margin: auto;
    object-fit: contain; }
  .halo-lookbook-slider-image img.image-mobile {
    display: block; }
    .halo-lookbook-slider-image img.image-mobile.lazyload, .halo-lookbook-slider-image img.image-mobile.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }
  .page-blog .halo-lookbook-slider-image {
    width: 100%; }
    .page-blog .halo-lookbook-slider-image img {
      display: block; }
  .page-normal .halo-lookbook-slider-image {
    width: 100%; }
    .page-normal .halo-lookbook-slider-image img {
      display: block; }

.halo-lookbook-slider-content {
  display: block;
  width: 100%;
  max-width: calc(100% - 100px);
  text-align: center;
  padding: 50px 0 0 0;
  margin: 0 auto;
  white-space: normal;
  background-color: rgba(0, 0, 255, 0); }
  .halo-lookbook-slider-content .subtitle {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 40px;
    text-transform: uppercase;
    color: black;
    margin: 0 0 11px 0; }
  .halo-lookbook-slider-content .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    color: black;
    margin: 0 0 24px 0; }
  .halo-lookbook-slider-content .desc {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    color: black;
    margin: 0 0 30px 0; }
  .halo-lookbook-slider-content .button {
    min-width: 200px;
    text-transform: uppercase; }

.halo-lookbook-slider-point {
  display: block;
  position: absolute;
  z-index: 5;
  pointer-events: auto; }
  .page-blog .halo-lookbook-slider-point {
    display: block; }
  .page-normal .halo-lookbook-slider-point {
    display: block; }

.halo-lookbook-slider-icon {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  color: white;
  font-size: 36px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  background-color: white; }
  .home-layout-4 .halo-lookbook-slider-icon {
    width: 26px;
    height: 26px;
    font-size: 22px;
    line-height: 26px;
    color: black; }
    @media (max-width: 899px) {
      .home-layout-4 .halo-lookbook-slider-icon {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
        color: black; } }
    @media (max-width: 551px) {
      .home-layout-4 .halo-lookbook-slider-icon {
        width: 15px;
        height: 15px;
        font-size: 12px;
        line-height: 15px;
        color: black; } }
  .halo-lookbook-slider-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    opacity: .3;
    background-color: white;
    animation: zoom-animation 1.4s ease-in-out infinite; }

.halo-lookbook-slider-info {
  display: block;
  padding: 24px 0 25px 0; }

.halo-lookbook-slider-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: black;
  text-align: center; }

.halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .subtitle {
  visibility: hidden;
  animation-delay: 0ms;
  animation-name: fadeOutDown; }

.halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .title {
  visibility: hidden;
  animation-delay: 0ms;
  animation-name: fadeOutDown; }

.halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .desc {
  visibility: hidden;
  animation-delay: 0ms;
  animation-name: fadeOutDown; }

.halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .button {
  visibility: hidden;
  animation-delay: 0ms;
  animation-name: fadeOutDown; }

.halo-lookbook-slider .slick-current .halo-lookbook-slider-content .subtitle {
  visibility: visible;
  animation-delay: 50ms;
  animation-name: fadeInUp; }

.halo-lookbook-slider .slick-current .halo-lookbook-slider-content .title {
  visibility: visible;
  animation-delay: 100ms;
  animation-name: fadeInUp; }

.halo-lookbook-slider .slick-current .halo-lookbook-slider-content .desc {
  visibility: visible;
  animation-delay: 150ms;
  animation-name: fadeInUp; }

.halo-lookbook-slider .slick-current .halo-lookbook-slider-content .button {
  visibility: visible;
  animation-delay: 200ms;
  animation-name: fadeInUp; }

.halo-lookbook-slider:not(.slick-initialized) {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0; }
  .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden; }
    .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide:not(:first-child) {
      opacity: 0;
      visibility: hidden; }

.halo-lookbook-slider.slick-initialized {
  margin-bottom: 0; }

@media (min-width: 321px) {
  .halo-lookbook-slider-content .title {
    font-size: 40px; } }

@media (min-width: 375px) {
  .page-blog .halo-lookbook-slider-slide {
    padding-left: 8px;
    padding-right: 8px; }
  page-blog .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide {
    width: 50%;
    opacity: 1;
    visibility: visible; }
  .page-blog .halo-lookbook-slider {
    margin-left: -8px;
    margin-right: -8px;
    width: auto; } }

@media (min-width: 551px) {
  .halo-lookbook-slider-image img {
    display: block; }
    .halo-lookbook-slider-image img.image-mobile {
      display: none; }
  .halo-lookbook-slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    transform: translateY(-50%);
    padding: 15px; }
    .halo-lookbook-slider-content .subtitle {
      color: white; }
    .halo-lookbook-slider-content .title {
      color: white; }
    .halo-lookbook-slider-content .desc {
      color: white; }
  page-blog .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide {
    width: 33.3333333%;
    opacity: 1;
    visibility: visible; } }

@media (min-width: 768px) {
  .halo-lookbook-slider-content {
    right: auto;
    text-align: left;
    max-width: 520px; }
  .halo-lookbook-slider-info {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .halo-lookbook-slider-text {
    text-align: left; } }

@media (min-width: 1025px) {
  .page-blog .halo-lookbook-slider-slide {
    padding-left: 15px;
    padding-right: 15px; }
  .halo-lookbook-slider-parallax {
    height: 870px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center; }
    .halo-lookbook-slider-parallax .halo-lookbook-slider-image {
      opacity: 0;
      visibility: hidden; }
  .page-blog .halo-lookbook-slider-image {
    position: relative;
    z-index: 2; }
    .page-blog .halo-lookbook-slider-image:before {
      content: "";
      width: 100%;
      height: 100%;
      top: 100%;
      right: 0;
      left: auto;
      z-index: 2;
      transform: none;
      position: absolute;
      transition: color 0.15s ease;
      background-color: rgba(0, 0, 0, 0.25);
      background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
    .page-blog .halo-lookbook-slider-image:hover:before {
      top: 0; }
  .halo-lookbook-slider-content {
    left: 30px;
    right: auto;
    padding: 0 70px;
    transform: translateY(-50%);
    text-align: left; }
    .halo-lookbook-slider-content .title {
      font-size: 60px; }
  .page-blog .halo-lookbook-slider {
    margin-left: -15px;
    margin-right: -15px; } }

.halo-lookbook-button {
  /* padding-top: 45px; */
  text-align: center;
  margin: 0;
  position: absolute;
  top: 90px;
  z-index: 2;
  right: 15px; }
  .halo-lookbook-button .button {
    min-width: 255px;
    margin-bottom: 0; }

.halo-lookbook-share {
  position: absolute;
  top: auto;
  bottom: 105px;
  right: 0;
  margin-top: 0; }
  .halo-lookbook-share .shareLinkSocial__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end; }
    .halo-lookbook-share .shareLinkSocial__social > p {
      margin-right: 10px; }

@media (max-width: 991px) {
  .halo-lookbook-share {
    position: static;
    margin-top: 40px; }
    .halo-lookbook-share .shareLinkSocial__social {
      justify-content: center; } }

@media (max-width: 767px) {
  .halo-lookbook-button {
    padding-top: 75px; }
  .halo-lookbook-slider .slick-dots {
    bottom: -50px; } }

.halo-lookbook-popup {
  display: none;
  position: relative;
  max-width: 290px;
  background-color: #f8f7f3 !important;
  padding: 20px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); }
  .halo-lookbook-popup.is-open {
    display: block;
    position: absolute;
    z-index: 21; }
  .halo-lookbook-popup .productCarousel-slide {
    width: 100%;
    padding: 0; }
    .home-layout-4 .halo-lookbook-popup .productCarousel-slide .card {
      width: 250px; }
    .home-layout-4 .halo-lookbook-popup .productCarousel-slide .card-figcaption {
      z-index: 1; }
      .home-layout-4 .halo-lookbook-popup .productCarousel-slide .card-figcaption .button .icon-action {
        width: 40px;
        height: 40px; }
    .home-layout-4 .halo-lookbook-popup .productCarousel-slide .card-figcaption-button {
      padding: 16px 10px; }
    @media (max-width: 1279px) {
      .home-layout-4 .halo-lookbook-popup .productCarousel-slide .card {
        width: 225px; } }
    @media (max-width: 1099px) {
      .home-layout-4 .halo-lookbook-popup .productCarousel-slide .card {
        width: 200px; } }
  @media (max-width: 1279px) {
    .halo-lookbook-popup {
      padding: 12.5px; } }

.halo-lookbook-close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 10;
  background: #1d1d1d !important;
  width: 30px !important;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 30px !important;
  padding: 10px; }
  .halo-lookbook-close svg {
    fill: white;
    width: 100%;
    height: 100%; }

@media (min-width: 551px) {
  .halo-lookbook-close {
    right: -30px;
    background: transparent; }
    .halo-lookbook-close svg {
      width: 16px;
      height: 16px;
      fill: #ffffff; } }

.haloFaqs-header .page-heading {
  margin-bottom: -20px;
  position: relative;
  z-index: 2; }

.haloFaqs-header .haloFaqs-header__content {
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6; }

.haloFaqs-header .haloFaqs-header__des {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  max-width: 570px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 15px; }
  .haloFaqs-header .haloFaqs-header__des p {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    margin-bottom: 0; }

.haloFaqs-header .haloFaqs-header__img {
  position: relative;
  overflow: hidden;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .haloFaqs-header .haloFaqs-header__img:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 15.25423728813559%; }

.page--faqs {
  margin-top: 55px; }

.halo-faqs-title {
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.7;
  color: black;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 2px solid #232323; }

.halo-faqs-sidebar {
  width: 290px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }
  .halo-faqs-sidebar .faq-contact {
    display: block;
    padding: 30px; }
  .halo-faqs-sidebar .faq-title {
    margin-bottom: 26px;
    text-align: center; }
  .halo-faqs-sidebar .faqs-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    .halo-faqs-sidebar .faqs-group .faqs-group-item {
      width: 50%;
      text-align: center; }
    .halo-faqs-sidebar .faqs-group a {
      text-decoration: none;
      transition: unset; }
      .halo-faqs-sidebar .faqs-group a .icon {
        display: block;
        margin: 0 auto 5px auto;
        width: 28px;
        height: 28px;
        fill: black; }
      .halo-faqs-sidebar .faqs-group a .text {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.7;
        color: black;
        text-transform: capitalize;
        padding: 0 0 1px 0; }
  .halo-faqs-sidebar + .halo-faqs-content {
    width: calc(100% - 290px);
    padding-left: 70px;
    padding-right: 0; }

.halo-faqs-content .faqs-paragraph {
  display: block; }
  .halo-faqs-content .faqs-paragraph + .faqs-paragraph {
    margin-top: 48px; }

.halo-faqs-content .card {
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6; }

.halo-faqs-content .card-header {
  position: relative;
  background-color: transparent;
  padding: 0;
  margin: 0; }
  .halo-faqs-content .card-header:before, .halo-faqs-content .card-header:after {
    content: " ";
    display: table; }
  .halo-faqs-content .card-header:after {
    clear: both; }

.halo-faqs-content .card-body {
  padding: 15px 0 52px 0;
  line-height: 1.8;
  text-align: left; }
  .halo-faqs-content .card-body h4 {
    font-weight: 700;
    font-size: 16px; }
  .halo-faqs-content .card-body .bold {
    font-weight: 600; }

.halo-faqs-content .title {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0;
  color: black;
  text-transform: unset;
  text-align: left;
  padding: 15px 25px 15px 0;
  background: #ffffff;
  transition: color 0.15s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .halo-faqs-content .title span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s; }
  .halo-faqs-content .title:before {
    content: "Question";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 21px;
    line-height: 21px;
    font-size: 13px;
    font-weight: 400;
    background-color: #F94436;
    border-radius: 4px;
    color: white;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(-50%);
    transition: color 0.15s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .halo-faqs-content .title.collapsed {
    position: relative;
    padding-left: 81px;
    color: #8e0000; }
    .halo-faqs-content .title.collapsed span {
      background-size: 100% 1px; }
    .halo-faqs-content .title.collapsed:before {
      width: 66px; }
    .halo-faqs-content .title.collapsed + .icon-plus:before {
      transform: translateY(-50%) rotate(90deg); }

.halo-faqs-content .icon-plus {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  z-index: 2;
  pointer-events: none;
  transform: translateY(-50%);
  background: transparent; }
  .halo-faqs-content .icon-plus:before, .halo-faqs-content .icon-plus:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
    transform: translate(50%, -50%);
    background: black;
    transition: color 0.15s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .halo-faqs-content .icon-plus:before {
    width: 2px;
    height: 16px; }
  .halo-faqs-content .icon-plus:after {
    width: 16px;
    height: 2px; }

.halo-faqs-content .collapse {
  position: relative;
  display: none; }

.halo-faqs-content .faq-content {
  padding: 45px 0 30px 0;
  text-align: center; }
  .halo-faqs-content .faq-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: black;
    margin: 0; }
  .halo-faqs-content .faq-content .button {
    margin: 15px 0 0 0;
    min-width: 200px; }

@media (min-width: 551px) {
  .halo-faqs-content .faq-content {
    text-align: right; }
    .halo-faqs-content .faq-content .button {
      margin: 15px 0 0 30px;
      min-width: 255px; } }

@media (min-width: 768px) {
  .halo-faqs-content .faq-content .button {
    margin-top: 0; } }

@media (min-width: 1025px) {
  .halo-faqs-title {
    padding-bottom: 16px; }
  .halo-faqs-sidebar {
    position: sticky;
    top: 90px; }
    .halo-faqs-sidebar .faqs-group a {
      text-decoration: none; }
      .halo-faqs-sidebar .faqs-group a:hover .icon {
        fill: #8e0000; }
      .halo-faqs-sidebar .faqs-group a:hover .text {
        color: #8e0000;
        background-image: linear-gradient(transparent 97%, #8e0000 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  .halo-faqs-content {
    padding-top: 30px; }
    .halo-faqs-content .faq-content .button {
      margin-top: 0; } }

@media (max-width: 1199px) {
  .haloFaqs-header .haloFaqs-header__img:after {
    padding-bottom: 30%; } }

@media (max-width: 1024px) {
  .haloFaqs-header .haloFaqs-header__img:after {
    padding-bottom: 35%; }
  .halo-faqs-sidebar {
    width: 250px; }
    .halo-faqs-sidebar + .halo-faqs-content {
      width: calc(100% - 250px);
      padding-left: 30px; } }

@media (max-width: 767px) {
  .haloFaqs-header .page-heading {
    margin-bottom: -13px; }
  .haloFaqs-header .haloFaqs-header__img:after {
    padding-bottom: 50%; }
  .halo-faqs-sidebar {
    width: 100%; }
    .halo-faqs-sidebar + .halo-faqs-content {
      width: 100%;
      padding-left: 0;
      padding-top: 30px; }
  .halo-faqs-content .faqs-paragraph + .faqs-paragraph {
    margin-top: 30px; } }

@media (max-width: 480px) {
  .haloFaqs-header .haloFaqs-header__img:after {
    padding-bottom: 80%; } }

.home-custom-text {
  text-align: center; }
  .home-custom-text .customText-item {
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px; }

#homeThreeBanner .homeThreeBanner__container {
  font-size: 0;
  vertical-align: top;
  padding: 0 5px; }
  #homeThreeBanner .homeThreeBanner__container .homeThreeBanner__item {
    margin: 0;
    padding: 0 5px;
    width: 33.333333%;
    vertical-align: top;
    display: inline-block;
    font-size: 15px; }
  @media (max-width: 1024px) {
    #homeThreeBanner .homeThreeBanner__container {
      width: auto;
      display: block;
      margin-left: 0;
      margin-right: 0; }
      #homeThreeBanner .homeThreeBanner__container .homeThreeBanner__item {
        padding: 0 8px; } }
  @media (max-width: 550px) {
    #homeThreeBanner .homeThreeBanner__container .homeThreeBanner__item {
      width: 100%;
      margin-bottom: 10px; } }

#homeThreeBanner .homeThreeBanner__wrapper {
  overflow: hidden;
  position: relative;
  background-color: #fafafa; }
  #homeThreeBanner .homeThreeBanner__wrapper:before {
    content: "";
    display: block;
    padding-top: 76%; }
  #homeThreeBanner .homeThreeBanner__wrapper img {
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: auto;
    max-width: none;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    transition: all 1s ease; }
  #homeThreeBanner .homeThreeBanner__wrapper .homeThreeBanner__link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    position: absolute; }
  #homeThreeBanner .homeThreeBanner__wrapper .homeThreeBanner__content {
    top: 50%;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    padding: 15px;
    text-align: center;
    position: absolute;
    transform: translateY(-50%); }
  #homeThreeBanner .homeThreeBanner__wrapper .homeThreeBanner__title {
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: capitalize;
    display: inline-block;
    position: relative; }
    #homeThreeBanner .homeThreeBanner__wrapper .homeThreeBanner__title:before {
      content: '';
      left: 0;
      bottom: -5px;
      width: 0;
      height: 2px;
      position: absolute;
      background-color: #ffffff;
      transition: all 0.3s ease; }
    @media (max-width: 992px) and (min-width: 551px) {
      #homeThreeBanner .homeThreeBanner__wrapper .homeThreeBanner__title {
        font-size: 18px; } }
  @media (min-width: 1025px) {
    #homeThreeBanner .homeThreeBanner__wrapper:hover img {
      -webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
      transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
    #homeThreeBanner .homeThreeBanner__wrapper:hover .homeThreeBanner__title:before {
      width: 100%; } }

.home-layout-2 #homeProductNew {
  padding-top: 28px; }
  .home-layout-2 #homeProductNew .halo-heading {
    margin-bottom: 35px; }
  .home-layout-2 #homeProductNew .productCarousel {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 70px; }
    @media (min-width: 768px) {
      .home-layout-2 #homeProductNew .productCarousel {
        margin-bottom: 55px; } }
    .home-layout-2 #homeProductNew .productCarousel .slick-arrow {
      top: 40%; }
    .home-layout-2 #homeProductNew .productCarousel .slick-dots li button {
      height: 10px;
      width: 10px; }
      .home-layout-2 #homeProductNew .productCarousel .slick-dots li button:before {
        height: 10px;
        width: 10px; }
    @media (max-width: 550px) {
      .home-layout-2 #homeProductNew .productCarousel .slick-arrow {
        top: 30%; } }
    .home-layout-2 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide {
      width: 25%;
      display: inline-block; }
      .home-layout-2 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
        display: none; }
      @media (max-width: 800px) {
        .home-layout-2 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 33.33334%; }
          .home-layout-2 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
            display: none; } }
      @media (max-width: 550px) {
        .home-layout-2 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 50%; }
          .home-layout-2 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
            display: none; } }

.home-layout-3 #homeProductNew {
  padding-top: 28px; }
  .home-layout-3 #homeProductNew .halo-heading {
    margin-bottom: 55px; }
  .home-layout-3 #homeProductNew .productCarousel {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 70px; }
    @media (min-width: 768px) {
      .home-layout-3 #homeProductNew .productCarousel {
        margin-bottom: 70px; } }
    .home-layout-3 #homeProductNew .productCarousel .slick-arrow {
      top: 40%; }
    .home-layout-3 #homeProductNew .productCarousel .slick-dots li button {
      height: 10px;
      width: 10px; }
      .home-layout-3 #homeProductNew .productCarousel .slick-dots li button:before {
        height: 10px;
        width: 10px; }
    @media (max-width: 550px) {
      .home-layout-3 #homeProductNew .productCarousel .slick-arrow {
        top: 30%; } }
    .home-layout-3 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide {
      width: 25%;
      display: inline-block; }
      .home-layout-3 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
        display: none; }
      @media (max-width: 800px) {
        .home-layout-3 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 33.33334%; }
          .home-layout-3 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
            display: none; } }
      @media (max-width: 550px) {
        .home-layout-3 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 50%; }
          .home-layout-3 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
            display: none; } }

#homeTopBanner2 {
  margin-bottom: 0px; }
  #homeTopBanner2 .homeTopBanner2__container {
    position: relative; }
    #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__img {
      position: relative;
      overflow: hidden; }
      #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: 0;
        width: 100%;
        max-height: 100%;
        object-fit: contain;
        /* Object-fit polyfill */
        font-family: 'object-fit: contain;'; }
      #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__img:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 37.85310734463277%; }
    #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content {
      text-align: center;
      padding: 20px;
      background-color: #f6f6f6; }
      #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content .homeTopBanner2__title {
        margin-top: 0;
        margin-bottom: 0;
        color: black;
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 28px; }
      #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content .homeTopBanner2__des {
        color: black;
        line-height: 24px;
        margin-bottom: 25px;
        font-size: 16px; }
      #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content .button {
        margin-bottom: 0;
        min-width: 196px; }
  #homeTopBanner2 .home-textTopBanner {
    padding: 78px 0 40px; }
    #homeTopBanner2 .home-textTopBanner .container {
      max-width: 1020px; }
      #homeTopBanner2 .home-textTopBanner .container .customText-item {
        font-size: 18px;
        text-align: center;
        color: #3c3c3c; }
  @media (min-width: 1200px) {
    #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content .homeTopBanner2__title {
      font-size: 40px; }
    #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content .button {
      margin-top: 20px; } }
  @media (min-width: 1025px) {
    #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content {
      position: absolute;
      top: 50%;
      right: calc((100% - 1200px)/ 2);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 15.5px 50px;
      max-width: 480px;
      text-align: center;
      background-color: transparent;
      max-height: 100%;
      overflow-y: auto; }
      #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content::-webkit-scrollbar {
        width: 10px; }
      #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content::-webkit-scrollbar-track {
        background: #EAEAEA; }
      #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content::-webkit-scrollbar-thumb {
        background: #000000; } }
  @media (max-width: 1199px) and (min-width: 1025px) {
    #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content {
      right: 0;
      padding: 25px 50px;
      max-width: 500px; } }
  @media (max-width: 550px) {
    #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content .homeTopBanner2__title {
      font-size: 20px; } }
  @media (max-width: 480px) {
    #homeTopBanner2 .homeTopBanner2__container .homeTopBanner__img img {
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      width: auto;
      height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
    #homeTopBanner2 .homeTopBanner2__container .homeTopBanner__img:after {
      padding-bottom: 70%; } }

.halo-block-product-tabs {
  padding-top: 20px; }
  .home-layout-1 .halo-block-product-tabs {
    padding-top: 0px;
    display: inline-block;
    width: 100%; }
    @media (min-width: 768px) {
      .home-layout-1 .halo-block-product-tabs {
        margin-bottom: 30px; } }
  .halo-block-product-tabs .productCarousel-tabs .tabs {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto; }
    .halo-block-product-tabs .productCarousel-tabs .tabs .tab {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin: 0 0 2px 15px;
      background: 0;
      border: 0;
      float: none; }
      .halo-block-product-tabs .productCarousel-tabs .tabs .tab:first-child {
        margin-left: 0; }
      .halo-block-product-tabs .productCarousel-tabs .tabs .tab.is-active .tab-title {
        color: #232323;
        font-weight: 900;
        border-color: black; }
    .halo-block-product-tabs .productCarousel-tabs .tabs .tab-title {
      color: #969696;
      font-size: 18px;
      font-weight: 900;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      padding: 8px 10px;
      border: 1px solid #b5b5b5;
      border-radius: 3px;
      background: transparent;
      text-transform: capitalize;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (min-width: 768px) {
        .halo-block-product-tabs .productCarousel-tabs .tabs .tab-title {
          font-size: 24px; } }
    .home-layout-3 .halo-block-product-tabs .productCarousel-tabs .tabs .tab {
      margin: 0 0 2px 20px; }
      .home-layout-3 .halo-block-product-tabs .productCarousel-tabs .tabs .tab.is-active .tab-title {
        color: black;
        font-weight: 500;
        border-color: black;
        background: white; }
    .home-layout-3 .halo-block-product-tabs .productCarousel-tabs .tabs .tab-title {
      color: #393939;
      font-size: 17px;
      font-weight: 400;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      border: 1px solid #f6f6f6;
      border-radius: 8px;
      background: #f6f6f6;
      min-width: 158px;
      text-align: center;
      padding: 15px 10px 14px; }
  .halo-block-product-tabs .productCarousel-tabs .tabs-contents {
    position: relative; }
    @media (max-width: 767px) {
      .halo-block-product-tabs .productCarousel-tabs .tabs-contents {
        margin-bottom: 0; } }
    .halo-block-product-tabs .productCarousel-tabs .tabs-contents .productGrid {
      margin: 0; }
    .halo-block-product-tabs .productCarousel-tabs .tabs-contents .productCarousel-sample {
      width: 25%;
      display: inline-block; }
      @media (max-width: 1261px) {
        .halo-block-product-tabs .productCarousel-tabs .tabs-contents .productCarousel-sample {
          width: 33.33334%; }
          .halo-block-product-tabs .productCarousel-tabs .tabs-contents .productCarousel-sample:nth-child(7) {
            display: none; } }
      @media (max-width: 767px) {
        .halo-block-product-tabs .productCarousel-tabs .tabs-contents .productCarousel-sample {
          width: 50%; }
          .halo-block-product-tabs .productCarousel-tabs .tabs-contents .productCarousel-sample:nth-child(6) {
            display: none; } }
  @media (min-width: 551px) {
    .halo-block-product-tabs .productCarousel-tabs .tabs {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      white-space: unset;
      overflow-x: hidden;
      margin-bottom: 8px; }
      .halo-block-product-tabs .productCarousel-tabs .tabs .tab {
        width: auto;
        margin-left: 0;
        margin-bottom: 0; }
      .home-layout-1 .halo-block-product-tabs .productCarousel-tabs .tabs .tab.is-active .tab-title span, .home-layout-2 .halo-block-product-tabs .productCarousel-tabs .tabs .tab.is-active .tab-title span, .home-layout-4 .halo-block-product-tabs .productCarousel-tabs .tabs .tab.is-active .tab-title span {
        border-bottom: 3px solid #232323;
        padding-bottom: 4px; }
      .home-layout-1 .halo-block-product-tabs .productCarousel-tabs .tabs .tab-title, .home-layout-2 .halo-block-product-tabs .productCarousel-tabs .tabs .tab-title, .home-layout-4 .halo-block-product-tabs .productCarousel-tabs .tabs .tab-title {
        padding-left: 26px;
        padding-right: 26px;
        line-height: 1.625;
        border: 0;
        border-radius: 0;
        white-space: unset;
        overflow: unset;
        text-overflow: unset; } }
  .halo-block-product-tabs .productCarousel-tabs .productCarousel {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 70px; }
    @media (max-width: 767px) {
      .home-layout-1 .halo-block-product-tabs .productCarousel-tabs .productCarousel, .home-layout-2 .halo-block-product-tabs .productCarousel-tabs .productCarousel, .home-layout-3 .halo-block-product-tabs .productCarousel-tabs .productCarousel {
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      .halo-block-product-tabs .productCarousel-tabs .productCarousel {
        margin-bottom: 17px; } }
    .halo-block-product-tabs .productCarousel-tabs .productCarousel .slick-arrow {
      top: 40%; }
    .halo-block-product-tabs .productCarousel-tabs .productCarousel .slick-dots li button {
      height: 10px;
      width: 10px; }
      .halo-block-product-tabs .productCarousel-tabs .productCarousel .slick-dots li button:before {
        height: 10px;
        width: 10px; }
    @media (max-width: 550px) {
      .halo-block-product-tabs .productCarousel-tabs .productCarousel .slick-arrow {
        top: 30%; } }
    .halo-block-product-tabs .productCarousel-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide {
      width: 25%;
      display: inline-block; }
      .halo-block-product-tabs .productCarousel-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
        display: none; }
      @media (max-width: 1261px) {
        .halo-block-product-tabs .productCarousel-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 33.33334%; }
          .halo-block-product-tabs .productCarousel-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
            display: none; } }
      @media (max-width: 767px) {
        .halo-block-product-tabs .productCarousel-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 50%; }
          .halo-block-product-tabs .productCarousel-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
            display: none; } }
  .home-layout-3 .halo-block-product-tabs {
    padding-top: 25px; }
    .home-layout-3 .halo-block-product-tabs .halo-heading {
      margin-bottom: 30px; }

#homeBottomBanner2 {
  margin-bottom: 40px; }
  #homeBottomBanner2 .homeBottomBanner2__container {
    position: relative; }
    #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__img {
      position: relative;
      overflow: hidden; }
      #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: 0;
        width: 100%;
        max-height: 100%;
        object-fit: contain;
        /* Object-fit polyfill */
        font-family: 'object-fit: contain;'; }
      #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__img:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 37.85310734463277%; }
    #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content {
      text-align: center;
      padding: 20px;
      background-color: #f6f6f6; }
      #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content .homeBottomBanner2__title {
        margin-top: 0;
        margin-bottom: 0;
        color: black;
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 28px; }
      #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content .homeBottomBanner2__des {
        color: black;
        line-height: 24px;
        margin-bottom: 25px;
        font-size: 16px; }
      #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content .button {
        margin-bottom: 0;
        min-width: 196px; }
  #homeBottomBanner2 .home-textTopBanner {
    padding: 78px 0 40px; }
    #homeBottomBanner2 .home-textTopBanner .container {
      max-width: 1020px; }
      #homeBottomBanner2 .home-textTopBanner .container .customText-item {
        font-size: 18px;
        text-align: center;
        color: #3c3c3c; }
  @media (min-width: 1200px) {
    #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content .homeBottomBanner2__title {
      font-size: 40px; }
    #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content .button {
      margin-top: 20px; } }
  @media (min-width: 1025px) {
    #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content {
      position: absolute;
      top: 50%;
      left: calc((100% - 1200px)/ 2);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 15.5px 50px;
      max-width: 480px;
      text-align: center;
      background-color: transparent;
      max-height: 100%;
      overflow-y: auto; }
      #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content::-webkit-scrollbar {
        width: 10px; }
      #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content::-webkit-scrollbar-track {
        background: #EAEAEA; }
      #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content::-webkit-scrollbar-thumb {
        background: #000000; } }
  @media (max-width: 1199px) and (min-width: 1025px) {
    #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content {
      left: 0;
      padding: 25px 50px;
      max-width: 500px; } }
  @media (max-width: 550px) {
    #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content .homeBottomBanner2__title {
      font-size: 20px; } }
  @media (max-width: 480px) {
    #homeBottomBanner2 .homeBottomBanner2__container .homeTopBanner__img img {
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      width: auto;
      height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
    #homeBottomBanner2 .homeBottomBanner2__container .homeTopBanner__img:after {
      padding-bottom: 70%; } }

.halo-block-post {
  margin-top: 35px;
  padding: 30px 0px 40px; }
  .home-layout-1 .halo-block-post, .home-layout-2 .halo-block-post {
    padding-top: 0; }
    @media (max-width: 1024px) {
      .home-layout-1 .halo-block-post, .home-layout-2 .halo-block-post {
        margin-bottom: 40px; } }
  @media (max-width: 551px) {
    .halo-block-post {
      padding: 0 0 50px; } }
  .halo-block-post .halo-block-header {
    text-align: center; }
    .home-layout-4 .halo-block-post .halo-block-header {
      text-align: left;
      position: relative; }
      .home-layout-4 .halo-block-post .halo-block-header .title {
        padding: 0;
        margin-bottom: 22px;
        font-weight: 900; }
        @media (min-width: 768px) {
          .home-layout-4 .halo-block-post .halo-block-header .title {
            margin-bottom: 38px; } }
      .home-layout-4 .halo-block-post .halo-block-header .btnViewAll {
        margin-top: 6px;
        background-position-y: -2px;
        background-image: linear-gradient(transparent 96%, black 4%); }
    .halo-block-post .halo-block-header .title {
      color: black;
      font-size: 30px;
      font-weight: 700;
      line-height: 35px;
      margin: 0px;
      padding: 25px 0 45px; }
      @media (max-width: 767px) {
        .halo-block-post .halo-block-header .title {
          font-size: 24px; } }
  .halo-block-post .halo-row {
    padding: 0;
    margin: 0; }
    @media (max-width: 1024px) {
      .halo-block-post .halo-row .halo-row-slider.slick-current .halo-row-item {
        padding-left: 0; }
      .halo-block-post .halo-row .halo-row-slider.slick-active:first-of-type .halo-row-item {
        padding-left: 0; }
      .halo-block-post .halo-row .halo-row-slider.slick-active:last-of-type .halo-row-item {
        padding-right: 0; }
      .halo-block-post .halo-row .halo-row-slider.slick-active + .slick-slide .halo-row-item {
        padding-right: 0; } }
    .halo-block-post .halo-row .halo-row-item {
      margin: 0;
      padding: 0 5px;
      outline: none;
      white-space: normal; }
      .halo-block-post .halo-row .halo-row-item .item-content {
        text-align: center;
        max-width: 100%;
        margin: 0 auto; }
        @media (min-width: 1600px) {
          .halo-block-post .halo-row .halo-row-item .item-content {
            max-width: calc(100% - 100px); } }
        .halo-block-post .halo-row .halo-row-item .item-content .date {
          font-size: 16px;
          line-height: 22px;
          letter-spacing: 0;
          text-transform: capitalize;
          color: #707070;
          margin-bottom: 14px; }
        .halo-block-post .halo-row .halo-row-item .item-content .title {
          font-size: 24px;
          line-height: 35px;
          letter-spacing: 0;
          font-weight: 900;
          color: #232323;
          margin-top: 0px;
          margin-bottom: 8px; }
          .halo-block-post .halo-row .halo-row-item .item-content .title a {
            text-decoration: unset; }
        .halo-block-post .halo-row .halo-row-item .item-content .summary {
          font-size: 16px;
          letter-spacing: 0;
          line-height: 24px;
          margin: 0px;
          padding-bottom: 40px;
          color: #3c3c3c; }
        .halo-block-post .halo-row .halo-row-item .item-content .button {
          min-width: 196px;
          text-transform: capitalize;
          font-weight: 600;
          margin-bottom: 20px; }
        .home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content {
          text-align: left;
          max-width: 100%; }
          .home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .date-author {
            margin-bottom: 5px; }
          .home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .date, .home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .author {
            font-size: 14px;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #505050;
            margin-bottom: 5px; }
          .home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .author {
            margin-left: 8px;
            padding-left: 15px;
            position: relative; }
            .home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .author:before {
              content: "";
              position: absolute;
              left: 0;
              top: 50%;
              width: 3px;
              height: 3px;
              background: #505050;
              border-radius: 50%;
              transform: translateY(-50%); }
          .home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .title {
            font-size: 20px;
            font-weight: 700;
            letter-spacing: .01em;
            margin-bottom: 18px;
            line-height: 1.2; }
            .home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .title .link-effect .text:after {
              background: #8e0000;
              bottom: 3px;
              opacity: .5; }
          .home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .button {
            min-width: 166px;
            text-transform: uppercase; }
    .halo-block-post .halo-row:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: auto;
      font-size: 0;
      letter-spacing: 0; }
      @media (max-width: 1024px) {
        .halo-block-post .halo-row:not(.slick-initialized) {
          margin-left: 0px;
          margin-right: -10px; } }
      @media (min-width: 1025px) {
        .halo-block-post .halo-row:not(.slick-initialized) {
          overflow: hidden; } }
      .halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider {
        display: inline-block;
        vertical-align: top;
        width: 33.3333333%;
        overflow: hidden; }
        @media (max-width: 1024px) {
          .halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider {
            width: 50%; } }
        @media (max-width: 551px) {
          .halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider {
            width: 325px; } }
    .halo-block-post .halo-row .slick-dots {
      bottom: -45px; }
      .halo-block-post .halo-row .slick-dots li button {
        height: 10px;
        width: 10px; }
        .halo-block-post .halo-row .slick-dots li button:before {
          height: 10px;
          width: 10px; }
  .halo-block-post .halo-recent-post .item-image a {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 32px; }
    .home-layout-4 .halo-block-post .halo-recent-post .item-image a {
      margin-bottom: 24px; }
    .halo-block-post .halo-recent-post .item-image a img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-transition: -webkit-transform 1s ease-out;
      transition: -webkit-transform 1s ease-out;
      -moz-transition: transform 1s ease-out, -moz-transform 1s ease-out;
      transition: transform 1s ease-out;
      transition: transform 1s ease-out, -webkit-transform 1s ease-out, -moz-transform 1s ease-out; }
    .halo-block-post .halo-recent-post .item-image a:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 72%; }
  @media (min-width: 1025px) {
    .halo-block-post .halo-row {
      width: auto;
      padding: 0 50px;
      min-width: 100%;
      overflow: visible;
      margin-left: 0;
      margin-right: 0; }
      .halo-block-post .halo-row .halo-row-item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
        .halo-block-post .halo-row .halo-row-item .image-with-overlay:hover img {
          -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1); } }
  .home-layout-3 .halo-block-post {
    margin-top: 0;
    padding: 20px 0 75px; }
    .home-layout-3 .halo-block-post .container.container-custom {
      padding: 0 15px; }
      @media (min-width: 1025px) {
        .home-layout-3 .halo-block-post .container.container-custom {
          padding: 0; } }
    @media (max-width: 551px) {
      .home-layout-3 .halo-block-post {
        padding: 0 0 50px; } }
    .home-layout-3 .halo-block-post .halo-block-header .title {
      font-size: 25px;
      font-weight: 900;
      padding: 22px 0 35px; }
    .home-layout-3 .halo-block-post .halo-row .halo-row-item .item-content .date {
      font-size: 15px;
      font-weight: 300;
      line-height: 22px;
      color: #787878;
      margin-bottom: 8px; }
    .home-layout-3 .halo-block-post .halo-row .halo-row-item .item-content .title {
      font-size: 20px;
      margin-bottom: 13px; }
    .home-layout-3 .halo-block-post .halo-row .halo-row-item .item-content .summary {
      padding-bottom: 30px;
      color: #000000; }
    .home-layout-3 .halo-block-post .halo-row .halo-row-item .item-content .button {
      text-transform: uppercase; }
    .home-layout-3 .halo-block-post .halo-recent-post .item-image a {
      border-radius: 10px; }
      .home-layout-3 .halo-block-post .halo-recent-post .item-image a:after {
        padding-bottom: 83.15789%; }
    @media (min-width: 1025px) {
      .home-layout-3 .halo-block-post .halo-row {
        padding: 0 60px; } }
  .home-layout-4 .halo-block-post {
    padding-top: 0;
    margin-top: 32px; }
    .home-layout-4 .halo-block-post .halo-row {
      padding: 0; }
      @media (min-width: 1200px) {
        .home-layout-4 .halo-block-post .halo-row {
          margin: 0 -15px; } }
      @media (max-width: 1199px) {
        .home-layout-4 .halo-block-post .halo-row .halo-row-item {
          padding: 0 10px; } }
      .home-layout-4 .halo-block-post .halo-row .slick-dots {
        bottom: -30px; }
      .home-layout-4 .halo-block-post .halo-row:not(.slick-initialized) {
        white-space: unset;
        overflow: unset; }
        @media (max-width: 1024px) {
          .home-layout-4 .halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider {
            width: 50%; }
            .home-layout-4 .halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider:nth-child(n+3) {
              display: none; } }
        @media (max-width: 550px) {
          .home-layout-4 .halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider {
            width: 100%; }
            .home-layout-4 .halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider:nth-child(n+2) {
              display: none; } }
      @media (max-width: 550px) {
        .home-layout-4 .halo-block-post .halo-row .halo-row-slider.slick-active:first-of-type .halo-row-item {
          padding-right: 0; } }
      @media (max-width: 550px) {
        .home-layout-4 .halo-block-post .halo-row .halo-row-slider.slick-active + .slick-slide .halo-row-item {
          padding-right: 0; } }

.haloHomeService .haloHomeService_header {
  text-align: center; }
  .haloHomeService .haloHomeService_header .title {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin: 0px;
    padding: 40px 0 10px; }
    @media (max-width: 767px) {
      .haloHomeService .haloHomeService_header .title {
        font-size: 24px;
        padding: 50px 0 10px; } }

.haloHomeService .haloHomeService__service {
  padding: 40px 0; }
  .haloHomeService .haloHomeService__service .haloHomeService__container {
    font-size: 0;
    margin: 0 -15px; }
  .haloHomeService .haloHomeService__service .haloHomeService__item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0 15px;
    text-align: center; }
    .haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemImg {
      position: relative;
      display: block;
      overflow: hidden;
      margin-bottom: 50px; }
      .haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemImg img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: 0;
        width: auto;
        max-height: 100%;
        object-fit: contain;
        /* Object-fit polyfill */
        font-family: 'object-fit: contain;'; }
      .haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemImg:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 18.18181818181818%; }
    .haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemContent {
      max-width: 260px;
      margin: 0 auto; }
      .haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemContent .haloHomeService__itemTitle {
        color: black;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px;
        padding: 0 0 4px 0; }
      .haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemContent p {
        color: #3c3c3c;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-top: 16px;
        margin-bottom: 12px; }
        @media (max-width: 1199px) {
          .haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemContent p {
            margin-bottom: 35px; } }
      .haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemContent a {
        text-decoration: none;
        color: #8e0000;
        background-image: linear-gradient(transparent 96%, white 4%);
        background-repeat: repeat-x;
        background-position-y: 0px; }
        .haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemContent a:hover {
          background-image: linear-gradient(transparent 96%, #8e0000 4%); }

#halo_instagram {
  background-color: #ecf5f5;
  text-align: center;
  padding: 20px 15px 40px; }
  @media (min-width: 1025px) {
    #halo_instagram {
      padding: 35px 65px 72px;
      margin-top: 40px; } }
  #halo_instagram .halo-block-header {
    text-align: center;
    max-width: calc(100% - 60px);
    margin: 0 auto; }
    @media (min-width: 551px) {
      #halo_instagram .halo-block-header {
        max-width: 450px; } }
    #halo_instagram .halo-block-header .title {
      font-size: 24px;
      font-weight: 900;
      line-height: 35px;
      color: black;
      margin-bottom: 12px; }
      #halo_instagram .halo-block-header .title svg {
        width: 25px;
        height: 24px;
        color: #292a2a;
        margin-right: 12px;
        position: relative;
        top: -2.5px; }
    #halo_instagram .halo-block-header .desc {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px;
      margin-bottom: 30px; }
      @media (min-width: 1025px) {
        #halo_instagram .halo-block-header .desc {
          margin-bottom: 27px; } }
  #halo_instagram .halo-block-footer {
    margin-top: 30px; }
    @media (min-width: 1025px) {
      #halo_instagram .halo-block-footer {
        margin-top: 45px; } }
  .home-layout-2 #halo_instagram .halo-block-footer .button {
    min-width: 230px;
    background-color: #1a2531; }
    .home-layout-2 #halo_instagram .halo-block-footer .button:hover {
      background-color: #1d1d1d; }
  .home-layout-3 #halo_instagram {
    background-color: transparent; }
    @media (min-width: 1025px) {
      .home-layout-3 #halo_instagram {
        padding: 20px 75px 42px;
        margin-top: 25px; } }
    .home-layout-3 #halo_instagram .halo-block-header .title {
      font-size: 25px;
      line-height: 30px;
      margin-top: 0; }
    .home-layout-3 #halo_instagram .halo-block-header .desc {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 35px; }
    .home-layout-3 #halo_instagram .halo-block-footer .button {
      min-width: 178px; }

.halo-image-instagram {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  overflow: auto;
  white-space: nowrap; }
  @media (max-width: 551px) {
    .halo-image-instagram {
      margin: 0 -10px;
      padding-left: 10px;
      padding-right: 10px; } }
  .halo-image-instagram .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 320px;
    margin: 0 10px 2px 0;
    white-space: normal;
    padding: 0; }
    .halo-image-instagram .item:last-child {
      margin-right: 0; }
  .halo-image-instagram .image-collection2 {
    position: relative; }
    .halo-image-instagram .image-collection2 .image-with-overlay:after {
      content: '';
      display: block;
      padding-bottom: 100%; }
    .halo-image-instagram .image-collection2 .image-with-overlay img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translate3d(-50%, -50%, 0);
      transition: all .7s ease; }
      .halo-image-instagram .image-collection2 .image-with-overlay img.lazyload, .halo-image-instagram .image-collection2 .image-with-overlay img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain;
        margin: auto; }
      .halo-image-instagram .image-collection2 .image-with-overlay img.lazyloaded {
        width: auto;
        height: auto;
        min-width: 100%; }
    .halo-image-instagram .image-collection2 .image-with-overlay span {
      opacity: 0;
      overflow: hidden; }
  @media (min-width: 551px) {
    .halo-image-instagram .item {
      width: 60%;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .halo-image-instagram .item {
      width: 40%; } }
  @media (min-width: 1025px) {
    .halo-image-instagram {
      margin-left: -5px;
      margin-right: -5px;
      white-space: unset;
      overflow: hidden;
      padding-left: 0; }
      .halo-image-instagram .item {
        width: 20%;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 0; }
      .halo-image-instagram .image-collection2 {
        display: block;
        overflow: hidden;
        position: relative; }
        .halo-image-instagram .image-collection2 .image-with-overlay:before {
          background-color: rgba(30, 30, 30, 0.4);
          transition: all .6s ease;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 2;
          opacity: 0;
          content: '';
          visibility: hidden; }
        .halo-image-instagram .image-collection2 .image-with-overlay:after {
          padding-bottom: 100%; }
        .halo-image-instagram .image-collection2 .image-with-overlay span {
          font-size: 0px;
          width: 36px;
          height: 36px;
          position: absolute;
          z-index: 999;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          opacity: 0;
          overflow: hidden;
          transition: all .6s ease; }
          .halo-image-instagram .image-collection2 .image-with-overlay span:before {
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: #ffffff;
            width: 2px;
            height: 100%; }
          .halo-image-instagram .image-collection2 .image-with-overlay span:after {
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: #ffffff;
            width: 100%;
            height: 2px; }
        .halo-image-instagram .image-collection2 .title {
          font-size: 32px;
          margin-bottom: 30px;
          max-width: 158px; }
        .halo-image-instagram .image-collection2:hover .image-with-overlay:before {
          opacity: 1;
          overflow: visible;
          visibility: visible; }
        .halo-image-instagram .image-collection2:hover .image-with-overlay span {
          opacity: 1;
          overflow: visible;
          visibility: visible; }
        .halo-image-instagram .image-collection2:hover .image-with-overlay img {
          transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); } }
  .home-layout-3 .halo-image-instagram .image-collection2 {
    border-radius: 10px; }

@media (max-width: 1024px) {
  .disable-srollbar::-webkit-scrollbar {
    display: none; }
  .disable-srollbar::-webkit-scrollbar-track {
    display: none; }
  .disable-srollbar::-webkit-scrollbar-thumb {
    display: none; }
  .disable-srollbar::-webkit-scrollbar-thumb:hover {
    display: none; } }

.homeTopBanner3 {
  padding: 45px 0 6px; }
  .homeTopBanner3 .homeTopBanner3__container {
    font-size: 0; }
    @media (min-width: 1600px) {
      .homeTopBanner3 .homeTopBanner3__container {
        padding: 0 calc((100% - 1274px)/2); } }
  .homeTopBanner3 .homeTopBanner3__header {
    margin-bottom: 90px; }
  .homeTopBanner3 .homeTopBanner3__carousel {
    padding: 0 15px; }
    .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item {
      font-size: 16px;
      width: 20%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding: 0 9px;
      margin-bottom: 20px; }
      .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item a {
        text-decoration: none; }
      @media (min-width: 1025px) {
        .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:hover .homeTopBanner3__img > .image:before {
          opacity: 1; }
        .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:hover .homeTopBanner3__img > .image .button {
          opacity: 1;
          visibility: visible; }
        .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:hover .homeTopBanner3__content .homeTopBanner3__name {
          color: #8e0000; }
          .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:hover .homeTopBanner3__content .homeTopBanner3__name:after {
            opacity: 1; } }
      .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__img {
        margin-bottom: 3px; }
        .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__img > .image {
          position: relative;
          display: block;
          overflow: hidden; }
          .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__img > .image img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            border: 0;
            width: 100%;
            max-height: 100%;
            object-fit: contain;
            /* Object-fit polyfill */
            font-family: 'object-fit: contain;'; }
          .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__img > .image:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-image: radial-gradient(#ececec 52%, #f9f9f9 60%, #fff 65%);
            opacity: 0;
            -webkit-transition: opacity .3s ease-in-out;
            -moz-transition: opacity .3s ease-in-out;
            -o-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out; }
          .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__img > .image:after {
            content: '';
            display: block;
            height: 0;
            width: 100%;
            padding-bottom: 100%; }
      .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__content {
        padding: 0 20px; }
        .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__content .homeTopBanner3__name {
          position: relative;
          font-size: 16px;
          font-weight: 500;
          color: black;
          margin-bottom: 5px;
          transition: all .3s ease; }
          .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__content .homeTopBanner3__name:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
            background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%);
            background-repeat: repeat-x;
            background-position-y: 0px;
            opacity: 0;
            -webkit-transition: opacity .3s ease-in-out;
            -moz-transition: opacity .3s ease-in-out;
            -o-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out; }
        .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__content .homeTopBanner3__count {
          line-height: 26px; }
        .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__content .homeTopBanner3__des {
          line-height: 26px;
          margin-top: 10px; }
          .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__content .homeTopBanner3__des p:last-child {
            margin-bottom: 0; }
    .homeTopBanner3 .homeTopBanner3__carousel.slick-slider .slick-prev {
      left: 25px;
      top: 42%; }
      @media (min-width: 1600px) {
        .homeTopBanner3 .homeTopBanner3__carousel.slick-slider .slick-prev {
          left: -68px; } }
    .homeTopBanner3 .homeTopBanner3__carousel.slick-slider .slick-next {
      right: 25px;
      top: 42%; }
      @media (min-width: 1600px) {
        .homeTopBanner3 .homeTopBanner3__carousel.slick-slider .slick-next {
          right: -68px; } }
    .homeTopBanner3 .homeTopBanner3__carousel:not(.slick-initialized) .homeTopBanner3__item:nth-child(n+6) {
      display: none; }
  .homeTopBanner3 .halo-comingSoon {
    background-color: #ffffff; }
  @media (max-width: 1199px) {
    .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item {
      width: 25%; }
      .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:not(.slick-initialized) .homeTopBanner3__item:nth-child(n+5) {
        display: none; }
      .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__content {
        padding: 0 5px; } }
  @media (max-width: 992px) {
    .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item {
      width: 33.33334%; }
      .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:not(.slick-initialized) .homeTopBanner3__item:nth-child(n+4) {
        display: none; } }
  @media (max-width: 767px) {
    .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item {
      width: 50%; }
      .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:not(.slick-initialized) .homeTopBanner3__item:nth-child(n+3) {
        display: none; } }
  @media (max-width: 480px) {
    .homeTopBanner3 .homeTopBanner3__carousel {
      padding: 0; }
      .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item {
        width: 100%; }
        .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:not(.slick-initialized) .homeTopBanner3__item:nth-child(n+2) {
          display: none; } }

.homeFiveBanner {
  display: inline-block;
  width: 100%;
  padding-bottom: 32px; }
  .homeFiveBanner__container {
    font-size: 0;
    vertical-align: top;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .homeFiveBanner__container {
        padding: 0 10px; } }
    @media (min-width: 1600px) {
      .homeFiveBanner__container {
        padding: 0 60px; } }
  .homeFiveBanner__list + .homeFiveBanner__list {
    margin-top: 10px; }
    @media (min-width: 551px) {
      .homeFiveBanner__list + .homeFiveBanner__list {
        margin-top: 10px; } }
    @media (min-width: 1025px) {
      .homeFiveBanner__list + .homeFiveBanner__list {
        margin-top: 30px; } }
  @media (max-width: 768px) {
    .homeFiveBanner__list .homeFiveBanner__item + .homeFiveBanner__item {
      margin-top: 15px; } }
  .homeFiveBanner__item {
    margin: 0;
    padding: 0;
    font-size: 15px; }
    @media (min-width: 768px) {
      .homeFiveBanner__item {
        vertical-align: top;
        display: inline-block;
        padding: 0 5px; } }
    @media (min-width: 1025px) {
      .homeFiveBanner__item {
        padding: 0 15px; } }
  .homeFiveBanner__wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 10px; }
    .homeFiveBanner__wrapper:before {
      content: "";
      display: block;
      padding-top: 76%; }
    .homeFiveBanner__wrapper img {
      top: 50%;
      left: 50%;
      z-index: 1;
      width: 100%;
      height: auto;
      max-width: none;
      position: absolute;
      transform: translate3d(-50%, -50%, 0);
      transition: all 1s ease; }
    .homeFiveBanner__wrapper .homeFiveBanner__link {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      position: absolute; }
    @media (min-width: 1025px) {
      .homeFiveBanner__wrapper:hover img {
        -webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
        transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); } }
  .homeFiveBanner__small .homeFiveBanner__item {
    width: 100%; }
    @media (min-width: 768px) {
      .homeFiveBanner__small .homeFiveBanner__item {
        width: 33.333333%; } }
  .homeFiveBanner__small .homeFiveBanner__wrapper:before {
    content: "";
    display: block;
    padding-top: 70.17544%; }
  .homeFiveBanner__large .homeFiveBanner__item {
    width: 100%; }
    @media (min-width: 768px) {
      .homeFiveBanner__large .homeFiveBanner__item {
        width: 50%; } }
  .homeFiveBanner__large .homeFiveBanner__wrapper:before {
    content: "";
    display: block;
    padding-top: 45.97701%; }

#homeService3 {
  margin-bottom: 30px; }
  #homeService3 .container {
    padding: 0 15px; }
    @media (min-width: 1600px) {
      #homeService3 .container {
        padding: 0 75px; } }
  #homeService3 .homeService3__container {
    position: relative;
    background-color: #f6f6f6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center; }
  #homeService3 .homeService3__carousel {
    width: 100%;
    padding: 0 15px; }
    #homeService3 .homeService3__carousel:not(.slick-initialized) {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
  #homeService3 .homeService3__item {
    width: 33.33%;
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    #homeService3 .homeService3__item .homeService3__img {
      text-align: center; }
      #homeService3 .homeService3__item .homeService3__img img {
        width: auto;
        display: inline-block; }
    #homeService3 .homeService3__item .homeService3__content {
      padding-left: 15px;
      text-align: left; }
      #homeService3 .homeService3__item .homeService3__content h5 {
        font-size: 20px;
        color: black;
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 12px;
        text-transform: capitalize; }
      #homeService3 .homeService3__item .homeService3__content p {
        color: #333333;
        line-height: 26px;
        letter-spacing: 0;
        margin-bottom: 0; }
      #homeService3 .homeService3__item .homeService3__content a {
        color: #333333;
        font-weight: 500;
        letter-spacing: 0;
        text-decoration: none;
        background-image: linear-gradient(transparent 96%, rgba(51, 51, 51, 0.6) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        line-height: 20px;
        display: inline-block; }
  @media (max-width: 1024px) {
    #homeService3 .homeService3__container {
      display: block;
      padding: 0 0 60px;
      height: 280px; }
      #homeService3 .homeService3__container .homeService3__carousel {
        font-size: 0; }
      #homeService3 .homeService3__container .homeService3__item {
        display: inline-block;
        vertical-align: top; }
        #homeService3 .homeService3__container .homeService3__item .homeService3__img {
          margin: 0 0 15px;
          width: 100%; }
        #homeService3 .homeService3__container .homeService3__item .homeService3__content {
          padding-left: 0;
          font-size: 16px;
          text-align: center; }
          #homeService3 .homeService3__container .homeService3__item .homeService3__content h5 {
            font-size: 18px; }
      #homeService3 .homeService3__container .slick-dots {
        bottom: -40px; } }
  @media (max-width: 767px) {
    #homeService3 .homeService3__container {
      padding: 15px 0; }
      #homeService3 .homeService3__container .homeService3__item {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px; }
      #homeService3 .homeService3__container .homeService3__carousel {
        margin-bottom: 30px;
        position: relative; }
        #homeService3 .homeService3__container .homeService3__carousel:not(.slick-initialized) .homeService3__item:nth-child(n+2) {
          display: none; }
      #homeService3 .homeService3__container .slick-dots {
        bottom: -25px; } }

#homeBottomBanner3 {
  margin-bottom: 0; }
  #homeBottomBanner3 .homeBottomBanner3__container {
    position: relative; }
    #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__img {
      position: relative;
      overflow: hidden; }
      #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: 0;
        width: 100%;
        max-height: 100%;
        object-fit: contain;
        /* Object-fit polyfill */
        font-family: 'object-fit: contain;'; }
      #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__img:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 37.85310734463277%; }
    #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content {
      text-align: center;
      padding: 20px;
      background-color: #f6f6f6; }
      #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .homeBottomBanner3__title {
        margin-top: 0;
        margin-bottom: 0;
        color: black;
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 15px; }
      #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .halo-line {
        display: block;
        width: 100%;
        max-width: 80px;
        height: 1px;
        background: #333333;
        margin: 0 auto;
        position: relative;
        text-align: center;
        font-size: 0;
        margin-bottom: 25px; }
      #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .homeBottomBanner3__des {
        color: #333333;
        line-height: 24px;
        padding: 0 10px;
        margin-bottom: 25px;
        font-size: 16px; }
      #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .button {
        margin-bottom: 0;
        min-width: 178px;
        background-color: #1d1d1d;
        color: white;
        border-color: #1d1d1d; }
  #homeBottomBanner3 .home-textTopBanner {
    padding: 78px 0 40px; }
    #homeBottomBanner3 .home-textTopBanner .container {
      max-width: 1020px; }
      #homeBottomBanner3 .home-textTopBanner .container .customText-item {
        font-size: 18px;
        text-align: center;
        color: #3c3c3c; }
  @media (min-width: 1200px) {
    #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .homeBottomBanner3__title {
      font-size: 55px; }
    #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .button {
      margin-top: 20px; } }
  @media (min-width: 1025px) {
    #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 15.5px 50px;
      max-width: 610px;
      text-align: center;
      background-color: transparent;
      max-height: 100%;
      overflow-y: auto; }
      #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content::-webkit-scrollbar {
        width: 10px; }
      #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content::-webkit-scrollbar-track {
        background: #EAEAEA; }
      #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content::-webkit-scrollbar-thumb {
        background: #000000; }
      #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .button:hover, #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .button:active, #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .button:focus {
        background-color: rgba(0, 0, 255, 0);
        color: #1d1d1d;
        border-color: rgba(0, 0, 255, 0); } }
  @media (max-width: 1199px) and (min-width: 1025px) {
    #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content {
      left: 0;
      padding: 25px 50px;
      max-width: 500px; } }
  @media (max-width: 550px) {
    #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .homeBottomBanner3__title {
      font-size: 20px; } }
  @media (max-width: 480px) {
    #homeBottomBanner3 .homeBottomBanner3__container .homeTopBanner__img img {
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      width: auto;
      height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
    #homeBottomBanner3 .homeBottomBanner3__container .homeTopBanner__img:after {
      padding-bottom: 70%; } }

.homeTestimonial {
  display: block;
  position: relative;
  padding: 10px 0;
  margin: 0; }
  .homeTestimonial__container {
    font-size: 0;
    background-color: #f9f9f9;
    padding: 40px 15px; }
    @media (min-width: 1600px) {
      .homeTestimonial__container {
        padding: 130px calc((100% - 1274px)/2) 100px; } }
  .homeTestimonial__carousel {
    display: block; }
    .homeTestimonial__carousel.slick-slider .slick-prev {
      left: 25px; }
      @media (min-width: 1600px) {
        .homeTestimonial__carousel.slick-slider .slick-prev {
          left: -68px; } }
    .homeTestimonial__carousel.slick-slider .slick-next {
      right: 25px; }
      @media (min-width: 1600px) {
        .homeTestimonial__carousel.slick-slider .slick-next {
          right: -68px; } }
    .homeTestimonial__carousel:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0;
      letter-spacing: 0; }
      .homeTestimonial__carousel:not(.slick-initialized) .homeTestimonial__item {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
  .homeTestimonial__wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding: 0; }
    @media (min-width: 1600px) {
      .homeTestimonial__wrapper {
        padding: 0 48px; } }
    .homeTestimonial__wrapper .image-wrapper {
      width: 100%;
      position: relative;
      overflow: hidden;
      display: block;
      border-radius: 10px; }
      .homeTestimonial__wrapper .image-wrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        transform: translate3d(-50%, -50%, 0);
        transition: all .7s ease; }
        .homeTestimonial__wrapper .image-wrapper img.lazyload, .homeTestimonial__wrapper .image-wrapper img.lazyloading {
          width: auto;
          height: auto;
          object-fit: contain;
          margin: 0; }
        .homeTestimonial__wrapper .image-wrapper img.lazyloaded {
          width: auto;
          height: auto;
          min-width: 100%; }
      .homeTestimonial__wrapper .image-wrapper:after {
        content: '';
        display: block;
        padding-bottom: 100%; }
    .homeTestimonial__wrapper .content-wrapper {
      width: 100%;
      padding: 30px 0 0 0;
      position: relative;
      display: block; }
    .homeTestimonial__wrapper .quote {
      position: absolute;
      top: -2px;
      left: 45px;
      z-index: -1;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-quote-left' viewBox='0 0 512 434' fill='%23fff9dd'%3E%3Cg transform='translate(0.000000,434.000000) scale(0.100000,-0.100000)'%3E%3Cpath d='M1500 4334 c-588 -36 -1101 -380 -1345 -900 -81 -172 -127 -339 -146 -527 -6 -64 -9 -534 -7 -1267 l3 -1165 22 -66 c62 -180 216 -327 408 -386 56 -17 108 -18 740 -18 746 0 732 -1 860 61 132 64 243 188 294 327 l26 72 3 692 c3 765 3 762 -61 892 -40 84 -158 204 -242 248 -126 66 -126 66 -615 72 -437 6 -446 6 -487 29 -54 28 -107 81 -135 135 -31 58 -38 267 -14 387 47 229 209 441 418 543 137 68 192 79 420 86 l196 6 43 30 c23 17 53 50 66 74 22 43 23 52 23 278 0 254 -4 280 -58 336 -51 54 -76 61 -222 63 -74 1 -160 0 -190 -2z'/%3E%3Cpath d='M4260 4333 c-494 -25 -964 -290 -1232 -693 -61 -92 -158 -289 -192 -390 -13 -41 -35 -120 -47 -175 l-23 -100 -4 -1220 c-2 -887 0 -1236 8 -1280 33 -174 155 -331 315 -409 128 -62 114 -61 860 -61 632 0 684 1 740 18 192 59 346 206 408 386 22 65 22 73 25 742 3 732 2 758 -51 872 -54 118 -176 240 -287 290 -108 48 -122 50 -585 56 -436 6 -440 6 -485 29 -137 72 -182 188 -161 415 5 62 20 144 31 182 76 247 288 453 542 526 58 16 114 22 274 27 190 7 202 8 236 31 44 30 77 79 89 128 12 55 11 413 -2 474 -16 72 -76 132 -148 148 -47 10 -169 12 -311 4z'/%3E%3C/g%3E%3C/svg%3E"); }
      .homeTestimonial__wrapper .quote .icon {
        width: 105px;
        height: 89px;
        fill: #fff9dd; }
    .homeTestimonial__wrapper .star {
      margin-bottom: 18px; }
      .homeTestimonial__wrapper .star .icon {
        width: 19px;
        height: 17px;
        margin-right: 9px; }
        .homeTestimonial__wrapper .star .icon.icon--ratingFull {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 456 435' id='icon-star-2' fill='%23fdb10d'%3E%3Cg transform='translate(0.000000,435.000000) scale(0.100000,-0.100000)'%3E%3Cpath d='M2205 4326 c-16 -7 -37 -22 -46 -32 -9 -11 -155 -300 -324 -644 -169 -344 -310 -628 -314 -632 -3 -3 -321 -52 -706 -108 -499 -72 -709 -106 -730 -119 -67 -39 -97 -140 -61 -209 8 -15 216 -224 463 -464 246 -240 474 -463 506 -495 l57 -59 -120 -700 c-126 -736 -125 -729 -85 -790 25 -38 91 -67 141 -61 30 3 215 95 663 331 342 179 626 326 632 326 5 0 288 -146 628 -325 340 -179 632 -328 649 -331 50 -10 99 4 136 39 67 63 69 34 -64 812 l-120 699 47 49 c27 27 254 250 507 495 252 246 464 459 472 474 36 69 6 170 -61 210 -22 12 -224 45 -730 119 -385 55 -703 104 -706 108 -4 3 -145 287 -314 631 -169 344 -315 633 -324 644 -37 43 -134 59 -196 32z'/%3E%3C/g%3E%3C/svg%3E"); }
        .homeTestimonial__wrapper .star .icon.icon--ratingEmpty {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 456 435' id='icon-star-2' fill='%23dbdbdb'%3E%3Cg transform='translate(0.000000,435.000000) scale(0.100000,-0.100000)'%3E%3Cpath d='M2205 4326 c-16 -7 -37 -22 -46 -32 -9 -11 -155 -300 -324 -644 -169 -344 -310 -628 -314 -632 -3 -3 -321 -52 -706 -108 -499 -72 -709 -106 -730 -119 -67 -39 -97 -140 -61 -209 8 -15 216 -224 463 -464 246 -240 474 -463 506 -495 l57 -59 -120 -700 c-126 -736 -125 -729 -85 -790 25 -38 91 -67 141 -61 30 3 215 95 663 331 342 179 626 326 632 326 5 0 288 -146 628 -325 340 -179 632 -328 649 -331 50 -10 99 4 136 39 67 63 69 34 -64 812 l-120 699 47 49 c27 27 254 250 507 495 252 246 464 459 472 474 36 69 6 170 -61 210 -22 12 -224 45 -730 119 -385 55 -703 104 -706 108 -4 3 -145 287 -314 631 -169 344 -315 633 -324 644 -37 43 -134 59 -196 32z'/%3E%3C/g%3E%3C/svg%3E"); }
    .homeTestimonial__wrapper .desc {
      display: block;
      font-size: 19px;
      font-weight: 400;
      line-height: 30px;
      color: black;
      margin: 0 0 24px 0; }
    .homeTestimonial__wrapper .author {
      position: relative;
      display: inline-block;
      float: right;
      padding-right: 80px; }
      .homeTestimonial__wrapper .author span {
        display: block; }
      .homeTestimonial__wrapper .author:before {
        content: '';
        position: absolute;
        top: 20px;
        left: -102px;
        height: 1px;
        width: 80px;
        background-color: black; }
    .homeTestimonial__wrapper .title {
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      color: black;
      position: relative;
      text-transform: unset;
      margin: 5px 0 0 0; }
    .homeTestimonial__wrapper .subtitle {
      font-size: 17px;
      font-weight: 300;
      line-height: 30px;
      color: #787878;
      margin: 0; }
  .homeTestimonial .slick-dots {
    bottom: -45px; }
  @media (min-width: 551px) {
    .homeTestimonial .homeTestimonial__wrapper {
      display: flex;
      justify-content: space-between; }
      .homeTestimonial .homeTestimonial__wrapper .image-wrapper {
        width: 40%; }
      .homeTestimonial .homeTestimonial__wrapper .content-wrapper {
        width: 60%;
        padding-top: 60px;
        padding-left: 15px; }
    .homeTestimonial .slick-arrow {
      display: block; } }
  @media (min-width: 992px) {
    .homeTestimonial .homeTestimonial__wrapper .content-wrapper {
      padding-left: 30px; } }
  @media (min-width: 1025px) {
    .homeTestimonial .homeTestimonial__wrapper .image-wrapper {
      width: 325px; }
      .homeTestimonial .homeTestimonial__wrapper .image-wrapper:hover img {
        transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
    .homeTestimonial .homeTestimonial__wrapper .content-wrapper {
      width: calc(100% - 325px); }
    .homeTestimonial .homeTestimonial__wrapper .desc {
      margin-bottom: 56px; } }
  @media (min-width: 1600px) {
    .homeTestimonial .homeTestimonial__wrapper .content-wrapper {
      padding-left: 80px; }
    .homeTestimonial .slick-dots {
      bottom: -100px; } }

.homeTopCategory {
  padding: 25px 0 6px; }
  @media (min-width: 1200px) {
    .homeTopCategory {
      padding-top: 32px; } }
  .homeTopCategory .homeTopCategory__container {
    font-size: 0;
    padding: 0 15px;
    max-width: 1920px; }
    @media (min-width: 900px) {
      .homeTopCategory .homeTopCategory__container {
        padding: 0 10px; } }
    @media (min-width: 1024px) {
      .homeTopCategory .homeTopCategory__container {
        padding: 0 1rem; } }
    @media (min-width: 1450px) {
      .homeTopCategory .homeTopCategory__container {
        padding: 0 1.4rem; } }
    @media (min-width: 1680px) {
      .homeTopCategory .homeTopCategory__container {
        padding: 0 2rem;
        max-width: 1920px; } }
    @media (min-width: 1920px) {
      .homeTopCategory .homeTopCategory__container {
        margin: 0 auto; } }
  .homeTopCategory .homeTopCategory__header {
    margin-bottom: 20px;
    position: relative;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .homeTopCategory .homeTopCategory__header .halo-heading {
      margin-bottom: 0px;
      padding-right: 0; }
    .homeTopCategory .homeTopCategory__header .btnViewAll {
      right: 0; }
    @media (min-width: 1200px) {
      .homeTopCategory .homeTopCategory__header {
        padding: 0 0 0 0;
        margin-bottom: 24px; }
        .homeTopCategory .homeTopCategory__header .btnViewAll {
          right: 0; } }
  @media (min-width: 1200px) {
    .homeTopCategory .homeTopCategory__carousel {
      padding-left: 0px; } }
  .homeTopCategory .homeTopCategory__carousel .slick-list {
    padding-right: 0px;
    overflow: visible; }
    @media (min-width: 768px) {
      .homeTopCategory .homeTopCategory__carousel .slick-list {
        padding-right: 0px; } }
    @media (min-width: 1920px) {
      .homeTopCategory .homeTopCategory__carousel .slick-list {
        overflow: hidden; } }
  .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
    font-size: 16px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    position: relative; }
    .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item a {
      text-decoration: none; }
    .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__img {
      margin-bottom: 0px;
      border-radius: 6px;
      overflow: hidden; }
      .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__img > .image {
        position: relative;
        display: block;
        overflow: hidden; }
        .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__img > .image img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          border: 0;
          width: 100%;
          max-height: 100%;
          object-fit: cover;
          transform: scale(1);
          will-change: transform;
          transition: transform .64s ease;
          /* Object-fit polyfill */ }
        .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__img > .image:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background-image: radial-gradient(#ececec 52%, #f9f9f9 60%, #fff 65%);
          opacity: 0;
          -webkit-transition: opacity .3s ease-in-out;
          -moz-transition: opacity .3s ease-in-out;
          -o-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out; }
        .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__img > .image:after {
          content: '';
          display: block;
          height: 0;
          width: 100%;
          padding-bottom: 100%; }
        .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__img > .image .button {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          left: 15px;
          right: 15px;
          bottom: -35px;
          width: calc(100% - 30px);
          margin-bottom: 0; }
    .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      width: 100%;
      padding: 0;
      padding-right: 15px; }
      .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name {
        font-size: 20px;
        font-weight: 700;
        color: black;
        text-decoration: none;
        margin-bottom: 0px;
        display: block;
        display: block;
        text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 4.75vw;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: .025rem;
        text-transform: uppercase;
        text-align: center;
        padding: 5px;
        overflow-wrap: break-word;
        width: 100%; }
        .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name.homeTopCategory__name_sm {
          font-size: 4.1vw; }
        .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name .link-effect .text:after {
          background: #8e0000; }
        @media (min-width: 481px) {
          .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name {
            font-size: 3.25vw; }
            .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name.homeTopCategory__name_sm {
              font-size: 2.8vw; } }
        @media (min-width: 861px) {
          .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name {
            font-size: 2.5vw; }
            .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name.homeTopCategory__name_sm {
              font-size: 2.1vw; } }
        @media (min-width: 1100px) {
          .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name {
            font-size: 2vw; }
            .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name.homeTopCategory__name_sm {
              font-size: 1.8vw; } }
        @media (min-width: 1451px) {
          .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name {
            font-size: 1.75vw; }
            .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name.homeTopCategory__name_sm {
              font-size: 1.4vw; } }
        @media (min-width: 1920px) {
          .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name {
            font-size: 33.5px; }
            .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name.homeTopCategory__name_sm {
              font-size: 1.3vw; } }
      .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__desc {
        line-height: 24px;
        margin-top: 10px;
        font-size: 15px; }
        .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__desc:last-child {
          margin-bottom: 0; }
    @media (min-width: 481px) {
      .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
        width: 33.33%; } }
    @media (min-width: 768px) {
      .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
        padding: 0 12.5px 0 0; } }
    @media (min-width: 860px) {
      .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
        width: 25%;
        padding: 0 15px 0 0; } }
    @media (min-width: 1099px) {
      .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
        width: 20%;
        padding: 0 15px 0 0; } }
    @media (min-width: 1200px) {
      .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
        padding: 0 15px 0 0; }
        .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item:hover {
          cursor: pointer; }
          .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item:hover .homeTopCategory__img > .image img {
            transform: scale(1.08); }
          .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item:hover .homeTopCategory__img > .image:before {
            opacity: 1; }
          .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item:hover .homeTopCategory__img > .image .button {
            opacity: 1;
            visibility: visible;
            animation: fadeOutUp forwards;
            animation-duration: 0.6s; }
          .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item:hover .homeTopCategory__content .homeTopCategory__name {
            color: #FFF; }
            .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item:hover .homeTopCategory__content .homeTopCategory__name .link-effect .text:after {
              background: #8e0000; }
          .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item:hover .homeTopCategory__content .icon-arrow-right:before, .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item:hover .homeTopCategory__content .icon-arrow-right:after {
            background: #8e0000; } }
    @media (min-width: 1450px) {
      .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
        width: 16.67%;
        padding: 0 15px 0 0; } }
  .homeTopCategory .homeTopCategory__carousel.slick-slider .slick-prev {
    background-color: rgba(214, 212, 200, 0.9);
    border: 1px solid rgba(214, 212, 200, 0.9);
    left: 0; }
  .homeTopCategory .homeTopCategory__carousel.slick-slider .slick-next {
    background-color: rgba(214, 212, 200, 0.9);
    border: 1px solid rgba(214, 212, 200, 0.9);
    right: 0; }
  .homeTopCategory .homeTopCategory__carousel.slick-slider .slick-dots {
    bottom: -45px; }
    @media (max-width: 1451px) {
      .homeTopCategory .homeTopCategory__carousel.slick-slider .slick-dots {
        bottom: -42.5px;
        text-align: center; } }
    @media (max-width: 1199px) {
      .homeTopCategory .homeTopCategory__carousel.slick-slider .slick-dots {
        bottom: -40px;
        text-align: center; } }
    @media (max-width: 1099px) {
      .homeTopCategory .homeTopCategory__carousel.slick-slider .slick-dots {
        bottom: -37.5px;
        text-align: right; } }
    @media (max-width: 860px) {
      .homeTopCategory .homeTopCategory__carousel.slick-slider .slick-dots {
        bottom: -35px;
        text-align: right; } }
    @media (max-width: 768px) {
      .homeTopCategory .homeTopCategory__carousel.slick-slider .slick-dots {
        bottom: -22.5px;
        text-align: right; } }
    @media (max-width: 480px) {
      .homeTopCategory .homeTopCategory__carousel.slick-slider .slick-dots {
        bottom: -20px;
        text-align: right; } }
  .homeTopCategory .homeTopCategory__carousel:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap; }
    .homeTopCategory .homeTopCategory__carousel:not(.slick-initialized) .homeTopCategory__item:nth-child(n+7) {
      display: none; }
  .homeTopCategory .halo-comingSoon {
    background-color: #ffffff; }
  @media (max-width: 1199px) {
    .homeTopCategory .homeTopCategory__header {
      padding: 0 15px 0 5px; }
    .homeTopCategory .homeTopCategory__carousel {
      padding-bottom: 22px; }
      .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
        width: 33.33%; }
      .homeTopCategory .homeTopCategory__carousel:not(.slick-initialized) .homeTopCategory__item:nth-child(n+4) {
        display: none; }
    .homeTopCategory .container-custom {
      padding-right: 0px;
      padding-left: 5px; } }
  @media (max-width: 991px) {
    .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
      width: 50%; }
    .homeTopCategory .homeTopCategory__carousel:not(.slick-initialized) .homeTopCategory__item:nth-child(n+3) {
      display: none; } }
  @media (max-width: 550px) {
    .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
      width: 100%; }
    .homeTopCategory .homeTopCategory__carousel:not(.slick-initialized) .homeTopCategory__item:nth-child(n+2) {
      display: none; } }

#homeService4 {
  margin-bottom: 30px;
  margin-top: 5px; }
  #homeService4 .homeService__carousel:not(.slick-initialized) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 821px) and (max-width: 1280px) {
      #homeService4 .homeService__carousel:not(.slick-initialized) .homeService__item {
        width: 33.33%; }
      #homeService4 .homeService__carousel:not(.slick-initialized) .homeService__item:nth-child(n+4) {
        display: none; } }
  #homeService4 .homeService__carousel .slick-list {
    margin-left: -15px;
    margin-right: -15px; }
  #homeService4 .homeService__carousel .slick-next {
    right: -15px; }
    @media (min-width: 1025px) {
      #homeService4 .homeService__carousel .slick-next {
        right: -50px; } }
  #homeService4 .homeService__carousel .slick-prev {
    left: -15px; }
    @media (min-width: 1025px) {
      #homeService4 .homeService__carousel .slick-prev {
        left: -50px; } }
  #homeService4 .homeService__item {
    width: 25%;
    padding: 15px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: flex-start;
    align-items: center; }
    #homeService4 .homeService__item .homeService__img {
      text-align: center;
      width: 86px;
      height: 86px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: linear-gradient(135deg, #edf3f4 0%, #f0f3f4 30%, #f7f4f4 100%); }
      #homeService4 .homeService__item .homeService__img img {
        width: auto;
        height: 32px;
        display: inline-block; }
    #homeService4 .homeService__item .homeService__content {
      padding-left: 30px;
      text-align: left;
      width: calc(100% - 86px); }
      #homeService4 .homeService__item .homeService__content .title {
        font-size: 17px;
        color: black;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 7px;
        text-transform: capitalize; }
      #homeService4 .homeService__item .homeService__content a {
        color: black;
        letter-spacing: 0.02em;
        text-decoration: none;
        line-height: 1;
        display: inline-block; }
      #homeService4 .homeService__item .homeService__content .txt-dec-under {
        text-underline-offset: 3px; }
      #homeService4 .homeService__item .homeService__content .link-effect > .text:after {
        bottom: 2px; }
  @media (max-width: 1199px) {
    #homeService4 .homeService__container {
      display: block; }
      #homeService4 .homeService__container .homeService__carousel {
        font-size: 0; }
      #homeService4 .homeService__container .homeService__item .homeService__content {
        padding-left: 20px;
        font-size: 16px; }
        #homeService4 .homeService__container .homeService__item .homeService__content h5 {
          font-size: 18px; } }
  @media (max-width: 991px) {
    #homeService4 .homeService__container .homeService__item {
      width: 50%;
      padding: 10px 15px;
      margin-bottom: 5px; }
    #homeService4 .homeService__container .homeService__carousel {
      margin-bottom: 30px;
      position: relative; }
      #homeService4 .homeService__container .homeService__carousel:not(.slick-initialized) .homeService__item:nth-child(n+3) {
        display: none; } }
  @media (max-width: 550px) {
    #homeService4 .homeService__container .homeService__item {
      width: 100%; }
    #homeService4 .homeService__carousel:not(.slick-initialized) .homeService__item:nth-child(n+2) {
      display: none; } }

.homeTwoBanner__bg-grey {
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 45px; }
  @media (min-width: 821px) {
    .homeTwoBanner__bg-grey {
      padding-top: 50px;
      padding-bottom: 55px; } }

#homeTwoBanner .homeTwoBanner__header .halo-heading {
  margin-bottom: 25px;
  text-align: left; }
  @media (min-width: 821px) {
    #homeTwoBanner .homeTwoBanner__header .halo-heading {
      margin-bottom: 40px; } }

#homeTwoBanner .homeTwoBanner__container {
  font-size: 0;
  vertical-align: top;
  margin-left: -10px;
  margin-right: -10px; }
  @media (min-width: 1200px) {
    #homeTwoBanner .homeTwoBanner__container {
      margin-left: -15px;
      margin-right: -15px; } }
  #homeTwoBanner .homeTwoBanner__container .homeTwoBanner__item {
    margin: 0;
    padding: 0 10px;
    width: 50%;
    vertical-align: top;
    display: inline-block;
    font-size: 15px; }
    @media (min-width: 1200px) {
      #homeTwoBanner .homeTwoBanner__container .homeTwoBanner__item {
        padding: 0 15px; } }
  @media (max-width: 1199px) {
    #homeTwoBanner .homeTwoBanner__container {
      width: auto;
      display: block; } }
  @media (max-width: 550px) {
    #homeTwoBanner .homeTwoBanner__container .homeTwoBanner__item {
      width: 100%;
      margin-bottom: 10px; } }

#homeTwoBanner .homeTwoBanner__wrapper {
  overflow: hidden;
  position: relative;
  background-color: #fafafa; }
  #homeTwoBanner .homeTwoBanner__wrapper:before {
    content: "";
    display: block;
    padding-top: 76%; }
  #homeTwoBanner .homeTwoBanner__wrapper img {
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: auto;
    max-width: none;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    transition: all 1s ease; }
  #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    position: absolute; }
  #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__content {
    bottom: 0px;
    left: 0px;
    z-index: 5;
    width: auto;
    padding: 15px;
    text-align: left;
    position: absolute;
    max-width: calc(100% - 30px); }
    @media (min-width: 768px) {
      #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__content {
        padding: 30px;
        max-width: calc(100% - 60px); } }
    @media (min-width: 1200px) {
      #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__content {
        padding: 50px;
        max-width: calc(100% - 100px); } }
    @media (min-width: 1920px) {
      #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__content {
        padding: 100px;
        max-width: calc(100% - 200px); } }
  #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__title {
    margin: 0 0 15px 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .05em;
    display: inline-block;
    position: relative; }
    @media (min-width: 1200px) {
      #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__title {
        font-size: 53px;
        margin: 0 0 20px 0; } }
  #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__desc {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__desc {
        margin-bottom: 30px; } }
  #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__button {
    margin-bottom: 0;
    min-width: 214px;
    padding: 17px 0;
    border: none; }
    #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__button:before, #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__button:after {
      opacity: 0.3; }
  #homeTwoBanner .homeTwoBanner__wrapper:hover .image-zoom img {
    transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1); }

#homeTwoBanner .homeTwoBanner__link {
  text-align: center;
  margin-top: 0px; }
  @media (min-width: 821px) {
    #homeTwoBanner .homeTwoBanner__link {
      margin-top: 0px; } }
  #homeTwoBanner .homeTwoBanner__link .link {
    font-size: 17px;
    font-weight: 700;
    text-underline-offset: 5px; }

#lookBook2 {
  padding: 22px 0 0px; }
  #lookBook2 .container {
    font-size: 0; }
  #lookBook2 .lookBook2__footer .button {
    min-width: 259px;
    margin-bottom: 0; }
  @media (max-width: 550px) {
    #lookBook2 .lookBook2__carousel {
      margin-bottom: 50px; } }
  #lookBook2 .lookBook2__carousel .slick-list {
    margin-left: -10px;
    margin-right: -10px; }
    @media (min-width: 1200px) {
      #lookBook2 .lookBook2__carousel .slick-list {
        min-width: auto;
        margin-left: -15px;
        margin-right: -15px; } }
  @media (max-width: 550px) {
    #lookBook2 .lookBook2__carousel:not(.slick-initialized) {
      margin-left: -10px;
      margin-right: -10px; }
      #lookBook2 .lookBook2__carousel:not(.slick-initialized) .lookBook2__item:nth-child(n+2) {
        display: none; } }
  #lookBook2 .lookBook2__carousel .lookBook2__item {
    font-size: 16px;
    width: 100%;
    vertical-align: top;
    padding: 0 8px;
    margin-bottom: 0;
    text-align: left;
    white-space: normal;
    display: inline-block;
    margin-bottom: 25px; }
    @media (min-width: 551px) {
      #lookBook2 .lookBook2__carousel .lookBook2__item {
        width: 50%;
        margin-bottom: 35px; } }
    @media (min-width: 992px) {
      #lookBook2 .lookBook2__carousel .lookBook2__item {
        width: 33.33%;
        margin-bottom: 45px; } }
    #lookBook2 .lookBook2__carousel .lookBook2__item.home-banner-image .lookBook2__img {
      background: #ffffff; }
    #lookBook2 .lookBook2__carousel .lookBook2__item.show-one-product .lookBook2__productPopup {
      max-height: 185px; }
      #lookBook2 .lookBook2__carousel .lookBook2__item.show-one-product .lookBook2__productPopup .productGridShow + .productGridShow .card {
        padding-top: 0;
        margin-top: 0;
        border-top: none; }
    #lookBook2 .lookBook2__carousel .lookBook2__item.show-one-product .lookBook2__productWrapper {
      display: block;
      font-size: 0; }
    #lookBook2 .lookBook2__carousel .lookBook2__item.show-one-product .card {
      padding-bottom: 0; }
    #lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__img {
      margin-bottom: 18px;
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      position: relative;
      display: block;
      overflow: hidden; }
      #lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__img > img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: 0;
        width: 100%;
        max-height: 100%;
        object-fit: contain;
        transform: none; }
        #lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__img > img.lazyload, #lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__img > img.lazyloading {
          width: auto;
          height: auto;
          object-fit: contain;
          margin: auto; }
      #lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__img:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 118%; }
    #lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__title a {
      font-size: 17px;
      font-weight: 700;
      text-decoration: none; }
      @media (min-width: 768px) {
        #lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__title a {
          font-size: 16px; } }
      #lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__title a .text:after {
        bottom: 1px; }
    @media (min-width: 1025px) {
      #lookBook2 .lookBook2__carousel .lookBook2__item {
        padding: 0 15px; }
        #lookBook2 .lookBook2__carousel .lookBook2__item:hover .lookBook2__btnShowProducts {
          opacity: 1;
          visibility: visible; } }
  #lookBook2 .lookBook2__point {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 5;
    pointer-events: auto;
    width: auto; }
  #lookBook2 .lookBook2__icon {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    color: black;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    background-color: white; }
    #lookBook2 .lookBook2__icon span {
      position: relative;
      top: -1px; }
    #lookBook2 .lookBook2__icon:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      border-radius: 50%;
      opacity: .5;
      background-color: white; }
    #lookBook2 .lookBook2__icon:after {
      animation: zoom-animation 1.8s ease-in-out infinite; }
  #lookBook2 .lookBook__popup {
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    position: relative;
    left: 35px;
    max-width: 450px;
    transform-origin: left;
    animation: scaleRightToLeft .3s ease;
    transition: opacity .3s ease; }
    #lookBook2 .lookBook__popup.is-open {
      opacity: 1;
      visibility: visible;
      animation: scaleLeftToRight .3s ease; }
    #lookBook2 .lookBook__popup .card-lookbook {
      width: 100%;
      max-width: 100%;
      min-width: auto;
      box-shadow: 0 0 4px 1px rgba(32, 33, 36, 0.28); }
      #lookBook2 .lookBook__popup .card-lookbook .card-body {
        padding: 8px 14px; }
    #lookBook2 .lookBook__popup .price-section--saving {
      display: none; }
  #lookBook2 .lookBook2__btnShowProducts {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    min-width: 140px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out; }
    #lookBook2 .lookBook2__btnShowProducts .show_products {
      color: white;
      transition: opacity .3s ease, transform .3s ease;
      text-decoration: none; }
      #lookBook2 .lookBook2__btnShowProducts .show_products:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
    #lookBook2 .lookBook2__btnShowProducts .icon_plus {
      position: relative;
      font-size: 0px;
      width: 11px;
      height: 30px;
      padding: 0 15px;
      transition: transform .3s ease; }
      #lookBook2 .lookBook2__btnShowProducts .icon_plus:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: white;
        width: 2px;
        height: 12px; }
      #lookBook2 .lookBook2__btnShowProducts .icon_plus:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: white;
        width: 12px;
        height: 2px; }
    #lookBook2 .lookBook2__btnShowProducts .hide_products {
      font-size: 0;
      opacity: 0;
      visibility: hidden; }
    #lookBook2 .lookBook2__btnShowProducts.is-show .icon_plus {
      transform: rotate(45deg); }
    #lookBook2 .lookBook2__btnShowProducts.is-show .show_products {
      font-size: 0;
      opacity: 0;
      visibility: hidden; }
    #lookBook2 .lookBook2__btnShowProducts.is-show .hide_products {
      font-size: 14px;
      opacity: 1;
      visibility: visible; }
  #lookBook2 .lookBook2__productPopup {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid white;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease; }
    #lookBook2 .lookBook2__productPopup.is-open {
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0); }
    #lookBook2 .lookBook2__productPopup .is-hidden {
      display: none; }
    #lookBook2 .lookBook2__productPopup .close {
      position: absolute;
      top: -55px;
      right: 15px;
      width: 40px;
      height: 40px;
      background: #ffffff;
      color: #000000;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0; }
      @media (min-width: 1440px) {
        #lookBook2 .lookBook2__productPopup .close {
          width: 50px;
          height: 50px;
          top: -65px; } }
      #lookBook2 .lookBook2__productPopup .close svg {
        fill: black;
        width: 24px;
        height: 24px; }
        @media (min-width: 1440px) {
          #lookBook2 .lookBook2__productPopup .close svg {
            width: 28px;
            height: 28px; } }
    #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper {
      padding: 15px;
      overflow-y: auto;
      height: 100%;
      font-size: 0;
      max-height: 510px; }
      @media (min-width: 1440px) {
        #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper {
          padding: 30px 15px; } }
      #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .productGrid {
        padding: 0;
        width: 100%;
        margin: 0; }
      #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .productGridShow + .productGridShow .card {
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #d8d8d8; }
        @media (min-width: 1440px) {
          #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .productGridShow + .productGridShow .card {
            padding-top: 30px;
            margin-top: 30px; } }
      #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .product {
        width: 100%;
        padding: 0; }
      #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card {
        margin-bottom: 0;
        display: flex; }
        #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-figure {
          width: 70px; }
          @media (min-width: 1440px) {
            #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-figure {
              width: 100px; } }
        #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-body {
          width: calc(100% - 70px);
          padding-top: 0;
          padding-left: 20px;
          display: inline-block; }
          @media (min-width: 1440px) {
            #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-body {
              width: calc(100% - 100px); } }
        #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-title {
          order: 1; }
          #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-title > a {
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical; }
        #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-price-wrapper {
          display: flex;
          order: 2;
          justify-content: flex-start; }
          #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-price-wrapper [data-test-info-type=price] {
            order: unset;
            font-size: 0; }
            #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-price-wrapper [data-test-info-type=price] .non-sale-price--withoutTax .price {
              font-weight: 400; }
        @media (min-width: 1025px) {
          #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card:hover .card-title > a {
            color: black; }
            #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card:hover .card-title > a span:not(.card-name) {
              background-size: 100% 1px; } }
  @media (min-width: 1025px) {
    #lookBook2 {
      padding: 38px 0 65px; } }

#homeTestimonial4 {
  background: #686b64;
  background-repeat: repeat;
  margin-top: 40px; }
  #homeTestimonial4 .homeTestimonial4__container {
    background: none;
    padding: 35px 0 55px 0; }
    @media (min-width: 768px) {
      #homeTestimonial4 .homeTestimonial4__container {
        padding: 55px 0 65px 0; } }
    @media (min-width: 1025px) {
      #homeTestimonial4 .homeTestimonial4__container {
        padding: 85px 0 95px 0; } }
    #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel .slick-prev {
      left: 15px; }
      @media (min-width: 1200px) {
        #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel .slick-prev {
          left: -100px; } }
      @media (min-width: 1600px) {
        #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel .slick-prev {
          left: -220px; } }
    #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel .slick-next {
      right: 15px; }
      @media (min-width: 1200px) {
        #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel .slick-next {
          right: -100px; } }
      @media (min-width: 1600px) {
        #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel .slick-next {
          right: -220px; } }
    #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel:not(.slick-initialized) .homeTestimonial__item:nth-child(n+2) {
      display: none; }
    @media (max-width: 1199px) {
      #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel .slick-dots {
        bottom: -45px; } }
    #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0;
      letter-spacing: 0; }
      #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel:not(.slick-initialized) .homeTestimonial__item {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
    #homeTestimonial4 .homeTestimonial4__container .homeTestimonial__item > * {
      display: block;
      width: 100%;
      text-align: center;
      color: white; }
    #homeTestimonial4 .homeTestimonial4__container .homeTestimonial__icon {
      color: white;
      font-size: 53px;
      letter-spacing: -5px; }
      @media (min-width: 768px) {
        #homeTestimonial4 .homeTestimonial4__container .homeTestimonial__icon {
          font-size: 63px; } }
    #homeTestimonial4 .homeTestimonial4__container .homeTestimonial__desc {
      font-size: 18px;
      line-height: 1.8; }
      @media (min-width: 768px) {
        #homeTestimonial4 .homeTestimonial4__container .homeTestimonial__desc {
          font-size: 24px; } }
      #homeTestimonial4 .homeTestimonial4__container .homeTestimonial__desc a {
        color: white;
        font-weight: 700;
        text-underline-offset: 5px; }
    #homeTestimonial4 .homeTestimonial4__container .homeTestimonial__author {
      font-size: 17px;
      font-weight: 700;
      margin-top: 15px; }
      @media (min-width: 768px) {
        #homeTestimonial4 .homeTestimonial4__container .homeTestimonial__author {
          font-size: 19px;
          margin-top: 30px; } }
    #homeTestimonial4 .homeTestimonial4__container .slick-arrow {
      background: transparent;
      border: none; }
      #homeTestimonial4 .homeTestimonial4__container .slick-arrow:before, #homeTestimonial4 .homeTestimonial4__container .slick-arrow:after {
        background: white;
        width: 24px;
        margin-left: -12px; }
      #homeTestimonial4 .homeTestimonial4__container .slick-arrow:before {
        margin-top: -9px; }
      #homeTestimonial4 .homeTestimonial4__container .slick-arrow:after {
        margin-bottom: -9px; }

#halo-newsletter {
  background: #f1ece6;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #halo-newsletter {
      margin-bottom: 40px; } }
  .home-layout-2 #halo-newsletter, .home-layout-3 #halo-newsletter {
    margin-top: 35px; }
  #halo-newsletter .newsletter-container {
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    margin: 1.75rem auto; }
  #halo-newsletter .newsletter-inner {
    text-align: left;
    width: 100%;
    padding: 0;
    height: auto;
    margin: 0 auto;
    position: relative;
    pointer-events: auto;
    font-size: 16px; }
    @media (min-width: 768px) {
      #halo-newsletter .newsletter-inner {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch; } }
    #halo-newsletter .newsletter-inner .newsletter-left {
      width: 100%; }
      @media (min-width: 768px) {
        #halo-newsletter .newsletter-inner .newsletter-left {
          width: 50%;
          display: inline-block;
          position: relative;
          overflow: hidden; }
          #halo-newsletter .newsletter-inner .newsletter-left img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
            #halo-newsletter .newsletter-inner .newsletter-left img.lazyload, #halo-newsletter .newsletter-inner .newsletter-left img.lazyloading {
              width: auto;
              height: auto;
              margin: 0 auto; } }
    #halo-newsletter .newsletter-inner .newsletter-right {
      width: 100%;
      padding: 35px 15px;
      text-align: left;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      #halo-newsletter .newsletter-inner .newsletter-right.noImg {
        text-align: center; }
      #halo-newsletter .newsletter-inner .newsletter-right .newsletter-right-inner {
        max-width: 495px; }
      #halo-newsletter .newsletter-inner .newsletter-right .newsletter-heading {
        font-size: 24px;
        font-weight: 900;
        margin: 20px 0 10px 0;
        letter-spacing: 0.05em;
        color: black; }
        @media (min-width: 1200px) {
          #halo-newsletter .newsletter-inner .newsletter-right .newsletter-heading {
            font-size: 53px; } }
      @media (min-width: 768px) {
        #halo-newsletter .newsletter-inner .newsletter-right {
          width: 50%;
          padding: 35px 20px; }
          #halo-newsletter .newsletter-inner .newsletter-right.noImg {
            width: 100%; } }
      @media (min-width: 991px) {
        #halo-newsletter .newsletter-inner .newsletter-right {
          padding: 35px 30px; } }
      @media (min-width: 1200px) {
        #halo-newsletter .newsletter-inner .newsletter-right {
          padding: 35px 70px; }
          #halo-newsletter .newsletter-inner .newsletter-right .newsletter-heading {
            margin-top: 30px; } }
      @media (min-width: 1440px) {
        #halo-newsletter .newsletter-inner .newsletter-right {
          padding: 35px 90px; } }
      #halo-newsletter .newsletter-inner .newsletter-right .newsletter-text {
        display: block;
        margin: 0;
        color: black;
        font-size: 15px; }
        #halo-newsletter .newsletter-inner .newsletter-right .newsletter-text a {
          font-weight: 600;
          text-underline-offset: 3px; }
    #halo-newsletter .newsletter-inner #SubcribeForm {
      margin-top: 10px;
      margin-bottom: 15px;
      display: inline-block;
      width: 100%; }
      @media (min-width: 1200px) {
        #halo-newsletter .newsletter-inner #SubcribeForm {
          margin-top: 31px;
          margin-bottom: 18px; } }
      #halo-newsletter .newsletter-inner #SubcribeForm .form {
        margin: 0; }
      #halo-newsletter .newsletter-inner #SubcribeForm .form-field {
        display: flex;
        margin: 0;
        border: 1px solid black; }
      #halo-newsletter .newsletter-inner #SubcribeForm .form-input {
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: left;
        margin: 0;
        padding: 0 15px;
        border-radius: 0;
        border-color: transparent;
        background: transparent; }
        @media (min-width: 801px) {
          #halo-newsletter .newsletter-inner #SubcribeForm .form-input {
            height: 55px;
            line-height: 55px; } }
        #halo-newsletter .newsletter-inner #SubcribeForm .form-input::placeholder {
          color: black;
          text-transform: capitalize; }
        #halo-newsletter .newsletter-inner #SubcribeForm .form-input:-ms-input-placeholder {
          color: black;
          text-transform: capitalize; }
        #halo-newsletter .newsletter-inner #SubcribeForm .form-input::-webkit-input-placeholde {
          color: black;
          text-transform: capitalize; }
      #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"] {
        width: 44px;
        height: 44px;
        margin-bottom: 0;
        font-size: 0;
        position: relative;
        border-radius: 0; }
        #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]::before, #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]::after {
          content: "";
          position: absolute;
          left: 50%;
          width: 10px;
          height: 2px;
          margin-left: -4px;
          background: #1d1d1d; }
          .home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]::before, .home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]::after {
            background: white; }
        #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]::before {
          top: 50%;
          transform: rotate(45deg);
          margin-top: -4px; }
        #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]::after {
          bottom: 50%;
          transform: rotate(-45deg);
          margin-bottom: -4px; }
        #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:hover, #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:active {
          color: #1d1d1d;
          background-color: white;
          border-color: #1d1d1d; }
          #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:hover::before, #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:hover::after, #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:active::before, #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:active::after {
            background: #1d1d1d; }
          .home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:hover, .home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:active {
            background: #1d1d1d;
            color: white;
            border-color: #1d1d1d; }
            .home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:hover::before, .home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:hover::after, .home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:active::before, .home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:active::after {
              background: white; }
        @media (min-width: 801px) {
          #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"] {
            width: 55px;
            height: 55px; } }

#halo_instagram_4 {
  border-top: 1px solid #323232;
  padding-top: 40px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    #halo_instagram_4 {
      padding-top: 60px;
      margin-bottom: 40px; } }
  #halo_instagram_4 .halo-block-header .homeInstagram__subtitle {
    margin-bottom: 15px;
    font-size: 15px; }
  #halo_instagram_4 .halo-block-header .homeInstagram__title {
    margin-top: 5px;
    font-weight: 900;
    margin-bottom: 35px; }
    #halo_instagram_4 .halo-block-header .homeInstagram__title img {
      margin-left: 4px;
      margin-right: 4px;
      margin-top: -12px; }
  #halo_instagram_4 .halo-image-instagram-4 {
    font-size: 0;
    letter-spacing: 0; }
    @media (max-width: 1199px) {
      #halo_instagram_4 .halo-image-instagram-4 {
        padding-bottom: 20px; } }
    #halo_instagram_4 .halo-image-instagram-4 .slick-list {
      margin: 0 -10px; }
      @media (min-width: 1200px) {
        #halo_instagram_4 .halo-image-instagram-4 .slick-list {
          margin: 0 -15px; } }
    #halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item {
      display: inline-block;
      vertical-align: top;
      padding: 0 10px;
      width: 25%; }
      @media (min-width: 1200px) {
        #halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item {
          padding: 0 15px; } }
      #halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .image-collection2 {
        position: relative;
        overflow: hidden; }
        #halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .image-collection2 .image-with-overlay {
          position: relative; }
          #halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .image-collection2 .image-with-overlay:before {
            background-color: rgba(30, 30, 30, 0.4);
            transition: all .6s ease;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            opacity: 0;
            content: '';
            visibility: hidden; }
      #halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .icon_plus {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 0;
        width: 40px;
        height: 40px;
        transition: opacity .1s ease,transform .3s ease;
        transform: translate(-50%, -50%) scale(0.8) rotate(-45deg);
        opacity: 0;
        overflow: hidden; }
        #halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .icon_plus:before, #halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .icon_plus:after {
          content: "";
          position: absolute;
          background: #ffffff; }
        #halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .icon_plus:before {
          width: 40px;
          height: 2px;
          left: 0;
          top: 50%;
          margin-top: -1px; }
        #halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .icon_plus:after {
          width: 2px;
          height: 40px;
          left: 50%;
          top: 0;
          margin-left: -1px; }
      #halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item:hover .icon_plus {
        opacity: 1;
        overflow: visible;
        visibility: visible;
        transform: translate(-50%, -50%) scale(1) rotate(0); }
      #halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item:hover .image-collection2 .image-with-overlay:before {
        opacity: 1;
        overflow: visible;
        visibility: visible; }
    #halo_instagram_4 .halo-image-instagram-4 .slick-prev {
      left: 15px; }
    #halo_instagram_4 .halo-image-instagram-4 .slick-next {
      right: 15px; }
    #halo_instagram_4 .halo-image-instagram-4 .slick-disabled {
      display: none !important; }
    #halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item {
      width: 25%; }
      #halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item:nth-child(n+5) {
        display: none; }
      @media (max-width: 1199px) {
        #halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item {
          width: 33.3333%; }
          #halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item:nth-child(n+4) {
            display: none; } }
      @media (max-width: 991px) {
        #halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item {
          width: 50%; }
          #halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item:nth-child(n+3) {
            display: none; } }
      @media (max-width: 550px) {
        #halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item {
          width: 100%; }
          #halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item:nth-child(n+2) {
            display: none; } }
  #halo_instagram_4 .halo-block-footer {
    margin-top: 40px; }
    #halo_instagram_4 .halo-block-footer .homeInstagram__button {
      min-width: 219px; }

#homeCustomBlockBottom {
  border-top: 1px solid #323232;
  padding: 13px 0 12px 0;
  margin-top: 20px; }
  @media (min-width: 992px) {
    #homeCustomBlockBottom {
      margin-top: 30px; } }
  #homeCustomBlockBottom .homeCustomBlockBottom__container {
    line-height: 1.8; }
    #homeCustomBlockBottom .homeCustomBlockBottom__container > * {
      display: inline-block; }
    #homeCustomBlockBottom .homeCustomBlockBottom__container .homeCustomBlockBottom__img {
      margin-left: 5px;
      margin-right: 5px;
      margin-top: -9px; }
    #homeCustomBlockBottom .homeCustomBlockBottom__container .homeCustomBlockBottom__link {
      font-weight: 700;
      text-underline-offset: 3px; }

h3.heading-dec-sky {
  font-size: 30px;
  margin: 30px 0;
  text-align: center; }

h3.heading-dec-sky span {
  border-bottom: 3px solid #835bd8; }

.hl-list-content-banner img {
  width: 100%;
  height: 100%; }

.hl-row {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  border-bottom: 1px solid #ebeaea;
  width: 100%; }

.hl-row .hl-icon {
  order: -1; }

.hl-row > div {
  position: relative;
  padding-right: 0;
  padding-left: 0; }

.hl-content h4 {
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: .02em; }

.hl-content h4 span {
  border-bottom: 2px solid #835bd8; }

.hl-row .hl-content {
  padding: 30px 0 0; }

.hl-row:nth-child(2n+1) .hl-icon img {
  float: left; }

@media (min-width: 992px) {
  .hl-row {
    padding: 50px 0;
    display: table; }
  .hl-row > div {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px; }
  .hl-list-content-item {
    margin-right: -15px;
    margin-left: -15px; }
  .hl-row .hl-content {
    padding: 30px 30px 0 30px; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    padding-top: 55px; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  color: #232323;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 0; }
  .blog-title a {
    text-decoration: none; }
    .blog-title a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size .5s; }
    .blog-title a:hover span {
      background-size: 100% 1px; }

.blog-date,
.blog-author {
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  font-style: italic; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8; }
  .blog-post .blog-post-btn {
    display: block;
    margin-top: 25px; }
    .blog-post .blog-post-btn .button {
      display: inline-block;
      margin-bottom: 0;
      border-color: #CCCCCC;
      text-transform: capitalize;
      font-weight: 600;
      min-width: 171px; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: left; }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%; }
  .blog-post-body .des2colItem-content {
    background-color: transparent; }
    .blog-post-body .des2colItem-content:first-child {
      padding: 45px 65px 45px 0; }
    .blog-post-body .des2colItem-content:last-child {
      padding: 45px 0 45px 65px; }
      .blog-post-body .des2colItem-content:last-child .desTwoList-list {
        list-style: auto; }
  .blog-post-body .des2colItem-content {
    display: block;
    text-align: left; }
  .blog-post-body .des2colItem-img {
    text-align: center; }
  .blog-post-body .desTwoList-item {
    width: 100%;
    display: block; }
    .blog-post-body .desTwoList-item > .italic {
      margin-bottom: 30px; }
  .blog-post-body .desTwoList-list {
    margin-bottom: 30px; }
    .blog-post-body .desTwoList-list li {
      padding: 3px 0; }
  .blog-post-body .button {
    border-color: #D8D8D8;
    min-width: 187px;
    text-transform: capitalize; }
  .blog-post-body .italic {
    font-style: italic; }
  .blog-post-body .semibold {
    font-weight: 600; }
  .blog-post-body .bold {
    font-weight: 700; }
  .blog-post-body .block-color {
    padding: 25px 30px;
    margin-top: 50px;
    margin-bottom: 45px; }
  @media (max-width: 1199px) {
    .blog-post-body .des2col-item {
      display: block; }
      .blog-post-body .des2col-item .des2colItem-img {
        width: 100%;
        display: block; }
      .blog-post-body .des2col-item .des2colItem-content {
        width: 100%;
        display: block; }
        .blog-post-body .des2col-item .des2colItem-content:first-child {
          padding-right: 0; }
        .blog-post-body .des2col-item .des2colItem-content:last-child {
          padding-left: 0; }
      .blog-post-body .des2col-item + .des2col-item {
        margin-top: 20px; } }

.container--blog {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }

.blog-page .page-sidebar {
  width: 305px;
  padding-left: 0;
  padding-right: 35px; }
  .blog-page .page-sidebar + .page-content {
    width: calc(100% - 305px);
    padding-top: 15px;
    padding-left: 35px;
    padding-right: 0; }

.blog-page .shareLinkSocial__social {
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #E6E6E6; }
  .blog-page .shareLinkSocial__social > p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px; }
  .blog-page .shareLinkSocial__social .addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }

.recentPosts_List {
  margin-bottom: 40px; }
  .recentPosts_List .recentPost_item {
    margin-bottom: 30px; }
    .recentPosts_List .recentPost_item .recentPost_title {
      color: #232323;
      font-size: 15px;
      font-weight: 500;
      text-decoration: none;
      margin-bottom: 8px;
      display: block; }
      .recentPosts_List .recentPost_item .recentPost_title span {
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 90%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .5s; }
      .recentPosts_List .recentPost_item .recentPost_title:hover {
        color: #8e0000; }
        .recentPosts_List .recentPost_item .recentPost_title:hover span {
          background-size: 100% 1px; }
    .recentPosts_List .recentPost_item .recentPost_date {
      color: #969696;
      font-style: italic;
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 0; }

.recentPosts_tags,
.tags {
  display: none;
  margin-left: 0;
  margin-bottom: 30px; }
  .recentPosts_tags .tag,
  .tags .tag {
    display: inline-block;
    border-radius: 4px;
    background-color: #F6F6F6;
    border: 1px solid #F6F6F6;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .recentPosts_tags .tag .link,
    .tags .tag .link {
      color: #969696;
      font-style: italic;
      font-size: 16px;
      font-weight: 400;
      padding: 10px;
      display: block; }
    .recentPosts_tags .tag:hover,
    .tags .tag:hover {
      background-color: #ffffff;
      border-color: #000000; }
      .recentPosts_tags .tag:hover .link,
      .tags .tag:hover .link {
        color: #232323; }

.tags-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start; }
  .tags-block .tags-title {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 15px;
    min-width: 45px; }
  .tags-block .tags {
    display: block;
    margin: 0;
    text-align: left; }

.sidebar__btn {
  display: none;
  margin-bottom: 30px; }
  .sidebar__btn .categorySidebar-btn {
    display: inline-block;
    text-decoration: none; }
    .sidebar__btn .categorySidebar-btn .icon-filter {
      display: inline-block;
      vertical-align: middle; }
      .sidebar__btn .categorySidebar-btn .icon-filter svg {
        width: 23px;
        height: 23px;
        fill: black; }
    .sidebar__btn .categorySidebar-btn .sidebar_more {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      color: black;
      background-image: linear-gradient(transparent 96%, #7f7f7f 4%);
      background-repeat: repeat-x;
      background-position-y: 0; }

.side-block-body .page-sidebar {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

@media (max-width: 991px) {
  .blog-page .page-sidebar {
    width: 35%;
    padding-right: 15px; }
    .blog-page .page-sidebar + .page-content {
      width: 65%;
      padding-left: 15px; } }

@media (max-width: 767px) {
  .blog-page .page-sidebar {
    display: none;
    padding-left: 0;
    padding-right: 0; }
  .blog-page .page-content {
    width: 100%;
    padding-left: 0; }
  .sidebar__btn {
    display: block; }
    .sidebar__btn .categorySidebar-btn {
      width: 40px;
      height: 40px;
      border: 1px solid #CCCCCC;
      border-radius: 4px; }
      .sidebar__btn .categorySidebar-btn .icon-filter svg {
        padding: 8.5px;
        width: 40px;
        height: 40px; }
      .sidebar__btn .categorySidebar-btn .sidebar_more {
        display: none; } }

.sidebarBlock + .sidebarBlock {
  margin-top: 25px; }

.sidebarBlock .navList .navList-item .navList-action {
  color: black;
  font-size: 16px;
  padding: 7px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .sidebarBlock .navList .navList-item .navList-action span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s; }
  .sidebarBlock .navList .navList-item .navList-action:hover {
    color: #8e0000; }
    .sidebarBlock .navList .navList-item .navList-action:hover span {
      background-size: 100% 1px; }

.sidebarBlock-heading {
  color: black;
  font-weight: 800;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  font-style: italic;
  margin-top: 0; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 15px;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    @media (min-width: 1200px) {
      .brandGrid .brand {
        width: 16.66667%; } }
    .brandGrid .brand .card-title {
      text-align: center; }
    .brandGrid .brand .card-figure {
      border: 1px solid #e6e6e6;
      border-radius: 4px; }

/*---------- Brand List A to Z view --------*/
.azBrands__container {
  max-width: 1370px;
  display: block;
  margin: 0 auto; }

#azBrandsTable {
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }
  #azBrandsTable::-webkit-scrollbar {
    height: 10px; }
  #azBrandsTable::-webkit-scrollbar-track {
    background: #EAEAEA; }
  #azBrandsTable::-webkit-scrollbar-thumb {
    background: #000000; }
  #azBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e2e4e8;
    border-left: none; }
    #azBrandsTable li a {
      color: black;
      display: block;
      height: 40px;
      font-size: 15px;
      min-width: 40px;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
    #azBrandsTable li.disable a {
      color: #B3B3B3;
      pointer-events: none; }
    #azBrandsTable li:first-child {
      min-width: 70px;
      border-left: 1px solid #e2e4e8;
      /*border-radius: 3px 0 0 3px;*/ }
    #azBrandsTable li:last-child {
      /*border-radius: 0 3px 3px 0;*/ }
    #azBrandsTable li.is-active {
      background-color: #f6f6f6; }
      #azBrandsTable li.is-active a {
        color: inherit; }
  @media (min-width: 1025px) {
    #azBrandsTable {
      margin: 0 0 40px 0;
      overflow: visible; }
      #azBrandsTable li {
        width: 10%; } }

#azBrands.active-all {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; }
  #azBrands.active-all .azBrands-group {
    display: block;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid; }
  @media (min-width: 551px) {
    #azBrands.active-all {
      column-count: 3;
      -moz-column-count: 3;
      -webkit-column-count: 3; } }
  @media (min-width: 801px) {
    #azBrands.active-all {
      column-count: 4;
      -moz-column-count: 4;
      -webkit-column-count: 4; } }

#azBrands:not(.active-all) .azBrands-group {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; }
  @media (min-width: 551px) {
    #azBrands:not(.active-all) .azBrands-group {
      column-count: 3;
      -moz-column-count: 3;
      -webkit-column-count: 3; } }
  @media (min-width: 801px) {
    #azBrands:not(.active-all) .azBrands-group {
      column-count: 4;
      -moz-column-count: 4;
      -webkit-column-count: 4; } }

#azBrands + .brandList.hide {
  opacity: 0;
  visibility: hidden; }

.azBrands-group-title {
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: black;
  font-weight: 700; }

.brandList {
  margin: 0;
  list-style: none; }
  .brandList .brand {
    padding: 3px 0;
    margin-bottom: 0; }

.brand-name .title {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #6e6e6e;
  text-transform: capitalize; }
  .brand-name .title a {
    color: inherit;
    text-decoration: none; }
  .brand-name .title:hover {
    color: #8e0000; }

.azBrands-group {
  margin-bottom: 30px;
  display: none; }
  .azBrands-group.is-active {
    display: block; }

.brand-image-container {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -15px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  @media (max-width: 1199px) {
    .home-layout-4 .productGrid {
      margin: 0 -10px; } }
  .productGrid .product {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    padding: 0 15px; }
    @media (max-width: 1199px) {
      .home-layout-4 .productGrid .product {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1261px) {
      .productGrid .product {
        width: 25%; } }
  .productGrid[data-column="2"] .product {
    width: 50%; }
  .productGrid[data-column="3"] .product {
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid[data-column="3"] .product {
        width: 33.33333%; } }
  .productGrid[data-column="4"] .product {
    width: 50%; }
    @media (min-width: 768px) {
      .productGrid[data-column="4"] .product {
        width: 33.33333%; } }
    @media (min-width: 1261px) {
      .productGrid[data-column="4"] .product {
        width: 25%; } }
  .productGrid[data-column="5"] .product {
    width: 50%; }
    @media (min-width: 768px) {
      .productGrid[data-column="5"] .product {
        width: 33.33333%; } }
    @media (min-width: 1261px) {
      .productGrid[data-column="5"] .product {
        width: 25%; } }
    @media (min-width: 1600px) {
      .productGrid[data-column="5"] .product {
        width: 20%; } }
  .productGrid[data-column="6"] .product {
    width: 50%; }
    @media (min-width: 768px) {
      .productGrid[data-column="6"] .product {
        width: 33.33333%; } }
    @media (min-width: 1261px) {
      .productGrid[data-column="6"] .product {
        width: 25%; } }
    @media (min-width: 1600px) {
      .productGrid[data-column="6"] .product {
        width: 20%; } }
    @media (min-width: 1920px) {
      .productGrid[data-column="6"] .product {
        width: 16.66667%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.halo-category-toolbar select:disabled {
  background-color: rgba(0, 0, 0, 0.15); }

.bulk-alpha {
  position: sticky;
  top: 0; }
  .bulk-alpha#bulk-alpha-topbar .bulk-letter a {
    color: #e6e4e4;
    cursor: wait;
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.125;
    text-decoration: none; }
    .bulk-alpha#bulk-alpha-topbar .bulk-letter a:active, .bulk-alpha#bulk-alpha-topbar .bulk-letter a:hover {
      color: #c5c2c2; }
  .bulk-alpha.topbar {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 1rem 0;
    margin: 0 0 2rem; }
  .bulk-alpha.sidebar {
    background-color: #fff;
    display: inline-block;
    margin-bottom: 2.1875rem;
    padding: 0.58rem 0.212rem;
    vertical-align: top;
    width: 10%;
    z-index: 100; }
    .bulk-alpha.sidebar .lSPager {
      display: none; }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0 auto 60px;
  display: block;
  max-width: 1170px; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 60px; }
    @media (max-width: 549px) {
      .productList .product + .product {
        margin-top: 45px; } }
  .productList .product .card {
    font-size: 0;
    margin-bottom: 0; }
  .productList .product .card-figure {
    width: 420px;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .productList .product .card-figure .card-figcaption-bottom {
      display: none; }
  .productList .product .card-body {
    width: calc(100% - 420px);
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 0 80px;
    font-size: 16px;
    position: relative;
    text-align: left; }
    .productList .product .card-body .card-desc {
      display: block;
      padding-top: 10px; }
    .productList .product .card-body [data-test-info-type="price"] {
      margin-bottom: 15px; }
    .productList .product .card-body .card-option [data-product-attribute] {
      justify-content: flex-start; }
    .productList .product .card-body .card-figcaption-bottom {
      display: block !important;
      max-width: 420px; }
      .productList .product .card-body .card-figcaption-bottom .card-figcaption-button {
        margin-top: 25px; }
        @media (max-width: 549px) {
          .productList .product .card-body .card-figcaption-bottom .card-figcaption-button {
            margin-top: 5px; } }
    .productList .product .card-body .button--compare {
      position: absolute;
      bottom: 18px;
      right: 0; }
      .home-layout-4 .productList .product .card-body .button--compare {
        width: auto;
        margin-top: 15px;
        margin-bottom: 0; }
  @media (max-width: 1199px) {
    .productList .product .card-figure {
      width: 50%;
      padding-right: 15px; }
    .productList .product .card-body {
      width: 50%;
      padding-left: 15px; } }
  @media (max-width: 550px) {
    .productList .product .card-figure {
      width: 100%;
      padding-right: 0; }
    .productList .product .card-body {
      width: 100%;
      padding-left: 0;
      padding-top: 20px; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: black; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: black; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      position: absolute; }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #999999;
  font-size: 15px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView__top {
  display: block;
  margin: 0 auto 30px;
  font-size: 0;
  max-width: 1420px; }

.productView__topLeft {
  display: inline-block;
  width: calc(100% - 610px);
  vertical-align: top;
  font-size: 16px; }

.productView__topRight {
  display: inline-block;
  width: 610px;
  vertical-align: top;
  font-size: 16px;
  padding-left: 50px; }
  .productView__topRight .halo_securityImage {
    margin-top: 25px; }

@media (max-width: 1199px) {
  .productView__topLeft {
    width: 45%; }
  .productView__topRight {
    width: 55%;
    padding-left: 30px; }
  .productView-images {
    display: block; }
    .productView-images .productView-nav-inner {
      width: 100%;
      padding-left: 0; }
    .productView-images .productView-thumbnails-wrap {
      display: block; }
      .productView-images .productView-thumbnails-wrap .productView-thumbnails {
        width: 100%;
        padding: 0 30px;
        margin-top: 20px;
        font-size: 0; }
        .productView-images .productView-thumbnails-wrap .productView-thumbnails .productView-thumbnail {
          width: 20%;
          max-width: 100%;
          height: auto;
          text-align: center;
          padding: 0 15px;
          display: inline-block;
          font-size: 16px; }
          .productView-images .productView-thumbnails-wrap .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
            display: inline-block; }
        .productView-images .productView-thumbnails-wrap .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+3) {
          display: none; } }

@media (max-width: 1024px) {
  .productView-rating-wrapper .sold-product {
    display: block;
    margin-left: 0;
    margin-top: 20px; } }

@media (max-width: 767px) {
  .productView__topLeft {
    width: 100%; }
  .productView__topRight {
    width: 100%;
    padding-left: 0;
    padding-top: 30px; } }

@media (max-width: 370px) {
  .productView-rating .productView-reviewLink {
    display: block;
    margin-left: 0;
    margin-top: 20px; } }

/* Start Bundle Product */
.halo-bundle-products {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 0 40px 0;
  border-top: 5px solid #f6f6f6;
  position: relative; }
  .halo-bundle-products .halo-block-header {
    text-align: center; }
  .halo-bundle-products .bundle-products-wrapper {
    display: block; }
  .halo-bundle-products .bundle-product-left {
    width: 100%; }
  .halo-bundle-products .bundle-product-right {
    width: 100%;
    margin: 80px 0 0 0; }
  .halo-bundle-products .halo-product-list {
    padding: 0;
    margin: 0 -15px;
    width: auto; }
    .halo-bundle-products .halo-product-list:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0;
      letter-spacing: 0;
      position: relative; }
      .halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
        display: inline-block;
        vertical-align: top;
        width: auto;
        opacity: 0;
        visibility: hidden; }
      .halo-bundle-products .halo-product-list:not(.slick-initialized):before {
        content: '';
        background: url(../img/loading.svg) no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        width: 200px;
        height: 200px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .halo-bundle-products .halo-product-list .slick-dots li button {
      width: 11px;
      height: 11px; }
      .halo-bundle-products .halo-product-list .slick-dots li button::before {
        width: 11px;
        height: 11px; }
  .halo-bundle-products .halo-product-item {
    padding: 0 15px; }
    .halo-bundle-products .halo-product-item .halo-product-image {
      position: relative; }
      .halo-bundle-products .halo-product-item .halo-product-image:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        opacity: .6;
        z-index: 1; }
    .halo-bundle-products .halo-product-item.isChecked .halo-product-image:after {
      display: none; }
  .halo-bundle-products .halo-product-link {
    display: block;
    position: relative; }
  .halo-bundle-products .halo-product-container {
    display: block;
    position: relative; }
    .halo-bundle-products .halo-product-container img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 1;
      visibility: visible;
      border: 0;
      width: 100%;
      max-height: 100%;
      object-fit: contain;
      font-family: 'object-fit: contain;';
      transition: color 0.15s ease; }
    .halo-bundle-products .halo-product-container:before {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 138.88889%; }
  .halo-bundle-products .halo-product-content {
    padding: 15px 0 0 0; }
  .halo-bundle-products .halo-detail-label {
    display: inline-block !important;
    vertical-align: top;
    padding: 0;
    margin: 0; }
    .halo-bundle-products .halo-detail-label:before {
      position: absolute;
      display: inline-block;
      vertical-align: top;
      top: 1px;
      background: transparent; }
    .halo-bundle-products .halo-detail-label:after {
      top: 2px; }
  .halo-bundle-products .halo-detail-checkbox + .halo-detail-label:before {
    border-color: #202020;
    border-radius: 0;
    top: 3px; }
  .halo-bundle-products .halo-detail-checkbox + .halo-detail-label:after {
    top: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='%23ffffff'/%3E%3C/svg%3E"); }
  .halo-bundle-products .halo-detail-checkbox[disable] + .halo-detail-label:before {
    border-color: #ccc;
    background: #fff; }
  .halo-bundle-products .halo-detail-checkbox:checked + .halo-detail-label:before {
    background: #202020; }
  .halo-bundle-products .halo-detail-name {
    cursor: pointer;
    min-height: 38px;
    color: black;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /* autoprefixer: off */ }
    .halo-bundle-products .halo-detail-name .first-name {
      padding: 0 0 0 25px;
      color: black;
      font-weight: 400; }
    .halo-bundle-products .halo-detail-name .product-name {
      display: inline;
      margin-left: 25px;
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size .5s; }
    .halo-bundle-products .halo-detail-name:hover {
      color: #8e0000; }
      .halo-bundle-products .halo-detail-name:hover .product-name {
        background-size: 100% 1px; }
  .halo-bundle-products .halo-product-itemFirst .halo-detail-name .product-name {
    margin-left: 0; }
  .halo-bundle-products .halo-detai-price {
    margin-top: 8px;
    display: block; }
    .halo-bundle-products .halo-detai-price .price-section--saving {
      display: none; }
  .halo-bundle-products .halo-toggle-options {
    margin: 20px 0 0 0;
    width: 100%;
    color: #000;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    padding: 14px 20px;
    text-transform: capitalize;
    font-weight: 500; }
    .halo-bundle-products .halo-toggle-options.is-focus, .halo-bundle-products .halo-toggle-options:hover, .halo-bundle-products .halo-toggle-options:active, .halo-bundle-products .halo-toggle-options:focus {
      border-color: #000; }
  .halo-bundle-products .halo-detail-options {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    z-index: 101;
    padding: 20px;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: color 0.15s ease; }
    .halo-bundle-products .halo-detail-options .halo-option-close {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      z-index: 10;
      font-size: 30px;
      font-weight: 300;
      line-height: 46px;
      text-align: center;
      pointer-events: auto;
      color: #191919;
      background-color: transparent;
      text-decoration: none; }
    .halo-bundle-products .halo-detail-options .alertBox-message {
      font-style: italic;
      line-height: 1.75;
      color: #f08584; }
    .halo-bundle-products .halo-detail-options .form-field {
      font-size: 0;
      margin: 0 0 15px 0;
      padding: 0;
      line-height: 1; }
      .halo-bundle-products .halo-detail-options .form-field > .form-label {
        color: black;
        font-size: 16px;
        font-weight: 500; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label [data-option-value] {
          color: black;
          font-size: 16px;
          font-weight: 400; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label small {
          float: none;
          vertical-align: initial; }
      .halo-bundle-products .halo-detail-options .form-field + .form-field {
        margin-top: 0; }
      .halo-bundle-products .halo-detail-options .form-field:last-child {
        margin-bottom: 0; }
    .halo-bundle-products .halo-detail-options.is-open {
      display: block; }
  .halo-bundle-products .halo-product-total {
    width: 100%;
    max-width: 270px;
    margin: 0;
    display: block;
    text-align: left; }
    .halo-bundle-products .halo-product-total .total-price {
      display: block;
      line-height: 1.625;
      margin: 0 0 18px 0; }
    .halo-bundle-products .halo-product-total .text {
      font-size: 16px;
      color: #000;
      font-weight: 500; }
    .halo-bundle-products .halo-product-total .price {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 0 5px; }
    .halo-bundle-products .halo-product-total .button {
      width: 100%; }
  .halo-bundle-products .slick-arrow {
    background-color: transparent;
    border-color: transparent; }
    .halo-bundle-products .slick-arrow:before {
      width: 15px;
      height: 27px; }
    .halo-bundle-products .slick-arrow.slick-prev {
      left: -50px; }
    .halo-bundle-products .slick-arrow.slick-next {
      right: -50px; }
    @media (max-width: 1024px) {
      .halo-bundle-products .slick-arrow {
        display: none; } }
  .halo-bundle-products .slick-dots {
    bottom: -45px; }
  .halo-bundle-products .slick-slide + .slick-active .halo-detail-options {
    left: 15px;
    transform: translateY(-50%); }
  .halo-bundle-products .slick-active {
    position: relative; }
    .halo-bundle-products .slick-active + .slick-active.halo-product-item .halo-product-image:before {
      content: "";
      position: absolute;
      left: -23px;
      top: 79%;
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 496 496' style='enable-background:new 0 0 496 496;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M488,240H256V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v232H8c-4.418,0-8,3.582-8,8s3.582,8,8,8h232v232c0,4.418,3.582,8,8,8 s8-3.582,8-8V256h232c4.418,0,8-3.582,8-8S492.418,240,488,240z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 15px;
      height: 15px; }
    .halo-bundle-products .slick-active:first-of-type .halo-detail-options {
      left: 15px;
      transform: translateY(-50%); }
    .halo-bundle-products .slick-active:last-of-type .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
    .halo-bundle-products .slick-active + .slick-slide .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
  .halo-bundle-products .halo-block-header {
    text-align: center;
    margin-bottom: 50px; }
    .halo-bundle-products .halo-block-header .title {
      font-size: 24px;
      font-weight: 700;
      margin: 0 0 15px;
      text-transform: capitalize;
      color: black; }
  @media (min-width: 375px) {
    .halo-bundle-products .halo-bundle-products .halo-detail-options {
      width: 320px; } }
  @media (min-width: 768px) {
    .halo-bundle-products {
      padding-top: 60px;
      padding-bottom: 60px;
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    .halo-bundle-products {
      padding-top: 40px;
      padding-bottom: 40px;
      margin-bottom: 40px; }
      .halo-bundle-products .bundle-products-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .halo-bundle-products .bundle-product-left {
        width: calc(100% - 310px);
        padding: 0 80px; }
      .halo-bundle-products .bundle-product-right {
        width: 280px;
        margin-top: 0;
        margin-left: 30px; }
      .halo-bundle-products .halo-product-total {
        max-width: 100%;
        text-align: center; } }
  @media (min-width: 1600px) {
    .halo-bundle-products .halo-product-item {
      padding: 0 45px; }
    .halo-bundle-products .slick-active {
      position: relative; }
      .halo-bundle-products .slick-active + .slick-active.halo-product-item .halo-product-image:before {
        left: -57px;
        top: 79%;
        width: 24px;
        height: 24px; } }

/* End Bundle Product */
/* Start Compare Color */
#compare-color-popup .modal-header {
  padding: 17px 50px 17px 30px;
  border-bottom: 1px solid #EBEBEB; }
  #compare-color-popup .modal-header .modal-header-title {
    text-align: left;
    color: black;
    font-size: 16px;
    font-weight: 700; }

#compare-color-popup .modal-body {
  padding: 30px; }

@media (min-width: 1200px) {
  .productView__topLeft .halo-compareColors .halo-compareColors-link {
    margin-left: 96px; } }

.halo-compareColors {
  font-size: 1rem; }
  .halo-compareColors .halo-compareColors-link {
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
    text-decoration: none;
    color: #8e0000; }
    .halo-compareColors .halo-compareColors-link .icon-compare-color {
      background-image: url(../img/compare-icon.png);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      margin: 7px;
      display: inline-block;
      vertical-align: middle; }
    .halo-compareColors .halo-compareColors-link .halo-compareColors-title {
      background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
    .halo-compareColors .halo-compareColors-link:hover, .halo-compareColors .halo-compareColors-link:active, .halo-compareColors .halo-compareColors-link:focus {
      color: #8e0000; }
      .halo-compareColors .halo-compareColors-link:hover .halo-compareColors-title, .halo-compareColors .halo-compareColors-link:active .halo-compareColors-title, .halo-compareColors .halo-compareColors-link:focus .halo-compareColors-title {
        background-image: linear-gradient(transparent 96%, rgba(142, 0, 0, 0.6) 4%); }

#compare-color-popup.modal {
  min-height: 100px; }

.halo-compareColors-swatch {
  line-height: 1px;
  margin-bottom: 25px;
  font-size: 0; }
  .halo-compareColors-swatch .form-option-swatch.show-color {
    border-color: #060606; }

.halo-compareColors-image {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  white-space: nowrap;
  overflow: auto;
  margin: 0 -7.5px;
  -webkit-overflow-scrolling: touch; }
  .halo-compareColors-image .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 7.5px;
    text-align: center; }
    .halo-compareColors-image .item .color {
      display: block;
      width: 100%;
      height: 150px;
      margin: 0 0 15px 0;
      border: none;
      border-radius: 0; }
      .halo-compareColors-image .item .color.color2, .halo-compareColors-image .item .color.color3 {
        display: flex;
        justify-content: space-between;
        overflow: hidden; }
    .halo-compareColors-image .item .color2,
    .halo-compareColors-image .item .color3 {
      border: none;
      width: 100%;
      height: 150px;
      margin: 0 0 15px 0; }
      .halo-compareColors-image .item .color2 span,
      .halo-compareColors-image .item .color3 span {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
    .halo-compareColors-image .item .title {
      display: block;
      font-size: 16px;
      font-weight: 400;
      text-align: center;
      margin: 0 0 15px 0; }
    .halo-compareColors-image .item.item-partern .image {
      display: block;
      width: 100%;
      margin: 0 0 15px 0; }
    .halo-compareColors-image .item.item-partern img {
      width: 100%; }
  .halo-compareColors-image::-webkit-scrollbar {
    height: 10px; }
  .halo-compareColors-image::-webkit-scrollbar-track {
    background: #EAEAEA; }
  .halo-compareColors-image::-webkit-scrollbar-thumb {
    background: #000000; }
  @media (min-width: 481px) {
    .halo-compareColors-image .item {
      width: 33.33333333333%; } }
  @media (min-width: 768px) {
    .halo-compareColors-image .item {
      width: 25%; } }
  @media (min-width: 1025px) {
    .halo-compareColors-image .item {
      width: 20%; } }

/* End Compare Color */
#halo_sticky_addToCart {
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: -1;
  padding: 0;
  text-align: center;
  background: white;
  transition: all 0.5s ease;
  border-bottom: 1px solid #ebebeb;
  box-shadow: 0 1px 6px 1px #e5e5e5;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 550px) {
    #halo_sticky_addToCart {
      display: none; }
      #halo_sticky_addToCart.halo_sticky_addToCart_mb {
        display: block;
        top: auto;
        bottom: 0; } }
  @media (min-width: 551px) {
    #halo_sticky_addToCart {
      padding: 5px 0; } }
  @media (min-width: 801px) {
    #halo_sticky_addToCart {
      padding: 10px 0; } }
  #halo_sticky_addToCart > .container {
    position: unset;
    padding: 0; }
    #halo_sticky_addToCart > .container:before, #halo_sticky_addToCart > .container:after {
      content: none; }
    #halo_sticky_addToCart > .container .item-wrap {
      display: flex;
      position: static;
      align-items: center;
      justify-content: center;
      justify-content: space-between; }
    #halo_sticky_addToCart > .container .item {
      width: 100%;
      padding: 0 10px;
      display: inline-block; }
      #halo_sticky_addToCart > .container .item.product-info {
        padding-right: 0; }
      @media (min-width: 992px) {
        #halo_sticky_addToCart > .container .item {
          padding: 0 15px; } }
      #halo_sticky_addToCart > .container .item:first-child:not(.product-info) {
        display: none;
        padding-left: 0;
        text-align: left; }
        @media (min-width: 1025px) {
          #halo_sticky_addToCart > .container .item:first-child:not(.product-info) {
            width: 45%;
            display: inline-block; } }
        @media (min-width: 1200px) {
          #halo_sticky_addToCart > .container .item:first-child:not(.product-info) {
            width: 40%; } }
        @media (min-width: 1400px) {
          #halo_sticky_addToCart > .container .item:first-child:not(.product-info) {
            width: 35%; } }
        @media (min-width: 1600px) {
          #halo_sticky_addToCart > .container .item:first-child:not(.product-info) {
            width: 30%; } }
      #halo_sticky_addToCart > .container .item:first-child.product-info {
        padding-left: 0; }
      #halo_sticky_addToCart > .container .item:last-child {
        padding-right: 10px;
        width: 60%; }
        @media (max-width: 550px) {
          #halo_sticky_addToCart > .container .item:last-child {
            width: 100%; } }
        @media (min-width: 768px) {
          #halo_sticky_addToCart > .container .item:last-child {
            width: 40%; } }
        @media (min-width: 1025px) {
          #halo_sticky_addToCart > .container .item:last-child {
            width: 35%;
            padding-right: 0; } }
        @media (min-width: 1200px) {
          #halo_sticky_addToCart > .container .item:last-child {
            width: 30%; } }
      #halo_sticky_addToCart > .container .item.product-info .sticky-title {
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0;
        color: black;
        margin: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        padding: 0 20px 0 0; }
      #halo_sticky_addToCart > .container .item.product-info .sticky-price {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        line-height: 26px;
        display: inline-block; }
        #halo_sticky_addToCart > .container .item.product-info .sticky-price .price-section {
          margin-bottom: 0;
          font-size: 16px;
          font-weight: 600; }
          #halo_sticky_addToCart > .container .item.product-info .sticky-price .price-section.price-section--saving, #halo_sticky_addToCart > .container .item.product-info .sticky-price .price-section.rrp-price--withoutTax {
            display: none !important; }
          #halo_sticky_addToCart > .container .item.product-info .sticky-price .price-section.non-sale-price--withoutTax {
            font-weight: 400;
            margin: 0 10px 0 0; }
      @media (max-width: 550px) {
        #halo_sticky_addToCart > .container .item.product-info {
          display: none; } }
      #halo_sticky_addToCart > .container .item.item-right {
        text-align: left; }
        @media (max-width: 550px) {
          #halo_sticky_addToCart > .container .item.item-right {
            padding: 0; } }
        @media (min-width: 768px) {
          #halo_sticky_addToCart > .container .item.item-right {
            text-align: right; } }
    @media (min-width: 1025px) {
      #halo_sticky_addToCart > .container {
        max-width: 1430px;
        padding-left: 30px;
        padding-right: 30px; } }
  #halo_sticky_addToCart .sticky-product-countdown {
    width: 250px;
    padding-right: 15px; }
    #halo_sticky_addToCart .sticky-product-countdown .productCountDown {
      margin-bottom: 0; }
    #halo_sticky_addToCart .sticky-product-countdown .CountDownText {
      border: none;
      margin-bottom: 0; }
      #halo_sticky_addToCart .sticky-product-countdown .CountDownText svg {
        fill: black;
        width: 18px;
        height: 20px; }
    #halo_sticky_addToCart .sticky-product-countdown .countDowntimer2 {
      margin-bottom: 0; }
      #halo_sticky_addToCart .sticky-product-countdown .countDowntimer2 .clock-item {
        font-weight: 600; }
    @media (max-width: 1279px) {
      #halo_sticky_addToCart .sticky-product-countdown {
        display: none; } }
  #halo_sticky_addToCart .product-wrapper {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%; }
    #halo_sticky_addToCart .product-wrapper > .product-image {
      width: 66px; }
    #halo_sticky_addToCart .product-wrapper > .product-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      vertical-align: middle;
      padding-left: 15px;
      width: 100%; }
    #halo_sticky_addToCart .product-wrapper .productView-price {
      font-size: 16px;
      margin-bottom: 0; }
      #halo_sticky_addToCart .product-wrapper .productView-price .price-section {
        font-size: 16px; }
  #halo_sticky_addToCart .productView-actions {
    margin: 0;
    padding: 0;
    min-width: 315px;
    font-size: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 800px) {
      #halo_sticky_addToCart .productView-actions {
        min-width: 220px; } }
    @media (max-width: 550px) {
      #halo_sticky_addToCart .productView-actions {
        min-width: 100%;
        background-color: white;
        border-top: 1px solid #ebebeb;
        box-shadow: 0 1px 6px 1px #e5e5e5; } }
  #halo_sticky_addToCart .form-field--increments {
    margin: 0 !important;
    font-size: 0;
    padding-right: 15px;
    display: none; }
    @media (min-width: 801px) {
      #halo_sticky_addToCart .form-field--increments {
        display: inline-block;
        vertical-align: top; } }
    #halo_sticky_addToCart .form-field--increments .form-increment {
      height: 50px; }
    #halo_sticky_addToCart .form-field--increments .form-label {
      display: none; }
  #halo_sticky_addToCart .form-action {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: inline-block;
    height: 50px; }
    #halo_sticky_addToCart .form-action input {
      margin-bottom: 0;
      width: 100%; }
    #halo_sticky_addToCart .form-action .button {
      width: 100%;
      min-width: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      visibility: visible;
      z-index: 5;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      letter-spacing: 0; }
      @media (min-width: 1025px) {
        #halo_sticky_addToCart .form-action .button {
          top: 0; } }
      #halo_sticky_addToCart .form-action .button.is-active {
        opacity: 0;
        visibility: hidden; }
    @media (max-width: 550px) {
      #halo_sticky_addToCart .form-action {
        height: 70px;
        margin: 10px; }
        #halo_sticky_addToCart .form-action .button {
          height: 46px; } }
    @media (min-width: 551px) {
      #halo_sticky_addToCart .form-action {
        max-width: 204px; }
        #halo_sticky_addToCart .form-action .button {
          min-width: 204px; } }
  #halo_sticky_addToCart .show_select_options {
    color: black;
    border: 1px solid #cbcbcb;
    background-color: rgba(0, 0, 255, 0);
    min-width: 209px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    transition: color 0.15s ease;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  #halo_sticky_addToCart .form {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 50px; }
    #halo_sticky_addToCart .form .pop-up-option {
      left: 0;
      right: 0;
      top: auto;
      bottom: calc(100% + 20px);
      width: 100%;
      z-index: 1;
      position: absolute;
      text-align: left;
      background: white;
      opacity: 0;
      overflow: visible;
      visibility: hidden;
      transition: all .5s ease;
      box-shadow: 0 0 0 black, 0 0 1px rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid #e5e5e5;
      border-top: 1px solid #e5e5e5;
      padding: 10px; }
      @media (min-width: 551px) {
        #halo_sticky_addToCart .form .pop-up-option {
          padding: 30px 10px 20px;
          top: auto;
          bottom: 100%; } }
      @media (min-width: 1025px) {
        #halo_sticky_addToCart .form .pop-up-option {
          padding: 35px 0px 15px 0px; } }
      @media (max-width: 550px) {
        #halo_sticky_addToCart .form .pop-up-option {
          top: unset;
          bottom: -500px;
          visibility: visible;
          opacity: 1; }
          #halo_sticky_addToCart .form .pop-up-option.is-open {
            bottom: calc(100% + 20px); } }
      #halo_sticky_addToCart .form .pop-up-option.is-open {
        visibility: visible;
        opacity: 1; }
      #halo_sticky_addToCart .form .pop-up-option > .container {
        position: relative; }
        @media (min-width: 1025px) {
          #halo_sticky_addToCart .form .pop-up-option > .container {
            max-width: 1430px;
            padding-left: 30px;
            padding-right: 30px; } }
      #halo_sticky_addToCart .form .pop-up-option .btn-close {
        position: absolute;
        top: 15px;
        right: 0;
        transform: translateY(-50%);
        z-index: 1; }
        @media (min-width: 551px) {
          #halo_sticky_addToCart .form .pop-up-option .btn-close {
            top: 0; } }
        @media (min-width: 1025px) {
          #halo_sticky_addToCart .form .pop-up-option .btn-close {
            right: 30px; } }
      #halo_sticky_addToCart .form .pop-up-option .data-product-name {
        display: block;
        padding-top: 0;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f8f8f8; }
        @media (min-width: 551px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-name {
            display: none; } }
        #halo_sticky_addToCart .form .pop-up-option .data-product-name .sticky-title {
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          font-size: 16px;
          font-weight: 700;
          line-height: 26px;
          letter-spacing: 0;
          color: black;
          margin: 0;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          text-overflow: ellipsis; }
      #halo_sticky_addToCart .form .pop-up-option .data-product-option {
        font-size: 0;
        display: block;
        width: calc(100% + 10px);
        padding-right: 10px;
        max-height: 300px;
        overflow-y: auto; }
        #halo_sticky_addToCart .form .pop-up-option .data-product-option .form-option-expanded {
          display: none; }
        @media (min-width: 551px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-option {
            position: relative; } }
        #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field {
          width: 100%; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(even) {
            padding-left: 0;
            border-left: none; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(odd) {
            padding-right: 0; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field[data-product-attribute="set-select"] .form-select {
            max-width: 100%; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field > .form-label--alternate {
            display: block;
            padding-bottom: 10px; }
        @media (min-width: 551px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field {
            width: 49%; }
            #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(even) {
              padding-left: 15px; }
            #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(odd) {
              padding-right: 15px; } }
        @media (min-width: 768px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field[data-product-attribute="set-select"] .form-select {
            max-width: 50%; } }
        @media (min-width: 1024px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(even) {
            padding-left: 25px; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(odd) {
            padding-right: 25px; } }
      #halo_sticky_addToCart .form .pop-up-option .form-field {
        width: 100%;
        font-size: 16px;
        margin: 0 0 15px 0;
        display: block;
        vertical-align: top;
        position: relative; }
        @media (min-width: 801px) {
          #halo_sticky_addToCart .form .pop-up-option .form-field {
            font-size: 16px;
            margin: 0 0 20px 0;
            display: inline-block;
            vertical-align: top;
            width: auto; }
            #halo_sticky_addToCart .form .pop-up-option .form-field + [data-product-attribute="set-select"] {
              white-space: nowrap; }
            #halo_sticky_addToCart .form .pop-up-option .form-field:nth-child(even) {
              padding-left: 35px;
              border-left: 1px solid #e5e5e5; }
            #halo_sticky_addToCart .form .pop-up-option .form-field:nth-child(odd) {
              padding-right: 25px; } }
        #halo_sticky_addToCart .form .pop-up-option .form-field .form-label {
          display: inline-block;
          margin-bottom: 0;
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          font-size: 16px; }
          @media (max-width: 551px) {
            #halo_sticky_addToCart .form .pop-up-option .form-field .form-label {
              display: block;
              padding-bottom: 10px; } }
          @media (min-width: 551px) {
            #halo_sticky_addToCart .form .pop-up-option .form-field .form-label {
              display: inline-block;
              vertical-align: middle; } }
          #halo_sticky_addToCart .form .pop-up-option .form-field .form-label > small {
            float: none;
            color: #f1152f;
            margin: 0 15px 0 0;
            line-height: inherit; }
        #halo_sticky_addToCart .form .pop-up-option .form-field > .form-checkbox + .form-label {
          display: inline;
          width: auto; }
        #halo_sticky_addToCart .form .pop-up-option .form-field[data-product-attribute] .form-option {
          display: inline-block;
          vertical-align: middle;
          margin-bottom: 10px; }
        #halo_sticky_addToCart .form .pop-up-option .form-field .form-select {
          max-width: 530px; }
      #halo_sticky_addToCart .form .pop-up-option .close {
        font-size: 16px;
        color: white;
        position: absolute;
        right: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        background: #fff;
        filter: alpha(opacity=100);
        text-align: center;
        font-weight: 600;
        z-index: 10;
        background-color: #7f7f7f;
        border-radius: 5px; }
    #halo_sticky_addToCart .form .alertBox--error {
      -ms-flex-pack: start;
      justify-content: flex-start; }

.show_sticky#halo_sticky_addToCart {
  z-index: 100;
  opacity: 1;
  visibility: visible; }

.background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  display: none;
  visibility: hidden;
  transition: all .5s ease;
  background-color: rgba(0, 0, 0, 0.6); }

.openPopupOption #recently_bought_list {
  z-index: 1; }

@media (max-width: 550px) {
  .openPopupOption {
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }
    .openPopupOption .header,
    .openPopupOption .recently-viewed-products-sidebar {
      z-index: 1; }
    .openPopupOption #halo_sticky_addToCart .background-overlay {
      z-index: 101;
      opacity: 1;
      display: block;
      visibility: visible; }
    .openPopupOption #halo_sticky_addToCart .pop-up-option,
    .openPopupOption #halo_sticky_addToCart .productView-actions {
      z-index: 102; } }

.easyzoom-flyout {
  pointer-events: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }
  @media (min-width: 1025px) {
    .fancybox-content {
      max-width: 75%; } }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after, .sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }
  
  .sale-flag-star:before,
  .sold-out-flag-star:before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star:after,
  .sold-out-flag-star:after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #c12e48; }

.sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star:before,
.product:hover .starwrap .sold-out-flag-star:after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #c12e48;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.sale-flag-sash {
  background: #c12e48;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      top: 19px;
      left: -20px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 3px; }
  .home-layout-4 [data-product-attribute] .form-option.form-option-swatch {
    width: 32px;
    height: 32px; }
  [data-product-attribute] .form-option.form-option-swatch .form-option-variant {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block; }
    .home-layout-4 [data-product-attribute] .form-option.form-option-swatch .form-option-variant {
      background-size: 100%; }
  [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant, [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant:nth-child(n+2), [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:nth-child(n+2) {
      display: none; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

[data-product-attribute="swatch"] .form-option-swatch[for="attribute_swatch__none"] {
  padding: 3px 0; }

[data-product-attribute="swatch"] .form-option-swatch .form-option-variant--none {
  font-size: 12px;
  padding: 0;
  line-height: 32px; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 40px;
  width: 40px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #202020;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

[data-product-attribute="set-rectangle"] .form-option {
  min-width: 40px;
  height: 40px;
  border-radius: 100px; }
  .home-layout-4 [data-product-attribute="set-rectangle"] .form-option {
    border-radius: 0;
    padding: 0 15px;
    border-color: #866742;
    background-color: #f1efeb;
    background-color: #f6f4ee;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.025) !important;
    border: 1px solid #e0dedc !important;
    transition: 0.3s ease-in-out; }
  .halo-quickShop-content [data-product-attribute="set-rectangle"] .form-option {
    background-color: #ffffff; }
  .productView--quickView [data-product-attribute="set-rectangle"] .form-option {
    background-color: #ffffff; }
  [data-product-attribute="set-rectangle"] .form-option .form-option-variant {
    width: 100%;
    height: 100%;
    min-width: 100%;
    line-height: 34px;
    padding: 1px 10px;
    color: #1d1d1d;
    font-weight: 500;
    transition: 0.3s ease-in-out; }
  .home-layout-4 [data-product-attribute="set-rectangle"] .form-option:hover {
    background-color: #866742; }
  [data-product-attribute="set-rectangle"] .form-option:hover .form-option-variant {
    color: #f6f4ee; }

.home-layout-4 [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  border-color: unset;
  font-weight: 400;
  position: relative;
  background-color: #866742; }
  .home-layout-4 [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #1d1d1d; }

[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option .form-option-variant {
  width: 100%;
  height: 100%;
  min-width: 100%;
  line-height: 34px;
  padding: 1px 10px;
  color: #f6f4ee;
  font-weight: 500; }

[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option.unavailable:before {
  content: "";
  width: 60px;
  height: 1px;
  top: 50%;
  left: 25%;
  position: absolute;
  background-color: #1d1d1d;
  transform: rotate(-45deg); }

[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option.unpurchasable:before {
  content: "";
  width: 60px;
  height: 1px;
  top: 50%;
  left: 25%;
  position: absolute;
  background-color: #1d1d1d;
  transform: rotate(-45deg); }

.account {
  margin-bottom: 1.5rem; }

.account--fixed {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  @media (min-width: 801px) {
    .account--fixed {
      margin: 0 auto;
      width: 100%;
      max-width: 1370px; } }

[data-page-type="createaccount"] .page-heading {
  margin-bottom: 55px; }

[data-page-type="forgotpassword"] .form-prefixPostfix .button {
  height: auto; }

[data-page-type="giftcertificates"] .navBar--sub,
[data-page-type="giftcertificates_redeem"] .navBar--sub,
[data-page-type="giftcertificates_balance"] .navBar--sub {
  margin-top: 90px;
  margin-bottom: 20px; }
  [data-page-type="giftcertificates"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item {
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
    color: black;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 5px solid #ECECEC;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 13px;
    margin-bottom: 30px; }
    [data-page-type="giftcertificates"] .navBar--sub .navBar-item .navBar-action,
    [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item .navBar-action,
    [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item .navBar-action {
      font-size: 18px;
      font-weight: 800;
      font-style: italic;
      color: #787878; }
    [data-page-type="giftcertificates"] .navBar--sub .navBar-item.is-active,
    [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item.is-active,
    [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item.is-active {
      color: black;
      border-color: #1d1d1d; }

[data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset .form-field,
[data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset .form-field,
[data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset .form-field {
  padding-left: 0;
  padding-right: 0; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group,
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group,
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group {
    padding: 20px; }

[data-page-type="giftcertificates"] .gift-certificate-form .form-field,
[data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-field,
[data-page-type="giftcertificates_balance"] .gift-certificate-form .form-field {
  margin-bottom: 20px; }

[data-page-type="giftcertificates"] .gift-certificate-form .form-field-group,
[data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-field-group,
[data-page-type="giftcertificates_balance"] .gift-certificate-form .form-field-group {
  padding: 20px;
  background-color: #F6F6F6;
  border-color: #F6F6F6; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-field-group .form-label,
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-field-group .form-label,
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-field-group .form-label {
    margin-bottom: 10px; }

[data-page-type="giftcertificates"] .account--fixed,
[data-page-type="giftcertificates_redeem"] .account--fixed,
[data-page-type="giftcertificates_balance"] .account--fixed {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 1200px) {
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-field:nth-child(odd),
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-field:nth-child(odd),
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-field:nth-child(odd) {
    padding-right: 70px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-field:nth-child(even),
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-field:nth-child(even),
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-field:nth-child(even) {
    padding-left: 70px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset .form-field,
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset .form-field,
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset .form-field {
    padding-left: 0;
    padding-right: 0; }
    [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group,
    [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group,
    [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group {
      margin-bottom: 10px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset:nth-child(odd),
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset:nth-child(odd),
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset:nth-child(odd) {
    padding-right: 70px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset:nth-child(even),
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset:nth-child(even),
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset:nth-child(even) {
    padding-left: 70px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-actions,
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-actions,
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-actions {
    margin-left: 50%;
    max-width: 100%;
    width: 50%;
    text-align: left;
    padding-left: 70px;
    font-size: 0; }
    [data-page-type="giftcertificates"] .gift-certificate-form .form-actions #gift-certificate-preview,
    [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-actions #gift-certificate-preview,
    [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-actions #gift-certificate-preview {
      width: 32%; }
    [data-page-type="giftcertificates"] .gift-certificate-form .form-actions #gift-certificate-submit,
    [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-actions #gift-certificate-submit,
    [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-actions #gift-certificate-submit {
      width: calc(68% - 15px);
      margin-left: 15px; } }

@media (max-width: 1199px) {
  [data-page-type="giftcertificates"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 800px) {
  [data-page-type="giftcertificates"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
    [data-page-type="giftcertificates"] .navBar--sub .navBar-item .navBar-action,
    [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item .navBar-action,
    [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item .navBar-action {
      font-size: 16px; } }

[data-page-type="giftcertificates_redeem"] .account h3,
[data-page-type="giftcertificates_balance"] .account h3 {
  font-weight: 700;
  margin-bottom: 30px; }

[data-page-type="giftcertificates_redeem"] .account ul li, [data-page-type="giftcertificates_redeem"] .account ol li,
[data-page-type="giftcertificates_balance"] .account ul li,
[data-page-type="giftcertificates_balance"] .account ol li {
  line-height: 26px; }

[data-page-type="giftcertificates_redeem"] .account .button,
[data-page-type="giftcertificates_balance"] .account .button {
  height: 50px; }

[data-page-type="giftcertificates_redeem"] .account #giftcertificatecode,
[data-page-type="giftcertificates_balance"] .account #giftcertificatecode {
  max-width: 615px; }

@media (min-width: 768px) {
  [data-page-type="giftcertificates_redeem"] .account #gift-certificate-balance .form-prefixPostfix .button,
  [data-page-type="giftcertificates_balance"] .account #gift-certificate-balance .form-prefixPostfix .button {
    width: auto;
    margin-top: 0;
    margin-left: 15px; } }

[data-page-type="account_orderstatus"] .body > .container-mrh,
[data-page-type="account_inbox"] .body > .container-mrh,
[data-page-type="account_addressbook"] .body > .container-mrh,
[data-page-type="wishlists"] .body > .container-mrh,
[data-page-type="account_recentitems"] .body > .container-mrh,
[data-page-type="editaccount"] .body > .container-mrh,
[data-page-type="shippingaddressform"] .body > .container-mrh,
[data-page-type="wishlist"] .body > .container-mrh,
[data-page-type="add-wishlist"] .body > .container-mrh,
[data-page-type="account_returns"] .body > .container-mrh,
[data-page-type="account_new_return"] .body > .container-mrh,
[data-page-type="account_saved_return"] .body > .container-mrh,
[data-page-type="account_paymentmethods"] .body > .container-mrh,
[data-page-type="account_addpaymentmethod"] .body > .container-mrh,
[data-page-type="account_editpaymentmethod"] .body > .container-mrh {
  max-width: 1520px; }

[data-page-type="account_orderstatus"] .account.account--fixed,
[data-page-type="account_inbox"] .account.account--fixed,
[data-page-type="account_addressbook"] .account.account--fixed,
[data-page-type="wishlists"] .account.account--fixed,
[data-page-type="account_recentitems"] .account.account--fixed,
[data-page-type="editaccount"] .account.account--fixed,
[data-page-type="shippingaddressform"] .account.account--fixed,
[data-page-type="wishlist"] .account.account--fixed,
[data-page-type="add-wishlist"] .account.account--fixed,
[data-page-type="account_returns"] .account.account--fixed,
[data-page-type="account_new_return"] .account.account--fixed,
[data-page-type="account_saved_return"] .account.account--fixed,
[data-page-type="account_paymentmethods"] .account.account--fixed,
[data-page-type="account_addpaymentmethod"] .account.account--fixed,
[data-page-type="account_editpaymentmethod"] .account.account--fixed {
  padding-left: 0;
  padding-right: 0; }
  [data-page-type="account_orderstatus"] .account.account--fixed .account-head,
  [data-page-type="account_inbox"] .account.account--fixed .account-head,
  [data-page-type="account_addressbook"] .account.account--fixed .account-head,
  [data-page-type="wishlists"] .account.account--fixed .account-head,
  [data-page-type="account_recentitems"] .account.account--fixed .account-head,
  [data-page-type="editaccount"] .account.account--fixed .account-head,
  [data-page-type="shippingaddressform"] .account.account--fixed .account-head,
  [data-page-type="wishlist"] .account.account--fixed .account-head,
  [data-page-type="add-wishlist"] .account.account--fixed .account-head,
  [data-page-type="account_returns"] .account.account--fixed .account-head,
  [data-page-type="account_new_return"] .account.account--fixed .account-head,
  [data-page-type="account_saved_return"] .account.account--fixed .account-head,
  [data-page-type="account_paymentmethods"] .account.account--fixed .account-head,
  [data-page-type="account_addpaymentmethod"] .account.account--fixed .account-head,
  [data-page-type="account_editpaymentmethod"] .account.account--fixed .account-head {
    display: none; }

[data-page-type="account_orderstatus"] .account.account--fixedLarge,
[data-page-type="account_inbox"] .account.account--fixedLarge,
[data-page-type="account_addressbook"] .account.account--fixedLarge,
[data-page-type="wishlists"] .account.account--fixedLarge,
[data-page-type="account_recentitems"] .account.account--fixedLarge,
[data-page-type="editaccount"] .account.account--fixedLarge,
[data-page-type="shippingaddressform"] .account.account--fixedLarge,
[data-page-type="wishlist"] .account.account--fixedLarge,
[data-page-type="add-wishlist"] .account.account--fixedLarge,
[data-page-type="account_returns"] .account.account--fixedLarge,
[data-page-type="account_new_return"] .account.account--fixedLarge,
[data-page-type="account_saved_return"] .account.account--fixedLarge,
[data-page-type="account_paymentmethods"] .account.account--fixedLarge,
[data-page-type="account_addpaymentmethod"] .account.account--fixedLarge,
[data-page-type="account_editpaymentmethod"] .account.account--fixedLarge {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  [data-page-type="account_orderstatus"] .account.account--fixedLarge .account-body,
  [data-page-type="account_inbox"] .account.account--fixedLarge .account-body,
  [data-page-type="account_addressbook"] .account.account--fixedLarge .account-body,
  [data-page-type="wishlists"] .account.account--fixedLarge .account-body,
  [data-page-type="account_recentitems"] .account.account--fixedLarge .account-body,
  [data-page-type="editaccount"] .account.account--fixedLarge .account-body,
  [data-page-type="shippingaddressform"] .account.account--fixedLarge .account-body,
  [data-page-type="wishlist"] .account.account--fixedLarge .account-body,
  [data-page-type="add-wishlist"] .account.account--fixedLarge .account-body,
  [data-page-type="account_returns"] .account.account--fixedLarge .account-body,
  [data-page-type="account_new_return"] .account.account--fixedLarge .account-body,
  [data-page-type="account_saved_return"] .account.account--fixedLarge .account-body,
  [data-page-type="account_paymentmethods"] .account.account--fixedLarge .account-body,
  [data-page-type="account_addpaymentmethod"] .account.account--fixedLarge .account-body,
  [data-page-type="account_editpaymentmethod"] .account.account--fixedLarge .account-body {
    margin: 0; }

[data-page-type="account_orderstatus"] .navBar--account,
[data-page-type="account_inbox"] .navBar--account,
[data-page-type="account_addressbook"] .navBar--account,
[data-page-type="wishlists"] .navBar--account,
[data-page-type="account_recentitems"] .navBar--account,
[data-page-type="editaccount"] .navBar--account,
[data-page-type="shippingaddressform"] .navBar--account,
[data-page-type="wishlist"] .navBar--account,
[data-page-type="add-wishlist"] .navBar--account,
[data-page-type="account_returns"] .navBar--account,
[data-page-type="account_new_return"] .navBar--account,
[data-page-type="account_saved_return"] .navBar--account,
[data-page-type="account_paymentmethods"] .navBar--account,
[data-page-type="account_addpaymentmethod"] .navBar--account,
[data-page-type="account_editpaymentmethod"] .navBar--account {
  margin-bottom: 30px; }
  [data-page-type="account_orderstatus"] .navBar--account .navBar-section,
  [data-page-type="account_inbox"] .navBar--account .navBar-section,
  [data-page-type="account_addressbook"] .navBar--account .navBar-section,
  [data-page-type="wishlists"] .navBar--account .navBar-section,
  [data-page-type="account_recentitems"] .navBar--account .navBar-section,
  [data-page-type="editaccount"] .navBar--account .navBar-section,
  [data-page-type="shippingaddressform"] .navBar--account .navBar-section,
  [data-page-type="wishlist"] .navBar--account .navBar-section,
  [data-page-type="add-wishlist"] .navBar--account .navBar-section,
  [data-page-type="account_returns"] .navBar--account .navBar-section,
  [data-page-type="account_new_return"] .navBar--account .navBar-section,
  [data-page-type="account_saved_return"] .navBar--account .navBar-section,
  [data-page-type="account_paymentmethods"] .navBar--account .navBar-section,
  [data-page-type="account_addpaymentmethod"] .navBar--account .navBar-section,
  [data-page-type="account_editpaymentmethod"] .navBar--account .navBar-section {
    font-size: 0; }
    [data-page-type="account_orderstatus"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_inbox"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_addressbook"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="wishlists"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_recentitems"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="editaccount"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="shippingaddressform"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="wishlist"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="add-wishlist"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_returns"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_new_return"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_saved_return"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_paymentmethods"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_addpaymentmethod"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_editpaymentmethod"] .navBar--account .navBar-section .navBar-item {
      width: 220px;
      background-color: #f5f5f5;
      height: 50px;
      line-height: 48px;
      border: 1px solid #f5f5f5;
      color: black;
      border-radius: 4px;
      margin: 0;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px; }
      [data-page-type="account_orderstatus"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_inbox"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_addressbook"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="wishlists"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_recentitems"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="editaccount"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="shippingaddressform"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="wishlist"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="add-wishlist"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_returns"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_new_return"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_saved_return"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_paymentmethods"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_addpaymentmethod"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_editpaymentmethod"] .navBar--account .navBar-section .navBar-item + .navBar-item {
        margin-left: 10px; }
      [data-page-type="account_orderstatus"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_inbox"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_addressbook"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="wishlists"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_recentitems"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="editaccount"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="shippingaddressform"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="wishlist"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="add-wishlist"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_returns"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_new_return"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_saved_return"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_paymentmethods"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_addpaymentmethod"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_editpaymentmethod"] .navBar--account .navBar-section .navBar-item.is-active {
        background-color: #ffffff;
        border-color: black;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }

[data-page-type="account_orderstatus"] .account-content .account-heading,
[data-page-type="account_inbox"] .account-content .account-heading,
[data-page-type="account_addressbook"] .account-content .account-heading,
[data-page-type="wishlists"] .account-content .account-heading,
[data-page-type="account_recentitems"] .account-content .account-heading,
[data-page-type="editaccount"] .account-content .account-heading,
[data-page-type="shippingaddressform"] .account-content .account-heading,
[data-page-type="wishlist"] .account-content .account-heading,
[data-page-type="add-wishlist"] .account-content .account-heading,
[data-page-type="account_returns"] .account-content .account-heading,
[data-page-type="account_new_return"] .account-content .account-heading,
[data-page-type="account_saved_return"] .account-content .account-heading,
[data-page-type="account_paymentmethods"] .account-content .account-heading,
[data-page-type="account_addpaymentmethod"] .account-content .account-heading,
[data-page-type="account_editpaymentmethod"] .account-content .account-heading {
  display: none; }

[data-page-type="account_orderstatus"] .account-content h2,
[data-page-type="account_inbox"] .account-content h2,
[data-page-type="account_addressbook"] .account-content h2,
[data-page-type="wishlists"] .account-content h2,
[data-page-type="account_recentitems"] .account-content h2,
[data-page-type="editaccount"] .account-content h2,
[data-page-type="shippingaddressform"] .account-content h2,
[data-page-type="wishlist"] .account-content h2,
[data-page-type="add-wishlist"] .account-content h2,
[data-page-type="account_returns"] .account-content h2,
[data-page-type="account_new_return"] .account-content h2,
[data-page-type="account_saved_return"] .account-content h2,
[data-page-type="account_paymentmethods"] .account-content h2,
[data-page-type="account_addpaymentmethod"] .account-content h2,
[data-page-type="account_editpaymentmethod"] .account-content h2 {
  color: black;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px; }

[data-page-type="account_orderstatus"] .addressList,
[data-page-type="account_inbox"] .addressList,
[data-page-type="account_addressbook"] .addressList,
[data-page-type="wishlists"] .addressList,
[data-page-type="account_recentitems"] .addressList,
[data-page-type="editaccount"] .addressList,
[data-page-type="shippingaddressform"] .addressList,
[data-page-type="wishlist"] .addressList,
[data-page-type="add-wishlist"] .addressList,
[data-page-type="account_returns"] .addressList,
[data-page-type="account_new_return"] .addressList,
[data-page-type="account_saved_return"] .addressList,
[data-page-type="account_paymentmethods"] .addressList,
[data-page-type="account_addpaymentmethod"] .addressList,
[data-page-type="account_editpaymentmethod"] .addressList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch; }
  [data-page-type="account_orderstatus"] .addressList .address,
  [data-page-type="account_inbox"] .addressList .address,
  [data-page-type="account_addressbook"] .addressList .address,
  [data-page-type="wishlists"] .addressList .address,
  [data-page-type="account_recentitems"] .addressList .address,
  [data-page-type="editaccount"] .addressList .address,
  [data-page-type="shippingaddressform"] .addressList .address,
  [data-page-type="wishlist"] .addressList .address,
  [data-page-type="add-wishlist"] .addressList .address,
  [data-page-type="account_returns"] .addressList .address,
  [data-page-type="account_new_return"] .addressList .address,
  [data-page-type="account_saved_return"] .addressList .address,
  [data-page-type="account_paymentmethods"] .addressList .address,
  [data-page-type="account_addpaymentmethod"] .addressList .address,
  [data-page-type="account_editpaymentmethod"] .addressList .address {
    height: 100%; }
  [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body,
  [data-page-type="account_inbox"] .addressList .panel--address .panel-body,
  [data-page-type="account_addressbook"] .addressList .panel--address .panel-body,
  [data-page-type="wishlists"] .addressList .panel--address .panel-body,
  [data-page-type="account_recentitems"] .addressList .panel--address .panel-body,
  [data-page-type="editaccount"] .addressList .panel--address .panel-body,
  [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body,
  [data-page-type="wishlist"] .addressList .panel--address .panel-body,
  [data-page-type="add-wishlist"] .addressList .panel--address .panel-body,
  [data-page-type="account_returns"] .addressList .panel--address .panel-body,
  [data-page-type="account_new_return"] .addressList .panel--address .panel-body,
  [data-page-type="account_saved_return"] .addressList .panel--address .panel-body,
  [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body,
  [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body,
  [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body {
    padding: 20px;
    margin-bottom: 20px;
    min-height: 303px; }
    [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_inbox"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="wishlists"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="editaccount"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="wishlist"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_returns"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_new_return"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .address-addNew .address-title {
      margin-top: 5px;
      margin-bottom: 0; }
    [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_inbox"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="wishlists"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="editaccount"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="wishlist"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_returns"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_new_return"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .address-title {
      font-weight: 600;
      margin-bottom: 15px; }
    [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_inbox"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="wishlists"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="editaccount"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="wishlist"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_returns"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_new_return"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .address-details--postal {
      font-style: italic; }
    [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_inbox"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="wishlists"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="editaccount"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="wishlist"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_returns"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_new_return"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .address-details {
      line-height: 1.7;
      margin-bottom: 15px; }
    [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_inbox"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="wishlists"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="editaccount"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="wishlist"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_returns"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_new_return"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .form-actions {
      position: static;
      margin-top: 15px;
      font-size: 0; }
      [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_inbox"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="wishlists"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="editaccount"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="wishlist"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_returns"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_new_return"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button {
        display: inline-block;
        width: calc(50% - 10px); }
        [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_inbox"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="wishlists"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="editaccount"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="wishlist"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_returns"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_new_return"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button:first-child {
          margin-right: 10px; }
        [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_inbox"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="wishlists"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="editaccount"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="wishlist"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_returns"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_new_return"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button:last-child {
          margin-left: 10px; }

[data-page-type="account_orderstatus"] .wishlists-table,
[data-page-type="account_inbox"] .wishlists-table,
[data-page-type="account_addressbook"] .wishlists-table,
[data-page-type="wishlists"] .wishlists-table,
[data-page-type="account_recentitems"] .wishlists-table,
[data-page-type="editaccount"] .wishlists-table,
[data-page-type="shippingaddressform"] .wishlists-table,
[data-page-type="wishlist"] .wishlists-table,
[data-page-type="add-wishlist"] .wishlists-table,
[data-page-type="account_returns"] .wishlists-table,
[data-page-type="account_new_return"] .wishlists-table,
[data-page-type="account_saved_return"] .wishlists-table,
[data-page-type="account_paymentmethods"] .wishlists-table,
[data-page-type="account_addpaymentmethod"] .wishlists-table,
[data-page-type="account_editpaymentmethod"] .wishlists-table {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }

[data-page-type="account_orderstatus"] .pagination,
[data-page-type="account_inbox"] .pagination,
[data-page-type="account_addressbook"] .pagination,
[data-page-type="wishlists"] .pagination,
[data-page-type="account_recentitems"] .pagination,
[data-page-type="editaccount"] .pagination,
[data-page-type="shippingaddressform"] .pagination,
[data-page-type="wishlist"] .pagination,
[data-page-type="add-wishlist"] .pagination,
[data-page-type="account_returns"] .pagination,
[data-page-type="account_new_return"] .pagination,
[data-page-type="account_saved_return"] .pagination,
[data-page-type="account_paymentmethods"] .pagination,
[data-page-type="account_addpaymentmethod"] .pagination,
[data-page-type="account_editpaymentmethod"] .pagination {
  margin-top: 30px; }
  [data-page-type="account_orderstatus"] .pagination .pagination-list,
  [data-page-type="account_inbox"] .pagination .pagination-list,
  [data-page-type="account_addressbook"] .pagination .pagination-list,
  [data-page-type="wishlists"] .pagination .pagination-list,
  [data-page-type="account_recentitems"] .pagination .pagination-list,
  [data-page-type="editaccount"] .pagination .pagination-list,
  [data-page-type="shippingaddressform"] .pagination .pagination-list,
  [data-page-type="wishlist"] .pagination .pagination-list,
  [data-page-type="add-wishlist"] .pagination .pagination-list,
  [data-page-type="account_returns"] .pagination .pagination-list,
  [data-page-type="account_new_return"] .pagination .pagination-list,
  [data-page-type="account_saved_return"] .pagination .pagination-list,
  [data-page-type="account_paymentmethods"] .pagination .pagination-list,
  [data-page-type="account_addpaymentmethod"] .pagination .pagination-list,
  [data-page-type="account_editpaymentmethod"] .pagination .pagination-list {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    text-align: left; }

[data-page-type="account_orderstatus"] .navBar--account {
  margin-bottom: 0; }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }
  @media (min-width: 1200px) {
    .account-body .form-row--half > .form-field:nth-child(odd) {
      padding-right: 70px; }
    .account-body .form-row--half > .form-field:nth-child(even) {
      padding-left: 70px; } }
  .account-body .form-field {
    margin-bottom: 20px; }
  .account-body .form-label {
    color: black;
    font-weight: 500; }
    .account-body .form-label small {
      color: #787878;
      font-size: 13px;
      font-style: italic;
      font-weight: 400;
      text-transform: capitalize; }
  .account-body .form-input {
    height: 50px;
    border-color: #CCCCCC; }
  .account-body textarea.form-input {
    height: auto; }
  .account-body .form-actions {
    text-align: left;
    max-width: 100%;
    margin-top: 10px; }
    .account-body .form-actions .button {
      width: 100%;
      max-width: 271px; }
    .account-body .form-actions.account-create-form-actions {
      text-align: center; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.account-page-create .account-header {
  padding-bottom: 7.5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d3c6; }

.account-page-create .account-body {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }

.account-create-form .g-recaptcha > div {
  margin: 0 auto; }

@media screen and (min-width: 620px) {
  .account-create-form .form-field {
    float: left;
    width: 50%;
    padding-right: 7.5px; }
    .account-create-form .form-field:nth-of-type(2n) {
      padding-right: 0;
      padding-left: 7.5px; }
    .account-create-form .form-field:nth-of-type(2n + 1) {
      clear: left; } }

.account-create-details,
.account-create-address {
  padding-bottom: 7.5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d3c6; }
  .account-create-details:before, .account-create-details:after,
  .account-create-address:before,
  .account-create-address:after {
    content: " ";
    display: table; }
  .account-create-details:after,
  .account-create-address:after {
    clear: both; }

.account-create-form-actions {
  text-align: center; }

.account-create-captcha {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 619px) {
    .account-create-captcha {
      margin-bottom: 7.5px; } }
  @media screen and (min-width: 620px) {
    .account-create-captcha {
      margin-right: 7.5px; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

body {
  background-color: rgba(248, 247, 243, 0.4) !important; }

ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }

input[data-title="1 lb. Bulk"] {
  display: none !important; }

label.form-option[data-title="1 lb. Bulk"] {
  display: none !important; }

input:focus, input:focus-visible,
textarea:focus, textarea:focus-visible,
select:focus, select:focus-visible,
a:focus, a:focus-visible,
li:focus, li:focus-visible, [href]:focus, [href]:focus-visible, button:focus, button:focus-visible, details:focus, details:focus-visible, [tabindex]:not([tabindex="-1"]):focus, [tabindex]:not([tabindex="-1"]):focus-visible, [contenteditable="true"]:focus, [contenteditable="true"]:focus-visible {
  outline: none !important; }

a {
  text-decoration: none; }

.megaMenu-active-overlay {
  height: calc(100vh - 94.391px);
  width: 100vw;
  background-color: black;
  opacity: 0;
  position: fixed;
  top: 94.391px;
  left: 0;
  z-index: 1;
  transition: opacity 300ms linear;
  pointer-events: none; }

body.megaMenu-active .megaMenu-active-overlay {
  opacity: 0.2;
  pointer-events: all; }

.mrh-head-wrap {
  position: relative;
  position: fixed;
  top: 0;
  z-index: 160;
  width: 100%;
  top: -94.391px; }
  .mrh-head-wrap.is-sticky {
    position: fixed;
    top: 0;
    z-index: 160;
    width: 100%; }
  .mrh-head-wrap.is-sticky2 {
    position: fixed;
    top: 0;
    z-index: 160;
    width: 100%; }
  .mrh-head-wrap.is-sticky3 {
    position: fixed;
    top: 0;
    z-index: 160;
    width: 100%; }
  .mrh-head-wrap.is-sticky4 {
    position: fixed;
    top: 0;
    z-index: 160;
    width: 100%; }

#header_topBarPromotion {
  background: linear-gradient(132deg, #7c98ab, #b75333, #7c98ab);
  background: linear-gradient(132deg, #d3ceb9, #1d3a1a, #d3ceb9);
  background: linear-gradient(132deg, #1d3a1a, #7c98ab, #1d3a1a);
  background: #f6f4ee;
  border-bottom: 1px solid #e0dedc;
  position: relative;
  min-height: 34.391px;
  max-height: 34.391px;
  display: flex; }
  #header_topBarPromotion.is-sticky {
    position: fixed;
    top: 0;
    z-index: 160;
    width: 100%; }
  #header_topBarPromotion.is-sticky2 {
    position: fixed;
    top: 0;
    z-index: 160;
    width: 100%; }
  #header_topBarPromotion.is-sticky3 {
    position: fixed;
    top: 0;
    z-index: 160;
    width: 100%; }
  #header_topBarPromotion.is-sticky4 {
    position: fixed;
    top: 0;
    z-index: 160;
    width: 100%; }

#custom-top-bar-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 0 2rem !important;
  max-width: 1920px !important; }

.topBarPromotion-leftLinks {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px; }

ul.topBar-leftList {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-left: 0px;
  margin-bottom: 0px; }

ul.topBar-leftList li:not(:last-child) {
  padding-right: 16px; }

.topBar-leftLink {
  color: #333333;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-decoration-thickness: clamp(0.1rem, 0.13px, 0.225rem);
  text-underline-offset: clamp(0.2rem, 0.16em, 0.3rem);
  text-transform: uppercase; }
  .topBar-leftLink:hover {
    text-decoration: none;
    text-decoration-line: underline;
    color: #333333;
    opacity: 0.8; }

.topBarPromotion-rightLinks {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px; }

ul.topBar-rightList {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-left: 0px;
  margin-bottom: 0px; }
  ul.topBar-rightList li.null {
    display: none !important; }

ul.topBar-rightList li {
  padding-right: 16px; }

.topBar-rightLink {
  color: #333333;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-decoration-thickness: clamp(0.1rem, 0.13px, 0.225rem);
  text-underline-offset: clamp(0.2rem, 0.16em, 0.3rem);
  text-transform: uppercase;
  opacity: 0.8; }
  .topBar-rightLink:hover {
    text-decoration: none;
    text-decoration-line: underline;
    color: #333333;
    opacity: 1; }

#header_topBarPromotion[data-customer-group] li#topBar--community {
  display: list-item; }

#header_topBarPromotion[data-customer-group] li#topBar--rewards {
  display: none; }

#header_topBarPromotion[data-customer-group] li#topBar--rewards-links {
  display: none; }

#header_topBarPromotion[data-customer-group] li#topBar--wholesale {
  display: none; }

#header_topBarPromotion[data-customer-group] li#topBar--order {
  display: list-item; }

#header_topBarPromotion[data-customer-group="0"] li#topBar--community {
  display: list-item; }

#header_topBarPromotion[data-customer-group="0"] li#topBar--rewards {
  display: none; }

#header_topBarPromotion[data-customer-group="0"] li#topBar--rewards-links {
  display: none; }

#header_topBarPromotion[data-customer-group="0"] li#topBar--order {
  display: none; }

#header_topBarPromotion[data-customer-group="0"] li#topBar--wholesale {
  display: none; }

#header_topBarPromotion[data-customer-group="9"] li#topBar--community, #header_topBarPromotion[data-customer-group="1"] li#topBar--community {
  display: none; }

#header_topBarPromotion[data-customer-group="9"] li#topBar--rewards, #header_topBarPromotion[data-customer-group="1"] li#topBar--rewards {
  display: list-item; }

#header_topBarPromotion[data-customer-group="9"] li#topBar--rewards-links, #header_topBarPromotion[data-customer-group="1"] li#topBar--rewards-links {
  display: list-item; }

#header_topBarPromotion[data-customer-group="9"] li#topBar--order, #header_topBarPromotion[data-customer-group="1"] li#topBar--order {
  display: none; }

#header_topBarPromotion[data-customer-group="9"] li#topBar--wholesale, #header_topBarPromotion[data-customer-group="1"] li#topBar--wholesale {
  display: none; }

#header_topBarPromotion[data-customer-group="2"] li#topBar--community, #header_topBarPromotion[data-customer-group="4"] li#topBar--community, #header_topBarPromotion[data-customer-group="5"] li#topBar--community, #header_topBarPromotion[data-customer-group="6"] li#topBar--community {
  display: none; }

#header_topBarPromotion[data-customer-group="2"] li#topBar--rewards, #header_topBarPromotion[data-customer-group="4"] li#topBar--rewards, #header_topBarPromotion[data-customer-group="5"] li#topBar--rewards, #header_topBarPromotion[data-customer-group="6"] li#topBar--rewards {
  display: none; }

#header_topBarPromotion[data-customer-group="2"] li#topBar--rewards-links, #header_topBarPromotion[data-customer-group="4"] li#topBar--rewards-links, #header_topBarPromotion[data-customer-group="5"] li#topBar--rewards-links, #header_topBarPromotion[data-customer-group="6"] li#topBar--rewards-links {
  display: none; }

#header_topBarPromotion[data-customer-group="2"] li#topBar--order, #header_topBarPromotion[data-customer-group="4"] li#topBar--order, #header_topBarPromotion[data-customer-group="5"] li#topBar--order, #header_topBarPromotion[data-customer-group="6"] li#topBar--order {
  display: none; }

#header_topBarPromotion[data-customer-group="2"] li#topBar--wholesale, #header_topBarPromotion[data-customer-group="4"] li#topBar--wholesale, #header_topBarPromotion[data-customer-group="5"] li#topBar--wholesale, #header_topBarPromotion[data-customer-group="6"] li#topBar--wholesale {
  display: list-item; }

.topBarPromotion-rightLinks .need-help {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  position: relative;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration-thickness: clamp(0.1rem, 0.13px, 0.225rem);
  text-underline-offset: clamp(0.2rem, 0.16em, 0.3rem); }
  .topBarPromotion-rightLinks .need-help .need-help--btn {
    padding: 0;
    text-transform: uppercase;
    opacity: 0.8; }
    @media (min-width: 768px) {
      .topBarPromotion-rightLinks .need-help .need-help--btn .need-help-text {
        letter-spacing: .025em; } }
    .topBarPromotion-rightLinks .need-help .need-help--btn:hover {
      text-decoration: none;
      text-decoration-line: underline;
      color: #333333;
      opacity: 1; }
  .topBarPromotion-rightLinks .need-help .icon-help {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #333333;
    margin-right: 6px;
    font-size: 12px;
    opacity: 0.8; }

.topBarPromotion-carousel button.slick-arrow {
  display: none !important; }

@media screen and (max-width: 1679px) {
  #custom-top-bar-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 0 1.4rem !important; } }

@media screen and (max-width: 1449px) {
  #custom-top-bar-container {
    display: grid;
    grid-template-columns: 2fr 3fr;
    padding: 0 1rem !important; } }

@media screen and (max-width: 1279px) {
  #custom-top-bar-container {
    display: grid;
    padding: 0 1rem !important; } }

@media screen and (max-width: 1023px) {
  #custom-top-bar-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    padding: 0 10px !important; } }

@media screen and (max-width: 899px) {
  #custom-top-bar-container {
    display: flex;
    flex-direction: row; }
  .topBarPromotion-leftLinks {
    display: none; }
  .topBarPromotion-rightLinks {
    display: none; } }

.mrhTopBarPromotion-drawer {
  width: 100%;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  z-index: 200;
  display: flex;
  align-items: center;
  background: linear-gradient(132deg, #7c98ab, #b75333, #7c98ab);
  background: linear-gradient(132deg, #1d3a1a, #7c98ab, #1d3a1a);
  background: linear-gradient(132deg, #003745, #1d3a1a, #003745);
  background: linear-gradient(132deg, #004658, #1d3a1a, #004658);
  background: linear-gradient(132deg, #1d3a1a, #004658, #1d3a1a);
  background: linear-gradient(132deg, #1d3a1a, #003745, #1d3a1a);
  background: linear-gradient(132deg, #3B5998, #0A66C2, #3B5998);
  background: linear-gradient(132deg, #614385, #516395, #614385);
  background: linear-gradient(132deg, #D1913C, #FFD194, #D1913C);
  background: linear-gradient(132deg, #c94b4b, #4b134f, #c94b4b);
  background: linear-gradient(132deg, #1d3a1a, #7c98ab, #1d3a1a);
  background-size: 600% 600%;
  -webkit-animation: GradientAnimate 20s ease infinite;
  -moz-animation: GradientAnimate 20s ease infinite;
  animation: GradientAnimate 20s ease infinite; }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes GradientAnimate {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 0%; } }

.mrhTopBarPromotion-drawer.active {
  top: 0;
  transform: translateY(0); }

.mrhTopBarPromotion-drawer-inner {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: flex-start;
  max-height: 100vh;
  overflow-y: scroll; }

#mrhTopBarPromotion-drawer-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  #mrhTopBarPromotion-drawer-close svg {
    width: 28px;
    height: 28px; }

.mrhTopBarPromotion-drawer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 60px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  max-height: 100vh; }

.mrhTopBarPromotion-drawer-TopBanner1 {
  grid-area: 1 / 1 / 2 / 2;
  padding-right: 60px; }

.mrhTopBarPromotion-drawer-TopBanner2 {
  grid-area: 1 / 2 / 2 / 3;
  padding-right: 60px; }

.mrhTopBarPromotion-drawer-TopBanner3 {
  grid-area: 1 / 3 / 2 / 4;
  padding-right: 60px; }

.mrhTopBarPromotion-drawer-container p, .mrhTopBarPromotion-drawer-container a {
  color: #ffffff !important; }

@media screen and (max-width: 1449px) {
  .mrhTopBarPromotion-drawer-container {
    margin-left: 60px;
    margin-right: 60px; }
  .mrhTopBarPromotion-drawer-TopBanner1 {
    padding-right: 40px; }
  .mrhTopBarPromotion-drawer-TopBanner2 {
    padding-right: 40px; }
  .mrhTopBarPromotion-drawer-TopBanner3 {
    padding-right: 40px; } }

@media screen and (max-width: 1279px) {
  .mrhTopBarPromotion-drawer-container {
    margin-left: 40px;
    margin-right: 0px; } }

@media screen and (max-width: 899px) {
  #mrhTopBarPromotion-drawer-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #ffffff; }
    #mrhTopBarPromotion-drawer-close svg {
      width: 24px;
      height: 24px; }
  .mrhTopBarPromotion-drawer-container {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    height: auto;
    max-height: unset; }
    .mrhTopBarPromotion-drawer-container .tabs-contents {
      margin-bottom: 0px; }
      .mrhTopBarPromotion-drawer-container .tabs-contents .tab-content {
        padding: 0; }
  .mrhTopBarPromotion-drawer-TopBanner1 {
    padding-right: 0px; }
  .mrhTopBarPromotion-drawer-TopBanner2 {
    padding-right: 0px; }
  .mrhTopBarPromotion-drawer-TopBanner3 {
    padding-right: 0px; } }

.home-layout-4 .navPages-action {
  font-size: 16px;
  padding: 0px 1rem;
  left: -1rem; }

@media screen and (max-width: 1449px) {
  .home-layout-4 .navPages-action {
    font-size: 15px;
    padding: 0px 0.75rem;
    left: -0.75rem; } }

@media screen and (max-width: 1279px) {
  .home-layout-4 .navPages-action {
    font-size: 14px;
    padding: 0px 0.5rem;
    left: -0.5rem; } }

@media screen and (max-width: 1023px) {
  .home-layout-4 .navPages-action {
    font-size: 13.5px;
    padding: 14px 0.35rem;
    left: -0.35rem; } }

@media screen and (max-width: 1023px) {
  .home-layout-4 .navPages-action {
    font-size: 16px;
    left: 0px;
    padding: 0 0; } }

.navPage-subMenu-shop, .navPage-subMenu-who-we-are, .navPage-subMenu-herbal-education {
  display: grid !important;
  background-color: #FFFFFF;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto 56px repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: 0 50px 60px 0 rgba(36, 50, 66, 0.15); }
  @media (min-width: 1920px) {
    .navPage-subMenu-shop, .navPage-subMenu-who-we-are, .navPage-subMenu-herbal-education {
      max-width: 1920px !important;
      left: 50% !important;
      transform: translateX(-50%) !important; } }

.navPage-subMenu-shop-v2 {
  display: grid !important;
  background-color: #FFFFFF;
  box-shadow: 0 50px 60px 0 rgba(36, 50, 66, 0.15);
  grid-template-columns: 450px 1fr;
  grid-template-rows: auto 56px;
  grid-column-gap: 0px;
  grid-row-gap: 0px; }
  @media (min-width: 1920px) {
    .navPage-subMenu-shop-v2 {
      max-width: 1920px !important;
      left: 50% !important;
      transform: translateX(-50%) !important; } }

.navPage-subMenu-shop-dropdowns {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(3, minmax(33.3333%, 1fr));
  opacity: 0;
  visibility: hidden; }

#first-subMenu-shop-v2 {
  grid-area: 1 / 1 / 2 / 2;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 1rem;
  padding-right: 1rem; }

.first-col-shop-categories-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0px;
  margin-top: 10px; }

#second-subMenu-shop-v2 {
  grid-area: 1 / 2 / 2 / 3;
  background-color: #FAFAF9;
  border-left: 1px solid #E0DEDC; }

#third-subMenu-shop-v2 {
  grid-area: 2 / 1 / 3 / 3;
  background-color: #faf8f4;
  border-top: 1px solid #E0E6E8;
  display: flex;
  align-items: center; }

#first-subMenu-shop, #first-subMenu-who-we-are, #first-subMenu-herbal-education {
  grid-area: 1 / 1 / 2 / 2;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column; }

#first-subMenu-who-we-are {
  padding-top: 40px;
  padding-left: 1rem;
  padding-right: 1rem; }

#first-subMenu-herbal-education {
  padding-top: 40px;
  padding-left: 1rem;
  padding-right: 1rem; }

.first-col-link {
  margin-left: 1rem;
  margin-right: 1rem;
  text-decoration: none !important;
  cursor: pointer; }

.first-col-shop-link-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 24px; }
  .first-col-shop-link-wrapper .nav-shop-link-large {
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    margin-right: 12px;
    z-index: 2; }
  .first-col-shop-link-wrapper .nav-shop-link-medium {
    font-size: 16px;
    color: #1f1f1f;
    line-height: 1.5;
    font-weight: 500;
    display: block;
    margin-right: 12px;
    z-index: 2; }
  .first-col-shop-link-wrapper .nav-shop-link-small {
    font-size: 14px;
    color: #1f1f1f;
    line-height: 1.5;
    font-weight: 500;
    display: block;
    margin-right: 12px;
    z-index: 2; }
  .first-col-shop-link-wrapper .nav-shop-link-arrow-icon {
    max-width: 16px;
    max-height: 16px;
    margin-top: 7.5px;
    height: auto;
    display: block;
    opacity: 0.5;
    width: 100%;
    z-index: 2; }

.second-nav-shop-col .first-col-shop-link-wrapper .nav-shop-link-medium {
  font-size: 16px;
  color: #1f1f1f;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  margin-right: 0px;
  z-index: 2; }

.second-nav-shop-col .first-col-shop-link-wrapper .nav-shop-link-arrow-icon {
  max-width: 16px;
  max-height: 16px;
  margin-top: 7.5px;
  height: auto;
  display: block;
  opacity: 0;
  width: 100%;
  z-index: 2; }

#second-col-shop-all .second-nav-shop-col .first-col-shop-link-wrapper {
  margin-top: 8px;
  margin-bottom: 8px; }
  #second-col-shop-all .second-nav-shop-col .first-col-shop-link-wrapper .nav-shop-link-small {
    font-size: 13px;
    color: #1f1f1f;
    line-height: 1.5;
    font-weight: 500;
    display: block;
    margin-right: 12px;
    z-index: 2; }
  #second-col-shop-all .second-nav-shop-col .first-col-shop-link-wrapper .nav-shop-link-arrow-icon {
    max-width: 16px;
    max-height: 16px;
    margin-top: 4px;
    height: auto;
    display: block;
    opacity: 0.5;
    width: 100%;
    z-index: 2; }

.first-col-shop-link-wrapper::before {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  top: -16px;
  left: -16px;
  background: #FAFAF9;
  z-index: 1;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 80ms linear, transform 80ms ease-in; }

.first-col-shop-link-wrapper:hover::before {
  opacity: 1;
  transform: scale(1);
  transition: opacity 200ms linear, transform 80ms ease-out; }

.second-nav-shop-col .first-col-shop-link-wrapper::before {
  background: #ffffff; }

.second-nav-shop-col .first-col-shop-link-wrapper:hover::before {
  opacity: 1;
  transform: scale(1);
  transition: opacity 200ms linear, transform 80ms ease-out; }

#second-col-shop-all .second-nav-shop-col .first-col-shop-link-wrapper::before {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: calc(100% + 32px);
  height: calc(100% + 14px);
  top: -7px;
  left: -16px;
  background: #ffffff;
  z-index: 1;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 80ms linear, transform 80ms ease-in; }

#second-col-shop-all .second-nav-shop-col .first-col-shop-link-wrapper:hover::before {
  opacity: 1;
  transform: scale(1);
  transition: opacity 200ms linear, transform 80ms ease-out; }

.first-col-shop-link-wrapper:hover .nav-shop-link-arrow-icon {
  animation: arrow-pulse 1s infinite ease-in-out; }

.second-nav-shop-col .first-col-shop-link-wrapper:hover .nav-shop-link-arrow-icon {
  animation: arrow-pulse 1s infinite ease-in-out;
  opacity: 0.5; }

@keyframes arrow-pulse {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(8px); }
  100% {
    transform: translateX(0); } }

.navigation__dropdown__section-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  margin-bottom: 24px;
  margin-top: 0px;
  position: relative;
  color: #030e01; }
  .navigation__dropdown__section-label.secondary {
    margin-top: 22px; }

#first-subMenu-shop-v2 .navigation__dropdown__section-label {
  margin-left: 1rem;
  margin-right: 1rem; }
  @media (max-width: 1279px) {
    #first-subMenu-shop-v2 .navigation__dropdown__section-label {
      margin-left: 0.6rem;
      margin-right: 0.6rem; } }

.navigation__dropdown__section-label:before {
  background: #E0DEDC;
  top: 24px;
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  transform-origin: left;
  transition: transform 400ms cubic-bezier(0, 0, 0.16, 0.96); }

.first-col-shop-category-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 30px;
  margin-left: 1rem;
  margin-right: 1rem;
  cursor: pointer; }
  .first-col-shop-category-wrapper:hover .nav-shop-link-arrow-icon {
    -webkit-animation: arrow-pulse 1s infinite ease-in-out;
    animation: arrow-pulse 1s infinite ease-in-out; }
  .first-col-shop-category-wrapper .nav-shop-category-icon {
    max-width: 20px;
    max-height: 20px;
    margin-right: 12px;
    height: auto;
    display: block;
    width: 100%;
    z-index: 2; }
  .first-col-shop-category-wrapper .nav-shop-category-title {
    font-size: 16px;
    color: #1f1f1f;
    line-height: 1.5;
    display: block;
    z-index: 2; }
  .first-col-shop-category-wrapper .nav-shop-link-arrow-icon {
    max-width: 16px;
    max-height: 16px;
    margin-top: 7.5px;
    margin-left: 12px;
    height: auto;
    display: block;
    opacity: 0.5;
    width: 100%;
    z-index: 2; }

.first-col-shop-category-wrapper::before {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: calc(100% + 24px);
  height: calc(100% + 32px);
  top: -16px;
  left: -16px;
  background: #FAFAF9;
  z-index: 1;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 80ms linear, transform 80ms ease-in; }

.first-col-shop-category-wrapper:hover::before {
  opacity: 1;
  transform: scale(1);
  transition: opacity 200ms linear, transform 80ms ease-out; }

.selectedFirstColShop::before {
  opacity: 1;
  transform: scale(1);
  transition: opacity 200ms linear, transform 80ms ease-out; }

.selectedFirstColShop .nav-shop-category-title {
  text-decoration-thickness: clamp(0.1rem, 0.13px, 0.225rem);
  text-underline-offset: clamp(0.2rem, 0.16em, 0.3rem);
  text-decoration: none;
  text-decoration-line: underline; }

@media screen and (max-width: 1449px) {
  .navPage-subMenu-shop-v2 {
    grid-template-columns: 375px 1fr; }
  #first-subMenu-shop-v2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 1rem;
    padding-right: 0.4rem; }
  .first-col-shop-categories-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
    margin-top: 10px; }
  .first-col-link {
    margin-left: 0.4rem;
    margin-right: 1rem;
    text-decoration: none !important;
    margin-bottom: 12px;
    cursor: pointer; }
  .first-col-shop-link-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 24px; }
    .first-col-shop-link-wrapper .nav-shop-link-large {
      font-size: 16px;
      color: #1f1f1f;
      font-weight: 500;
      line-height: 1.5;
      display: block;
      margin-right: 12px;
      z-index: 2; }
    .first-col-shop-link-wrapper .nav-shop-link-medium {
      font-size: 16px;
      color: #1f1f1f;
      line-height: 1.5;
      font-weight: 500;
      display: block;
      margin-right: 12px;
      z-index: 2; }
    .first-col-shop-link-wrapper .nav-shop-link-small {
      font-size: 14px;
      color: #1f1f1f;
      line-height: 1.5;
      font-weight: 500;
      display: block;
      margin-right: 12px;
      z-index: 2; }
    .first-col-shop-link-wrapper .nav-shop-link-arrow-icon {
      max-width: 16px;
      max-height: 16px;
      margin-top: 7.5px;
      height: auto;
      display: block;
      opacity: 0.5;
      width: 100%;
      z-index: 2; }
  .first-col-shop-link-wrapper::before {
    content: "";
    position: absolute;
    border-radius: 3px;
    width: calc(100% + 24px);
    height: calc(100% + 28px);
    top: -12px;
    left: -12px;
    background: #FAFAF9;
    z-index: 1;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 80ms linear, transform 80ms ease-in; }
  .first-col-shop-link-wrapper:hover::before {
    opacity: 1;
    transform: scale(1);
    transition: opacity 200ms linear, transform 80ms ease-out; }
  .first-col-shop-category-wrapper {
    margin-bottom: 24px;
    margin-left: 0.4rem;
    margin-right: 1rem; }
    .first-col-shop-category-wrapper .nav-shop-category-icon {
      margin-right: 10px; }
    .first-col-shop-category-wrapper .nav-shop-category-title {
      font-size: 14px;
      line-height: 1.5; }
  .first-col-shop-category-wrapper::before {
    content: "";
    position: absolute;
    border-radius: 3px;
    width: calc(100% + 24px);
    height: calc(100% + 20px);
    top: -10px;
    left: -12px;
    background: #FAFAF9;
    z-index: 1;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 80ms linear, transform 80ms ease-in; }
  .selectedFirstColShop::before {
    opacity: 1;
    transform: scale(1);
    transition: opacity 200ms linear, transform 80ms ease-out; }
  .selectedFirstColShop .nav-shop-category-title {
    text-decoration-thickness: clamp(0.1rem, 0.13px, 0.225rem);
    text-underline-offset: clamp(0.2rem, 0.16em, 0.3rem);
    text-decoration: none;
    text-decoration-line: underline; } }

@media screen and (max-width: 1279px) {
  .navPage-subMenu-shop-v2 {
    grid-template-columns: 315px 1fr; }
  #first-subMenu-shop-v2 {
    margin-top: 40px;
    margin-bottom: 0px;
    padding-left: 0.4rem;
    padding-right: 0.4rem; }
  .first-col-shop-link-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 12px; }
    .first-col-shop-link-wrapper .nav-shop-link-large {
      font-size: 16px;
      color: #1f1f1f;
      font-weight: 500;
      line-height: 1.5;
      display: block;
      margin-right: 12px;
      z-index: 2; }
    .first-col-shop-link-wrapper .nav-shop-link-medium {
      font-size: 16px;
      color: #1f1f1f;
      line-height: 1.5;
      font-weight: 500;
      display: block;
      margin-right: 12px;
      z-index: 2; }
    .first-col-shop-link-wrapper .nav-shop-link-small {
      font-size: 14px;
      color: #1f1f1f;
      line-height: 1.5;
      font-weight: 500;
      display: block;
      margin-right: 12px;
      z-index: 2; }
    .first-col-shop-link-wrapper .nav-shop-link-arrow-icon {
      max-width: 16px;
      max-height: 16px;
      margin-top: 7.5px;
      height: auto;
      display: block;
      opacity: 0.5;
      width: 100%;
      z-index: 2; }
  .first-col-shop-catagories-col.right-col {
    margin-left: -6px; }
  .first-col-shop-category-wrapper {
    margin-bottom: 24px;
    margin-left: 0.5rem;
    margin-right: 0.4rem; }
    .first-col-shop-category-wrapper .nav-shop-category-icon {
      margin-right: 6px; }
    .first-col-shop-category-wrapper .nav-shop-category-title {
      font-size: 13.5px;
      line-height: 1.5; }
  .first-col-shop-category-wrapper::before {
    content: "";
    position: absolute;
    border-radius: 3px;
    width: calc(100% + 14px);
    height: calc(100% + 20px);
    top: -10px;
    left: -8px;
    background: #FAFAF9;
    z-index: 1;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 80ms linear, transform 80ms ease-in; }
  .selectedFirstColShop::before {
    opacity: 1;
    transform: scale(1);
    transition: opacity 200ms linear, transform 80ms ease-out; }
  .selectedFirstColShop .nav-shop-category-title {
    text-decoration-thickness: clamp(0.1rem, 0.13px, 0.225rem);
    text-underline-offset: clamp(0.2rem, 0.16em, 0.3rem);
    text-decoration: none;
    text-decoration-line: underline; } }

@media screen and (max-width: 1023px) {
  .navigation__dropdown__section-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.015px;
    padding-bottom: 12px;
    margin-bottom: 18px;
    margin-top: 0px;
    position: relative;
    color: #030e01; }
    .navigation__dropdown__section-label.secondary {
      margin-top: 22px; }
  .first-col-link {
    margin-left: 16px;
    margin-right: 16px;
    text-decoration: none !important;
    margin-bottom: 12px;
    margin-top: 8px;
    cursor: pointer; }
  .navPage-subMenu-shop-v2 {
    grid-template-columns: 200px 1fr; }
  #first-subMenu-shop-v2 {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px; }
  .first-col-shop-categories-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 8px;
    margin-top: 0px; }
  .first-col-shop-catagories-col.right-col {
    margin-left: 0px; }
  .first-col-shop-category-wrapper {
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 10px; }
    .first-col-shop-category-wrapper .nav-shop-category-icon {
      margin-right: 8px; }
    .first-col-shop-category-wrapper .nav-shop-category-title {
      font-size: 14px;
      line-height: 1.5;
      font-weight: 500; }
  .first-col-shop-category-wrapper::before {
    content: "";
    position: absolute;
    border-radius: 3px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: -8px;
    left: -12px;
    background: #FAFAF9;
    z-index: 1;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 80ms linear, transform 80ms ease-in; }
  .selectedFirstColShop::before {
    opacity: 1;
    transform: scale(1);
    transition: opacity 200ms linear, transform 80ms ease-out; }
  .selectedFirstColShop .nav-shop-category-title {
    text-decoration-thickness: clamp(0.1rem, 0.13px, 0.225rem);
    text-underline-offset: clamp(0.2rem, 0.16em, 0.3rem);
    text-decoration: none;
    text-decoration-line: underline; } }

#second-subMenu-shop, #second-subMenu-who-we-are, #second-subMenu-herbal-education {
  grid-area: 1 / 2 / 2 / 6;
  background-color: #FAFAF9;
  border-left: 1px solid #E0DEDC; }

.second-col-shop-grid, .second-col-who-we-are-grid, .second-col-herbal-education-grid {
  width: 100%;
  height: 100%;
  display: none; }

.selectedSecondColShop, .selectedSecondColWhoWeAre, .selectedSecondColHerbalEducation {
  display: grid; }

#second-col-shop-all {
  column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

#second-col-shop-featured {
  column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 2fr; }

#second-col-shop-herbs, #second-col-shop-health, #second-col-shop-tea, #second-col-shop-essential-oils, #second-col-shop-bath-body, #second-col-shop-aromatherapy, #second-col-shop-culinary-delights, #second-col-shop-ingredients, #second-col-shop-home-goods, #second-col-shop-containers, #second-col-shop-books-education {
  column-gap: 0px;
  grid-template-columns: 3fr 2fr; }

@media screen and (max-width: 1279px) {
  #second-col-shop-herbs, #second-col-shop-health, #second-col-shop-tea, #second-col-shop-essential-oils, #second-col-shop-bath-body, #second-col-shop-aromatherapy, #second-col-shop-culinary-delights, #second-col-shop-ingredients, #second-col-shop-home-goods, #second-col-shop-containers, #second-col-shop-books-education {
    column-gap: 0px;
    grid-template-columns: 4fr 2fr; } }

@media screen and (max-width: 1199px) {
  #second-col-shop-all {
    column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 15px; } }

@media screen and (max-width: 1099px) {
  #second-col-shop-herbs, #second-col-shop-health, #second-col-shop-tea, #second-col-shop-essential-oils, #second-col-shop-bath-body, #second-col-shop-aromatherapy, #second-col-shop-culinary-delights, #second-col-shop-ingredients, #second-col-shop-home-goods, #second-col-shop-containers, #second-col-shop-books-education {
    flex-direction: column; }
    #second-col-shop-herbs.selectedSecondColShop, #second-col-shop-health.selectedSecondColShop, #second-col-shop-tea.selectedSecondColShop, #second-col-shop-essential-oils.selectedSecondColShop, #second-col-shop-bath-body.selectedSecondColShop, #second-col-shop-aromatherapy.selectedSecondColShop, #second-col-shop-culinary-delights.selectedSecondColShop, #second-col-shop-ingredients.selectedSecondColShop, #second-col-shop-home-goods.selectedSecondColShop, #second-col-shop-containers.selectedSecondColShop, #second-col-shop-books-education.selectedSecondColShop {
      display: flex; } }

#second-col-who-we-are-featured {
  column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 2fr; }

#second-col-who-we-are-about {
  column-gap: 0px;
  grid-template-columns: 1fr; }

#third-subMenu-shop, #third-subMenu-who-we-are, #third-subMenu-herbal-education {
  grid-area: 2 / 1 / 3 / 6;
  background-color: #faf8f4;
  border-top: 1px solid #E0E6E8; }

#third-subMenu-shop {
  display: flex;
  align-items: center; }

.third-subMenu-shop-ul {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
  list-style: none;
  display: flex;
  flex-direction: row; }

.third-subMenu-shop-li {
  padding: 0px 30px 0px 0px !important;
  font-size: 14px;
  line-height: 14px;
  color: #474748;
  font-weight: 500; }

.third-subMenu-shop-li:not(:first-child) {
  padding: 0px 30px !important; }

.third-subMenu-shop-li:not(:last-child) {
  border-right: 1px solid #A5A4A3; }

.third-subMenu-shop-li:hover {
  color: #0d0e10;
  font-weight: 600;
  text-decoration-thickness: clamp(0.1rem, 0.13px, 0.225rem);
  text-underline-offset: clamp(0.2rem, 0.16em, 0.3rem);
  text-decoration: none;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline; }

@media screen and (max-width: 1679px) {
  .navPage-subMenu-shop, .navPage-subMenu-who-we-are, .navPage-subMenu-herbal-education {
    display: grid !important;
    background-color: #FFFFFF;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto 45px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: 0 50px 60px 0 rgba(36, 50, 66, 0.15); }
  #first-subMenu-shop, #first-subMenu-who-we-are, #first-subMenu-herbal-education {
    grid-area: 1 / 1 / 2 / 3;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column; }
  #second-subMenu-shop, #second-subMenu-who-we-are, #second-subMenu-herbal-education {
    grid-area: 1 / 3 / 2 / 9;
    background-color: #FAFAF9;
    border-left: 1px solid #E0DEDC; }
  #third-subMenu-shop, #third-subMenu-who-we-are, #third-subMenu-herbal-education {
    grid-area: 2 / 1 / 3 / 9;
    background-color: #faf8f4;
    border-top: 1px solid #E0E6E8; } }

.second-nav-shop-col {
  font-size: 18px;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px; }
  @media (max-width: 1349px) {
    .second-nav-shop-col {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 1199px) {
    .second-nav-shop-col {
      padding-left: 0px;
      padding-right: 15px; } }
  @media (max-width: 1023px) {
    .second-nav-shop-col {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 20px; } }

.second-nav-shop-subcategories-col {
  display: grid;
  column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px; }

.second-shop-subcategories-col {
  padding-left: 10px;
  padding-right: 10px; }

.second-shop-subcategory-link {
  text-decoration: none !important; }

.second-shop-subcategory-wrapper {
  width: 100%;
  background-color: #EDEDED;
  border-radius: 6px;
  margin-bottom: 30px;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden; }

.second-shop-subcategory-child {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.125vw;
  font-weight: bold;
  text-decoration: none !important;
  transition: transform .4s ease;
  position: absolute; }

.child::before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.second-shop-subcategory-wrapper:hover .second-shop-subcategory-child {
  transform: scale(1.025); }

.second-nav-shop-subcategories-shop-all-col {
  background-color: #EDEDED;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 45px 20px 45px; }

.second-shop-subcategory-title {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2vw; }

.second-shop-subcategory-all-link {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.5vw;
  text-decoration: none !important; }
  .second-shop-subcategory-all-link .nav-shop-link-arrow-icon {
    max-width: 24px;
    max-height: 24px;
    margin-left: 4px;
    padding-bottom: 6px;
    height: auto;
    opacity: 1;
    width: 100%;
    z-index: 2; }
  .second-shop-subcategory-all-link:hover {
    color: #FFFFFF; }
    .second-shop-subcategory-all-link:hover .nav-shop-link-arrow-icon {
      animation: large-arrow-pulse 1s infinite ease-in-out; }

@keyframes large-arrow-pulse {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

.shopTopCategory__item {
  position: relative; }

.shopTopCategory__img {
  display: block;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden; }

.shopTopCategory__img_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)); }

.shopTopCategory__name {
  color: #FFFFFF;
  font-size: 1.125vw;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
  width: 100%;
  overflow-wrap: break-word; }

@media screen and (max-width: 1279px) {
  .second-nav-shop-subcategories-col {
    display: grid;
    column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 30px;
    padding-right: 5px;
    padding-left: 5px; }
  .second-shop-subcategories-col {
    padding-left: 7,5px;
    padding-right: 7.5px; }
  .second-shop-subcategory-wrapper {
    width: 100%;
    background-color: #EDEDED;
    border-radius: 6px;
    margin-bottom: 14px;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden; }
  .shopTopCategory__img {
    display: block;
    margin-bottom: 14px;
    border-radius: 6px;
    overflow: hidden; } }

@media screen and (max-width: 1099px) {
  .second-nav-shop-subcategories-col {
    display: grid;
    column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 100px;
    padding-right: calc((100% - 600px) / 2);
    padding-left: calc((100% - 600px) / 2); }
  .second-shop-subcategories-col {
    padding-left: 7,5px;
    padding-right: 7.5px; }
  .second-shop-subcategory-wrapper {
    width: 100%;
    background-color: #EDEDED;
    border-radius: 6px;
    margin-bottom: 14px;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden; }
  .second-nav-shop-subcategories-shop-all-col {
    background-color: #EDEDED;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 45px 20px 45px;
    height: 90px;
    position: absolute;
    width: 100%; }
  .second-shop-subcategory-title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2vw;
    margin-top: 0px; } }

@media screen and (max-width: 899px) {
  .shopTopCategory__name {
    color: #FFFFFF;
    font-size: 4vw;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }

.second-nav-shop-col a {
  color: #0D0E10;
  border-radius: 3px;
  font-size: 0.8rem;
  margin-left: 0.125em;
  margin-bottom: 0.2rem;
  display: block;
  text-decoration: none;
  line-height: 1; }
  .second-nav-shop-col a.shop-all .shop-all-span {
    color: #030e01;
    opacity: 0;
    text-transform: capitalize;
    position: absolute;
    right: 0px;
    font-weight: 500;
    transition: opacity 0.3s ease; }
  .second-nav-shop-col a.shop-all .nav-shop-link-arrow-icon {
    max-width: 12px;
    max-height: 12px;
    margin-left: 4px;
    padding-bottom: 2px;
    height: auto;
    opacity: 0.5;
    width: 100%;
    z-index: 2; }
  @media (max-width: 1199px) {
    .second-nav-shop-col a {
      font-size: 0.75rem; } }

.second-nav-shop-col a:hover {
  text-decoration: underline; }

.second-nav-shop-col a.shop-all:hover .navigation__dropdown__section-label {
  text-decoration: underline; }
  .second-nav-shop-col a.shop-all:hover .navigation__dropdown__section-label .shop-all-span {
    opacity: 0.5;
    transition: opacity 0.3s ease; }
  .second-nav-shop-col a.shop-all:hover .navigation__dropdown__section-label .nav-shop-link-arrow-icon {
    animation: small-arrow-pulse 1s infinite ease-in-out;
    opacity: 1; }

@media screen and (max-wdith: 1279px) {
  .second-nav-shop-col a.shop-all:hover .navigation__dropdown__section-label {
    text-decoration: underline; }
    .second-nav-shop-col a.shop-all:hover .navigation__dropdown__section-label .shop-all-span {
      opacity: 0;
      transition: opacity 0.3s ease; }
    .second-nav-shop-col a.shop-all:hover .navigation__dropdown__section-label .nav-shop-link-arrow-icon {
      animation: small-arrow-pulse 1s infinite ease-in-out;
      opacity: 1; } }

@keyframes small-arrow-pulse {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(4px); }
  100% {
    transform: translateX(0); } }

.second-nav-shop-col p {
  color: #007493;
  border-radius: 3px;
  font-size: 0.8rem;
  margin-left: 0.125em;
  margin-bottom: 0.5rem; }

.second-nav-shop-col p:hover {
  background-color: #e7f5fb; }

.second-nav-shop-col a.second-nav-shop-header {
  font-size: 1rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
  text-decoration: none;
  margin-top: 1rem; }

div.second-nav-shop-header {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.navPage-subMenu-shop-footer {
  display: block;
  width: 100%;
  height: 45px;
  background-color: #EEEBEA; }

.second-shop-featured-collection-link {
  text-decoration: none !important; }

.second-shop-featured-collection-wrapper {
  width: 100%;
  height: 125px;
  background-color: #EDEDED;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 20px 15px 20px;
  text-align: left;
  color: #FFFFFF;
  font-size: 1.5vw;
  line-height: 1.1;
  font-weight: 500; }

#navPage-subMenu-shop-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0d274d;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 10; }

#first-subMenu-who-we-are a {
  color: #1f1f1f;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0 20px 20px;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none !important; }

#first-subMenu-who-we-are a:hover {
  background-color: #FAFAF9; }

#first-subMenu-who-we-are p {
  color: #1f1f1f;
  margin-left: 20px;
  padding: 20px 0 20px 20px;
  cursor: pointer;
  font-size: 18px;
  line-height: 12px;
  margin-bottom: 0px; }

#first-subMenu-who-we-are p:hover {
  background-color: #FAFAF9; }

.selectedFirstColumnWhoWeAre {
  background-color: #EDEDED !important; }

.second-nav-who-we-are-col {
  font-size: 18px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px; }

.second-nav-who-we-are-col a {
  color: #1f1f1f;
  border-radius: 3px;
  font-size: 0.8rem;
  margin-left: 0.125em;
  margin-bottom: 0.5rem;
  display: block;
  text-decoration: none;
  line-height: 0.55rem; }

.second-nav-who-we-are-col a:hover {
  text-decoration: underline; }

.second-nav-who-we-are-col p {
  color: #007493;
  border-radius: 3px;
  font-size: 0.8rem;
  margin-left: 0.125em;
  margin-bottom: 0.5rem; }

.second-nav-who-we-are-col p:hover {
  background-color: #e7f5fb; }

.second-nav-who-we-are-col a.second-nav-who-we-are-header {
  font-size: 1rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
  text-decoration: none;
  margin-top: 1rem; }

div.second-nav-who-we-are-header {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.second-nav-who-we-are-about-us-col-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 40px;
  padding-top: 40px; }

.second-nav-who-we-are-about-us-col {
  padding-left: 15px;
  padding-right: 15px; }

.second-nav-about-us-link {
  text-decoration: none !important; }

.second-nav-about-us-item-wrapper {
  width: 100%;
  background-color: #EDEDED;
  border-radius: 6px;
  margin-bottom: 30px;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden; }

.second-nav-about-us-child {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.125vw;
  font-weight: bold;
  text-decoration: none !important;
  transition: transform .4s ease;
  position: absolute; }

.child::before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.second-nav-about-us-item-wrapper:hover .second-nav-about-us-child {
  transform: scale(1.025); }

#second-col-who-we-are-sustainability {
  column-gap: 0px;
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr; }

#second-col-who-we-are-policies {
  column-gap: 0px;
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr; }

#navPages-herbal-education {
  display: grid !important;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: 1fr 56px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #FFFFFF;
  box-shadow: 0 50px 60px 0 rgba(36, 50, 66, 0.15); }
  @media (max-width: 1279px) {
    #navPages-herbal-education {
      grid-template-columns: repeat(8, 1fr);
      grid-template-rows: 1fr 56px; } }

#first-subMenu-herbal-education {
  grid-area: 1 / 1 / 2 / 3;
  background-color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  #first-subMenu-herbal-education .first-col-shop-category-wrapper .nav-shop-category-title {
    font-size: 18px;
    color: #1f1f1f;
    line-height: 1.5;
    display: block;
    z-index: 2;
    font-weight: 500; }
    @media (max-width: 1279px) {
      #first-subMenu-herbal-education .first-col-shop-category-wrapper .nav-shop-category-title {
        font-size: 16px; } }
  @media (max-width: 1279px) {
    #first-subMenu-herbal-education .first-col-shop-category-wrapper {
      margin-left: 8px; } }
  #first-subMenu-herbal-education .first-col-link .nav-shop-link-medium {
    font-size: 18px; }
    @media (max-width: 1279px) {
      #first-subMenu-herbal-education .first-col-link .nav-shop-link-medium {
        font-size: 16px; } }
  @media (max-width: 1023px) {
    #first-subMenu-herbal-education .first-col-link {
      margin-left: 8px !important; } }
  @media (max-width: 1279px) {
    #first-subMenu-herbal-education {
      grid-area: 1 / 1 / 2 / 3;
      padding: 40px 15px 0px 15px; } }

#second-subMenu-herbal-education {
  grid-area: 1 / 3 / 2 / 10;
  background-color: #FAFAF9;
  border-left: 1px solid #E0DEDC; }
  #second-subMenu-herbal-education .second-nav-herbal-education-col {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px; }
    #second-subMenu-herbal-education .second-nav-herbal-education-col .first-col-link {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
      #second-subMenu-herbal-education .second-nav-herbal-education-col .first-col-link .first-col-shop-link-wrapper .nav-shop-link-medium {
        color: #24454e;
        font-weight: 700;
        letter-spacing: 0.015px;
        line-height: 1.5;
        font-size: 18px; }
        @media (max-width: 1449px) {
          #second-subMenu-herbal-education .second-nav-herbal-education-col .first-col-link .first-col-shop-link-wrapper .nav-shop-link-medium {
            font-size: 16px; } }
        @media (max-width: 1279px) {
          #second-subMenu-herbal-education .second-nav-herbal-education-col .first-col-link .first-col-shop-link-wrapper .nav-shop-link-medium {
            margin-right: 8px; } }
      #second-subMenu-herbal-education .second-nav-herbal-education-col .first-col-link .first-col-shop-link-wrapper:before {
        content: "";
        position: absolute;
        border-radius: 3px;
        width: calc(100% + 24px);
        height: calc(100% + 28px);
        top: -13px;
        left: -20px;
        background: white;
        z-index: 1;
        opacity: 0;
        transform: scale(1.1);
        transition: opacity 80ms linear, transform 80ms ease-in; }
        @media (max-width: 1279px) {
          #second-subMenu-herbal-education .second-nav-herbal-education-col .first-col-link .first-col-shop-link-wrapper:before {
            left: -13px; } }
      #second-subMenu-herbal-education .second-nav-herbal-education-col .first-col-link .first-col-shop-link-wrapper:hover:before {
        opacity: 1;
        transform: scale(1);
        transition: opacity 200ms linear, transform 80ms ease-out; }
    @media (max-width: 1449px) {
      #second-subMenu-herbal-education .second-nav-herbal-education-col {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 30px; } }
    @media (max-width: 1279px) {
      #second-subMenu-herbal-education .second-nav-herbal-education-col {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 25px; } }
  #second-subMenu-herbal-education .second-nav-blog-slider-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: start;
    padding-right: 0;
    padding-left: 2rem;
    padding-top: 40px;
    padding-bottom: 20px;
    /* text-align: left; */ }
    @media (max-width: 1449px) {
      #second-subMenu-herbal-education .second-nav-blog-slider-col {
        padding-left: 1rem;
        padding-top: 30px;
        padding-bottom: 15px; } }
    @media (max-width: 1279px) {
      #second-subMenu-herbal-education .second-nav-blog-slider-col {
        padding-left: 15px;
        padding-top: 25px;
        padding-bottom: 15px; } }
  #second-subMenu-herbal-education .second-nav-blog-links-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    #second-subMenu-herbal-education .second-nav-blog-links-col .rss-menu-title {
      visibility: hidden; }
    #second-subMenu-herbal-education .second-nav-blog-links-col .button-edu {
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
  @media (max-width: 1279px) {
    #second-subMenu-herbal-education {
      grid-area: 1 / 3 / 2 / 9; } }

#second-col-herbal-education-blog, #second-col-herbal-education-podcast, #second-col-herbal-education-youtube {
  column-gap: 0px;
  grid-template-columns: 6fr 2fr; }
  @media (max-width: 1449px) {
    #second-col-herbal-education-blog, #second-col-herbal-education-podcast, #second-col-herbal-education-youtube {
      grid-template-columns: 7fr 2fr; } }
  @media (max-width: 1279px) {
    #second-col-herbal-education-blog, #second-col-herbal-education-podcast, #second-col-herbal-education-youtube {
      grid-template-columns: 5fr 2fr; } }

#third-subMenu-herbal-education {
  grid-area: 2 / 1 / 3 / 10;
  background-color: #faf8f4;
  border-top: 1px solid #E0E6E8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1279px) {
    #third-subMenu-herbal-education {
      grid-area: 2 / 1 / 3 / 9; } }

.rss-menu-title {
  margin-top: 0px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #0d0e10; }
  @media (max-width: 1449px) {
    .rss-menu-title {
      margin-top: 0px;
      font-weight: 500;
      margin-bottom: 18px;
      color: #0d0e10;
      font-size: 30px; } }
  @media (max-width: 767px) {
    .rss-menu-title {
      margin-top: 13px;
      font-weight: 500;
      margin-bottom: 13px;
      color: #0d0e10;
      font-size: 24px;
      text-align: center; } }
  @media (max-width: 767px) {
    .rss-menu-title {
      margin-top: 13px;
      font-weight: 500;
      margin-bottom: 13px;
      color: #0d0e10;
      font-size: 20px;
      text-align: center; } }

#navPage-subMenu-herbal-education-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0d274d;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 10; }

#first-subMenu-herbal-education p {
  color: #1f1f1f;
  margin-left: 20px;
  padding: 20px 0 20px 20px;
  cursor: pointer;
  font-size: 18px;
  line-height: 12px;
  margin-bottom: 0px; }

#first-subMenu-herbal-education p:hover {
  background-color: #FAFAF9; }

.selectedFirstColumnHerbalEducation {
  background-color: #EDEDED !important; }

#second-col-herbal-education-featured {
  column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 2fr; }

.second-nav-herbal-education-col {
  font-size: 18px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px; }

.second-nav-herbal-education-col p {
  color: #007493;
  border-radius: 3px;
  font-size: 0.8rem;
  margin-left: 0.125em;
  margin-bottom: 0.5rem; }

.second-nav-herbal-education-col p:hover {
  background-color: #e7f5fb; }

.second-nav-herbal-education-col a.second-nav-herbal-education-header {
  font-size: 1rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
  text-decoration: none;
  margin-top: 1rem; }

div.second-nav-herbal-education-header {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.second-nav-blog-slider-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px; }

.second-nav-blog-topic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px; }

.second-nav-blog-topic-card {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.1;
  font-weight: bold;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.second-nav-all-blog-link {
  display: block;
  font-size: 2vw;
  color: #1f1f1f;
  text-align: left;
  line-height: 2vw;
  padding: 20px 20px 20px 20px;
  font-weight: 500; }

#mrh-desktop-hero-nav {
  min-width: 100%;
  display: block;
  background-color: #fafaf9;
  position: relative;
  z-index: 8;
  border-bottom: 1px solid #d7d7d7;
  background-image: linear-gradient(to right, #fafaf9, #fafaf9), linear-gradient(to right, #fafaf9, #fafaf9), linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
  background-image: linear-gradient(to right, #f6f6f6, #f6f6f6), linear-gradient(to right, #f6f6f6, #f6f6f6), linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  background-size: 20px 100%, 20px 100%, 17.5px 100%, 17.5px 100%;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
  padding-left: calc(15px + 15px);
  padding-right: calc(15px + 15px); }

.mrh-desktop-hero-nav-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  left: calc(15px - 5px);
  top: 50%;
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  background-color: #edecea;
  cursor: pointer;
  z-index: 9;
  border-radius: 50%;
  border: 1px solid #E0DEDC;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  box-shadow: rgba(0, 0, 0, 0.15) 4px 2px 10px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 4px 1px 4px 1px; }

.mrh-desktop-hero-nav-prev span {
  position: absolute;
  top: 35%;
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  line-height: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6); }

.mrh-desktop-hero-nav-next {
  width: 30px;
  height: 30px;
  position: absolute;
  right: calc(15px - 5px);
  top: 50%;
  transform: translateY(-50%);
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0)); */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  background-color: #edecea;
  cursor: pointer;
  z-index: 9;
  border-radius: 50%;
  border: 1px solid #E0DEDC;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  box-shadow: rgba(0, 0, 0, 0.15) -4px 2px 10px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 1px 4px 1px; }

.mrh-desktop-hero-nav-next span {
  position: absolute;
  top: 35%;
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  line-height: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6); }

.mrh-desktop-hero-nav-more {
  height: 35px;
  width: 35px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  background-color: #d6d4c8;
  cursor: pointer;
  z-index: 9;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  background-image: url(https://cdn11.bigcommerce.com/s-piob9p3zge/images/stencil/original/image-manager/menu-icon-2-copy-2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none; }

.mrh-desktop-hero-nav_inner {
  width: calc(100% - 50px);
  overflow-x: visible;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  position: relative; }

.mrh-desktop-hero-nav_inner button {
  display: none !important; }

.mrh-desktop-hero-link {
  font-family: "Roboto", sans-serif;
  color: rgba(13, 14, 16, 0.7);
  color: rgba(26, 37, 49, 0.7);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  padding: 6px 12px 4px 12px;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 6px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all .1s ease;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; }
  .mrh-desktop-hero-link .nav-shop-category-icon {
    max-width: unset;
    max-height: 20px;
    margin-right: 6px;
    height: 20px;
    display: block;
    width: auto;
    z-index: 2; }
  .mrh-desktop-hero-link .nav-shop-category-title {
    display: block;
    z-index: 2;
    font-size: 13px;
    line-height: 1;
    display: block;
    z-index: 2;
    font-weight: 500;
    letter-spacing: 0.015px; }
  .mrh-desktop-hero-link:hover {
    background-color: white;
    color: rgba(26, 37, 49, 0.9); }

@media screen and (min-width: 900px) {
  #mrh-desktop-hero-nav {
    padding-left: calc(10px + 15px);
    padding-right: calc(10px + 67px); }
  .mrh-desktop-hero-nav-prev {
    left: calc(10px - 5px); }
  .mrh-desktop-hero-nav-next {
    right: calc(10px + 47px); }
  .mrh-desktop-hero-nav-more {
    right: 10px;
    display: flex; } }

@media screen and (min-width: 1024px) {
  #mrh-desktop-hero-nav {
    padding-left: calc(1rem + 15px);
    padding-right: calc(1rem + 67px); }
  .mrh-desktop-hero-nav-prev {
    left: calc(1rem - 5px); }
  .mrh-desktop-hero-nav-next {
    right: calc(1rem + 47px); }
  .mrh-desktop-hero-nav-more {
    right: 1rem; }
  .mrh-desktop-hero-link {
    padding: 8px 10px 7px; } }

@media screen and (min-width: 1450px) {
  #mrh-desktop-hero-nav {
    padding-left: calc(1.4rem + 15px);
    padding-right: calc(1.4rem + 67px); }
  .mrh-desktop-hero-nav-prev {
    left: calc(1.4rem - 5px); }
  .mrh-desktop-hero-nav-next {
    right: calc(1.4rem + 47px); }
  .mrh-desktop-hero-nav-more {
    right: 1.4rem; } }

@media screen and (min-width: 1680px) {
  #mrh-desktop-hero-nav {
    padding-left: calc(2rem + 15px);
    padding-right: calc(2rem + 67px); }
  .mrh-desktop-hero-nav-prev {
    left: calc(2rem - 5px); }
  .mrh-desktop-hero-nav-next {
    right: calc(2rem + 47px); }
  .mrh-desktop-hero-nav-more {
    right: 2rem; } }

@media screen and (min-width: 1920px) {
  #mrh-desktop-hero-nav {
    padding-left: calc(((100% - 1920px) / 2) + (2rem + 15px));
    padding-right: calc(((100% - 1920px) / 2) + (2rem + 67px)); }
  .mrh-desktop-hero-nav-prev {
    left: calc(((100% - 1920px) / 2) + (2rem - 5px)); }
  .mrh-desktop-hero-nav-next {
    right: calc(((100% - 1920px) / 2) + (2rem + 47px)); }
  .mrh-desktop-hero-nav-more {
    right: calc(((100% - 1920px) / 2) + 2rem); } }

#mrh-mobile-hero-nav {
  min-width: 100vw;
  border-bottom: 1px solid #d7d7d7;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

#mrh-mobile-hero-nav::-webkit-scrollbar {
  display: none; }

.mrh-mobile-hero-nav_inner {
  white-space: nowrap; }

.mrh-mobile-hero-link {
  font-family: "Roboto", sans-serif;
  color: #4d5559;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1.25px;
  font-size: 3.6vw;
  padding: 8px 3vw;
  display: inline-block;
  line-height: 1;
  vertical-align: baseline; }

@media screen and (max-width: 767px) {
  #mrh-desktop-hero-nav {
    display: none !important; }
  #mrh-mobile-hero-nav {
    min-width: 100%;
    display: block;
    background-color: #edecea;
    position: relative;
    z-index: 8;
    background-image: linear-gradient(to right, #f6f6f6, #f6f6f6), linear-gradient(to right, #f6f6f6, #f6f6f6), linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    background-size: 20px 100%, 20px 100%, 17.5px 100%, 17.5px 100%;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll; }
    #mrh-mobile-hero-nav .nav-shop-category-icon {
      max-width: 18px;
      max-height: 18px;
      /* margin-right: 6px; */
      height: auto;
      /* display: block; */
      width: 100%;
      z-index: 2;
      margin-left: 12.5px; }
  .mrh-mobile-hero-link {
    /* font-family: "Roboto", sans-serif; */
    color: rgba(26, 37, 49, 0.7);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.015px;
    font-size: 13px;
    padding: 15px 0px;
    padding-left: 0px;
    display: inline-block; }
    .mrh-mobile-hero-link:hover {
      color: #1a2531; } }

.wof-table-wrapper {
  width: 100%;
  overflow: unset; }

#wof_product_table {
  width: 100%;
  border: none;
  table-layout: auto;
  border-collapse: collapse;
  box-shadow: none;
  background-color: initial; }

#wof_product_table thead {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1); }

#wof_product_table tr {
  display: table-row; }

#wof_product_table th, #wof_product_table td {
  border: none !important;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  padding: 0.8rem 1.6rem 0.8rem 0;
  text-align: left; }

#wof_product_table th {
  color: rgba(0, 0, 0, 0.5); }

.wof-product-image {
  max-height: 72px !important;
  width: 72px !important; }

.product-title-td {
  max-width: 20rem; }

.wof-product-title {
  max-width: 8rem; }

.action-buttons-wrapper {
  display: flex;
  justify-content: flex-end; }

.wof-show-variant {
  background: white;
  color: black !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  white-space: normal;
  padding: 10px 18px !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.wof-show-variant {
  border-radius: 4px !important;
  padding: 10px 24px !important;
  font-weight: bold;
  min-height: 48px; }

div.account ul.certifications {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: left;
  justify-content: left;
  list-style: none;
  margin: 0.313rem 0 0.938rem 0;
  padding: 0;
  -ms-flex-order: 1;
  order: 1;
  position: absolute;
  margin-top: -58.125px !important;
  /* bottom: -150px; */
  z-index: 2; }
  div.account ul.certifications li {
    background-image: url("https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/product-certifcations-1x-copy2-2-.png");
    background-repeat: no-repeat;
    display: block;
    margin-right: 5px;
    padding: 5px;
    text-indent: -9999px; }
  div.account ul.certifications li.cwc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  div.account ul.certifications li.ogroc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  div.account ul.certifications li.ft {
    width: 38px;
    height: 38px;
    background-position: -53px -5px; }
  div.account ul.certifications li.fgv {
    width: 38px;
    height: 38px;
    background-position: -101px -5px; }
  div.account ul.certifications li.k {
    width: 38px;
    height: 38px;
    background-position: -5px -53px; }
  div.account ul.certifications li.fti {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  div.account ul.certifications li.fw {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  div.account ul.certifications li.ogi {
    width: 38px;
    height: 38px;
    background-position: -101px -53px; }
  div.account ul.certifications li.ngmo {
    width: 38px;
    height: 38px;
    background-position: -5px -101px; }
  div.account ul.certifications li.og {
    width: 38px;
    height: 38px;
    background-position: -53px -101px; }
  div.account ul.certifications li.wh {
    width: 38px;
    height: 38px;
    background-position: -101px -101px; }
  div.account ul.certifications li abbr {
    border: none;
    display: block;
    height: 100%; }

div.account .productList ul.certifications {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: left;
  justify-content: left;
  list-style: none;
  margin: 0.313rem 0 0.938rem 0;
  padding: 0;
  -ms-flex-order: 1;
  order: 1;
  position: absolute;
  /* margin-top: -58.125px !important; */
  left: -86px;
  top: 239%;
  /* bottom: -150px; */
  z-index: 2;
  justify-content: left; }
  div.account .productList ul.certifications li {
    background-image: url("https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/product-certifcations-1x-copy2-2-.png");
    background-repeat: no-repeat;
    display: block;
    margin-right: 5px;
    padding: 5px;
    text-indent: -9999px; }
  div.account .productList ul.certifications li.cwc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  div.account .productList ul.certifications li.ogroc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  div.account .productList ul.certifications li.ft {
    width: 38px;
    height: 38px;
    background-position: -53px -5px; }
  div.account .productList ul.certifications li.fgv {
    width: 38px;
    height: 38px;
    background-position: -101px -5px; }
  div.account .productList ul.certifications li.k {
    width: 38px;
    height: 38px;
    background-position: -5px -53px; }
  div.account .productList ul.certifications li.fti {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  div.account .productList ul.certifications li.fw {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  div.account .productList ul.certifications li.ogi {
    width: 38px;
    height: 38px;
    background-position: -101px -53px; }
  div.account .productList ul.certifications li.ngmo {
    width: 38px;
    height: 38px;
    background-position: -5px -101px; }
  div.account .productList ul.certifications li.og {
    width: 38px;
    height: 38px;
    background-position: -53px -101px; }
  div.account .productList ul.certifications li.wh {
    width: 38px;
    height: 38px;
    background-position: -101px -101px; }
  div.account .productList ul.certifications li abbr {
    border: none;
    display: block;
    height: 100%; }
  @media (max-width: 1199px) {
    div.account .productList ul.certifications {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: left;
      justify-content: left;
      list-style: none;
      margin: 0.313rem 0 0.938rem 0;
      padding: 0;
      -ms-flex-order: 1;
      order: 1;
      position: absolute;
      /* margin-top: -58.125px !important; */
      left: -96px;
      /* right: 106px; */
      top: 0;
      /* top: 239%; */
      /* bottom: -100%; */
      /* bottom: -150px; */
      z-index: 2;
      margin-top: calc(111.09375% - 60px) !important;
      justify-content: left; } }
  @media (max-width: 549px) {
    div.account .productList ul.certifications {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: left;
      justify-content: left;
      list-style: none;
      margin: 0.313rem 0 0.938rem 0;
      padding: 0;
      -ms-flex-order: 1;
      order: 1;
      position: absolute;
      left: -5px;
      top: 10px;
      /* bottom: -150px; */
      justify-content: right;
      margin-top: -58.125px !important; } }

div.account ul.product-card-custom-fields-text {
  order: 3;
  margin-left: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8.5px; }
  div.account ul.product-card-custom-fields-text .product-card-custom-field-text {
    display: inline-block;
    text-transform: capitalize;
    padding-right: 6px;
    margin-bottom: 2.5px;
    line-height: 1; }
  div.account ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2) {
    padding-left: 6px;
    padding-right: 6px;
    border-left: 1px solid #000000; }
  div.account ul.product-card-custom-fields-text .product-card-custom-field-text:last-child {
    padding-left: 6px;
    padding-right: 0px;
    border-left: 1px solid #000000; }
  @media (max-width: 480px) {
    div.account ul.product-card-custom-fields-text {
      flex-wrap: wrap;
      margin-bottom: 8.5px; }
      div.account ul.product-card-custom-fields-text .product-card-custom-field-text {
        display: inline-block;
        text-transform: capitalize;
        padding-right: 6px;
        margin-bottom: 2.5px;
        line-height: 1;
        font-size: 12px; }
      div.account ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2) {
        padding-left: 6px;
        padding-right: 6px;
        border-left: 1px solid #000000; }
      div.account ul.product-card-custom-fields-text .product-card-custom-field-text:last-child {
        padding-left: 6px;
        padding-right: 0px;
        border-left: 1px solid #000000; } }

li.mrh-product {
  overflow: visible !important; }

#product-listing-container ul.certifications {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: left;
  justify-content: left;
  list-style: none;
  margin: 0.313rem 0 0.938rem 0;
  padding: 0;
  -ms-flex-order: 1;
  order: 1;
  position: absolute;
  margin-top: -58.125px !important;
  /* bottom: -150px; */
  z-index: 2; }
  #product-listing-container ul.certifications li {
    background-image: url("https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/product-certifcations-1x-copy2-2-.png");
    background-repeat: no-repeat;
    display: block;
    margin-right: 5px;
    padding: 5px;
    text-indent: -9999px; }
  #product-listing-container ul.certifications li.cwc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  #product-listing-container ul.certifications li.ogroc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  #product-listing-container ul.certifications li.ft {
    width: 38px;
    height: 38px;
    background-position: -53px -5px; }
  #product-listing-container ul.certifications li.fgv {
    width: 38px;
    height: 38px;
    background-position: -101px -5px; }
  #product-listing-container ul.certifications li.k {
    width: 38px;
    height: 38px;
    background-position: -5px -53px; }
  #product-listing-container ul.certifications li.fti {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  #product-listing-container ul.certifications li.fw {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  #product-listing-container ul.certifications li.ogi {
    width: 38px;
    height: 38px;
    background-position: -101px -53px; }
  #product-listing-container ul.certifications li.ngmo {
    width: 38px;
    height: 38px;
    background-position: -5px -101px; }
  #product-listing-container ul.certifications li.og {
    width: 38px;
    height: 38px;
    background-position: -53px -101px; }
  #product-listing-container ul.certifications li.wh {
    width: 38px;
    height: 38px;
    background-position: -101px -101px; }
  #product-listing-container ul.certifications li abbr {
    border: none;
    display: block;
    height: 100%; }

#product-listing-container .productList ul.certifications {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: left;
  justify-content: left;
  list-style: none;
  margin: 0.313rem 0 0.938rem 0;
  padding: 0;
  -ms-flex-order: 1;
  order: 1;
  position: absolute;
  /* margin-top: -58.125px !important; */
  left: -86px;
  top: 225%;
  /* bottom: -150px; */
  z-index: 2;
  justify-content: left; }
  #product-listing-container .productList ul.certifications li {
    background-image: url("https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/product-certifcations-1x-copy2-2-.png");
    background-repeat: no-repeat;
    display: block;
    margin-right: 5px;
    padding: 5px;
    text-indent: -9999px; }
  #product-listing-container .productList ul.certifications li.cwc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  #product-listing-container .productList ul.certifications li.ogroc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  #product-listing-container .productList ul.certifications li.ft {
    width: 38px;
    height: 38px;
    background-position: -53px -5px; }
  #product-listing-container .productList ul.certifications li.fgv {
    width: 38px;
    height: 38px;
    background-position: -101px -5px; }
  #product-listing-container .productList ul.certifications li.k {
    width: 38px;
    height: 38px;
    background-position: -5px -53px; }
  #product-listing-container .productList ul.certifications li.fti {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  #product-listing-container .productList ul.certifications li.fw {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  #product-listing-container .productList ul.certifications li.ogi {
    width: 38px;
    height: 38px;
    background-position: -101px -53px; }
  #product-listing-container .productList ul.certifications li.ngmo {
    width: 38px;
    height: 38px;
    background-position: -5px -101px; }
  #product-listing-container .productList ul.certifications li.og {
    width: 38px;
    height: 38px;
    background-position: -53px -101px; }
  #product-listing-container .productList ul.certifications li.wh {
    width: 38px;
    height: 38px;
    background-position: -101px -101px; }
  #product-listing-container .productList ul.certifications li abbr {
    border: none;
    display: block;
    height: 100%; }
  @media (max-width: 1199px) {
    #product-listing-container .productList ul.certifications {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: left;
      justify-content: left;
      list-style: none;
      margin: 0.313rem 0 0.938rem 0;
      padding: 0;
      -ms-flex-order: 1;
      order: 1;
      position: absolute;
      /* margin-top: -58.125px !important; */
      left: -96px;
      /* right: 106px; */
      top: 0;
      /* top: 239%; */
      /* bottom: -100%; */
      /* bottom: -150px; */
      z-index: 2;
      margin-top: calc(111.09375% - 60px) !important;
      justify-content: left; } }
  @media (max-width: 549px) {
    #product-listing-container .productList ul.certifications {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: left;
      justify-content: left;
      list-style: none;
      margin: 0.313rem 0 0.938rem 0;
      padding: 0;
      -ms-flex-order: 1;
      order: 1;
      position: absolute;
      left: -5px;
      top: 10px;
      /* bottom: -150px; */
      justify-content: right;
      margin-top: -58.125px !important; } }

#product-listing-container ul.product-card-custom-fields-text {
  order: 3;
  margin-left: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8.5px; }
  #product-listing-container ul.product-card-custom-fields-text .product-card-custom-field-text {
    display: inline-block;
    text-transform: capitalize;
    padding-right: 6px;
    margin-bottom: 2.5px;
    line-height: 1; }
  #product-listing-container ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2) {
    padding-left: 6px;
    padding-right: 6px;
    border-left: 1px solid #000000; }
  #product-listing-container ul.product-card-custom-fields-text .product-card-custom-field-text:last-child {
    padding-left: 6px;
    padding-right: 0px;
    border-left: 1px solid #000000; }
  #product-listing-container ul.product-card-custom-fields-text .product-card-custom-field-text:only-child {
    padding-left: 0px;
    padding-right: 0px;
    border-left: none; }
  @media (max-width: 480px) {
    #product-listing-container ul.product-card-custom-fields-text {
      flex-wrap: wrap;
      margin-bottom: 8.5px; }
      #product-listing-container ul.product-card-custom-fields-text .product-card-custom-field-text {
        display: inline-block;
        text-transform: capitalize;
        padding-right: 6px;
        margin-bottom: 2.5px;
        line-height: 1;
        font-size: 12px; }
      #product-listing-container ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2) {
        padding-left: 6px;
        padding-right: 6px;
        border-left: 1px solid #000000; }
      #product-listing-container ul.product-card-custom-fields-text .product-card-custom-field-text:last-child {
        padding-left: 6px;
        padding-right: 0px;
        border-left: 1px solid #000000; } }

#homeProductNew, #product-by-cate-220, #product-by-cate-282 {
  font-size: 16px; }
  #homeProductNew ul.certifications, #product-by-cate-220 ul.certifications, #product-by-cate-282 ul.certifications {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: left;
    list-style: none;
    margin: 0.313rem 0 0.938rem 0;
    padding: 0;
    order: 1; }
    #homeProductNew ul.certifications li, #product-by-cate-220 ul.certifications li, #product-by-cate-282 ul.certifications li {
      background-image: url("https://cdn11.bigcommerce.com/s-8466dwhhql/stencil/f31482d0-f83b-013b-6d50-226ca960e318/e/3a6601f0-29bc-013c-a4ab-5267ffc86607/img/icons/product-certifcations@1x.png");
      background-repeat: no-repeat;
      display: block;
      margin-right: 5px;
      padding: 5px;
      text-indent: -9999px; }
    #homeProductNew ul.certifications li.cwc, #product-by-cate-220 ul.certifications li.cwc, #product-by-cate-282 ul.certifications li.cwc {
      width: 38px;
      height: 38px;
      background-position: -5px -5px; }
    #homeProductNew ul.certifications li.ft, #product-by-cate-220 ul.certifications li.ft, #product-by-cate-282 ul.certifications li.ft {
      width: 38px;
      height: 38px;
      background-position: -53px -5px; }
    #homeProductNew ul.certifications li.fgv, #product-by-cate-220 ul.certifications li.fgv, #product-by-cate-282 ul.certifications li.fgv {
      width: 38px;
      height: 38px;
      background-position: -101px -5px; }
    #homeProductNew ul.certifications li.k, #product-by-cate-220 ul.certifications li.k, #product-by-cate-282 ul.certifications li.k {
      width: 38px;
      height: 38px;
      background-position: -5px -53px; }
    #homeProductNew ul.certifications li.fti, #product-by-cate-220 ul.certifications li.fti, #product-by-cate-282 ul.certifications li.fti {
      width: 38px;
      height: 38px;
      background-position: -53px -53px; }
    #homeProductNew ul.certifications li.ogi, #product-by-cate-220 ul.certifications li.ogi, #product-by-cate-282 ul.certifications li.ogi {
      width: 38px;
      height: 38px;
      background-position: -101px -53px; }
    #homeProductNew ul.certifications li.ngmo, #product-by-cate-220 ul.certifications li.ngmo, #product-by-cate-282 ul.certifications li.ngmo {
      width: 38px;
      height: 38px;
      background-position: -5px -101px; }
    #homeProductNew ul.certifications li.og, #product-by-cate-220 ul.certifications li.og, #product-by-cate-282 ul.certifications li.og {
      width: 38px;
      height: 38px;
      background-position: -53px -101px; }
    #homeProductNew ul.certifications li.wh, #product-by-cate-220 ul.certifications li.wh, #product-by-cate-282 ul.certifications li.wh {
      width: 38px;
      height: 38px;
      background-position: -101px -101px; }
    #homeProductNew ul.certifications li abbr, #product-by-cate-220 ul.certifications li abbr, #product-by-cate-282 ul.certifications li abbr {
      border: none;
      display: block;
      height: 100%; }
  #homeProductNew ul.product-card-custom-fields-text, #product-by-cate-220 ul.product-card-custom-fields-text, #product-by-cate-282 ul.product-card-custom-fields-text {
    order: 3;
    margin-left: 0px;
    margin-bottom: 10px;
    height: 18px; }
    #homeProductNew ul.product-card-custom-fields-text .product-card-custom-field-text, #product-by-cate-220 ul.product-card-custom-fields-text .product-card-custom-field-text, #product-by-cate-282 ul.product-card-custom-fields-text .product-card-custom-field-text {
      display: inline-block;
      text-transform: uppercase;
      font-size: 16px; }
    #homeProductNew ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2), #product-by-cate-220 ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2), #product-by-cate-282 ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2) {
      padding-left: 4px;
      border-left: 1px solid #000000; }

.productCarousel-slide ul.certifications {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: left;
  justify-content: left;
  list-style: none;
  margin: 0.313rem 0 0.938rem 0;
  padding: 0;
  -ms-flex-order: 1;
  order: 1;
  position: absolute;
  margin-top: -58.125px !important;
  /* bottom: -150px; */
  z-index: 2; }
  .productCarousel-slide ul.certifications li {
    background-image: url("https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/product-certifcations-1x-copy2-2-.png");
    background-repeat: no-repeat;
    display: block;
    margin-right: 5px;
    padding: 5px;
    text-indent: -9999px; }
  .productCarousel-slide ul.certifications li.cwc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  .productCarousel-slide ul.certifications li.ogroc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  .productCarousel-slide ul.certifications li.ft {
    width: 38px;
    height: 38px;
    background-position: -53px -5px; }
  .productCarousel-slide ul.certifications li.fgv {
    width: 38px;
    height: 38px;
    background-position: -101px -5px; }
  .productCarousel-slide ul.certifications li.k {
    width: 38px;
    height: 38px;
    background-position: -5px -53px; }
  .productCarousel-slide ul.certifications li.fti {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  .productCarousel-slide ul.certifications li.fw {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  .productCarousel-slide ul.certifications li.ogi {
    width: 38px;
    height: 38px;
    background-position: -101px -53px; }
  .productCarousel-slide ul.certifications li.ngmo {
    width: 38px;
    height: 38px;
    background-position: -5px -101px; }
  .productCarousel-slide ul.certifications li.og {
    width: 38px;
    height: 38px;
    background-position: -53px -101px; }
  .productCarousel-slide ul.certifications li.wh {
    width: 38px;
    height: 38px;
    background-position: -101px -101px; }
  .productCarousel-slide ul.certifications li abbr {
    border: none;
    display: block;
    height: 100%; }

.productCarousel-slide ul.product-card-custom-fields-text {
  order: 3;
  margin-left: 0px;
  display: flex;
  margin-bottom: 8.5px; }
  .productCarousel-slide ul.product-card-custom-fields-text .product-card-custom-field-text {
    display: inline-block;
    text-transform: capitalize;
    padding-right: 6px;
    margin-bottom: 2.5px;
    font-size: 15px;
    line-height: 1; }
  .productCarousel-slide ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2) {
    padding-left: 6px;
    padding-right: 6px;
    border-left: 1px solid #000000; }
  .productCarousel-slide ul.product-card-custom-fields-text .product-card-custom-field-text:last-child {
    padding-left: 6px;
    padding-right: 0px;
    border-left: 1px solid #000000; }
  .productCarousel-slide ul.product-card-custom-fields-text .product-card-custom-field-text:only-child {
    padding-left: 0px;
    padding-right: 0px;
    border-left: none; }

@media screen and (min-width: 320px) {
  #product-listing-container ul.certifications {
    justify-content: right;
    margin: 0.3125rem auto;
    width: 100%; }
    #product-listing-container ul.certifications li {
      text-align: center; }
  #product-listing-container .productList ul.certifications {
    margin: 0.3125rem auto;
    width: 100%; }
    #product-listing-container .productList ul.certifications li {
      text-align: center; }
  #homeProductNew ul.certifications, #product-by-cate-220 ul.certifications, #product-by-cate-282 ul.certifications {
    justify-content: center;
    margin: 0.3125rem auto;
    width: 70%; }
    #homeProductNew ul.certifications li, #product-by-cate-220 ul.certifications li, #product-by-cate-282 ul.certifications li {
      text-align: center; }
  div.account ul.certifications {
    justify-content: right;
    margin: 0.3125rem auto;
    width: 100%; }
    div.account ul.certifications li {
      text-align: center; }
  div.account .productList ul.certifications {
    margin: 0.3125rem auto;
    width: 100%; }
    div.account .productList ul.certifications li {
      text-align: center; } }

@media screen and (min-width: 768px) {
  #product-listing-container ul.certifications {
    height: 2.5rem;
    justify-content: right;
    margin: 0.313rem 0 0.413rem;
    width: 100%; }
    #product-listing-container ul.certifications li {
      text-align: left; }
  #product-listing-container .productList ul.certifications {
    height: 2.5rem;
    margin: 0.313rem 0 0.413rem;
    width: 100%; }
    #product-listing-container .productList ul.certifications li {
      text-align: left; }
  #homeProductNew ul.certifications, #product-by-cate-220 ul.certifications, #product-by-cate-282 ul.certifications {
    height: 2.5rem;
    justify-content: left;
    margin: 0.313rem 0 0.413rem;
    width: 70%; }
    #homeProductNew ul.certifications li, #product-by-cate-220 ul.certifications li, #product-by-cate-282 ul.certifications li {
      text-align: left; }
  div.account ul.certifications {
    height: 2.5rem;
    justify-content: right;
    margin: 0.313rem 0 0.413rem;
    width: 100%; }
    div.account ul.certifications li {
      text-align: left; }
  div.account .productList ul.certifications {
    height: 2.5rem;
    margin: 0.313rem 0 0.413rem;
    width: 100%; }
    div.account .productList ul.certifications li {
      text-align: left; } }

@media (max-width: 1199px) {
  #product-listing-container .productGrid {
    display: flex;
    flex-wrap: wrap; }
    #product-listing-container .productGrid .mrh-product {
      float: none;
      display: inline-block;
      font-size: 15px;
      vertical-align: top;
      padding: 0 15px;
      padding-bottom: 60px;
      margin-bottom: 35px; }
      #product-listing-container .productGrid .mrh-product .card {
        height: 100%;
        margin-bottom: 0px; }
        #product-listing-container .productGrid .mrh-product .card .card-figcaption-bottom {
          -ms-flex-order: 6;
          order: 6;
          position: absolute;
          /* top: 0; */
          bottom: -60px; }
          #product-listing-container .productGrid .mrh-product .card .card-figcaption-bottom .card-figcaption-button {
            margin: 0 0 0 0; }
  #product-listing-container .productBulk .mrh-product {
    float: none;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    padding: 0 10px !important;
    padding-bottom: 60px !important;
    margin-bottom: 35px; }
    #product-listing-container .productBulk .mrh-product .card {
      height: 100%;
      margin-bottom: 0px; }
      #product-listing-container .productBulk .mrh-product .card .card-figcaption-bottom {
        -ms-flex-order: 6;
        order: 6;
        position: absolute;
        /* top: 0; */
        bottom: -60px; }
        #product-listing-container .productBulk .mrh-product .card .card-figcaption-bottom .card-figcaption-button {
          margin: 0 0 0 0; }
  div.account .productGrid {
    display: flex;
    flex-wrap: wrap; }
    div.account .productGrid .mrh-product {
      float: none;
      display: inline-block;
      font-size: 15px;
      vertical-align: top;
      padding: 0 15px;
      padding-bottom: 60px;
      margin-bottom: 35px; }
      div.account .productGrid .mrh-product .card {
        height: 100%;
        margin-bottom: 0px; }
        div.account .productGrid .mrh-product .card .card-figcaption-bottom {
          -ms-flex-order: 6;
          order: 6;
          position: absolute;
          /* top: 0; */
          bottom: -60px; }
          div.account .productGrid .mrh-product .card .card-figcaption-bottom .card-figcaption-button {
            margin: 0 0 0 0; }
  div.account .productBulk .mrh-product {
    float: none;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    padding: 0 10px !important;
    padding-bottom: 60px !important;
    margin-bottom: 35px; }
    div.account .productBulk .mrh-product .card {
      height: 100%;
      margin-bottom: 0px; }
      div.account .productBulk .mrh-product .card .card-figcaption-bottom {
        -ms-flex-order: 6;
        order: 6;
        position: absolute;
        /* top: 0; */
        bottom: -60px; }
        div.account .productBulk .mrh-product .card .card-figcaption-bottom .card-figcaption-button {
          margin: 0 0 0 0; } }

@media (max-width: 480px) {
  #product-listing-container .productGrid {
    display: flex;
    flex-wrap: wrap; }
    #product-listing-container .productGrid .mrh-product {
      float: none;
      display: inline-block;
      font-size: 15px;
      vertical-align: top;
      padding: 0 7.5px;
      padding-bottom: 50px;
      margin-bottom: 35px; }
      #product-listing-container .productGrid .mrh-product .card {
        height: 100%;
        margin-bottom: 0px; }
        #product-listing-container .productGrid .mrh-product .card .card-figcaption-bottom {
          -ms-flex-order: 6;
          order: 6;
          position: absolute;
          /* top: 0; */
          bottom: -50px; }
          #product-listing-container .productGrid .mrh-product .card .card-figcaption-bottom .card-figcaption-button {
            margin: 0 0 0 0; }
        #product-listing-container .productGrid .mrh-product .card ul.certifications {
          transform: scale(0.7);
          margin-top: -52.125px !important;
          left: 15%; }
  #product-listing-container .productBulk .mrh-product {
    float: none;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    padding: 0 7.5px !important;
    padding-bottom: 50px !important;
    margin-bottom: 35px !important; }
    #product-listing-container .productBulk .mrh-product .card {
      height: 100%;
      margin-bottom: 0px; }
      #product-listing-container .productBulk .mrh-product .card .card-figcaption-bottom {
        -ms-flex-order: 6;
        order: 6;
        position: absolute;
        /* top: 0; */
        bottom: -50px; }
        #product-listing-container .productBulk .mrh-product .card .card-figcaption-bottom .card-figcaption-button {
          margin: 0 0 0 0; }
      #product-listing-container .productBulk .mrh-product .card ul.certifications {
        transform: scale(0.7);
        margin-top: -52.125px !important;
        left: 15%; }
  div.account .productGrid {
    display: flex;
    flex-wrap: wrap; }
    div.account .productGrid .mrh-product {
      float: none;
      display: inline-block;
      font-size: 15px;
      vertical-align: top;
      padding: 0 7.5px;
      padding-bottom: 50px;
      margin-bottom: 35px; }
      div.account .productGrid .mrh-product .card {
        height: 100%;
        margin-bottom: 0px; }
        div.account .productGrid .mrh-product .card .card-figcaption-bottom {
          -ms-flex-order: 6;
          order: 6;
          position: absolute;
          /* top: 0; */
          bottom: -50px; }
          div.account .productGrid .mrh-product .card .card-figcaption-bottom .card-figcaption-button {
            margin: 0 0 0 0; }
        div.account .productGrid .mrh-product .card ul.certifications {
          transform: scale(0.7);
          margin-top: -52.125px !important;
          left: 15%; }
  div.account .productBulk .mrh-product {
    float: none;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    padding: 0 7.5px !important;
    padding-bottom: 50px !important;
    margin-bottom: 35px !important; }
    div.account .productBulk .mrh-product .card {
      height: 100%;
      margin-bottom: 0px; }
      div.account .productBulk .mrh-product .card .card-figcaption-bottom {
        -ms-flex-order: 6;
        order: 6;
        position: absolute;
        /* top: 0; */
        bottom: -50px; }
        div.account .productBulk .mrh-product .card .card-figcaption-bottom .card-figcaption-button {
          margin: 0 0 0 0; }
      div.account .productBulk .mrh-product .card ul.certifications {
        transform: scale(0.7);
        margin-top: -52.125px !important;
        left: 15%; } }

@media (max-width: 359px) {
  #product-listing-container .productGrid {
    display: flex;
    flex-wrap: wrap; }
    #product-listing-container .productGrid .mrh-product {
      float: none;
      display: inline-block;
      font-size: 15px;
      vertical-align: top;
      padding: 0 7.5px;
      padding-bottom: 60px;
      margin-bottom: 35px; }
      #product-listing-container .productGrid .mrh-product .card {
        height: 100%;
        margin-bottom: 0px; }
        #product-listing-container .productGrid .mrh-product .card .card-figcaption-bottom {
          -ms-flex-order: 6;
          order: 6;
          position: absolute;
          /* top: 0; */
          bottom: -60px; }
          #product-listing-container .productGrid .mrh-product .card .card-figcaption-bottom .card-figcaption-button {
            margin: 0 0 0 0; }
  #product-listing-container .productBulk .mrh-product {
    float: none;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    padding: 0 7.5px !important;
    padding-bottom: 60px !important;
    margin-bottom: 35px !important; }
    #product-listing-container .productBulk .mrh-product .card {
      height: 100%;
      margin-bottom: 0px; }
      #product-listing-container .productBulk .mrh-product .card .card-figcaption-bottom {
        -ms-flex-order: 6;
        order: 6;
        position: absolute;
        /* top: 0; */
        bottom: -60px; }
        #product-listing-container .productBulk .mrh-product .card .card-figcaption-bottom .card-figcaption-button {
          margin: 0 0 0 0; }
  div.account .productGrid {
    display: flex;
    flex-wrap: wrap; }
    div.account .productGrid .mrh-product {
      float: none;
      display: inline-block;
      font-size: 15px;
      vertical-align: top;
      padding: 0 7.5px;
      padding-bottom: 60px;
      margin-bottom: 35px; }
      div.account .productGrid .mrh-product .card {
        height: 100%;
        margin-bottom: 0px; }
        div.account .productGrid .mrh-product .card .card-figcaption-bottom {
          -ms-flex-order: 6;
          order: 6;
          position: absolute;
          /* top: 0; */
          bottom: -60px; }
          div.account .productGrid .mrh-product .card .card-figcaption-bottom .card-figcaption-button {
            margin: 0 0 0 0; }
  div.account .productBulk .mrh-product {
    float: none;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    padding: 0 7.5px !important;
    padding-bottom: 60px !important;
    margin-bottom: 35px !important; }
    div.account .productBulk .mrh-product .card {
      height: 100%;
      margin-bottom: 0px; }
      div.account .productBulk .mrh-product .card .card-figcaption-bottom {
        -ms-flex-order: 6;
        order: 6;
        position: absolute;
        /* top: 0; */
        bottom: -60px; }
        div.account .productBulk .mrh-product .card .card-figcaption-bottom .card-figcaption-button {
          margin: 0 0 0 0; } }

.mrh-out-of-stock-banner {
  width: 100%;
  min-height: 0px;
  background-color: rgba(255, 249, 153, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding: 10px; }
  .mrh-out-of-stock-banner p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.1;
    margin: 0; }
  .mrh-out-of-stock-banner a {
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer; }
  .mrh-out-of-stock-banner br {
    display: none; }

@media screen and (max-width: 1024px) {
  .mrh-out-of-stock-banner p {
    font-size: 14px; } }

@media (max-width: 767px) {
  body[data-page-type="product"] ol.breadcrumbs {
    margin: 0 15px;
    text-align: left; } }

.productView__topMobile {
  display: flex;
  flex-direction: row; }
  .productView__topMobile .productView__topMobile--left {
    width: 100%;
    text-align: left; }
  @media (min-width: 768px) {
    .productView__topMobile {
      display: none !important; } }

.productView__topMobile ul.certifications {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: left;
  justify-content: left;
  list-style: none;
  margin: 0.313rem 0 0.938rem 0;
  padding: 0;
  position: absolute;
  top: 0.5%;
  right: 685px; }
  .productView__topMobile ul.certifications li {
    background-image: url("https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/product-certifcations-1x-copy2-2-.png");
    background-repeat: no-repeat;
    display: block;
    margin-right: 5px;
    padding: 5px;
    text-indent: -9999px; }
  .productView__topMobile ul.certifications li.cwc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  .productView__topMobile ul.certifications li.ogroc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  .productView__topMobile ul.certifications li.ft {
    width: 38px;
    height: 38px;
    background-position: -53px -5px; }
  .productView__topMobile ul.certifications li.fgv {
    width: 38px;
    height: 38px;
    background-position: -101px -5px; }
  .productView__topMobile ul.certifications li.k {
    width: 38px;
    height: 38px;
    background-position: -5px -53px; }
  .productView__topMobile ul.certifications li.fti {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  .productView__topMobile ul.certifications li.fw {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  .productView__topMobile ul.certifications li.ogi {
    width: 38px;
    height: 38px;
    background-position: -101px -53px; }
  .productView__topMobile ul.certifications li.ngmo {
    width: 38px;
    height: 38px;
    background-position: -5px -101px; }
  .productView__topMobile ul.certifications li.og {
    width: 38px;
    height: 38px;
    background-position: -53px -101px; }
  .productView__topMobile ul.certifications li.wh {
    width: 38px;
    height: 38px;
    background-position: -101px -101px; }
  .productView__topMobile ul.certifications li abbr {
    border: none;
    display: block;
    height: 100%; }
  @media (max-width: 1279px) {
    .productView__topMobile ul.certifications {
      right: 625px; } }
  @media (max-width: 1199px) {
    .productView__topMobile ul.certifications {
      right: 55%; } }
  @media (max-width: 767px) {
    .productView__topMobile ul.certifications {
      right: 3%;
      top: unset;
      z-index: 1;
      margin-top: 1.5%; } }

.productView__topMobile ul.product-card-custom-fields-text {
  margin-left: 0px;
  display: flex; }
  .productView__topMobile ul.product-card-custom-fields-text .product-card-custom-field-text {
    display: inline-block;
    text-transform: capitalize;
    padding-right: 6px;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #724e23;
    letter-spacing: 0.015px; }
  .productView__topMobile ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2) {
    padding-left: 6px;
    padding-right: 0px;
    border-left: 1px solid #000000; }
  .productView__topMobile ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2):not(:last-child) {
    padding-left: 6px;
    padding-right: 6px;
    border-left: 1px solid #000000; }

.productView__topMobile .trustpilot-widget {
  margin-bottom: 20px; }

.productView__topMobile .sustainability-meter-text-wrapper .nav-shop-category-icon {
  height: 25px;
  width: auto;
  position: relative;
  bottom: 47.5px;
  margin-right: 2.5px; }

.productView__topMobile .sustainability-meter-text-wrapper .sustainability-meter-text {
  /* float: right; */
  /* margin-right: 20px; */
  position: relative;
  /* right: 50%; */
  bottom: 45px;
  font-weight: 500; }

.productView__topMobile .sustainability-meter-wrapper {
  width: 75px;
  margin-top: -10px;
  /* margin-bottom: 20px; */
  position: relative;
  margin-left: 200px;
  /* outline: 1px solid green; */
  /* float: right; */ }
  .productView__topMobile .sustainability-meter-wrapper .informer {
    display: flex;
    justify-content: center;
    align-items: center;
    /*outline: 1px solid red;*/ }
  .productView__topMobile .sustainability-meter-wrapper .value {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: normal;
    position: absolute;
    color: #1d3a1a; }
  .productView__topMobile .sustainability-meter-wrapper small {
    font-size: 7.5px;
    font-weight: 600; }
  .productView__topMobile .sustainability-meter-wrapper svg {
    width: 100%;
    /*initial value 100px -- increase value leads to scaling */
    height: 100%; }
  .productView__topMobile .sustainability-meter-wrapper circle {
    cx: 50;
    cy: 50;
    r: 48;
    fill: none;
    stroke-width: 4;
    transform-origin: 50%; }
  .productView__topMobile .sustainability-meter-wrapper .osnova {
    stroke: rgba(0, 0, 0, 0.18); }
  .productView__topMobile .sustainability-meter-wrapper .indicator {
    stroke: #09af5f;
    transform: rotate(-180deg);
    stroke-linecap: round;
    animation: progress .65s ease-out; }

.productView__topRight ul.certifications {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: left;
  justify-content: left;
  list-style: none;
  margin: 0.313rem 0 0.938rem 0;
  padding: 0;
  position: absolute;
  top: 0.5%;
  right: 685px; }
  .productView__topRight ul.certifications li {
    background-image: url("https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/product-certifcations-1x-copy2-2-.png");
    background-repeat: no-repeat;
    display: block;
    margin-right: 5px;
    padding: 5px;
    text-indent: -9999px; }
  .productView__topRight ul.certifications li.cwc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  .productView__topRight ul.certifications li.ogroc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  .productView__topRight ul.certifications li.ft {
    width: 38px;
    height: 38px;
    background-position: -53px -5px; }
  .productView__topRight ul.certifications li.fgv {
    width: 38px;
    height: 38px;
    background-position: -101px -5px; }
  .productView__topRight ul.certifications li.k {
    width: 38px;
    height: 38px;
    background-position: -5px -53px; }
  .productView__topRight ul.certifications li.fti {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  .productView__topRight ul.certifications li.fw {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  .productView__topRight ul.certifications li.ogi {
    width: 38px;
    height: 38px;
    background-position: -101px -53px; }
  .productView__topRight ul.certifications li.ngmo {
    width: 38px;
    height: 38px;
    background-position: -5px -101px; }
  .productView__topRight ul.certifications li.og {
    width: 38px;
    height: 38px;
    background-position: -53px -101px; }
  .productView__topRight ul.certifications li.wh {
    width: 38px;
    height: 38px;
    background-position: -101px -101px; }
  .productView__topRight ul.certifications li abbr {
    border: none;
    display: block;
    height: 100%; }
  @media (max-width: 1279px) {
    .productView__topRight ul.certifications {
      right: 625px; } }
  @media (max-width: 1199px) {
    .productView__topRight ul.certifications {
      right: 55%; } }
  @media (max-width: 767px) {
    .productView__topRight ul.certifications {
      right: 2%;
      display: none; } }

.productView__topRight ul.product-card-custom-fields-text {
  margin-left: 0px;
  display: flex;
  margin-bottom: 0px; }
  .productView__topRight ul.product-card-custom-fields-text .product-card-custom-field-text {
    display: inline-block;
    text-transform: capitalize;
    padding-right: 6px;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #724e23;
    letter-spacing: 0.015px; }
  .productView__topRight ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2) {
    padding-left: 6px;
    padding-right: 0px;
    border-left: 1px solid #000000; }
  .productView__topRight ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2):not(:last-child) {
    padding-left: 6px;
    padding-right: 6px;
    border-left: 1px solid #000000; }

.productView__topRight .trustpilot-widget {
  margin-bottom: 20px; }

.productView__topRight .sustainability-meter-text-wrapper .nav-shop-category-icon {
  height: 25px;
  width: auto;
  position: relative;
  bottom: 47.5px;
  margin-right: 2.5px; }

.productView__topRight .sustainability-meter-text-wrapper .sustainability-meter-text {
  /* float: right; */
  /* margin-right: 20px; */
  position: relative;
  /* right: 50%; */
  bottom: 45px;
  font-weight: 500; }
  .productView__topRight .sustainability-meter-text-wrapper .sustainability-meter-text.sustainability-meter-learn-more {
    font-size: 13px;
    font-weight: 600;
    margin-left: 32.5px;
    color: #866742; }
    .productView__topRight .sustainability-meter-text-wrapper .sustainability-meter-text.sustainability-meter-learn-more:hover {
      overflow: visible;
      cursor: pointer; }
      .productView__topRight .sustainability-meter-text-wrapper .sustainability-meter-text.sustainability-meter-learn-more:hover .sustainability-tooltip-content {
        opacity: 1;
        display: block; }
    .productView__topRight .sustainability-meter-text-wrapper .sustainability-meter-text.sustainability-meter-learn-more .sustainability-tooltip-content {
      background: #601c0c;
      box-sizing: border-box;
      color: white;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: 0.25px;
      /* max-width: 200px; */
      min-width: 275px;
      padding: 1em;
      position: absolute;
      opacity: 0;
      transition: all .3s ease;
      /* bottom: calc(-100% - 1.8em); */
      left: 0%;
      /* transform: translateX(-50%); */
      width: 100%;
      top: 30px;
      z-index: 10;
      display: none; }
      .productView__topRight .sustainability-meter-text-wrapper .sustainability-meter-text.sustainability-meter-learn-more .sustainability-tooltip-content::after {
        background: #8bc53f;
        content: "";
        height: 10px;
        position: absolute;
        transform: rotate(45deg);
        width: 10px;
        top: -5px;
        left: 47.5%;
        /* transform: translateX(-50%); */ }

.productView__topRight .sustainability-meter-wrapper {
  width: 75px;
  margin-top: -10px;
  /* margin-bottom: 20px; */
  position: relative;
  margin-left: 200px;
  /* outline: 1px solid green; */
  /* float: right; */ }
  .productView__topRight .sustainability-meter-wrapper .informer {
    display: flex;
    justify-content: center;
    align-items: center;
    /*outline: 1px solid red;*/ }
  .productView__topRight .sustainability-meter-wrapper .value {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: normal;
    position: absolute;
    color: #1d3a1a; }
  .productView__topRight .sustainability-meter-wrapper small {
    font-size: 7.5px;
    font-weight: 600; }
  .productView__topRight .sustainability-meter-wrapper svg {
    width: 100%;
    /*initial value 100px -- increase value leads to scaling */
    height: 100%; }
  .productView__topRight .sustainability-meter-wrapper circle {
    cx: 50;
    cy: 50;
    r: 48;
    fill: none;
    stroke-width: 4;
    transform-origin: 50%; }
  .productView__topRight .sustainability-meter-wrapper .osnova {
    stroke: rgba(0, 0, 0, 0.18); }
  .productView__topRight .sustainability-meter-wrapper .indicator {
    stroke: #09af5f;
    transform: rotate(-180deg);
    stroke-linecap: round;
    animation: progress .65s ease-out; }

.productView--quickView .productView__topMobile ul.certifications {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: left;
  justify-content: left;
  list-style: none;
  margin: 0.313rem 0 0.938rem 0;
  padding: 0;
  position: absolute;
  top: 0.5%;
  right: 685px; }
  .productView--quickView .productView__topMobile ul.certifications li {
    background-image: url("https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/product-certifcations-1x-copy2-2-.png");
    background-repeat: no-repeat;
    display: block;
    margin-right: 5px;
    padding: 5px;
    text-indent: -9999px; }
  .productView--quickView .productView__topMobile ul.certifications li.cwc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  .productView--quickView .productView__topMobile ul.certifications li.ogroc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  .productView--quickView .productView__topMobile ul.certifications li.ft {
    width: 38px;
    height: 38px;
    background-position: -53px -5px; }
  .productView--quickView .productView__topMobile ul.certifications li.fgv {
    width: 38px;
    height: 38px;
    background-position: -101px -5px; }
  .productView--quickView .productView__topMobile ul.certifications li.k {
    width: 38px;
    height: 38px;
    background-position: -5px -53px; }
  .productView--quickView .productView__topMobile ul.certifications li.fti {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  .productView--quickView .productView__topMobile ul.certifications li.fw {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  .productView--quickView .productView__topMobile ul.certifications li.ogi {
    width: 38px;
    height: 38px;
    background-position: -101px -53px; }
  .productView--quickView .productView__topMobile ul.certifications li.ngmo {
    width: 38px;
    height: 38px;
    background-position: -5px -101px; }
  .productView--quickView .productView__topMobile ul.certifications li.og {
    width: 38px;
    height: 38px;
    background-position: -53px -101px; }
  .productView--quickView .productView__topMobile ul.certifications li.wh {
    width: 38px;
    height: 38px;
    background-position: -101px -101px; }
  .productView--quickView .productView__topMobile ul.certifications li abbr {
    border: none;
    display: block;
    height: 100%; }
  @media (max-width: 1199px) {
    .productView--quickView .productView__topMobile ul.certifications {
      right: 55%; } }
  @media (max-width: 767px) {
    .productView--quickView .productView__topMobile ul.certifications {
      right: 1%;
      top: unset;
      z-index: 1;
      margin-top: 1.5%; } }

.productView--quickView .productView__topMobile ul.product-card-custom-fields-text {
  margin-left: 0px;
  display: flex; }
  .productView--quickView .productView__topMobile ul.product-card-custom-fields-text .product-card-custom-field-text {
    display: inline-block;
    text-transform: capitalize;
    padding-right: 6px;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #724e23;
    letter-spacing: 0.015px; }
  .productView--quickView .productView__topMobile ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2) {
    padding-left: 6px;
    padding-right: 0px;
    border-left: 1px solid #000000; }
  .productView--quickView .productView__topMobile ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2):not(:last-child) {
    padding-left: 6px;
    padding-right: 6px;
    border-left: 1px solid #000000; }

.productView--quickView .productView__topMobile .trustpilot-widget {
  margin-bottom: 20px; }

.productView--quickView .productView__topMobile .sustainability-meter-text-wrapper .nav-shop-category-icon {
  height: 25px;
  width: auto;
  position: relative;
  bottom: 47.5px;
  margin-right: 2.5px; }

.productView--quickView .productView__topMobile .sustainability-meter-text-wrapper .sustainability-meter-text {
  /* float: right; */
  /* margin-right: 20px; */
  position: relative;
  /* right: 50%; */
  bottom: 45px;
  font-weight: 500; }

.productView--quickView .productView__topMobile .sustainability-meter-wrapper {
  width: 75px;
  margin-top: -10px;
  /* margin-bottom: 20px; */
  position: relative;
  margin-left: 200px;
  /* outline: 1px solid green; */
  /* float: right; */ }
  .productView--quickView .productView__topMobile .sustainability-meter-wrapper .informer {
    display: flex;
    justify-content: center;
    align-items: center;
    /*outline: 1px solid red;*/ }
  .productView--quickView .productView__topMobile .sustainability-meter-wrapper .value {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: normal;
    position: absolute;
    color: #1d3a1a; }
  .productView--quickView .productView__topMobile .sustainability-meter-wrapper small {
    font-size: 7.5px;
    font-weight: 600; }
  .productView--quickView .productView__topMobile .sustainability-meter-wrapper svg {
    width: 100%;
    /*initial value 100px -- increase value leads to scaling */
    height: 100%; }
  .productView--quickView .productView__topMobile .sustainability-meter-wrapper circle {
    cx: 50;
    cy: 50;
    r: 48;
    fill: none;
    stroke-width: 4;
    transform-origin: 50%; }
  .productView--quickView .productView__topMobile .sustainability-meter-wrapper .osnova {
    stroke: rgba(0, 0, 0, 0.18); }
  .productView--quickView .productView__topMobile .sustainability-meter-wrapper .indicator {
    stroke: #09af5f;
    transform: rotate(-180deg);
    stroke-linecap: round;
    animation: progress .65s ease-out; }

.productView--quickView .productView__topRight ul.certifications {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: left;
  justify-content: left;
  list-style: none;
  margin: 0.313rem 0 0.938rem 0;
  padding: 0;
  position: absolute;
  top: 0.5%;
  right: 57.5%; }
  .productView--quickView .productView__topRight ul.certifications li {
    background-image: url("https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/product-certifcations-1x-copy2-2-.png");
    background-repeat: no-repeat;
    display: block;
    margin-right: 5px;
    padding: 5px;
    text-indent: -9999px; }
  .productView--quickView .productView__topRight ul.certifications li.cwc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  .productView--quickView .productView__topRight ul.certifications li.ogroc {
    width: 38px;
    height: 38px;
    background-position: -5px -5px; }
  .productView--quickView .productView__topRight ul.certifications li.ft {
    width: 38px;
    height: 38px;
    background-position: -53px -5px; }
  .productView--quickView .productView__topRight ul.certifications li.fgv {
    width: 38px;
    height: 38px;
    background-position: -101px -5px; }
  .productView--quickView .productView__topRight ul.certifications li.k {
    width: 38px;
    height: 38px;
    background-position: -5px -53px; }
  .productView--quickView .productView__topRight ul.certifications li.fti {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  .productView--quickView .productView__topRight ul.certifications li.fw {
    width: 38px;
    height: 38px;
    background-position: -53px -53px; }
  .productView--quickView .productView__topRight ul.certifications li.ogi {
    width: 38px;
    height: 38px;
    background-position: -101px -53px; }
  .productView--quickView .productView__topRight ul.certifications li.ngmo {
    width: 38px;
    height: 38px;
    background-position: -5px -101px; }
  .productView--quickView .productView__topRight ul.certifications li.og {
    width: 38px;
    height: 38px;
    background-position: -53px -101px; }
  .productView--quickView .productView__topRight ul.certifications li.wh {
    width: 38px;
    height: 38px;
    background-position: -101px -101px; }
  .productView--quickView .productView__topRight ul.certifications li abbr {
    border: none;
    display: block;
    height: 100%; }
  @media (max-width: 1279px) {
    .productView--quickView .productView__topRight ul.certifications {
      right: 625px; } }
  @media (max-width: 1199px) {
    .productView--quickView .productView__topRight ul.certifications {
      right: 55%; } }
  @media (max-width: 767px) {
    .productView--quickView .productView__topRight ul.certifications {
      right: 2%;
      display: none; } }

.productView--quickView .productView__topRight ul.product-card-custom-fields-text {
  margin-left: 0px;
  display: flex;
  margin-bottom: 0px; }
  .productView--quickView .productView__topRight ul.product-card-custom-fields-text .product-card-custom-field-text {
    display: inline-block;
    text-transform: capitalize;
    padding-right: 6px;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #724e23;
    letter-spacing: 0.015px; }
  .productView--quickView .productView__topRight ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2) {
    padding-left: 6px;
    padding-right: 0px;
    border-left: 1px solid #000000; }
  .productView--quickView .productView__topRight ul.product-card-custom-fields-text .product-card-custom-field-text:nth-child(n + 2):not(:last-child) {
    padding-left: 6px;
    padding-right: 6px;
    border-left: 1px solid #000000; }

.productView--quickView .productView__topRight .trustpilot-widget {
  margin-bottom: 20px; }

.productView--quickView .productView__topRight .sustainability-meter-text-wrapper .nav-shop-category-icon {
  height: 25px;
  width: auto;
  position: relative;
  bottom: 47.5px;
  margin-right: 2.5px; }

.productView--quickView .productView__topRight .sustainability-meter-text-wrapper .sustainability-meter-text {
  /* float: right; */
  /* margin-right: 20px; */
  position: relative;
  /* right: 50%; */
  bottom: 45px;
  font-weight: 500; }

.productView--quickView .productView__topRight .sustainability-meter-wrapper {
  width: 75px;
  margin-top: -10px;
  /* margin-bottom: 20px; */
  position: relative;
  margin-left: 200px;
  /* outline: 1px solid green; */
  /* float: right; */ }
  .productView--quickView .productView__topRight .sustainability-meter-wrapper .informer {
    display: flex;
    justify-content: center;
    align-items: center;
    /*outline: 1px solid red;*/ }
  .productView--quickView .productView__topRight .sustainability-meter-wrapper .value {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: normal;
    position: absolute;
    color: #1d3a1a; }
  .productView--quickView .productView__topRight .sustainability-meter-wrapper small {
    font-size: 7.5px;
    font-weight: 600; }
  .productView--quickView .productView__topRight .sustainability-meter-wrapper svg {
    width: 100%;
    /*initial value 100px -- increase value leads to scaling */
    height: 100%; }
  .productView--quickView .productView__topRight .sustainability-meter-wrapper circle {
    cx: 50;
    cy: 50;
    r: 48;
    fill: none;
    stroke-width: 4;
    transform-origin: 50%; }
  .productView--quickView .productView__topRight .sustainability-meter-wrapper .osnova {
    stroke: rgba(0, 0, 0, 0.18); }
  .productView--quickView .productView__topRight .sustainability-meter-wrapper .indicator {
    stroke: #09af5f;
    transform: rotate(-180deg);
    stroke-linecap: round;
    animation: progress .65s ease-out; }

.productView__topLeft .sustainability-meter-text {
  float: right;
  margin-right: 20px;
  position: absolute;
  right: 770px;
  bottom: 30px; }

.productView__topLeft .sustainability-meter-wrapper {
  width: 75px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  /*outline: 1px solid green;*/
  float: right; }
  .productView__topLeft .sustainability-meter-wrapper .informer {
    display: flex;
    justify-content: center;
    align-items: center;
    /*outline: 1px solid red;*/ }
  .productView__topLeft .sustainability-meter-wrapper .value {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: normal;
    position: absolute; }
  .productView__topLeft .sustainability-meter-wrapper small {
    font-size: 7.5px;
    font-weight: 600; }
  .productView__topLeft .sustainability-meter-wrapper svg {
    width: 100%;
    /*initial value 100px -- increase value leads to scaling */
    height: 100%; }
  .productView__topLeft .sustainability-meter-wrapper circle {
    cx: 50;
    cy: 50;
    r: 48;
    fill: none;
    stroke-width: 4;
    transform-origin: 50%; }
  .productView__topLeft .sustainability-meter-wrapper .osnova {
    stroke: rgba(0, 0, 0, 0.18); }
  .productView__topLeft .sustainability-meter-wrapper .indicator {
    stroke: #09af5f;
    transform: rotate(-180deg);
    stroke-linecap: round;
    animation: progress .65s ease-out; }

@keyframes progress {
  0% {
    stroke-width: 1;
    stroke-dasharray: 0 10000;
    /*circle length aprox 289*/ }
  100% {
    transform: rotate(180deg);
    stroke-width: 4; } }

.modal--quickView {
  background: #f6f4ee; }

.product--banner {
  display: none !important; }

.home-slider-prev {
  height: 60px;
  width: 60px;
  position: absolute;
  border-radius: 50%;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/slider-prev-button-bold.png);
  background-position: center;
  background-size: cover;
  z-index: 100;
  top: 51%;
  transform: translateY(-51%);
  left: 28px; }

.home-slider-next {
  height: 60px;
  width: 60px;
  position: absolute;
  border-radius: 50%;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/slider-next-button-bold.png);
  background-position: center;
  background-size: cover;
  z-index: 100;
  top: 51%;
  transform: translateY(-51%);
  left: unset;
  right: 28px; }

#category-slider {
  position: relative;
  height: calc(((100% - 176px) / 4) + 52px);
  width: 100%;
  display: block;
  margin-top: 0.5vw;
  background-color: #FDFDFA; }

.mrh-category-wrapper {
  position: absolute;
  width: 100%;
  height: calc(((100vw - 176px) / 4) + 52px);
  display: flex;
  flex-direction: column; }

.slick-category-row {
  position: relative;
  width: calc(100vw - 112px);
  height: calc((100vw - 176px) / 4);
  display: flex;
  left: 0px;
  top: 26px;
  overflow-x: visible;
  margin: 0 auto; }

.category-card {
  background-color: #F6F6F6;
  background-position: center;
  background-size: cover;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 6px;
  width: calc((100vw - 176px) / 4);
  min-width: calc((100vw - 176px) / 4);
  max-width: calc((100vw - 176px) / 4);
  height: calc((100vw - 176px) / 4);
  min-height: calc((100vw - 176px) / 4);
  max-height: calc((100vw - 176px) / 4);
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
  cursor: pointer;
  aspect-ratio: 1 / 1; }
  .category-card a {
    text-decoration: none !important; }

.home-category-title {
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  font-size: 2.75vw;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  margin-bottom: 0px;
  transform: translateY(1.5rem);
  transition: 0.8s;
  cursor: pointer;
  padding: 0 15px; }

.home-category-title-md {
  font-size: 2.25vw; }

.home-category-title-sm {
  font-size: 2vw; }

.category-title-long {
  font-size: 2.5vw; }

.home-category-button {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-weight: bold;
  font-size: 1.25vw;
  padding: 0.75rem 1.25rem;
  background-color: #EDECEA;
  border-radius: 3px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  transform: translateY(2.75rem);
  transition: 0.6s;
  opacity: 0; }

.category-card:hover .home-category-title {
  transform: translateY(0px); }

.category-card:hover .home-category-button {
  transform: translateY(1.5rem);
  opacity: 1; }

@media screen and (max-width: 1449px) {
  .home-slider-prev {
    height: 50px;
    width: 50px;
    left: 26px; }
  .home-slider-next {
    height: 50px;
    width: 50px;
    right: 26px; }
  #category-slider {
    height: calc(((100vw - 160px) / 4) + 52px); }
  .mrh-category-wrapper {
    height: calc(((100vw - 160px) / 4) + 52px); }
  .slick-category-row {
    width: calc(100vw - 96px);
    height: calc((100vw - 160px) / 4); }
  .category-card {
    width: calc((100vw - 160px) / 4);
    min-width: calc((100vw - 160px) / 4);
    max-width: calc((100vw - 160px) / 4);
    height: calc((100vw - 160px) / 4);
    min-height: calc((100vw - 160px) / 4);
    max-height: calc((100vw - 160px) / 4); }
  .home-category-title {
    font-size: 3vw;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6); }
  .category-title-long {
    font-size: 2.5vw; } }

@media screen and (max-width: 1199px) {
  .home-slider-prev {
    left: 22px; }
  .home-slider-next {
    right: 22px; }
  #category-slider {
    height: calc(((100vw - 144px) / 4) + 52px); }
  .mrh-category-wrapper {
    height: calc(((100vw - 144px) / 4) + 52px); }
  .slick-category-row {
    width: calc(100vw - 80px);
    height: calc((100vw - 144px) / 4); }
  .category-card {
    width: calc((100vw - 144px) / 4);
    min-width: calc((100vw - 144px) / 4);
    max-width: calc((100vw - 144px) / 4);
    height: calc((100vw - 144px) / 4);
    min-height: calc((100vw - 144px) / 4);
    max-height: calc((100vw - 144px) / 4); }
  .home-category-title {
    font-size: 3.25vw; }
  .category-title-medium {
    font-size: 3vw; }
  .category-title-long {
    font-size: 2.5vw; }
  .home-category-button {
    font-size: 1.5vw;
    padding: 0.5rem 1.125rem; } }

@media screen and (max-width: 1024px) {
  .home-slider-prev {
    left: 7.5px; }
  .home-slider-next {
    right: 7.5px; }
  #category-slider {
    height: calc(((100vw - 128px) / 3) + 52px); }
  .mrh-category-wrapper {
    height: calc(((100vw - 128px) / 3) + 52px); }
  .slick-category-row {
    width: calc(100vw - 80px);
    height: calc((100vw - 128px) / 3); }
  .category-card {
    width: calc((100vw - 128px) / 3);
    min-width: calc((100vw - 128px) / 3);
    max-width: calc((100vw - 128px) / 3);
    height: calc((100vw - 128px) / 3);
    min-height: calc((100vw - 128px) / 3);
    max-height: calc((100vw - 128px) / 3); }
  .home-category-title {
    font-size: 4.125vw;
    transform: translateY(0px);
    transition: 0s; }
  .category-title-medium {
    font-size: 3.5vw; }
  .category-title-long {
    font-size: 3.25vw; }
  .home-category-button {
    font-size: 1.6vw;
    padding: 0.5rem 1.125rem;
    transform: translateY(0px);
    transition: 0s;
    opacity: 0.96; }
  .category-card:hover .home-category-title {
    transform: translateY(0px); }
  .category-card:hover .home-category-button {
    transform: translateY(0px);
    opacity: 0.96; } }

@media screen and (max-width: 767px) {
  .home-slider-prev {
    height: 45px;
    width: 45px; }
  .home-slider-next {
    height: 45px;
    width: 45px; }
  #category-slider {
    height: calc(((100vw - 112px) / 3) + 52px);
    margin-top: 1vw; }
  .mrh-category-wrapper {
    height: calc(((100vw - 112px) / 3) + 52px); }
  .slick-category-row {
    width: calc(100vw - 64px);
    height: calc((100vw - 112px) / 3); }
  .category-card {
    width: calc((100vw - 112px) / 3);
    min-width: calc((100vw - 112px) / 3);
    max-width: calc((100vw - 112px) / 3);
    height: calc((100vw - 112px) / 3);
    min-height: calc((100vw - 112px) / 3);
    max-height: calc((100vw - 112px) / 3); }
  .home-category-title {
    font-size: 4.3vw; }
  .category-title-medium {
    font-size: 3.875vw; }
  .category-title-long {
    font-size: 3.25vw; }
  .home-category-button {
    font-size: 1.9vw;
    padding: 0.5rem 1rem; } }

@media screen and (max-width: 675px) {
  #category-slider {
    height: calc(((100vw - 96px) / 2) + 36px); }
  .mrh-category-wrapper {
    height: calc(((100vw - 96px) / 2) + 36px); }
  .slick-category-row {
    width: calc(100vw - 64px);
    height: calc((100vw - 96px) / 2);
    top: 18px; }
  .category-card {
    width: calc((100vw - 96px) / 2);
    min-width: calc((100vw - 96px) / 2);
    max-width: calc((100vw - 96px) / 2);
    height: calc((100vw - 96px) / 2);
    min-height: calc((100vw - 96px) / 2);
    max-height: calc((100vw - 96px) / 2); }
  .home-category-title {
    font-size: 6.125vw; }
  .category-title-medium {
    font-size: 5.75vw; }
  .category-title-long {
    font-size: 4.75vw; }
  .home-category-button {
    font-size: 2.5vw; } }

@media screen and (max-width: 575px) {
  #category-slider {
    height: calc(((100vw - 64px) / 2) + 36px); }
  .mrh-category-wrapper {
    height: calc(((100vw - 64px) / 2) + 36px); }
  .slick-category-row {
    width: calc(100vw - 32px);
    height: calc((100vw - 64px) / 2); }
  .category-card {
    width: calc((100vw - 64px) / 2);
    min-width: calc((100vw - 64px) / 2);
    max-width: calc((100vw - 64px) / 2);
    height: calc((100vw - 64px) / 2);
    min-height: calc((100vw - 64px) / 2);
    max-height: calc((100vw - 64px) / 2); }
  .home-category-title {
    font-size: 6.5vw; }
  .category-title-medium {
    font-size: 6vw; }
  .category-title-long {
    font-size: 4.75vw; }
  .home-category-button {
    font-size: 2.8vw; } }

@media screen and (max-width: 480px) {
  #category-slider {
    margin-top: 1.5vw; } }

@media screen and (max-width: 399px) {
  #category-slider {
    height: calc((100vw - 64px) + 36px); }
  .mrh-category-wrapper {
    height: calc((100vw - 64px) + 36px); }
  .slick-category-row {
    width: calc(100vw - 48px);
    height: calc(100vw - 64px); }
  .category-card {
    width: calc(100vw - 64px);
    min-width: calc(100vw - 64px);
    max-width: calc(100vw - 64px);
    height: calc(100vw - 64px);
    min-height: calc(100vw - 64px);
    max-height: calc(100vw - 64px); }
  .home-category-title {
    font-size: 11.25vw; }
  .category-title-medium {
    font-size: 10.75vw; }
  .category-title-long {
    font-size: 9.125vw; }
  .home-category-button {
    font-size: 4.75vw; } }

#homeProductCarousel-tabs {
  margin-left: 0px;
  margin-right: 0px; }

.tabs-header {
  display: flex;
  flex-direction: row;
  padding: 0 calc(2rem + 15px);
  text-align: left;
  align-items: center; }
  .tabs-header .halo-heading {
    text-align: left;
    margin-bottom: 0px;
    padding-right: 26px; }

#homeCustomBlockCategory .tabs {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  padding: 0;
  border: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  overflow-x: auto; }
  #homeCustomBlockCategory .tabs .tab {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 0 2px 15px;
    background: 0;
    border: 0;
    float: none; }
    #homeCustomBlockCategory .tabs .tab:first-child {
      margin-left: 0; }
    #homeCustomBlockCategory .tabs .tab.is-active .tab-title {
      color: #232323;
      font-weight: 900;
      border-color: black; }
  #homeCustomBlockCategory .tabs .tab-title {
    color: #969696;
    font-size: 18px;
    font-weight: 900;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    padding: 8px 10px;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    background: transparent;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (min-width: 768px) {
      #homeCustomBlockCategory .tabs .tab-title {
        font-size: 24px; } }

@media (min-width: 551px) {
  #homeCustomBlockCategory .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    white-space: unset;
    overflow-x: hidden;
    margin-bottom: 8px; }
    #homeCustomBlockCategory .tabs .tab {
      width: auto;
      margin-left: 0;
      margin-bottom: 0; }
    .home-layout-1 #homeCustomBlockCategory .tabs .tab.is-active .tab-title span, .home-layout-2 #homeCustomBlockCategory .tabs .tab.is-active .tab-title span, .home-layout-4 #homeCustomBlockCategory .tabs .tab.is-active .tab-title span {
      border-bottom: 3px solid #232323;
      padding-bottom: 4px; }
    .home-layout-1 #homeCustomBlockCategory .tabs .tab-title, .home-layout-2 #homeCustomBlockCategory .tabs .tab-title, .home-layout-4 #homeCustomBlockCategory .tabs .tab-title {
      padding-left: 26px;
      padding-right: 26px;
      line-height: 1.625;
      border: 0;
      border-radius: 0;
      white-space: unset;
      overflow: unset;
      text-overflow: unset; } }

.homeTopCategoryCarousel__wrapper {
  opacity: 0;
  max-height: 0px;
  overflow: hidden; }

.homeTopCategoryCarousel__wrapper.is-active {
  opacity: 1;
  max-height: unset;
  overflow: visible; }

.homeService__img {
  width: 125px;
  height: 125px;
  background-size: cover;
  background-position: center;
  border-radius: 50%; }

.home-lookbook-header {
  text-align: left !important;
  padding-left: 15px !important; }

.benefit-heading {
  display: inline !important; }

.benefit-container {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline;
  margin: auto;
  height: 40px;
  text-align: center; }

.benefit-select {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 40px;
  border-bottom: 1px solid #a9b;
  z-index: 4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  margin: 0 20px; }

.benefit-select::before {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -2px 0;
  width: 0px;
  height: 0px;
  content: "";
  border-width: 4px;
  border-style: solid;
  border-color: #879 transparent transparent; }

.benefit_select_value {
  font: 500 14px/19px "Open Sans", Arial, sans-serif;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  z-index: 3;
  transition-delay: 0.2s; }

.benefit-select.benefit-is-active .benefit_select_value {
  z-index: 1;
  transition: none; }

.benefit_select_options {
  margin: 0 -15px;
  position: absolute;
  top: 0;
  min-width: calc( 100% + 30px);
  max-height: 520px;
  z-index: 2; }

.benefit_select_back {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scaleY(0.16) scaleX(0.93);
  opacity: 0;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s; }

.benefit_select_back::before {
  position: absolute;
  box-shadow: 0px 2px 9px black;
  transform: scale(0.93);
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  transition: all 0.1s cubic-bezier(0.39, 0.575, 0.565, 1); }

.benefit_select_back::after {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  content: ""; }

.benefit-select.benefit-is-active .benefit_select_back {
  transform: scaleY(1) scaleX(1);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); }

.benefit-select.benefit-is-active .benefit_select_back::before {
  opacity: 0.4;
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

.benefit_select_list {
  position: relative;
  margin: 10px 0;
  width: 100%;
  max-height: 500px;
  overflow: auto;
  opacity: 0; }

.benefit-select.benefit-is-active .benefit_select_list {
  opacity: 1; }

.benefit_select_item {
  padding: 10px 15px;
  font: 500 14px/14px "Open Sans", Arial, sans-serif;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.2s; }

.benefit-select.benefit-is-active .benefit_select_item {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.25s; }

.benefit-select.benefit-is-active .benefit_select_item.benefit-is-active {
  visibility: visible;
  opacity: 1;
  transition: none; }

.benefit-select.benefit-is-active:not(.is-animating) .benefit_select_item:hover {
  background: rgba(25, 0, 255, 0.1);
  transition: none; }

.benefit-select.benefit-is-active .benefit_select_item {
  padding: 10px 15px; }

.overflow__select {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }

#halo-newsletter.mrh-halo-newsletter {
  margin-bottom: 0px;
  background: #d6d4c8; }
  #halo-newsletter.mrh-halo-newsletter .newsletter-inner {
    width: 99%;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw; }
    #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right {
      background-color: #EDECEA; }
      #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-heading {
        font-size: 32px; }
  @media (max-width: 1449px) {
    #halo-newsletter.mrh-halo-newsletter .newsletter-inner #SubcribeForm {
      margin-top: 10px;
      margin-bottom: 15px; } }
  @media (max-width: 1279px) {
    #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-heading {
      font-size: 28px;
      margin: 20px 0 10px 0; } }
  @media (max-width: 1199px) {
    #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-heading {
      font-size: 2.125vw;
      margin: 15px 0 10px 0; }
    #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right #SubcribeForm {
      margin-top: 5px;
      margin-bottom: 10px; }
    #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-text {
      font-size: 1.375vw; } }
  @media (max-width: 767px) {
    #halo-newsletter.mrh-halo-newsletter .newsletter-inner {
      width: 98%;
      margin-top: 1vw;
      margin-bottom: 1vw; }
      #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right {
        margin-top: 1vw;
        padding: 8vw 6.75vw; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-right-inner {
          max-width: unset; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-subheading {
          font-size: 2.5vw; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-heading {
          font-size: 3.5vw;
          margin: 15px 0 10px 0; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right #SubcribeForm {
          margin-top: 5px;
          margin-bottom: 10px; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-text {
          font-size: 2vw; } }
  @media (max-width: 599px) {
    #halo-newsletter.mrh-halo-newsletter .newsletter-inner {
      width: 98%;
      margin-top: 1vw;
      margin-bottom: 1vw; }
      #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right {
        margin-top: 1vw;
        padding: 8vw 6.75vw; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-right-inner {
          max-width: unset; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-subheading {
          font-size: 3vw; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-heading {
          font-size: 4vw;
          margin: 12.5px 0 5px 0; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right #SubcribeForm {
          margin-top: 5px;
          margin-bottom: 5px; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-text {
          font-size: 2.5vw; } }
  @media (max-width: 480px) {
    #halo-newsletter.mrh-halo-newsletter .newsletter-inner {
      width: 97%;
      margin-top: 1.5vw;
      margin-bottom: 1.5vw; }
      #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right {
        margin-top: 1.5vw;
        padding: 7vw 6vw; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-subheading {
          font-size: 3.5vw; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-heading {
          font-size: 4.5vw;
          margin: 10px 0 0px 0; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right #SubcribeForm {
          margin-top: 5px;
          margin-bottom: 5px; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-text {
          font-size: 2.75vw; } }
  @media (max-width: 359px) {
    #halo-newsletter.mrh-halo-newsletter .newsletter-inner {
      width: 97%;
      margin-top: 1.5vw;
      margin-bottom: 1.5vw; }
      #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right {
        margin-top: 1.5vw;
        padding: 6vw 5vw; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-subheading {
          font-size: 4.25vw; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-heading {
          font-size: 4.75vw;
          margin: 10px 0 0px 0; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right #SubcribeForm {
          margin-top: 5px;
          margin-bottom: 5px; }
        #halo-newsletter.mrh-halo-newsletter .newsletter-inner .newsletter-right .newsletter-text {
          font-size: 3.75vw; } }

.home-slider-prev {
  height: 60px;
  width: 60px;
  position: absolute;
  border-radius: 50%;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/slider-prev-button-bold.png);
  background-position: center;
  background-size: cover;
  z-index: 1;
  top: 51%;
  transform: translateY(-51%);
  left: 28px; }

.home-slider-next {
  height: 60px;
  width: 60px;
  position: absolute;
  border-radius: 50%;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/slider-next-button-bold.png);
  background-position: center;
  background-size: cover;
  z-index: 1;
  top: 51%;
  transform: translateY(-51%);
  left: unset;
  right: 28px; }

#home-newsletter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  padding-left: 0px;
  padding-right: 0px; }
  #home-newsletter-container .hbspt-form {
    width: 100%; }
  #home-newsletter-container .hs-error-msgs {
    display: none; }
  #home-newsletter-container .hs_email {
    float: left;
    width: 75%; }
  #home-newsletter-container .hs-input {
    width: 100%;
    height: 37.5px !important;
    border: 1px solid #000;
    text-align: center;
    font-family: "Roboto", sans-serif; }
  #home-newsletter-container .hs_submit {
    float: right;
    width: 25%; }
  #home-newsletter-container .hs-button {
    width: 100%;
    height: 37.5px !important;
    background-color: #000000;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 700; }
  #home-newsletter-container .submitted-message {
    color: #611400;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700; }
    #home-newsletter-container .submitted-message p {
      margin-top: 0px;
      margin-bottom: 0px; }

.disclaimer_link {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold; }

@media screen and (max-width: 1279px) {
  #home-newsletter-container .submitted-message {
    color: #611400;
    font-family: "Roboto", sans-serif;
    font-size: 1.75vw;
    font-weight: 700; } }

@media screen and (max-width: 768px) {
  #home-newsletter-container .submitted-message {
    color: #611400;
    font-family: "Roboto", sans-serif;
    font-size: 2.75vw;
    font-weight: 700; } }

@media screen and (max-width: 480px) {
  #home-newsletter-container .hs-input {
    width: 100%;
    height: 37.5px !important;
    border: 1px solid #000;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px; }
  #home-newsletter-container .hs-button {
    width: 100%;
    height: 37.5px !important;
    background-color: #000000;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 12px; }
  #home-newsletter-container .submitted-message {
    color: #611400;
    font-family: "Roboto", sans-serif;
    font-size: 3.5vw;
    font-weight: 700; } }

:root {
  --font: "Roboto", sans-serif;
  --fontOrigin: 1rem;
  /* 16px */
  --fontSmall: 0.625em;
  /* 10px */
  --fontMedium: 0.875em;
  /* 14px */
  --fontNormal: 15px;
  /* 16px */
  --fontLarge: 1.375em;
  /* 22px */
  --fontTitle: 2rem;
  --fontLight: 100;
  --fontRegular: 400;
  --fontBold: 600;
  --fontBolder: 800;
  --speed: 0.65s;
  --speed2: 0.35s;
  --bs-gutter-x: 1.6rem; }

/* Global Image Box Styling */
.mrh-home-image-box {
  width: 25vw;
  height: 25vw; }

/* Global Info Box Styling */
.mrh-home-info-box {
  width: 25vw;
  height: 25vw;
  background-color: #EDECEA !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.info-box-content-container {
  height: 65%;
  width: 84%;
  position: absolute;
  align-items: center;
  justify-content: center;
  overflow: visible;
  top: 15%;
  left: 8%; }

.info-box-title-container {
  width: 100%;
  height: 20%;
  position: absolute;
  align-items: center;
  justify-content: left;
  display: flex; }

.info-box-title {
  color: black;
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  top: 25%;
  text-transform: uppercase;
  line-height: 1.1 !important;
  transition: all 0.2s ease 0s; }

.info-box-title:hover {
  color: #680f07;
  transition: all 0.2s ease 0s; }

.info-box-text-container {
  width: 100%;
  height: 55%;
  top: 20%;
  position: absolute;
  align-items: center;
  justify-content: left;
  display: flex; }

.info-box-text {
  color: black;
  font-style: normal;
  font-size: 25.5px;
  line-height: 1.1 !important; }

.info-box-button-container {
  width: 100%;
  height: 25%;
  top: 75%;
  position: absolute;
  align-items: center;
  justify-content: left;
  display: flex;
  border-radius: 6px; }

.learn-more-button {
  width: 45%;
  height: 70%;
  position: absolute;
  top: 25%;
  vertical-align: top !important;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 3px;
  transition: all 0.2s ease 0s;
  border: none; }

.learn-more-button:hover {
  width: 48%;
  height: 73%;
  background-color: none;
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease 0s; }

.learn-more-button-text {
  color: #fff;
  font-weight: bold;
  font-size: 22.5px;
  position: unset;
  line-height: 1.1 !important;
  transition: all 0.2s ease 0s; }

.learn-more-button-text:hover {
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  transition: all 0.2s ease 0s; }

/* SECTION ONE */
#video-hero {
  height: 67.5vh;
  width: 99%;
  background-color: #D6D4C8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 0.5%;
  overflow: hidden; }

#video-hero video {
  min-height: 67.5vh;
  min-width: 99vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  object-fit: cover;
  opacity: 0.95; }

.home-slider-prev {
  height: 47.5px;
  width: 47.5px !important;
  position: absolute;
  border-radius: 50%;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/slider-prev-button-bold.png);
  background-position: center;
  background-size: cover;
  z-index: 1;
  top: 51%;
  transform: translateY(-51%);
  left: 28px; }

.home-slider-next {
  height: 47.5px;
  width: 47.5px !important;
  position: absolute;
  border-radius: 50%;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/slider-next-button-bold.png);
  background-position: center;
  background-size: cover;
  z-index: 1;
  top: 51%;
  transform: translateY(-51%);
  left: unset;
  right: 28px; }

#category-slider {
  position: relative;
  height: calc(((100vw - 176px) / 4) + 52px);
  width: 100%;
  display: block;
  margin-top: 0.5vw;
  background-color: #FDFDFA; }

.mrh-category-wrapper {
  position: absolute;
  width: 100%;
  height: calc(((100vw - 176px) / 4) + 52px);
  display: flex;
  flex-direction: column; }

.slick-category-row {
  position: relative;
  width: calc(100vw - 112px) !important;
  min-width: unset !important;
  height: calc((100vw - 176px) / 4);
  display: -ms-flexbox;
  display: flex;
  left: 0px;
  top: 26px;
  overflow-x: visible;
  margin: 0 auto; }

.category-card {
  background-color: #FFFFFF;
  background-position: center;
  background-size: cover;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 6px;
  width: calc((100vw - 176px) / 4);
  min-width: calc((100vw - 176px) / 4);
  max-width: calc((100vw - 176px) / 4);
  height: calc((100vw - 176px) / 4);
  min-height: calc((100vw - 176px) / 4);
  max-height: calc((100vw - 176px) / 4);
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
  cursor: pointer; }

.home-category-title {
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  font-size: 2.75vw;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  margin-bottom: 1.5rem;
  transform: translateY(1rem);
  transition: 0.8s;
  cursor: pointer; }

.category-title-long {
  font-size: 2.5vw; }

.home-category-button {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-weight: bold;
  font-size: 1.25vw;
  padding: 0.75rem 1.25rem;
  background-color: #EDECEA;
  border-radius: 3px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  transform: translateY(1.75rem);
  transition: 0.6s;
  opacity: 0; }

.category-card:hover .home-category-title {
  transform: translateY(0px); }

.category-card:hover .home-category-button {
  transform: translateY(0px);
  opacity: 1; }

@media screen and (max-width: 1449px) {
  .home-slider-prev {
    height: 45px;
    width: 45px !important;
    left: 26px; }
  .home-slider-next {
    height: 45px;
    width: 45px !important;
    right: 26px; }
  #category-slider {
    height: calc(((100vw - 160px) / 4) + 52px); }
  .mrh-category-wrapper {
    height: calc(((100vw - 160px) / 4) + 52px); }
  .slick-category-row {
    width: calc(100vw - 96px) !important;
    height: calc((100vw - 160px) / 4); }
  .category-card {
    width: calc((100vw - 160px) / 4);
    min-width: calc((100vw - 160px) / 4);
    max-width: calc((100vw - 160px) / 4);
    height: calc((100vw - 160px) / 4);
    min-height: calc((100vw - 160px) / 4);
    max-height: calc((100vw - 160px) / 4); }
  .home-category-title {
    font-size: 3vw;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6); }
  .category-title-long {
    font-size: 2.5vw; } }

@media screen and (max-width: 1199px) {
  .home-slider-prev {
    left: 22px; }
  .home-slider-next {
    right: 22px; }
  #category-slider {
    height: calc(((100vw - 144px) / 4) + 52px); }
  .mrh-category-wrapper {
    height: calc(((100vw - 144px) / 4) + 52px); }
  .slick-category-row {
    width: calc(100vw - 80px) !important;
    height: calc((100vw - 144px) / 4); }
  .category-card {
    width: calc((100vw - 144px) / 4);
    min-width: calc((100vw - 144px) / 4);
    max-width: calc((100vw - 144px) / 4);
    height: calc((100vw - 144px) / 4);
    min-height: calc((100vw - 144px) / 4);
    max-height: calc((100vw - 144px) / 4); }
  .home-category-title {
    font-size: 3.25vw; }
  .category-title-medium {
    font-size: 3vw; }
  .category-title-long {
    font-size: 2.5vw; }
  .home-category-button {
    font-size: 1.5vw;
    padding: 0.5rem 1.125rem; } }

@media screen and (max-width: 1024px) {
  .home-slider-prev {
    left: 7.5px; }
  .home-slider-next {
    right: 7.5px; }
  #category-slider {
    height: calc(((100vw - 128px) / 3) + 52px); }
  .mrh-category-wrapper {
    height: calc(((100vw - 128px) / 3) + 52px); }
  .slick-category-row {
    width: calc(100vw - 80px) !important;
    height: calc((100vw - 128px) / 3); }
  .category-card {
    width: calc((100vw - 128px) / 3);
    min-width: calc((100vw - 128px) / 3);
    max-width: calc((100vw - 128px) / 3);
    height: calc((100vw - 128px) / 3);
    min-height: calc((100vw - 128px) / 3);
    max-height: calc((100vw - 128px) / 3); }
  .home-category-title {
    font-size: 4.125vw;
    transform: translateY(0px);
    transition: 0s; }
  .category-title-medium {
    font-size: 3.5vw; }
  .category-title-long {
    font-size: 3.25vw; }
  .home-category-button {
    font-size: 1.6vw;
    padding: 0.5rem 1.125rem;
    transform: translateY(0px);
    transition: 0s;
    opacity: 0.96; }
  .category-card:hover .home-category-title {
    transform: translateY(0px); }
  .category-card:hover .home-category-button {
    transform: translateY(0px);
    opacity: 0.96; } }

@media screen and (max-width: 767px) {
  .home-slider-prev {
    height: 45px;
    width: 45px !important; }
  .home-slider-next {
    height: 45px;
    width: 45px !important; }
  #category-slider {
    height: calc(((100vw - 112px) / 3) + 52px);
    margin-top: 1vw; }
  .mrh-category-wrapper {
    height: calc(((100vw - 112px) / 3) + 52px); }
  .slick-category-row {
    width: calc(100vw - 64px) !important;
    height: calc((100vw - 112px) / 3); }
  .category-card {
    width: calc((100vw - 112px) / 3);
    min-width: calc((100vw - 112px) / 3);
    max-width: calc((100vw - 112px) / 3);
    height: calc((100vw - 112px) / 3);
    min-height: calc((100vw - 112px) / 3);
    max-height: calc((100vw - 112px) / 3); }
  .home-category-title {
    font-size: 4.3vw; }
  .category-title-medium {
    font-size: 3.875vw; }
  .category-title-long {
    font-size: 3.25vw; }
  .home-category-button {
    font-size: 1.9vw;
    padding: 0.5rem 1rem; } }

@media screen and (max-width: 675px) {
  #category-slider {
    height: calc(((100vw - 96px) / 2) + 36px); }
  .mrh-category-wrapper {
    height: calc(((100vw - 96px) / 2) + 36px); }
  .slick-category-row {
    width: calc(100vw - 64px) !important;
    height: calc((100vw - 96px) / 2);
    top: 18px; }
  .category-card {
    width: calc((100vw - 96px) / 2);
    min-width: calc((100vw - 96px) / 2);
    max-width: calc((100vw - 96px) / 2);
    height: calc((100vw - 96px) / 2);
    min-height: calc((100vw - 96px) / 2);
    max-height: calc((100vw - 96px) / 2); }
  .home-category-title {
    font-size: 6.125vw; }
  .category-title-medium {
    font-size: 5.75vw; }
  .category-title-long {
    font-size: 4.75vw; }
  .home-category-button {
    font-size: 2.5vw; } }

@media screen and (max-width: 575px) {
  #category-slider {
    height: calc(((100vw - 64px) / 2) + 36px); }
  .mrh-category-wrapper {
    height: calc(((100vw - 64px) / 2) + 36px); }
  .slick-category-row {
    width: calc(100vw - 32px) !important;
    height: calc((100vw - 64px) / 2); }
  .category-card {
    width: calc((100vw - 64px) / 2);
    min-width: calc((100vw - 64px) / 2);
    max-width: calc((100vw - 64px) / 2);
    height: calc((100vw - 64px) / 2);
    min-height: calc((100vw - 64px) / 2);
    max-height: calc((100vw - 64px) / 2); }
  .home-category-title {
    font-size: 6.5vw; }
  .category-title-medium {
    font-size: 6vw; }
  .category-title-long {
    font-size: 4.75vw; }
  .home-category-button {
    font-size: 2.8vw; } }

@media screen and (max-width: 480px) {
  #category-slider {
    margin-top: 1.5vw; } }

@media screen and (max-width: 399px) {
  #category-slider {
    height: calc((100vw - 64px) + 36px); }
  .mrh-category-wrapper {
    height: calc((100vw - 64px) + 36px); }
  .slick-category-row {
    width: calc(100vw - 48px) !important;
    height: calc(100vw - 64px); }
  .category-card {
    width: calc(100vw - 64px);
    min-width: calc(100vw - 64px);
    max-width: calc(100vw - 64px);
    height: calc(100vw - 64px);
    min-height: calc(100vw - 64px);
    max-height: calc(100vw - 64px); }
  .home-category-title {
    font-size: 11.25vw; }
  .category-title-medium {
    font-size: 10.75vw; }
  .category-title-long {
    font-size: 9.125vw; }
  .home-category-button {
    font-size: 4.75vw; } }

/* SECTION TWO */
.mrh-home-s2 {
  width: 99%;
  height: 49.5vw;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  margin-top: 0.5vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw; }

.mrh-home-s2:hover {
  overflow: visible; }

/* Section Two - Column 1 */
.s2-c1 {
  float: left;
  width: 49.75%;
  height: 49vw;
  margin-left: 0%;
  margin-right: 0.25%;
  margin-top: 0;
  margin-right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-box-shadow: 5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  box-shadow: 5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; }

.s2-c1:hover {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.005, 1.005);
  transform: scale(1.005, 1.005); }

.left-side {
  width: 50%;
  height: 100%;
  float: left; }

.right-side {
  width: 50%;
  height: 100%;
  float: right; }

.mrh-home-image-text-container {
  width: 40vw;
  height: 5vw;
  position: relative;
  top: 22.5vw;
  bottom: 22.5vw;
  right: 5vw;
  left: 5vw; }

.mrh-image-text {
  color: white;
  font-size: 3.7vw;
  font-style: bold; }

/* Section Two - Column 2 */
.s2-c2 {
  float: right;
  width: 49.75%;
  height: 49vw;
  margin-left: 0.25%;
  margin-right: 0%;
  margin-top: 0;
  overflow: visible;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.s2-c2:hover {
  overflow: visible; }

.s2-c2-row-top {
  width: 100%;
  height: 24.25vw;
  z-index: 2;
  margin-bottom: 0.5vw;
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: -5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  box-shadow: -5px 5px 8px -6px rgba(144, 143, 145, 0.65); }

.s2-c2-row-top:hover {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

#agriculture-info-box {
  float: left;
  width: 50%;
  height: 24.25vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#agriculture-image-box {
  float: right;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 103%;
  opacity: 0.9;
  width: 50%;
  height: 24.25vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.agriculture.lazyloaded {
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/agriculture-opt.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

.s2-c2-row-bottom {
  width: 100%;
  height: 24.25vw;
  z-index: 2;
  margin-top: 0.5vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-box-shadow: -5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  box-shadow: -5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  z-index: 4; }

.s2-c2-row-bottom:hover {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  overflow: visible; }

#sourcing-info-box {
  float: right;
  width: 50%;
  height: 24.25vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#sourcing-image-box {
  float: left;
  opacity: 0.9;
  width: 50%;
  height: 24.25vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.sourcing.lazyloaded {
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/sourcing-opt.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 103%; }

/* SECTION 3 */
.mrh-home-s3 {
  width: 99%;
  height: 24.5vw;
  position: relative;
  top: 0vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 4;
  margin-left: 0.5%; }

.mrh-home-s3:hover {
  overflow: visible; }

.s3-c1 {
  width: 49.75%;
  height: 24.5vw;
  float: left;
  -webkit-box-shadow: 5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  box-shadow: 5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-right: 0.25%;
  margin-left: 0%; }

.s3-c1:hover {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

#sustainability-image-box {
  float: left;
  opacity: 0.95;
  width: 50%;
  height: 24.5vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.sustainability.lazyloaded {
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/home-sus-sq-1-.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

#sustainability-info-box {
  width: 50%;
  height: 24.5vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #EDECEA !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

/* Section 3- Column 2 */
.mrh-home-s3 .s3-c2 {
  float: right;
  width: 49.75%;
  height: 24.5vw;
  background-color: #EDECEA;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.95;
  -webkit-box-shadow: -5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  box-shadow: -5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-right: 0%;
  margin-left: 0.25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.mrh-home-s3 .s3-c2:hover {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  overflow: visible; }

.subscribe-container-1 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 20; }

.home-subscribe-title-1 {
  color: black;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1 !important;
  display: block; }

.home-subscribe-subtitle {
  color: black;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.1 !important; }

.disclaimer_link {
  color: darkgray;
  text-decoration: underline;
  font-weight: bold; }

#home-newsletter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 2.5%;
  margin-bottom: 2.5%; }
  #home-newsletter-container .hbspt-form {
    width: 100%; }
  #home-newsletter-container .hs-error-msgs {
    display: none; }
  #home-newsletter-container .hs_email {
    float: left;
    width: 75%; }
  #home-newsletter-container .hs-input {
    width: 100%;
    height: 37.5px !important;
    border: 1px solid #000;
    text-align: center;
    font-family: "Roboto", sans-serif; }
  #home-newsletter-container .hs_submit {
    float: right;
    width: 25%; }
  #home-newsletter-container .hs-button {
    width: 100%;
    height: 37.5px !important;
    background-color: #000000;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 700; }
  #home-newsletter-container .submitted-message {
    color: #611400;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700; }
    #home-newsletter-container .submitted-message p {
      margin-top: 0px;
      margin-bottom: 0px; }

@media screen and (max-width: 1279px) {
  #home-newsletter-container .submitted-message {
    color: #611400;
    font-family: "Roboto", sans-serif;
    font-size: 1.75vw;
    font-weight: 700; } }

@media screen and (max-width: 768px) {
  #home-newsletter-container .submitted-message {
    color: #611400;
    font-family: "Roboto", sans-serif;
    font-size: 2.75vw;
    font-weight: 700; } }

@media screen and (max-width: 480px) {
  #home-newsletter-container .hs-input {
    width: 100%;
    height: 37.5px !important;
    border: 1px solid #000;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px; }
  #home-newsletter-container .hs-button {
    width: 100%;
    height: 37.5px !important;
    background-color: #000000;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 12px; }
  #home-newsletter-container .submitted-message {
    color: #611400;
    font-family: "Roboto", sans-serif;
    font-size: 3.5vw;
    font-weight: 700; } }

/* SECTION 4 */
.mrh-home-s4 {
  width: 100%;
  height: 35vw;
  position: relative;
  top: 0vw;
  background-color: #FDFDFA;
  margin-top: 0.5vw;
  -webkit-box-shadow: 0px 5px 8px -6px rgba(144, 143, 145, 0.65);
  box-shadow: 0px 5px 8px -6px rgba(144, 143, 145, 0.65);
  overflow: hidden; }

/* New Product Carousel */
.mrh-product-carousel {
  width: 100%;
  height: 35vw;
  position: absolute;
  top: 0vw;
  left: 0vw;
  background-color: #FDFDFA;
  margin-top: 0.5vw; }

.mrh-product-carousel .mrh-carousel-title {
  text-align: center;
  margin-bottom: 0%;
  margin-top: 0.5vw;
  position: relative;
  top: 0;
  font-size: 52.5px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.2rem; }

.mrh-product-carousel .mrh-carousel-subtitle {
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 0.5vw;
  margin-top: 0.25vw;
  font-size: 30px;
  font-weight: lighter; }

.next-product-circle {
  position: absolute;
  top: 45%;
  right: 1%;
  height: 60px;
  width: 60px;
  z-index: 100;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/slider-next-button-bold.png);
  background-position: center;
  background-size: cover;
  border-radius: 50%; }

.prev-product-circle {
  position: absolute;
  top: 45%;
  left: 1%;
  height: 4vw;
  height: 60px;
  width: 60px;
  z-index: 100;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/slider-prev-button-bold.png);
  background-position: center;
  background-size: cover;
  border-radius: 50%; }

.mrh-product-carousel .mrh-product-wrapper {
  width: 80vw;
  height: 33vw;
  margin: 0px auto;
  overflow: visible;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 5%; }

.home-body .carsousel-card-img-container {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.home-body .carousel-card-img {
  max-width: unset;
  object-fit: cover;
  overflow: hidden; }

/* SECTION 5 */
.mrh-home-s5 {
  width: 99%;
  height: 24.5vw;
  position: relative;
  top: 0vw;
  margin-top: 0.5vw;
  z-index: 4;
  margin-left: 0.5%; }

/* Section 5 - Column 1 */
.s5-c1 {
  float: left;
  width: 100%;
  height: 24.5vw;
  opacity: 0.95;
  -webkit-box-shadow: 5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  box-shadow: 5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-left: 0%;
  margin-right: 0%; }

.s5-c1.lazyloaded {
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/radio-opt.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.s5-c1:hover {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  overflow: visible; }

.herbal-radio-info-container {
  height: 100%;
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }

.herbal-radio-info {
  color: #D6D4C8;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 1.8vw;
  margin-top: 0px;
  line-height: 1.1; }

.herbal-radio-title {
  color: #D6D4C8;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 2.2vw;
  font-weight: bold;
  line-height: 1.1; }

.herbal-radio-button-text {
  text-align: center;
  margin: 0 0 0 0;
  font-size: 1.3vw;
  font-weight: 600;
  letter-spacing: normal;
  color: #1f1f1f;
  width: 33%;
  background-color: #d6d4c8;
  padding: 0.6rem 1.125rem;
  border-radius: 3px;
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.6s, color 0.6s, box-shadow 0.6s; }

.herbal-radio-button-text:hover {
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  background-color: #fdfdfa;
  color: #000; }

.s5-c2 {
  width: 49.75%;
  height: 24.5vw;
  float: right;
  -webkit-box-shadow: -5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  box-shadow: -5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  margin-right: 0%;
  margin-left: 0.25%; }

.s5-c2:hover {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  overflow: visible; }

#aromatherapy-image-box {
  float: right;
  opacity: 0.9;
  width: 50%;
  height: 24.5vw; }

.aromatherapy.lazyloaded {
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/essentialoil-opt.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 103%; }

#aromatherapy-info-box {
  width: 50%;
  height: 24.5vw; }

/* SECTION 6 */
.mrh-home-s6 {
  width: 99%;
  height: 24.5vw;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  margin-top: 0.5vw;
  margin-left: 0.5%;
  margin-right: 0.5%; }

.s6-c1 {
  float: left;
  width: 49.75%;
  height: 24.5vw;
  margin-left: 0%;
  margin-right: 0.25%;
  margin-top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  box-shadow: 5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease; }

#tea-image-box {
  float: right;
  position: absolute;
  top: 0;
  left: 24.75%;
  width: 25%;
  height: 24.5vw;
  opacity: 0.9; }

.tea.lazyloaded {
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/cover4-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 103%; }

#tea-info-box {
  width: 50%;
  height: 24.5vw; }

.s6-c2 {
  float: right;
  width: 49.75%;
  height: 24.5vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: -5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  box-shadow: -5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-right: 0%;
  margin-left: 0.25%; }

#herbs-image-box {
  float: left;
  position: absolute;
  opacity: 0.9;
  width: 25%;
  height: 24.5vw;
  left: 50.25%; }

.herbs.lazyloaded {
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/herbs-opt.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 103%; }

#herbs-info-box {
  position: absolute;
  width: 24.75%;
  height: 24.5vw;
  right: 0%; }

/* SECTION 7 */
.mrh-home-s7 {
  width: 100%;
  height: 45vw;
  position: relative;
  overflow: visible;
  top: 0;
  left: 0;
  background-color: #FDFDFA;
  margin-top: 0.5vw;
  -webkit-box-shadow: 0px 5px 8px -6px rgba(144, 143, 145, 0.65);
  box-shadow: 0px 5px 8px -6px rgba(144, 143, 145, 0.65); }

.mrh-blog-carousel {
  width: 100%;
  height: 45vw;
  position: absolute;
  top: 0vw;
  left: 0vw;
  background-color: #FDFDFA;
  overflow: visible; }

.mrh-blog-carousel .mrh-carousel-title {
  text-align: center;
  margin-bottom: 1vw;
  margin-top: 1.5vw;
  position: relative;
  top: 0;
  font-size: 52.5px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.2rem; }

.next-blog-circle {
  position: absolute;
  top: 45%;
  right: 1%;
  height: 4vw;
  width: 4vw;
  background-color: #D6D4C8;
  z-index: 30;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%; }

.next-blog {
  position: unset;
  font-size: 45px;
  z-index: 35; }

.prev-blog-circle {
  position: absolute;
  top: 45%;
  left: 1%;
  height: 4vw;
  width: 4vw;
  background-color: #D6D4C8;
  z-index: 30;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%; }

.prev-blog {
  position: unset;
  font-size: 45px;
  z-index: 35; }

.mrh-blog-wrapper {
  width: 86vw;
  height: 42vw;
  margin: 0px auto;
  overflow: visible;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 5%;
  margin: 0px auto; }

.line-clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 1rem !important; }

.line-clamp::before {
  position: absolute;
  content: "...";
  inset-block-end: 0;
  /* "bottom" */
  inset-inline-end: 0;
  /* "right" */
  right: 0.5rem; }

.line-clamp::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  /* "right" */
  width: 1rem;
  height: 1rem;
  background: #EDECEA; }

.line-clamp-5 {
  -webkit-line-clamp: 5;
  height: calc(15px * 1.2 * 5); }

.line-clamp-6 {
  -webkit-line-clamp: 6;
  height: calc(15px * 1.2 * 6); }

.line-clamp-4 {
  -webkit-line-clamp: 4;
  height: calc(15px * 1.2 * 4); }

/* SECTION 8 */
.mrh-home-s8 {
  width: 99%;
  height: 32vw;
  position: relative;
  top: 0;
  left: 0;
  background-color: #D6D4C8;
  z-index: 5;
  margin-top: 0.5vw;
  margin-left: 0.5%; }

/* Section 8 - Column 1 */
.s8-c1 {
  float: left !important;
  width: 50%;
  height: 31.5vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FDFDFA;
  opacity: 0.9;
  margin-left: 0%;
  overflow: hidden; }

.s8-c1 video {
  width: 100%;
  min-height: 31.5vw;
  position: relative;
  top: 0;
  left: 0;
  z-index: 25;
  -o-object-fit: cover;
  object-fit: cover; }

.s8-c2 {
  width: 50%;
  height: 31.5vw;
  float: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  -webkit-box-shadow: -5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  box-shadow: -5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-left: 0vw;
  background-color: #EDECEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.s8-c2:hover {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  overflow: visible; }

.subscribe-container {
  width: 80%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 20;
  background-color: #EDECEA; }

.home-subscribe-title {
  color: black;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.1 !important;
  margin-bottom: 0vw; }

.home-subscribe-subtitle-2 {
  font-size: 22.5px;
  margin-top: 2.5%; }

.home-subscribe-form {
  float: left;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  width: 75%;
  height: 37.5px !important;
  margin-left: 0%; }

.home-subscribe-input {
  width: 100%; }

.subscribe-button-mobile {
  display: none !important; }

.home-subscribe-button {
  width: 25%;
  height: 2.6em;
  vertical-align: center;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  background-color: #000000;
  margin-right: 0%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.home-submit-text {
  vertical-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18.75px; }

.disclaimer-text {
  font-size: 12px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0%; }

.subscribe-button-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: repeat(auto-fit, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-template-areas: "button1 button2";
  grid-column-gap: 3vw;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 2vw; }

.subscribe-button-grid:hover {
  overflow: hidden; }

.request-journal-button {
  -ms-grid-row: 1;
  grid-row: 1;
  grid-column: 1;
  -ms-grid-column: 1;
  grid-area: button1;
  background-color: rgba(0, 0, 0, 0.9);
  height: 52.5px;
  width: 13.5vw;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.request-journal-button:hover {
  width: 13.7vw;
  background-color: none;
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.request-journal-button a {
  color: #FFF;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-size: 22.5px;
  font-weight: bold; }

.request-journal-button a:hover {
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.view-journal-button {
  -ms-grid-row: 1;
  grid-row: 1;
  grid-column: 2;
  -ms-grid-column: 2;
  grid-area: button2;
  background-color: rgba(0, 0, 0, 0.9);
  height: 52.5px;
  width: 13.5vw;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.view-journal-button:hover {
  width: 13.7vw;
  background-color: none;
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.view-journal-button a {
  color: #FFF;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-size: 22.5px;
  font-weight: bold; }

.view-journal-button a:hover {
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

/* SECTION 9 */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/
.mrh-home-s9 {
  width: 100%;
  height: 42.5vw;
  position: relative;
  top: 0;
  left: 0;
  background-color: #FDFDFA; }

.wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 1fr);
  -ms-grid-rows: 2;
  grid-template-rows: auto;
  grid-template-areas: "store-title" "card-grid";
  width: 100%;
  min-height: 42.5vw;
  padding-top: 0%; }

.store-section-title {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: store-title;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  height: 7.5vw;
  width: 100%;
  padding-top: 0%; }

.store-visit-title {
  font-size: 52.5px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.2rem; }

.store-card-grid:before,
.store-card-grid:after {
  content: '';
  display: block;
  clear: both; }

.store-card-grid {
  grid-row: 2;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: card-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: repeat(auto-fit, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-template-areas: "card1 card2";
  grid-column-gap: 3vw;
  width: 100%;
  height: 35vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  text-align: center; }

.store-image-container {
  width: 100%;
  height: 40%;
  overflow: hidden; }
  .store-image-container .store-img {
    min-width: 100%;
    min-height: 100%; }

.store-card-info-container {
  position: unset;
  width: 100%;
  height: 60%;
  background-color: #EDECEA;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center; }

.store-card-1 {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: card1;
  position: unset;
  display: inline-block;
  height: 30vw;
  width: 25vw;
  background-color: #FFF;
  z-index: 20;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.store-card-1:hover {
  -webkit-box-shadow: 0 40px 130px rgba(0, 0, 0, 0.6);
  box-shadow: 0 40px 130px rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05); }

.store-card-2 {
  grid-row: 1;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: card2;
  position: unset;
  display: inline-block;
  height: 30vw;
  width: 25vw;
  background-color: #FFF;
  z-index: 20;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.store-card-2:hover {
  -webkit-box-shadow: 0 40px 130px rgba(0, 0, 0, 0.6);
  box-shadow: 0 40px 130px rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05); }

.store-card-3 {
  grid-row: 1;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: card3;
  position: unset;
  display: inline-block;
  height: 30vw;
  width: 25vw;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
  z-index: 20;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.store-card-3:hover {
  -webkit-box-shadow: 0 40px 130px rgba(0, 0, 0, 0.6);
  box-shadow: 0 40px 130px rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05); }

.store-type {
  position: unset;
  display: block;
  font-size: 2.25rem;
  font-weight: bold;
  padding-top: 2.5%;
  margin-bottom: 1%;
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.store-location-1 {
  position: unset;
  display: block;
  font-size: 30px;
  font-weight: 500;
  text-align: center !important;
  margin-bottom: 1.5%;
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.store-location {
  position: unset;
  display: block;
  font-size: 30px;
  font-weight: 500;
  text-align: center !important;
  margin-bottom: 2.5%;
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.location-details-1 {
  position: unset;
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: center !important;
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-bottom: 2%; }

.location-details {
  position: unset;
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: center !important;
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.location-desciption {
  font-size: 16.5px;
  text-align: center;
  margin-top: 1%;
  margin-bottom: 2.5%;
  margin-right: 5%;
  margin-left: 5%;
  position: unset;
  display: block;
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.store-card-info-container .store-button {
  width: 35%;
  height: 12.5%;
  position: unset;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: inline-flex;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.store-card-info-container .store-button:hover {
  width: 38%;
  height: 15.5%;
  background-color: none;
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  color: #FFF; }

.store-button-text {
  font-weight: bold;
  color: #FFF;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.store-button-text:hover {
  color: #FFF; }

.green-company-wrapper {
  right: 7.5px;
  left: unset;
  position: fixed;
  z-index: 1300;
  top: unset;
  bottom: 50px;
  transition: right 0.25s ease-in-out;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  width: 150px;
  height: 100px;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/greenlogo2023-1000px.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8; }

.green-company-wrapper:hover {
  width: 200px;
  height: 150px;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 0.9; }

.green-scroll-hide {
  left: unset;
  right: -157.5px;
  bottom: 50px;
  width: 150px;
  height: 100px;
  opacity: 0.8; }

.green-scroll-show {
  left: unset;
  right: 7.5px;
  bottom: 50px;
  width: 150px;
  height: 100px;
  opacity: 0.8; }

.dev-ada-icon {
  height: 44px;
  width: 44px;
  position: fixed;
  border-radius: 50%;
  z-index: 20000;
  background-color: blue;
  left: 15px;
  top: unset;
  bottom: 5px; }

.dev-chat-icon {
  width: 171.422px;
  height: 45.969px;
  position: fixed;
  right: 50px;
  left: unset;
  top: unset;
  bottom: 5px;
  z-index: 999998;
  background-color: #d8d8d8;
  border-radius: 25px; }

/* ----------------Media Queries ------------------- */
@media screen and (max-width: 1750px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 25.5px; }
  .info-box-text {
    font-size: 24px; }
  .learn-more-button-text {
    font-size: 19.5px; }
  .home-subscribe-title-1 {
    display: block; }
  /* Section 4 */
  .mrh-home-s4 {
    height: 35vw; }
  .mrh-product-carousel {
    height: 35vw; }
  .mrh-product-carousel .mrh-product-wrapper {
    height: 30vw; }
  .herbal-radio-info {
    font-size: 30px; }
  .herbal-radio-title {
    font-size: 37.5px; }
  .herbal-radio-button-text {
    font-size: 21px; }
  .mrh-blog-wrapper {
    width: 88.5vw; }
  .home-subscribe-title {
    display: block;
    margin-bottom: 0vw; }
  /* Section 9 */
  .store-type {
    font-size: 2.30px; }
  .location-details-1 {
    font-size: 15px; }
  .location-details {
    font-size: 15px; }
  .location-desciption {
    font-size: 15px; } }

@media screen and (max-width: 1650px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 24px; }
  .info-box-text {
    font-size: 22.5px; }
  .learn-more-button-text {
    font-size: 18px; }
  /* Section 4 */
  .mrh-product-carousel .mrh-product-title {
    font-size: 1.55em; }
  .mrh-product-carousel .mrh-product-subtitle {
    font-size: 1.45em; }
  .request-journal-button a,
  .view-journal-button a {
    font-size: 18px; }
  /* Section 9 */
  .store-type {
    font-size: 31.5px; }
  .store-location-1 {
    font-size: 15px; }
  .store-location {
    font-size: 15px; }
  .store-button {
    top: 80% !important; } }

@media screen and (max-width: 1550px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 22.5px; }
  .info-box-text {
    font-size: 21px; }
  .learn-more-button-text {
    font-size: 16.5px; }
  /* Section 4 */
  .mrh-home-s4 {
    height: 36vw; }
  .mrh-product-carousel .mrh-carousel-subtitle {
    font-size: 1.45em;
    margin-left: 22.5vw;
    margin-right: 22.5vw;
    font-size: 1.35em; }
  .mrh-product-carousel .mrh-product-title {
    font-size: 1.45em; }
  .mrh-blog-carousel .mrh-carousel-title {
    margin-top: 0.75vw !important;
    margin-bottom: 1.75vw !important; }
  .mrh-blog-wrapper {
    width: 95%; }
  /* Section 9 */
  .store-card-1,
  .store-card-2,
  .store-card-3 {
    height: 32vw; }
  .store-card-info-container {
    height: 19.5vw; }
  .store-type {
    font-size: 30px;
    margin-top: 0%; }
  .store-location-1 {
    top: 15.5%; }
  .store-location {
    top: 15.5%; }
  .location-details-1 {
    top: 22.5%; }
  .location-details {
    top: 22.5%; }
  .location-desciption {
    top: 27.5%; }
  .store-button {
    bottom: 5%; } }

@media screen and (max-width: 1450px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 21px; }
  .info-box-text {
    font-size: 19.5px; }
  .learn-more-button-text {
    font-size: 15px; }
  /* Section 4 */
  .mrh-product-carousel .mrh-product-wrapper {
    height: 31vw; }
  .herbal-radio-info {
    font-size: 25.125px; }
  .herbal-radio-title {
    font-size: 36px; }
  .herbal-radio-button-text {
    font-size: 18.75px; }
  .mrh-home-s7 {
    height: 50vw; }
  .mrh-blog-carousel {
    height: 50vw; }
  .mrh-blog-carousel .mrh-carousel-title {
    margin-top: 1.5vw !important;
    margin-bottom: 1.5vw !important; }
  .mrh-blog-wrapper {
    width: 95% !important;
    height: 45vw !important;
    bottom: 2.5% !important; }
  /* Section 9 */
  .store-type {
    font-size: 27px; }
  .store-location-1 {
    top: 13.5%; }
  .store-location {
    top: 13.5%; }
  .location-details-1 {
    top: 20.5%;
    font-size: 13.5px; }
  .location-details {
    top: 20.5%; }
  .location-desciption {
    top: 26.5%;
    font-size: 13.5px; }
  .store-button {
    bottom: 5%; } }

@media screen and (max-width: 1350px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 19.5px; }
  .info-box-text {
    font-size: 30px; }
  .learn-more-button-text {
    font-size: 13.5px; }
  .subscribe-container-1 {
    height: fit-content;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0%; }
  /* Section 4 */
  .mrh-home-s4 {
    height: 37vw; }
  .mrh-product-carousel .mrh-product-title {
    font-size: 18.75px; }
  .mrh-product-carousel .mrh-product-subtitle {
    font-size: 1.15em; }
  .mrh-home-s7,
  .mrh-blog-carousel {
    height: 55vw !important; }
  .mrh-blog-wrapper {
    width: 98vw !important;
    height: 50vw !important; }
  .prev-blog-circle,
  .prev-product-circle {
    left: 0.5vw;
    height: 55px;
    width: 55px; }
  .next-blog-circle,
  .next-product-circle {
    right: 0.5vw;
    height: 55px;
    width: 55px; }
  .next-blog,
  .prev-blog,
  .mrh-product-carousel .next,
  .mrh-product-carousel .prev {
    font-size: 2.75em !important; }
  .home-subscribe-title {
    font-size: 37.5px; }
  .home-subscribe-subtitle-2 {
    font-size: 30px; }
  .store-card-1,
  .store-card-2,
  .store-card-3 {
    width: 27.5vw; }
  .store-location-1,
  .store-location {
    top: 14.5%; }
  .location-details-1,
  .location-details {
    top: 21%; } }

@media screen and (max-width: 1300px) {
  /* Section 9 */
  .store-section-title {
    height: 7.5vw; }
  .store-visit-title {
    font-size: 45px; }
  .store-card-1 {
    width: 30vw;
    height: 32vw; }
  .store-card-2 {
    width: 30vw;
    height: 32vw; }
  .store-card-3 {
    width: 30vw;
    height: 32vw; }
  .store-card-info-container {
    height: 19.5vw; }
  .store-type {
    font-size: 22.5px;
    top: 0%; }
  .store-location-1 {
    top: 12.5%;
    font-size: 13.5px; }
  .store-location {
    top: 12.5%;
    font-size: 13.5px; }
  .location-details-1 {
    top: 19.5%;
    font-size: 0.85em; }
  .location-details {
    top: 19.5%;
    font-size: 13.5px; }
  .location-desciption {
    top: 25.5%;
    font-size: 0.85em; }
  .store-button {
    bottom: 5%; } }

@media screen and (max-width: 1250px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 30px; }
  .info-box-text {
    font-size: 16.5px; }
  .learn-more-button-text {
    font-size: 12px; }
  .home-subscribe-subtitle {
    font-size: 13.5px; }
  /* Section 4 */
  .mrh-home-s4 {
    height: 36vw; }
  .mrh-product-carousel .mrh-product-wrapper {
    height: 31vw; }
  .mrh-product-carousel .mrh-carousel-title {
    font-size: 37.5px; }
  .mrh-product-carousel .mrh-carousel-subtitle {
    font-size: 18.75px; }
  .mrh-blog-carousel .mrh-carousel-title {
    margin-bottom: 0vw !important; }
  .request-journal-button,
  .view-journal-button {
    width: 17.5vw;
    height: 45px; } }

@media screen and (max-width: 1150px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 16.5px; }
  .info-box-text {
    font-size: 15px; }
  .learn-more-button-text {
    font-size: 0.7em; }
  /* Section 4 */
  .mrh-product-carousel .mrh-carousel-title {
    font-size: 37.5px; }
  .mrh-product-carousel .mrh-carousel-subtitle {
    font-size: 18.75px;
    margin-left: 15vw;
    margin-right: 15vw; }
  .herbal-radio-info {
    font-size: 30px;
    line-height: 1.1; }
  .herbal-radio-title {
    font-size: 22.5px;
    line-height: 1.1; }
  .herbal-radio-button-text {
    font-size: 13.5px; }
  .mrh-home-s7,
  .mrh-blog-carousel {
    height: 60vw !important; }
  .mrh-blog-carousel .mrh-carousel-title {
    font-size: 45px; }
  .prev-blog-circle,
  .prev-product-circle {
    left: 0.5vw;
    width: 50px;
    height: 50px; }
  .next-blog-circle,
  .next-product-circle {
    right: 0.5vw;
    width: 50px;
    height: 50px; }
  .next-blog,
  .prev-blog,
  .mrh-product-carousel .next,
  .mrh-product-carousel .prev {
    font-size: 37.5px !important; }
  .mrh-blog-wrapper {
    width: 97vw !important;
    height: 55vw !important;
    margin-bottom: 0vw !important; }
  /* Section 9 */
  .store-type {
    font-size: 19.5px;
    top: 0%; }
  .store-location-1 {
    top: 13.5%;
    font-size: 0.85em; }
  .store-location {
    top: 13.5%;
    font-size: 0.85em; }
  .location-details-1 {
    top: 20.5%;
    font-size: 12px; }
  .location-details {
    top: 20.5%;
    font-size: 0.85em; }
  .location-desciption {
    top: 24.5%;
    font-size: 12px; }
  .store-button {
    bottom: 3%; } }

@media screen and (max-width: 1100px) {
  /* Section 9 */
  .mrh-home-s9 {
    height: 47vw; }
  .store-card-grid {
    height: 42vw; }
  .store-card-1 {
    width: 30vw;
    height: 39vw; }
  .store-card-2 {
    width: 30vw;
    height: 39vw; }
  .store-card-3 {
    width: 30vw;
    height: 39vw; }
  .store-card-info-container {
    height: 23.5vw; }
  .store-section-title {
    height: 5.5vw; }
  .store-visit-title {
    font-size: 37.5px; }
  .store-type {
    font-size: 30px;
    top: 2.5%; }
  .store-location-1 {
    top: 13.5%;
    font-size: 12px; }
  .store-location {
    top: 13.5%;
    font-size: 12px; }
  .location-details-1 {
    top: 19.5%;
    font-size: 0.7em; }
  .location-details {
    top: 19.5%;
    font-size: 12px; }
  .location-desciption {
    top: 24.5%;
    font-size: 13.5px;
    line-height: 1; }
  .store-button {
    top: 82.5% !important;
    width: 45% !important; } }

@media screen and (max-width: 1050px) {
  .green-company-wrapper {
    right: 7.5px;
    left: unset;
    position: fixed;
    z-index: 1300;
    top: unset;
    bottom: 40px;
    transition: right 0.25s ease-in-out;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    width: 125px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8; }
  .green-company-wrapper:hover {
    width: 150px;
    height: 125px;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 0.9; }
  .green-scroll-hide {
    left: unset;
    right: -132.5px;
    bottom: 40px;
    width: 125px;
    height: 100px;
    opacity: 0.8; }
  .green-scroll-show {
    left: unset;
    right: 7.5px;
    bottom: 40px;
    width: 125px;
    height: 100px;
    opacity: 0.8; }
  /* Global Info Box */
  .info-box-title {
    font-size: 15px; }
  .info-box-text {
    font-size: 13.5px; }
  .learn-more-button-text {
    font-size: 0.7em; }
  .subscribe-container-1 {
    margin-top: 0%; }
  .home-subscribe-subtitle {
    font-size: 12px; }
  /* Section 4 */
  .mrh-home-s4,
  .wrapper,
  .mrh-product-carousel {
    height: 50vw; }
  .mrh-product-carousel .mrh-carousel-title {
    font-size: 45px; }
  .mrh-product-carousel .mrh-carousel-subtitle {
    font-size: 22.5px; }
  .mrh-product-carousel .mrh-product-wrapper {
    /* border: 1px dashed red; */
    width: 90vw;
    height: 42vw; }
  .mrh-blog-carousel .mrh-carousel-title {
    font-size: 45px;
    margin-bottom: 0vw !important; }
  .location-details-1 {
    top: 19.5%;
    font-size: 0.7em;
    padding-bottom: 1.5%; }
  /* Section 9 */
  .location-desciption {
    font-size: 0.85em; } }

@media screen and (max-width: 950px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 13.5px; }
  .info-box-text {
    font-size: 12px; }
  .learn-more-button-text {
    font-size: 9px; }
  .subscribe-container-1 {
    margin-top: 0%;
    margin-right: 2.5%;
    margin-left: 2.5%; }
  .home-subscribe-title-1 {
    font-size: 25.5px; }
  .home-subscribe-subtitle {
    font-size: 13.5px; }
  .mrh-home-s4,
  .wrapper,
  .mrh-product-carousel {
    height: 52.5vw; }
  .mrh-home-s7,
  .mrh-blog-carousel {
    height: 70vw !important; }
  .mrh-blog-carousel .mrh-carousel-title {
    font-size: 37.5px;
    margin-top: 1.5vw !important;
    margin-bottom: 1vw !important; }
  .next-blog,
  .prev-blog,
  .mrh-product-carousel .next,
  .mrh-product-carousel .prev {
    font-size: 2.25em !important; }
  .mrh-blog-wrapper {
    width: 98vw !important;
    height: 55vw !important;
    overflow: visible; }
  .home-subscribe-subtitle-2 {
    font-size: 15px; }
  .home-subscribe-title {
    font-size: 2.30px; }
  /* Section 9 */
  .location-desciption {
    font-size: 12px; } }

@media screen and (max-width: 890px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 12px; }
  .info-box-text {
    font-size: 11.25px; }
  .learn-more-button-text {
    font-size: 8.25px; }
  .home-subscribe-title-1 {
    font-size: 22px; }
  .disclaimer-text {
    font-size: 9.75px; }
  .mrh-home-s4,
  .wrapper,
  .mrh-product-carousel {
    height: 50vw; }
  .mrh-product-carousel .mrh-carousel-title {
    font-size: 42px; }
  .mrh-product-carousel .mrh-carousel-subtitle {
    font-size: 16.5px; }
  .mrh-blog-wrapper {
    width: 98vw !important;
    height: 68vw !important;
    overflow: visible; }
  .line-clamp-6 {
    -webkit-line-clamp: 5;
    height: calc(15px * 1.2 * 5); }
  /* Section 9 */
  .mrh-home-s9,
  .wrapper {
    height: 55vw; }
  .store-card-grid {
    height: 47vw; }
  .store-card-1 {
    width: 30.5vw;
    height: 44vw; }
  .store-card-2 {
    width: 30.5vw;
    height: 44vw; }
  .store-card-3 {
    width: 30.5vw;
    height: 44vw; }
  .store-card-info-container {
    height: 27vw; }
  .store-type {
    top: 3%; }
  .store-location-1 {
    top: 14.5%;
    font-size: 0.7em; }
  .store-location {
    top: 14.5%;
    font-size: 0.7em; }
  .location-details-1 {
    top: 20.5%;
    font-size: 0.65em; }
  .location-details {
    top: 20.5%;
    font-size: 0.7em; }
  .location-desciption {
    top: 24.5%;
    font-size: 11.25px; }
  .store-section-title {
    height: 7.5vw; }
  .store-button-text {
    font-size: 0.75rem; } }

/* 768px */
@media screen and (max-width: 768px) {
  .dev-chat-icon {
    width: 48px;
    height: 50px;
    position: fixed;
    right: 45px;
    left: unset;
    top: unset;
    bottom: 5px;
    z-index: 999998;
    background-color: #d8d8d8;
    border-radius: 50%; }
  /* Global Info Box - changes to 50% width and 50% height */
  .info-box-title {
    font-size: 21px; }
  .info-box-text {
    font-size: 19.5px; }
  .learn-more-button-text {
    font-size: 16.5px; }
  #video-hero {
    width: 98%;
    margin-left: 1%; }
  /* Section 2 - 768px */
  .mrh-home-s2 {
    height: 202vw;
    width: 98%;
    margin-left: 1%; }
  /* Section Two - Column One - 768px */
  .s2-c1 {
    float: none;
    width: 100%;
    height: 98vw;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1vw;
    margin-bottom: 1vw; }
  .mrh-home-image-text-container {
    width: 80vw;
    height: 10vw;
    position: relative;
    top: 45vw;
    bottom: 45vw;
    right: 10vw;
    left: 10vw; }
  .mrh-image-text {
    font-size: 7.4vw; }
  /* Section Two - Column One - 768px */
  .s2-c2 {
    float: none;
    width: 100%;
    height: 100vw;
    margin-left: 0%;
    margin-right: 0;
    margin-top: 1vw;
    margin-right: 0; }
  .s2-c2-row-top {
    width: 100%;
    height: 49vw;
    margin-bottom: 1vw; }
  #agriculture-info-box {
    width: 50%;
    height: 49vw; }
  #agriculture-image-box {
    width: 50%;
    height: 49vw; }
  .s2-c2-row-bottom {
    width: 100%;
    height: 49vw;
    margin-top: 1vw; }
  #sourcing-info-box {
    width: 50%;
    height: 49vw; }
  #sourcing-image-box {
    width: 50%;
    height: 49vw; }
  .mrh-home-info-box {
    width: 50%;
    height: 49vw; }
  .mrh-home-image-box {
    width: 50%;
    height: 49vw; }
  /* Section 3 - 768px */
  .mrh-home-s3 {
    width: 98%;
    height: 98vw;
    top: 47.5vw;
    margin-left: 1%; }
  .mrh-home-s3 .s3-c1 {
    height: 49vw;
    width: 100%;
    z-index: 4;
    margin-bottom: 1vw;
    position: absolute;
    top: -50.5vw !important;
    margin-left: 0%;
    margin-right: 0%; }
  #sustainability-info-box {
    float: left !important;
    width: 50%;
    height: 49vw; }
  #sustainability-image-box {
    float: right !important;
    width: 50%;
    height: 49vw; }
  .mrh-home-s3 .s3-c2 {
    width: 100%;
    height: 50vw;
    z-index: 3;
    margin-bottom: 0.5vw;
    position: absolute;
    top: -0.25vw;
    margin-left: 0%; }
  .subscribe-container-1 {
    margin-top: 0%;
    margin-left: 5%;
    margin-right: 5%; }
  .home-subscribe-title-1 {
    font-size: 31.5px; }
  .home-subscribe-subtitle {
    font-size: 15px; }
  .disclaimer-text {
    font-size: 13.5px; }
  /* Section 4 - 768px */
  .mrh-home-s4,
  .wrapper,
  .mrh-product-carousel {
    height: 75vw; }
  .mrh-product-carousel .mrh-carousel-title {
    font-size: 37.5px;
    margin-top: 0.5vw; }
  .mrh-product-carousel .mrh-carousel-subtitle {
    font-size: 22.5px;
    margin-left: 10%;
    margin-right: 10%; }
  .mrh-product-carousel .mrh-product-wrapper {
    height: 60vw;
    width: 80vw; }
  /* Section 5 - 768px */
  .mrh-home-s5 {
    width: 98%;
    height: 50vw;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1.5vw; }
  .herbal-radio-info-container {
    width: 60%; }
  .herbal-radio-info {
    font-size: 27px;
    line-height: 1.1; }
  .herbal-radio-title {
    font-size: 36px;
    line-height: 1.1; }
  .herbal-radio-button-text {
    font-size: 22.5px;
    width: 60%; }
  .mrh-home-s5 .s5-c2 {
    height: 49vw;
    width: 100%;
    z-index: 4;
    margin-right: 0%;
    margin-top: 1vw; }
  #aromatherapy-info-box {
    float: right !important;
    width: 50%;
    height: 49vw; }
  #aromatherapy-image-box {
    float: left !important;
    width: 50%;
    height: 49vw; }
  .mrh-home-s5 .s5-c1 {
    width: 100%;
    height: 49vw;
    z-index: 3;
    margin-left: 0%;
    margin-top: 0vw; }
  /* Section 6 -768px */
  .mrh-home-s6 {
    height: 100vw;
    width: 98%;
    margin-left: 1%; }
  /* Section 6 - Column One - 768px */
  .s6-c2 {
    float: none;
    width: 100%;
    height: 49vw;
    margin-left: 0%;
    margin-right: 0;
    margin-top: 1vw;
    margin-right: 0%; }
  /* Section 6 - Column One - 768px */
  .s6-c1 {
    float: none;
    width: 100%;
    height: 49vw;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%; }
  #tea-image-box {
    left: 50%;
    width: 50%;
    height: 49vw; }
  #tea-info-box {
    width: 50%;
    height: 49vw; }
  #herbs-image-box {
    width: 50%;
    height: 49vw;
    left: 0%; }
  #herbs-info-box {
    width: 50%;
    height: 49vw; }
  .mrh-home-s7,
  .mrh-blog-carousel {
    height: 75vw !important; }
  .next-blog-circle,
  .prev-blog-circle,
  .next-product-circle,
  .prev-product-circle {
    width: 45px;
    height: 45px; }
  .next-blog,
  .prev-blog,
  .mrh-product-carousel .next,
  .mrh-product-carousel .prev {
    font-size: 37.5px !important; }
  .mrh-blog-wrapper {
    width: 98vw !important;
    height: 70vw !important;
    overflow: visible; }
  /* Section 8 - 768px */
  .mrh-home-s8 {
    height: 101vw;
    width: 98%;
    margin: 0 auto;
    margin-top: 1.5vw;
    margin-left: 1%; }
  .s8-c1 {
    width: 100%;
    height: 50vw;
    margin-left: 0%;
    margin-right: 0%; }
  .s8-c1 video {
    width: 100%;
    min-height: 50vw; }
  .s8-c2 {
    width: 100%;
    height: 50vw;
    margin-left: 0%;
    margin-right: 0%; }
  .subscribe-container {
    position: unset;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%; }
  .home-subscribe-title {
    display: block;
    margin-bottom: unset; }
  .home-subscribe-subtitle {
    margin-bottom: unset; }
  .home-subscribe-subtitle-2 {
    font-size: 22.5px; }
  .request-journal-button,
  .view-journal-button {
    width: 32.5vw; }
  .request-journal-button:hover,
  .view-journal-button:hover {
    width: 34.5vw; }
  .request-journal-button a,
  .view-journal-button a {
    font-size: 15px; }
  /* SECTION 9 (768px) */
  .mrh-home-s9,
  .wrapper {
    height: 57.5vw; }
  .store-section-title {
    height: 7.5vw; }
  .store-card-grid {
    height: 51vw; }
  .store-card-1 {
    height: 46vw;
    width: 30.5vw; }
  .store-card-2 {
    height: 46vw;
    width: 30.5vw; }
  .store-card-3 {
    height: 46vw;
    width: 30.5vw; }
  .store-card-info-container {
    height: 28vw; }
  .store-location-1 {
    font-size: 9px; }
  .store-location {
    font-size: 9px; }
  .location-details,
  .location-details-1 {
    margin-left: 5%;
    margin-right: 5%; }
  .location-desciption {
    top: 28.5%;
    font-size: 0.7em; }
  .store-button {
    width: 60%;
    right: 20%; }
  .store-button:hover {
    width: 63%; } }

@media screen and (max-width: 725px) {
  /* SECTION 9 (768px) */
  .mrh-home-s9,
  .wrapper {
    height: 65vw; }
  .store-section-title {
    height: 7.5vw; }
  .store-card-grid {
    height: 57.5vw; }
  .store-card-1 {
    height: 52.5vw;
    width: 30.5vw; }
  .store-card-2 {
    height: 52.5vw;
    width: 30.5vw; }
  .store-card-3 {
    height: 52.5vw;
    width: 30.5vw; }
  .store-card-info-container {
    height: 31.5vw; } }

@media screen and (max-width: 690px) {
  /* Global Info Box  */
  .info-box-title {
    font-size: 19.5px; }
  .info-box-text {
    font-size: 30px; }
  .learn-more-button-text {
    font-size: 15px; }
  /* Section 4 */
  .mrh-product-carousel .mrh-product-wrapper .mrh-product .mrh-product-info-container .mrh-product-title .mrh-product-title-text {
    font-size: 13.5px; }
  .mrh-product-carousel .mrh-product-wrapper .mrh-product .mrh-product-info-container .mrh-product-subtitle .mrh-product-subtitle-text {
    font-size: 13.5px; }
  .mrh-home-s7,
  .mrh-blog-carousel {
    height: 85vw !important;
    margin-bottom: 1.5vw; }
  .next-blog,
  .prev-blog,
  .mrh-product-carousel .next,
  .mrh-product-carousel .prev {
    font-size: 30px !important;
    font-weight: bolder; }
  .mrh-blog-carousel .mrh-carousel-title {
    font-size: 30px;
    margin-top: 2vw !important;
    margin-bottom: 1.5vw !important; }
  .mrh-blog-wrapper {
    height: 80vw !important;
    width: 96vw !important; }
  /* Section 9 - 480px */
  .mrh-home-s9,
  .wrapper {
    height: 187.5vw; }
  .store-section-title {
    height: 15vw; }
  .store-visit-title {
    font-size: 37.5px;
    top: 1vw; }
  .store-card-grid {
    height: 172.5vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "card1" "card2";
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    row-gap: 1vw; }
  .store-card-1,
  .store-card-2,
  .store-card-3 {
    height: 72.5vw;
    width: 60vw;
    margin-right: 0%;
    margin-top: 2vw;
    margin-left: 20vw; }
  .store-card-1 {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .store-card-2 {
    grid-row: 2;
    grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .store-card-3 {
    grid-row: 3;
    grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
  .store-image-1,
  .store-image-2,
  .store-image-3 {
    height: 34vw; }
  .store-card-info-container {
    height: 43.5vw;
    text-align: center; }
  .store-type {
    font-size: 22.5px;
    top: 7.5%; }
  .store-location-1,
  .store-location {
    top: 21.5%;
    font-size: 15px; }
  .location-details-1 {
    font-size: 15px;
    top: 28.5%;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%; }
  .location-details {
    font-size: 15px;
    top: 28.5%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1; }
  .location-desciption {
    font-size: 1rem;
    display: block;
    top: 35%;
    left: 0%;
    line-height: 1; }
  .store-button {
    width: 40%;
    height: 12.5%;
    top: 80% !important;
    left: 30%; }
  .store-button:hover {
    width: 53%;
    height: 15.5%; }
  #bridgeport-button-text {
    font-size: 15px; } }

@media screen and (max-width: 650px) {
  /* Global Info Box  */
  .info-box-title {
    font-size: 30px; }
  .info-box-text {
    font-size: 16.5px; }
  .learn-more-button-text {
    font-size: 13.5px; }
  .home-subscribe-title-1 {
    font-size: 31.5px; }
  /* Section 4 */
  .mrh-product-carousel .mrh-carousel-title {
    font-size: 37.5px;
    letter-spacing: normal !important; }
  .home-subscribe-subtitle-2 {
    font-size: 19.5px; }
  /* Section 9 */
  .store-card-1,
  .store-card-2,
  .store-card-3 {
    height: 72.5vw;
    width: 65vw;
    margin-left: 17.5vw; }
  .location-details-1 {
    font-size: 13.5px; }
  .location-details {
    top: 29.5%; } }

@media screen and (max-width: 600px) {
  /* Global Info Box  */
  .info-box-title {
    font-size: 1.15em; }
  .info-box-text {
    font-size: 1.05em; }
  .learn-more-button-text {
    font-size: 0.85em; }
  .subscribe-container-1 {
    margin-top: 0%; }
  .home-subscribe-subtitle {
    font-size: 13.5px; }
  .disclaimer-text {
    font-size: 11.25px; }
  .herbal-radio-info {
    font-size: 21px;
    line-height: 1.1; }
  .herbal-radio-title {
    font-size: 28.5px;
    line-height: 1.1; }
  .herbal-radio-button-text {
    font-size: 30px; }
  .mrh-home-s7,
  .mrh-blog-carousel {
    height: 95vw !important;
    margin-bottom: 1.5vw; }
  .mrh-blog-carousel .mrh-carousel-title {
    font-size: 30px;
    margin-bottom: 2.5vw !important; }
  .mrh-blog-wrapper {
    width: 98vw !important;
    height: 85vw !important; }
  .store-card-1,
  .store-card-2,
  .store-card-3 {
    height: 75vw;
    width: 70vw;
    margin-left: 15vw; }
  .store-card-info-container {
    height: 46vw;
    text-align: center; }
  .store-type {
    top: 5%; }
  .store-location-1,
  .store-location {
    top: 20.5%;
    font-size: 13.5px; }
  .location-details-1 {
    font-size: 12px; }
  .location-desciption {
    font-size: 0.88rem; } }

@media screen and (max-width: 550px) {
  .green-company-wrapper {
    right: 7.5px;
    left: unset;
    position: fixed;
    z-index: 1300;
    top: unset;
    bottom: 40px;
    transition: right 0.25s ease-in-out;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    width: 100px;
    height: 75px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8; }
  .green-company-wrapper:hover {
    width: 125px;
    height: 100px;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 0.9; }
  .green-scroll-hide {
    left: unset;
    right: -132.5px;
    bottom: 40px;
    width: 100px;
    height: 75px;
    opacity: 0.8; }
  .green-scroll-show {
    left: unset;
    right: 7.5px;
    bottom: 40px;
    width: 100px;
    height: 75px;
    opacity: 0.8; }
  /* Global Info Box  */
  .info-box-title {
    font-size: 15px; }
  .info-box-text {
    font-size: 0.95em; }
  .learn-more-button-text {
    font-size: 11.25px; }
  /* Section 4 */
  .mrh-product-carousel .mrh-carousel-title {
    font-size: 28.5px;
    margin-top: 4.5vw; }
  .mrh-product-carousel .mrh-carousel-subtitle {
    font-size: 13.5px; }
  /* Section 7 - 550px */
  .mrh-home-s7,
  .mrh-blog-carousel {
    height: 125vw !important;
    margin-bottom: 1.5vw; }
  .mrh-blog-carousel .mrh-carousel-title {
    font-size: 30px;
    margin-top: 2.5vw !important;
    margin-bottom: 1.5vw !important;
    margin-left: 10vw;
    margin-right: 10vw; }
  .mrh-blog-wrapper {
    width: 85vw !important;
    height: 110vw !important; }
  .line-clamp-4 {
    -webkit-line-clamp: 5;
    height: calc(15px * 1.2 * 5); }
  #subscribe-break {
    display: none; }
  .subscribe-container {
    margin-right: 5%;
    margin-left: 5%; }
  .request-journal-button,
  .view-journal-button {
    width: 35vw;
    height: 45px; }
  .request-journal-button:hover,
  .view-journal-button:hover {
    width: 37.5vw; }
  /* Section 9 - 550px */
  .store-type {
    font-size: 18.75px;
    top: 4%; }
  .store-location-1,
  .store-location {
    top: 16.5%; }
  .location-details-1,
  .location-details {
    top: 24%; }
  .location-desciption {
    font-size: 0.8rem; } }

/* 480px */
@media screen and (max-width: 480px) {
  /* Global Image Box - Changes to 100% width and 100% height */
  .mrh-home-image-box {
    width: 100%;
    height: 75vw;
    z-index: 1; }
  /* Global Info Box - Changes to 100% width and 75% height */
  .mrh-home-info-box {
    width: 100%;
    height: 75vw;
    z-index: 2; }
  .info-box-content-container {
    height: 75%;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    top: auto;
    left: auto;
    position: relative;
    margin-left: 5%;
    margin-right: 5%; }
  .info-box-title-container {
    position: absolute;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 20%; }
  .info-box-text-container {
    justify-content: center; }
  .info-box-button-container {
    align-items: center;
    margin: 0 auto; }
  .learn-more-button {
    width: 50%;
    position: absolute;
    bottom: 0%;
    left: 25%;
    right: 25%; }
  .info-box-title {
    font-size: 30px;
    font-weight: bolder;
    vertical-align: top !important;
    position: relative;
    white-space: nowrap !important;
    text-align: center !important;
    display: flex; }
  #sourcing-title {
    margin-left: 0vw;
    margin-right: 0vw;
    padding-left: 0%;
    padding-right: 0%;
    white-space: nowrap !important;
    text-align: center;
    vertical-align: top !important;
    position: unset;
    display: flex; }
  #sustainability-title,
  #aromatherapy-title {
    margin-left: 0vw;
    margin-right: 0vw;
    padding-left: 0%;
    padding-right: 0%;
    white-space: nowrap !important;
    text-align: center;
    vertical-align: top !important;
    position: unset;
    display: flex; }
  #tea-title {
    margin-left: 0vw;
    margin-right: 0vw;
    padding-left: 0%;
    padding-right: 0%;
    white-space: nowrap !important;
    text-align: center;
    vertical-align: top !important;
    position: unset;
    display: flex; }
  #herbs-title {
    margin-left: 0vw;
    margin-right: 0vw;
    padding-left: 0%;
    padding-right: 0%;
    white-space: nowrap !important;
    text-align: center;
    vertical-align: top !important;
    position: unset;
    display: flex; }
  .info-box-text {
    text-align: center;
    font-size: 22.5px; }
  .learn-more-button-text {
    font-size: 22.5px; }
  #video-hero {
    width: 97%;
    margin-left: 1.5%; }
  #video-hero video {
    min-width: 97vw; }
  /* Section 2 */
  .mrh-home-s2 {
    height: 402vw;
    width: 97%;
    margin-left: 1.5%; }
  .s2-c1 {
    margin-top: 1.5vw;
    margin-bottom: 2vw; }
  .s2-c2 {
    height: 300vw;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
  .s2-c2-row-top {
    height: 150vw;
    margin-bottom: 1vw; }
  .s2-c2-row-bottom {
    height: 150vw;
    margin-bottom: 2vw;
    margin-top: 2vw; }
  #agriculture-info-box {
    top: 75vw;
    width: 100%;
    height: 75vw;
    float: none; }
  #agriculture-image-box {
    position: relative;
    top: -75vw;
    width: 100%;
    height: 75vw;
    float: none; }
  #sourcing-image-box {
    width: 100%;
    height: 75vw;
    float: none; }
  #sourcing-info-box {
    width: 100%;
    height: 75vw;
    float: none; }
  /* Section 3 - 480px */
  .mrh-home-s3 {
    height: 204.5vw;
    top: -101.5vw;
    width: 97%;
    margin-left: 1.5%; }
  .mrh-home-s3 .s3-c1 {
    width: 100%;
    height: 150vw;
    margin-bottom: 1vw;
    margin-left: 0vw;
    margin-top: 3vw;
    top: 100.5vw !important; }
  #sustainability-image-box {
    width: 100%;
    height: 75vw;
    float: none; }
  #sustainability-info-box {
    width: 100%;
    height: 75vw;
    float: none; }
  .mrh-home-s3 .s3-c2 {
    margin-bottom: 1vw;
    margin-top: 5.5vw;
    top: 249.5vw;
    width: 100%;
    margin-left: 0%; }
  .subscribe-container-1 {
    margin-top: 0%; }
  .home-subscribe-title-1 {
    font-size: 28.5px; }
  .home-subscribe-subtitle {
    font-size: 15px; }
  .home-submit-text {
    font-size: 15px; }
  /* Section 4 */
  .mrh-home-s4,
  .wrapper,
  .mrh-product-carousel {
    height: 105vw;
    margin-top: 1.5vw; }
  .mrh-product-carousel .mrh-product-wrapper {
    height: 85vw;
    bottom: 0vw; }
  .mrh-product-carousel .mrh-carousel-title {
    font-size: 30px;
    margin-top: 1vw;
    letter-spacing: normal !important; }
  .mrh-product-carousel .mrh-carousel-subtitle {
    font-size: 13.5px;
    margin-left: 5%;
    margin-right: 5%; }
  /* Section 5 - 480px */
  .mrh-home-s5 {
    height: 49vw;
    position: relative;
    top: 0vw;
    width: 97%;
    margin-left: 1.5%;
    margin-right: 1.5%; }
  .mrh-home-s5 .s5-c1 {
    width: 100%;
    height: 49vw;
    margin-left: 0vw; }
  .herbal-radio-info {
    font-size: 15px;
    line-height: 1.1; }
  .herbal-radio-title {
    font-size: 19.5px;
    line-height: 1.1; }
  .herbal-radio-button-text {
    font-size: 13.5px;
    padding: 7.5px 15px;
    width: 65%; }
  .mrh-home-s5 .s5-c2 {
    width: 100%;
    height: 150vw;
    margin-bottom: 2vw;
    position: relative;
    top: 0vw;
    margin-left: 0%;
    margin-right: 0vw; }
  #aromatherapy-image-box,
  #aromatherapy-info-box,
  #tea-info-box,
  #tea-image-box,
  #herbs-info-box,
  #herbs-image-box {
    width: 100%;
    height: 75vw; }
  /* Section 6 - 480px */
  .mrh-home-s6 {
    height: 303vw;
    width: 97%;
    margin-left: 1.5%; }
  .s6-c1 {
    top: 0%;
    height: 150vw;
    margin-bottom: 1vw;
    width: 100%;
    margin-left: 0vw;
    margin-right: 0vw;
    margin-top: 1vw; }
  #tea-row-top {
    margin-bottom: 2vw;
    height: 150vw; }
  #tea-info-box {
    position: relative;
    top: 75vw; }
  #tea-image-box {
    position: absolute;
    top: 0vw;
    left: 0vw; }
  #herbs-row-bottom {
    position: relative;
    top: 2vw;
    height: 150vw;
    width: 100%; }
  .s6-c2 {
    position: relative;
    top: 0vw;
    margin-bottom: 2vw;
    height: 150vw;
    margin-top: 2vw;
    width: 100%;
    margin-left: 0vw;
    margin-right: 0vw; }
  #herbs-info-box {
    position: relative;
    top: 75vw;
    height: 75vw;
    width: 100%; }
  #herbs-image-box {
    position: absolute;
    top: 0vw;
    left: 0vw;
    width: 100%; }
  .mrh-home-s8 {
    height: 100vw;
    width: 97%;
    margin-left: 1.5%;
    margin-top: 2vw; }
  .s8-c1 {
    width: 100%;
    height: 50vw;
    margin-left: 0vw;
    margin-right: 0vw; }
  .s8-c1 video {
    min-height: 50vw; }
  .s8-c2 {
    width: 100%;
    height: 50vw;
    margin-left: 0vw;
    margin-right: 0vw; }
  #subscribe-break {
    display: none; }
  .subscribe-container {
    width: 90%; }
  .home-subscribe-title {
    font-size: 30px; }
  .view-journal-button,
  .request-journal-button {
    width: 40vw;
    height: 37.5px; }
  .request-journal-button:hover,
  .view-journal-button:hover {
    width: 42vw; }
  .home-subscribe-subtitle-2 {
    font-size: 15px; }
  .next-blog-circle,
  .next-product-circle {
    right: 2.5vw !important; }
  .prev-blog-circle,
  .prev-product-circle {
    left: 2.5vw !important; }
  /* Section 9 - 480px */
  .mrh-home-s9,
  .wrapper {
    height: 305vw;
    margin-top: 2vw; }
  .store-section-title {
    height: 15vw; }
  .store-visit-title {
    font-size: 37.5px;
    top: 1vw; }
  .store-card-grid {
    height: 290vw; }
  .store-card-1,
  .store-card-2,
  .store-card-3 {
    height: 93vw;
    width: 85vw;
    margin-right: 0%;
    margin-top: 2vw;
    margin-left: 7.5vw; }
  .store-image-1,
  .store-image-2,
  .store-image-3 {
    height: 34vw; }
  .store-card-info-container {
    height: 56vw;
    text-align: center; }
  .store-type {
    font-size: 22.5px;
    top: 7.5%; }
  .store-location-1,
  .store-location {
    top: 20.5%;
    font-size: 15px; }
  .location-details-1 {
    font-size: 15px;
    top: 28.5%;
    line-height: 1;
    margin-left: auto;
    margin-right: auto; }
  .location-details {
    font-size: 15px;
    top: 28.5%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1; }
  .location-desciption {
    font-size: 15px;
    display: block;
    top: 35%;
    left: 0%;
    line-height: 1; }
  .store-button {
    width: 50%;
    height: 12.5%;
    top: 82.5% !important; }
  .store-button:hover {
    width: 53%;
    height: 15.5%; }
  #bridgeport-button-text {
    font-size: 15px; } }

@media screen and (max-width: 465px) {
  .mrh-home-s9,
  .wrapper {
    height: 240vw; }
  .store-card-grid {
    height: 225vw; }
  .store-card-1,
  .store-card-2,
  .store-card-3 {
    height: 105vw;
    width: 90vw;
    margin-left: 5vw; }
  .store-card-info-container {
    height: 63vw; }
  .location-desciption {
    font-size: 0.95em; } }

@media screen and (max-width: 450px) {
  .info-box-content-container {
    height: 75%; }
  .info-box-title-container {
    align-self: center;
    position: absolute;
    top: 0; }
  .info-box-title {
    font-size: 27px;
    font-weight: bolder; }
  #sourcing-title {
    margin-left: 0vw;
    margin-right: 0vw;
    padding-left: 0%;
    padding-right: 0%; }
  #sustainability-title,
  #aromatherapy-title {
    margin-left: 0vw;
    margin-right: 0vw; }
  #tea-title {
    margin-left: 0vw;
    margin-right: 0vw; }
  #herbs-title {
    margin-left: 0vw;
    margin-right: 0vw; }
  .home-subscribe-title-1 {
    font-size: 25.5px; }
  .home-subscribe-subtitle {
    font-size: 13.5px; }
  .disclaimer-text {
    font-size: 9px; }
  .home-subscribe-input {
    font-size: 10.5px;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  /* Section 7 - 480px */
  .mrh-home-s7,
  .mrh-blog-carousel {
    height: 135vw !important;
    margin-bottom: 2vw; }
  .mrh-blog-wrapper {
    height: 120vw !important; } }

@media screen and (max-width: 400px) {
  /* Global Info Box */
  .info-box-content-container {
    width: 90%; }
  .info-box-title {
    font-size: 22.5px; }
  .info-box-text {
    font-size: 19.5px; }
  .learn-more-button-text {
    font-size: 19.5px; }
  .subscribe-container-1 {
    margin-left: 2.5%;
    margin-right: 2.5%; }
  .home-subscribe-title-1 {
    font-size: 21px; }
  .home-subscribe-subtitle {
    font-size: 12px; }
  .disclaimer-text {
    font-size: 7.5px; }
  .home-subscribe-input {
    padding-left: 0.15rem !important;
    padding-right: 0.15rem !important; }
  /* Section 4 */
  .mrh-product-carousel .mrh-carousel-title {
    margin-top: 1vw;
    font-size: 19.5px; }
  .mrh-product-carousel .mrh-carousel-subtitle {
    font-size: 12px;
    margin-left: 10.2%;
    margin-right: 10.2%; }
  /* Section 7 - 480px */
  .mrh-home-s7,
  .mrh-blog-carousel {
    height: 155vw !important;
    margin-bottom: 2vw; }
  .mrh-blog-carousel .mrh-carousel-title {
    font-size: 1.5rem;
    margin-top: 2.5vw !important;
    margin-bottom: 2.5vw !important; }
  .prev-blog-circle,
  .prev-product-circle {
    left: 1.5vw !important; }
  .next-blog-circle,
  .next-product-circle {
    right: 1.5vw !important; }
  .mrh-blog-wrapper {
    width: 95vw !important;
    height: 145vw !important; }
  .home-subscribe-subtitle-2 {
    font-size: 15px; }
  /* Section 9 */
  .mrh-home-s9,
  .wrapper {
    height: 226vw; }
  .store-card-grid {
    height: 211vw; }
  .store-card-1,
  .store-card-2,
  .store-card-3 {
    height: 99vw; }
  .store-card-info-container {
    height: 59.5vw; }
  .store-visit-title {
    font-size: 30px; }
  .store-location-1,
  .store-location {
    font-size: 12px;
    margin-left: 5%;
    margin-right: 5%; }
  .location-details-1 {
    font-size: 11.25px;
    margin-left: 5%;
    margin-right: 5%;
    top: 27.5%; }
  .location-desciption {
    font-size: 12px; } }

@media screen and (max-width: 350px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 22.5px; }
  .info-box-text {
    font-size: 30px; }
  .learn-more-button-text {
    font-size: 30px; }
  /* Section 3 */
  .subscribe-container-1 {
    margin-top: 0%; }
  .herbal-radio-info {
    font-size: 13.5px; }
  .herbal-radio-title {
    font-size: 16.5px;
    line-height: 1.1; }
  .herbal-radio-button-text {
    font-size: 11.25px; }
  .mrh-home-s7,
  .mrh-blog-carousel {
    height: 160vw !important; }
  .next-blog-circle,
  .prev-blog-circle,
  .next-product-circle,
  .prev-product-circle {
    width: 12.5vw;
    height: 12.5vw; }
  .mrh-blog-carousel .mrh-carousel-title {
    font-size: 22.5px;
    font-weight: normal;
    margin-top: 2.5vw !important;
    margin-bottom: 2.5vw !important;
    margin-left: 2.5vw;
    margin-right: 2.5vw; }
  .mrh-blog-wrapper {
    width: 97.5vw !important;
    height: 145vw !important; }
  .line-clamp-6 {
    -webkit-line-clamp: 5;
    height: calc(15px * 1.2 * 5); }
  .mrh-home-s8 {
    height: 105vw; }
  .s8-c2 {
    height: 55vw; }
  .home-subscribe-subtitle-2 {
    font-size: 12.5px; }
  /* Section 9 */
  .mrh-home-s9,
  .wrapper {
    height: 243vw; }
  .store-section-title {
    height: 12.5vw; }
  .store-card-grid {
    height: 230.5vw; }
  .store-card-1,
  .store-card-2,
  .store-card-3 {
    height: 107vw;
    width: 90vw;
    margin-left: 5vw; }
  .store-card-info-container {
    height: 64.5vw; }
  .store-type {
    font-size: 22.5px; }
  .store-visit-title {
    font-size: 22.5px; }
  .store-location-1,
  .location-details-1,
  .store-location,
  .location-details {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto; }
  .location-desciption {
    font-size: 11.25px;
    top: 37%; } }

@media screen and (max-width: 300px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 1.15em; }
  .info-box-text {
    font-size: 15px; }
  .learn-more-button-text {
    font-size: 15px; }
  /* Section 4 */
  .mrh-home-s4 {
    height: 90vw; }
  .mrh-product-carousel {
    height: 90vw; }
  .mrh-product-carousel .mrh-product-wrapper {
    width: 70vw;
    height: 60%; }
  .mrh-blog-carousel .mrh-carousel-title {
    font-size: 22.5px; }
  /* Section 9 */
  .mrh-home-s9 .save-plants-container {
    width: 42.5%; }
  .mrh-home-s9 .save-plants-container .save-plants-title {
    font-size: 12px; } }

/* SECTION 8 */
.mrh-home-s8 {
  width: 99%;
  height: 32vw;
  position: relative;
  top: 0;
  left: 0;
  background-color: #D6D4C8;
  z-index: 5;
  margin-top: 0.5vw;
  margin-left: 0.5%; }

/* Section 8 - Column 1 */
.s8-c1 {
  float: left !important;
  width: 50%;
  height: 31.5vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fdfdfa;
  opacity: 0.9;
  margin-left: 0%;
  overflow: hidden; }

.s8-c1 video {
  width: 100%;
  min-height: 31.5vw;
  position: relative;
  top: 0;
  left: 0;
  z-index: 25;
  -o-object-fit: cover;
  object-fit: cover; }

.s8-c2 {
  width: 50%;
  height: 31.5vw;
  float: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  -webkit-box-shadow: -5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  box-shadow: -5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-left: 0vw;
  background-color: #edecea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.s8-c2:hover {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  overflow: visible; }

.subscribe-container {
  width: 80%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 20;
  background-color: #EDECEA; }

.home-subscribe-title {
  color: black;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.1 !important;
  margin-bottom: 0vw; }

.home-subscribe-subtitle-2 {
  font-size: 22.5px;
  margin-top: 2.5%; }

.home-subscribe-form {
  float: left;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  width: 75%;
  height: 37.5px !important;
  margin-left: 0%; }

.home-subscribe-input {
  width: 100%; }

.subscribe-button-mobile {
  display: none !important; }

.home-subscribe-button {
  width: 25%;
  height: 2.6em;
  vertical-align: center;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  background-color: #000000;
  margin-right: 0%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.home-submit-text {
  vertical-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18.75px; }

.subscribe-button-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: repeat(auto-fit, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-template-areas: "button1 button2";
  grid-column-gap: 3vw;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 2vw; }

.subscribe-button-grid:hover {
  overflow: hidden; }

.request-journal-button {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: button1;
  background-color: rgba(0, 0, 0, 0.9);
  height: 52.5px;
  width: 13.5vw;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.request-journal-button:hover {
  width: 13.7vw;
  height: 3.7em;
  background-color: none;
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.request-journal-button a {
  color: #FFF;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-size: 22.5px;
  font-weight: bold; }

.request-journal-button a:hover {
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.view-journal-button {
  grid-row: 1;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: button2;
  background-color: rgba(0, 0, 0, 0.9);
  height: 52.5px;
  width: 13.5vw;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.view-journal-button:hover {
  width: 13.7vw;
  height: 3.7em;
  background-color: none;
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.view-journal-button a {
  color: #FFF;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-size: 22.5px;
  font-weight: bold; }

.view-journal-button a:hover {
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

@media screen and (max-width: 1750px) {
  .home-subscribe-title {
    display: block;
    margin-bottom: 0vw; } }

@media screen and (max-width: 1650px) {
  .request-journal-button a,
  .view-journal-button a {
    font-size: 18px; } }

@media screen and (max-width: 1350px) {
  .home-subscribe-title {
    font-size: 37.5px; }
  .home-subscribe-subtitle-2 {
    font-size: 18px; } }

@media screen and (max-width: 1250px) {
  .request-journal-button,
  .view-journal-button {
    width: 17.5vw;
    height: 45px; } }

@media screen and (max-width: 950px) {
  .home-subscribe-subtitle-2 {
    font-size: 15px; }
  .home-subscribe-title {
    font-size: 30px; }
  #subscribe-break {
    display: none; } }

@media screen and (max-width: 768px) {
  /* Section 8 - 768px */
  .mrh-home-s8 {
    height: 101vw;
    width: 98%;
    margin: 0 auto;
    margin-top: 1.5vw;
    margin-left: 1%; }
  .s8-c1 {
    width: 100%;
    height: 50vw;
    margin-left: 0%;
    margin-right: 0%; }
  .s8-c1 video {
    width: 100%;
    min-height: 50vw; }
  .s8-c2 {
    width: 100%;
    height: 50vw;
    margin-left: 0%;
    margin-right: 0%; }
  .subscribe-container {
    position: unset;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%; }
  .home-subscribe-title {
    display: block;
    margin-bottom: unset; }
  .home-subscribe-subtitle {
    margin-bottom: unset; }
  .home-subscribe-subtitle-2 {
    font-size: 22.5px; }
  .request-journal-button,
  .view-journal-button {
    width: 32.5vw; }
  .request-journal-button:hover,
  .view-journal-button:hover {
    width: 34.5vw; }
  .request-journal-button a,
  .view-journal-button a {
    font-size: 15px; } }

@media screen and (max-width: 650px) {
  .home-subscribe-subtitle-2 {
    font-size: 19.5px; } }

@media screen and (max-width: 550px) {
  #subscribe-break {
    display: none; }
  .subscribe-container {
    margin-right: 5%;
    margin-left: 5%; }
  .request-journal-button,
  .view-journal-button {
    width: 35vw;
    height: 45px; }
  .request-journal-button:hover,
  .view-journal-button:hover {
    width: 37.5vw; } }

@media screen and (max-width: 480px) {
  .mrh-home-s8 {
    height: 105vw;
    width: 97%;
    margin-left: 1.5%;
    margin-top: 2vw; }
  .s8-c1 {
    width: 100%;
    height: 50vw;
    margin-left: 0vw;
    margin-right: 0vw; }
  .s8-c1 video {
    min-height: 50vw; }
  .s8-c2 {
    width: 100%;
    height: 55vw;
    margin-left: 0vw;
    margin-right: 0vw; }
  #subscribe-break {
    display: none; }
  .subscribe-container {
    width: 90%; }
  .home-subscribe-title {
    font-size: 30px; }
  .view-journal-button,
  .request-journal-button {
    width: 40vw;
    height: 37.5px; }
  .request-journal-button:hover,
  .view-journal-button:hover {
    width: 42vw; }
  .home-subscribe-subtitle-2 {
    font-size: 15px; } }

@media screen and (max-width: 400px) {
  .home-subscribe-subtitle-2 {
    font-size: 15px; } }

@media screen and (max-width: 350px) {
  .mrh-home-s8 {
    height: 113vw; }
  .s8-c2 {
    height: 62.5vw; }
  .home-subscribe-subtitle-2 {
    font-size: 12.5px; } }

/* SECTION 5 */
.mrh-home-s5 {
  width: 99%;
  height: 24.5vw;
  position: relative;
  top: 0vw;
  margin-top: 0.5vw;
  z-index: 4;
  margin-left: 0.5%; }

/* Section 5 - Column 1 */
.s5-c1 {
  float: left;
  width: 100%;
  height: 24.5vw;
  opacity: 0.95;
  -webkit-box-shadow: 5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  box-shadow: 5px 5px 8px -6px rgba(144, 143, 145, 0.65);
  -webkit-transition: all var(--speed) ease;
  -o-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-left: 0%;
  margin-right: 0%; }

.s5-c1.lazyloaded {
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/radio-opt.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.s5-c1:hover {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  overflow: visible; }

.herbal-radio-info-container {
  height: 100%;
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }

.herbal-radio-info {
  color: #D6D4C8;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 1.8vw;
  margin-top: 0px;
  line-height: 1.1;
  margin-bottom: 0px; }

.herbal-radio-title {
  color: #D6D4C8;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 2.2vw;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.83em;
  margin-top: 0.83em; }

.herbal-radio-button-text {
  text-align: center;
  margin: 0 0 0 0;
  font-size: 1.3vw;
  font-weight: 600;
  letter-spacing: normal;
  color: #1f1f1f;
  width: 33%;
  background-color: #d6d4c8;
  padding: 0.6rem 1.125rem;
  border-radius: 3px;
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.6s, color 0.6s, box-shadow 0.6s; }

.herbal-radio-button-text:hover {
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  background-color: #fdfdfa;
  color: #000; }

@media screen and (max-width: 1750px) {
  .herbal-radio-info {
    font-size: 30px; }
  .herbal-radio-title {
    font-size: 37.5px; }
  .herbal-radio-button-text {
    font-size: 21px; } }

@media screen and (max-width: 1450px) {
  .herbal-radio-info {
    font-size: 25.125px; }
  .herbal-radio-title {
    font-size: 36px; }
  .herbal-radio-button-text {
    font-size: 18.75px; } }

@media screen and (max-width: 1150px) {
  .herbal-radio-info {
    font-size: 18px;
    line-height: 1.1; }
  .herbal-radio-title {
    font-size: 22.5px;
    line-height: 1.1; }
  .herbal-radio-button-text {
    font-size: 13.5px; } }

@media screen and (max-width: 768px) {
  /* Section 5 - 768px */
  .mrh-home-s5 {
    width: 98%;
    height: 50vw;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1.5vw; }
  .mrh-home-s5 .s5-c1 {
    width: 100%;
    height: 49vw;
    z-index: 3;
    margin-left: 0%;
    margin-top: 0vw; }
  .herbal-radio-info-container {
    width: 60%; }
  .herbal-radio-info {
    font-size: 27px;
    line-height: 1.1; }
  .herbal-radio-title {
    font-size: 36px;
    line-height: 1.1; }
  .herbal-radio-button-text {
    font-size: 22.5px;
    width: 60%; } }

@media screen and (max-width: 600px) {
  .herbal-radio-info {
    font-size: 21px;
    line-height: 1.1; }
  .herbal-radio-title {
    font-size: 28.5px;
    line-height: 1.1; }
  .herbal-radio-button-text {
    font-size: 18px; } }

@media screen and (max-width: 480px) {
  /* Section 5 - 480px */
  .mrh-home-s5 {
    height: 49vw;
    position: relative;
    top: 0vw;
    width: 97%;
    margin-left: 1.5%;
    margin-right: 1.5%; }
  .mrh-home-s5 .s5-c1 {
    width: 100%;
    height: 49vw;
    margin-left: 0vw; }
  .herbal-radio-info {
    font-size: 15px;
    line-height: 1.1; }
  .herbal-radio-title {
    font-size: 19.5px;
    line-height: 1.1; }
  .herbal-radio-button-text {
    font-size: 13.5px;
    padding: 7.5px 15px;
    width: 65%; } }

@media screen and (max-width: 350px) {
  .herbal-radio-info {
    font-size: 13.5px; }
  .herbal-radio-title {
    font-size: 16.5px;
    line-height: 1.1; }
  .herbal-radio-button-text {
    font-size: 11.25px; } }

.expand-social #icon-social-show {
  display: block; }

.expand-social #icon-social-close {
  display: none; }

.expand-social.social-icons-open #icon-social-show {
  display: none; }

.expand-social.social-icons-open #icon-social-close {
  display: block; }

.social-link-widget {
  width: 40px;
  min-height: 200px;
  position: fixed;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9; }
  .social-link-widget.is-show-widget {
    right: 65px; }

.lst-seen-social-icon {
  top: 45px;
  width: 25px;
  height: 35px;
  left: -25px;
  cursor: pointer;
  position: absolute;
  background: white;
  border-radius: 3px 0 0 3px;
  box-shadow: -1px 0 2px 1px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .lst-seen-social-icon #lst-seen-social-show {
    display: block; }
  .lst-seen-social-icon #lst-seen-social-close {
    display: none; }
  .lst-seen-social-icon.social-icons-open #lst-seen-social-show {
    display: none; }
  .lst-seen-social-icon.social-icons-open #lst-seen-social-close {
    display: block; }

.lst-seen-social-link-widget {
  width: 40px;
  height: 200px;
  position: absolute;
  right: -110px;
  top: -50px; }
  .lst-seen-social-link-widget.is-show-widget {
    left: -85px; }

.social-sidebar {
  transition: right 0.2s ease-in-out;
  padding: 0px 0px 0px 0px;
  overflow: visible;
  list-style: none;
  margin: 0 !important; }
  .social-sidebar li {
    overflow: visible;
    padding: 0px 0px 0px 0px;
    margin-bottom: 5px; }
    .social-sidebar li svg {
      overflow: visible;
      display: inline;
      vertical-align: baseline; }

.social-sidebar a {
  background: #faf8f4;
  background: white;
  color: #000;
  text-decoration: none;
  display: block;
  height: 40px;
  width: 40px;
  font-size: 24px;
  line-height: 50px;
  position: relative;
  text-align: center;
  cursor: pointer;
  border: none;
  padding: 0px 0px 0px 0px;
  border-bottom-color: rgba(0, 0, 0, 0);
  overflow: visible;
  border-radius: 50%;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }

.social-sidebar a:hover {
  color: #fff !important; }

.social-sidebar a:hover span {
  left: unset;
  opacity: 1;
  right: 45px;
  color: #fff; }

.social-sidebar a span {
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
  line-height: 24px;
  left: unset;
  right: -150px;
  margin-top: -16px;
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  top: 50%;
  z-index: -1; }

.social-sidebar a span:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  right: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg); }

.social-sidebar a[class*="sidebar-instagram"]:hover,
.social-sidebar a[class*="sidebar-instagram"] span,
.social-sidebar a[class*="sidebar-instagram"] span:before {
  background: #dd2a7b; }

.social-sidebar a[class*="facebook"]:hover,
.social-sidebar a[class*="facebook"] span,
.social-sidebar a[class*="facebook"] span:before {
  background: #3b5998; }

.social-sidebar a[class*="sidebar-youtube"]:hover,
.social-sidebar a[class*="sidebar-youtube"] span,
.social-sidebar a[class*="sidebar-youtube"] span:before {
  background: #e62117; }

.social-sidebar a[class*="sidebar-twitter"]:hover,
.social-sidebar a[class*="sidebar-twitter"] span,
.social-sidebar a[class*="sidebar-twitter"] span:before {
  background: #1a8cd8; }

.social-sidebar a[class*="pinterest"]:hover,
.social-sidebar a[class*="pinterest"] span,
.social-sidebar a[class*="pinterest"] span:before {
  background: #f0002a; }

.social-sidebar a[class*="tiktok"]:hover,
.social-sidebar a[class*="tiktok"] span,
.social-sidebar a[class*="tiktok"] span:before {
  background: #69c9d0; }

.social-sidebar a[class*="linkedin"]:hover,
.social-sidebar a[class*="linkedin"] span,
.social-sidebar a[class*="linkedin"] span:before {
  background: #0a66c2; }

.social-sidebar a[class*="blog"]:hover,
.social-sidebar a[class*="blog"] span,
.social-sidebar a[class*="blog"] span:before {
  background: orangered; }

.sr-only {
  display: none; }

.site-footer {
  z-index: 1;
  color: rgba(78, 77, 91, 0.5);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.666;
  margin-bottom: 200px; }
  .site-footer a {
    color: inherit; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .footer-title {
    color: #4E4D5B;
    margin-top: 40px; }
  .site-footer .container {
    padding-top: 35px; }
  .site-footer .footer-nav li {
    margin-bottom: 0.5rem; }
  .site-footer .navigation ul ul {
    margin-left: 15px; }
    .site-footer .navigation ul ul li {
      line-height: 1.75; }
  .site-footer .footer-social a {
    color: inherit; }
    .site-footer .footer-social a:hover {
      text-decoration: none;
      color: #4e4d5b; }
  .site-footer .social-media-link {
    display: inline-block;
    margin-right: 1.25rem; }

.footer-nav-wrap {
  padding-bottom: 57px; }

.button-top {
  position: fixed;
  right: 0px;
  bottom: 0;
  z-index: 1000;
  width: 45px;
  height: 45px;
  color: rgba(251, 248, 245, 0.5);
  opacity: 0;
  background-color: #680F07;
  border-radius: 4px;
  transform: translateY(100%);
  transition: transform 0.2s ease-out, background-color 0.2s ease, color 0.2s ease; }
  .button-top:hover {
    background-color: #000000;
    color: contrastAdjust(#FFFFFF, 100%); }
  .button-top.show {
    opacity: 1;
    bottom: -5px;
    transform: translateY(0); }
    .mini-cart-open .button-top.show {
      right: 438px; }
  .button-top .icon {
    width: 16px;
    height: 10px; }

.footer-payment-icons-list {
  margin-top: 30px; }
  .footer-payment-icons-list li {
    display: inline-block;
    width: 50px;
    margin: 42px 5px; }
    .show-credits .footer-payment-icons-list li {
      margin: 12px 5px 0; }
  .footer-payment-icons-list svg {
    max-width: 80%; }

.footer-site-copyright,
.footer-theme-credits {
  display: block;
  color: #4E4D5B;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.077em;
  text-transform: uppercase; }

.footer-site-copyright {
  margin-top: 42px; }

.footer-theme-credits {
  margin-bottom: 42px; }

#newsletter-footer-container {
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-direction: row;
  max-width: 85vw; }
  #newsletter-footer-container .footer-subscribe-title-container {
    width: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center; }
    #newsletter-footer-container .footer-subscribe-title-container .section-title {
      margin: 0 auto; }
  #newsletter-footer-container .hbspt-form {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #newsletter-footer-container .klaviyo-form-RNVw6Z {
    width: 40%; }
  #newsletter-footer-container .hs-error-msgs {
    display: none; }
  #newsletter-footer-container .hs_email {
    float: left;
    width: 70%;
    margin-left: 5%; }
  #newsletter-footer-container .hs-input {
    width: 100%;
    height: 37.5px !important;
    border: 1px solid #000;
    text-align: center;
    font-family: "Roboto", sans-serif; }
  #newsletter-footer-container .hs_submit {
    float: right;
    width: 20%;
    margin-right: 5%; }
  #newsletter-footer-container .hs-button {
    width: 100%;
    height: 37.5px !important;
    background-color: #000000;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 700; }
  #newsletter-footer-container .submitted-message {
    color: #611400;
    font-family: "Roboto", sans-serif;
    font-size: 1vw;
    font-weight: 700;
    line-height: 1.25;
    text-align: center; }
    #newsletter-footer-container .submitted-message p {
      margin-top: 0px;
      margin-bottom: 0px; }
  #newsletter-footer-container .social-media {
    width: 25%;
    padding: 0 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    height: 125px; }
  #newsletter-footer-container .trustpilot-widget {
    width: 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center; }

@media screen and (max-width: 1399px) {
  #newsletter-footer-container {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: row;
    max-width: 95vw; }
    #newsletter-footer-container .footer-subscribe-title-container {
      width: 20%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      text-align: center; }
      #newsletter-footer-container .footer-subscribe-title-container .section-title {
        margin: 0 auto; }
    #newsletter-footer-container .hbspt-form {
      width: 40%; }
    #newsletter-footer-container .klaviyo-form-RNVw6Z {
      width: 40%; }
    #newsletter-footer-container .hs-error-msgs {
      display: none; }
    #newsletter-footer-container .hs_email {
      float: left;
      width: 70%;
      margin-left: 5%; }
    #newsletter-footer-container .hs-input {
      width: 100%;
      height: 37.5px !important;
      border: 1px solid #000;
      text-align: center;
      font-family: "Roboto", sans-serif; }
    #newsletter-footer-container .hs_submit {
      float: right;
      width: 20%;
      margin-right: 5%; }
    #newsletter-footer-container .hs-button {
      width: 100%;
      height: 37.5px !important;
      background-color: #000000;
      color: #ffffff;
      font-family: "Roboto", sans-serif;
      font-weight: 700; }
    #newsletter-footer-container .submitted-message {
      color: #611400;
      font-family: "Roboto", sans-serif;
      font-size: 1.25vw;
      font-weight: 700;
      line-height: 1.25;
      text-align: center; }
    #newsletter-footer-container .social-media {
      width: 25%;
      padding: 0 0 0 0;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      text-align: center; }
    #newsletter-footer-container .trustpilot-widget {
      width: 15%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      text-align: center; } }

@media screen and (max-width: 1279px) {
  #newsletter-footer-container {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: row;
    max-width: 95vw; }
    #newsletter-footer-container .footer-subscribe-title-container {
      width: 20%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      text-align: center; }
      #newsletter-footer-container .footer-subscribe-title-container .section-title {
        margin: 0 auto; }
    #newsletter-footer-container .hbspt-form {
      width: 37.5%; }
    #newsletter-footer-container .klaviyo-form-RNVw6Z {
      width: 37.5%; }
    #newsletter-footer-container .hs-error-msgs {
      display: none; }
    #newsletter-footer-container .hs_email {
      float: left;
      width: 75%;
      margin-left: 0%; }
    #newsletter-footer-container .hs-input {
      width: 100%;
      height: 37.5px !important;
      border: 1px solid #000;
      text-align: center;
      font-family: "Roboto", sans-serif; }
    #newsletter-footer-container .hs_submit {
      float: right;
      width: 25%;
      margin-right: 0%; }
    #newsletter-footer-container .hs-button {
      width: 100%;
      height: 37.5px !important;
      background-color: #000000;
      color: #ffffff;
      font-family: "Roboto", sans-serif;
      font-weight: 700; }
    #newsletter-footer-container .social-media {
      width: 25%;
      padding: 0 0 0 0;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: right;
      text-align: center; }
    #newsletter-footer-container .trustpilot-widget {
      width: 17.5%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      text-align: center; } }

@media screen and (max-width: 1099px) {
  #newsletter-footer-container {
    display: flex;
    flex-direction: column;
    max-width: 95vw;
    align-items: center;
    justify-content: center; }
    #newsletter-footer-container .footer-subscribe-title-container {
      width: 60%; }
    #newsletter-footer-container .hbspt-form {
      width: 60%; }
    #newsletter-footer-container .klaviyo-form-RNVw6Z {
      width: 60%; }
    #newsletter-footer-container .submitted-message {
      color: #611400;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.25;
      text-align: center; }
    #newsletter-footer-container .social-media {
      width: 60%;
      padding: 0 0 0 0;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-top: 5px;
      margin-bottom: 5px; }
    #newsletter-footer-container .trustpilot-widget {
      width: 40%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      text-align: center; } }

@media screen and (max-width: 949px) {
  #newsletter-footer-container .footer-subscribe-title-container {
    width: 100%; }
  #newsletter-footer-container .hbspt-form {
    width: 100%; }
  #newsletter-footer-container .klaviyo-form-RNVw6Z {
    width: 100%; }
  #newsletter-footer-container .social-media {
    width: 100%;
    height: 75px; }
  #newsletter-footer-container .trustpilot-widget {
    width: 100%; } }

@media screen and (max-width: 768px) {
  #newsletter-footer-container {
    max-width: 90vw;
    min-width: 90vw; } }

@media screen and (max-width: 480px) {
  #newsletter-footer-container {
    max-width: 97vw;
    min-width: 97vw; } }

.certified-icons.section {
  background-color: #d5d3c6;
  padding: 0;
  text-align: center;
  vertical-align: middle; }
  .certified-icons.section .certified-icons-list li {
    display: inline-block;
    font-weight: bold;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto; }
    .certified-icons.section .certified-icons-list li svg {
      max-width: 3.25rem;
      vertical-align: middle;
      width: 100%; }
      .certified-icons.section .certified-icons-list li svg.native-energy {
        max-width: 4.7rem; }
    .certified-icons.section .certified-icons-list li img:not([src]) {
      visibility: visible; }

.newsletter-signup.section {
  padding: 1.5rem 0; }
  .newsletter-signup.section .container {
    max-width: 100rem;
    padding-left: 5vw;
    padding-right: 5vw; }
    .newsletter-signup.section .container .section-title {
      font-family: "Roboto", sans-serif;
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 2.15rem;
      margin: 0 1.75rem 0 0;
      text-transform: uppercase; }
    .newsletter-signup.section .container .form-field.form-inline {
      margin: 0;
      width: auto; }
    .newsletter-signup.section .container .form-field .form-input {
      font-size: 0.755rem !important;
      padding: 1.1875rem 0.5rem 1.125rem; }
      .newsletter-signup.section .container .form-field .form-input::placeholder {
        font-size: 0.755rem !important;
        letter-spacing: 0.5px; }
    .newsletter-signup.section .container .button {
      background-color: #000;
      border-radius: 0 !important;
      box-shadow: 0 0 0 1px transparent inset;
      color: white;
      font-size: 16px;
      font-weight: 400;
      height: 2.452rem !important;
      line-height: 1.3125;
      padding: 7.5px;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .newsletter-signup.section .container .social-media {
      height: 2.3rem;
      padding: 0.3125rem 4.2875rem 0.3125rem 4.6875rem; }
      .newsletter-signup.section .container .social-media .social-media-link {
        display: inline-block;
        margin-right: 0.55rem; }
        .newsletter-signup.section .container .social-media .social-media-link a {
          vertical-align: middle; }
          .newsletter-signup.section .container .social-media .social-media-link a svg {
            height: 1.5rem;
            vertical-align: middle;
            width: 1.5rem; }
            .newsletter-signup.section .container .social-media .social-media-link a svg.blog {
              width: 1.85rem; }

#popup-newsletter.newsletter-signup.section {
  padding: 0 !important; }
  #popup-newsletter.newsletter-signup.section .container {
    max-width: 100%;
    padding-left: 2vw;
    padding-right: 2vw; }
    #popup-newsletter.newsletter-signup.section .container .form-field.form-inline {
      margin: 0;
      width: auto; }
    #popup-newsletter.newsletter-signup.section .container .form-input {
      font-size: 0.755rem !important;
      padding: 1.1875rem 0.5rem 1.125rem;
      background-color: #ffffff;
      border: 0;
      color: #000 !important;
      font-weight: 700;
      text-align: left;
      height: 2.452rem !important; }
      #popup-newsletter.newsletter-signup.section .container .form-input::placeholder {
        color: #000 !important;
        letter-spacing: 0.5px !important;
        text-align: center !important;
        z-index: 20 !important;
        font-family: Roboto, sans-serif;
        vertical-align: middle !important; }
    #popup-newsletter.newsletter-signup.section .container .button {
      background-color: #000;
      border-radius: 0 !important;
      box-shadow: 0 0 0 1px transparent inset;
      color: white;
      font-size: 16px;
      font-weight: 400;
      height: 2.452rem !important;
      line-height: 1.3125;
      padding: 7.5px;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      margin: 0; }

.site-footer .container {
  padding-top: 0 !important; }

.site-footer .footer-nav-wrap {
  padding-bottom: 0;
  text-align: center;
  max-width: 85vw;
  margin: 0 auto; }
  @media screen and (max-width: 1279px) {
    .site-footer .footer-nav-wrap {
      max-width: 95vw; } }

.site-footer .footer-col.footer-info {
  display: inline-block;
  float: none;
  width: 29.97767%;
  display: flex;
  justify-content: space-evenly; }

.site-footer .footer-info-container {
  height: 5.3125rem;
  line-height: 5.3125rem;
  padding: 1.125rem 0 0.625rem 0; }

.site-footer .footer-info-icon {
  display: inline-block;
  width: 80px; }
  .site-footer .footer-info-icon svg {
    color: black;
    max-width: 2.875rem; }

.site-footer .footer-info-text {
  display: inline-block;
  height: 5.3125rem;
  margin-left: 0.3125rem;
  text-align: left;
  vertical-align: middle; }
  .site-footer .footer-info-text h4 {
    color: black;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.0625em;
    line-height: 16px;
    margin: 0;
    text-transform: uppercase; }
    .site-footer .footer-info-text h4.push {
      margin-top: 7px; }
  .site-footer .footer-info-text .footer-text {
    color: black;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.0625em;
    line-height: 16px;
    margin: 0; }

.site-footer .bottom-bar {
  border-top: 1px solid rgba(21, 21, 20, 0.1);
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  width: 100%; }

.site-footer .footer-bottom-nav-list {
  margin-top: 0; }
  .site-footer .footer-bottom-nav-list li {
    color: #000;
    display: inline-block;
    font-size: 0.7333333333333333rem;
    font-weight: 400;
    margin: 0.8rem 0.6666666666666666rem 0;
    width: auto; }

.site-footer .footer-site-copyright {
  color: #000;
  display: inline-block;
  font-size: 0.7333333333333333rem;
  font-weight: 400;
  margin-top: 1rem;
  text-transform: capitalize; }

.certified-icons.section {
  background-color: #d5d3c6;
  padding: 0;
  text-align: center;
  vertical-align: middle; }
  .certified-icons.section .certified-icons-list li {
    display: inline-block;
    font-weight: bold;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto; }
    .certified-icons.section .certified-icons-list li svg {
      max-width: 3.25rem;
      vertical-align: middle;
      width: 100%; }
      .certified-icons.section .certified-icons-list li svg.native-energy {
        max-width: 4.7rem; }
    .certified-icons.section .certified-icons-list li img:not([src]) {
      visibility: visible; }

.newsletter-signup.section {
  padding: 1.5rem 0;
  background-color: #f7f7f5; }
  .newsletter-signup.section .container {
    max-width: 100rem;
    padding-left: 5vw;
    padding-right: 5vw; }
    .newsletter-signup.section .container .section-title {
      font-family: "Roboto", sans-serif;
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 2.15rem;
      margin: 0 1.75rem 0 0;
      text-transform: uppercase; }
    .newsletter-signup.section .container .form-field.form-inline {
      margin: 0;
      width: auto; }
    .newsletter-signup.section .container .form-field .form-input {
      font-size: 0.755rem !important;
      padding: 1.1875rem 0.5rem 1.125rem; }
      .newsletter-signup.section .container .form-field .form-input::placeholder {
        font-size: 0.755rem !important;
        letter-spacing: 0.5px; }
    .newsletter-signup.section .container .button {
      background-color: #000;
      border-radius: 0 !important;
      box-shadow: 0 0 0 1px transparent inset;
      color: white;
      font-size: 16px;
      font-weight: 400;
      height: 2.452rem !important;
      line-height: 1.3125;
      padding: 7.5px;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .newsletter-signup.section .container .social-media {
      height: 2.3rem;
      padding: 0.3125rem 4.2875rem 0.3125rem 4.6875rem; }
      .newsletter-signup.section .container .social-media .social-media-link {
        display: inline-block;
        margin-right: 0.55rem; }
        .newsletter-signup.section .container .social-media .social-media-link a {
          vertical-align: middle; }
          .newsletter-signup.section .container .social-media .social-media-link a svg {
            height: 1.5rem;
            vertical-align: middle;
            width: 1.5rem; }
            .newsletter-signup.section .container .social-media .social-media-link a svg.blog {
              width: 1.85rem; }

#popup-newsletter.newsletter-signup.section {
  padding: 0 !important; }
  #popup-newsletter.newsletter-signup.section .container {
    max-width: 100%;
    padding-left: 2vw;
    padding-right: 2vw; }
    #popup-newsletter.newsletter-signup.section .container .form-field.form-inline {
      margin: 0;
      width: auto; }
    #popup-newsletter.newsletter-signup.section .container .form-input {
      font-size: 0.755rem !important;
      padding: 1.1875rem 0.5rem 1.125rem;
      background-color: #ffffff;
      border: 0;
      color: #000 !important;
      font-weight: 700;
      text-align: left;
      height: 2.452rem !important; }
      #popup-newsletter.newsletter-signup.section .container .form-input::placeholder {
        color: #000 !important;
        letter-spacing: 0.5px !important;
        text-align: center !important;
        z-index: 20 !important;
        font-family: Roboto, sans-serif;
        vertical-align: middle !important; }
    #popup-newsletter.newsletter-signup.section .container .button {
      background-color: #000;
      border-radius: 0 !important;
      box-shadow: 0 0 0 1px transparent inset;
      color: white;
      font-size: 16px;
      font-weight: 400;
      height: 2.452rem !important;
      line-height: 1.3125;
      padding: 7.5px;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      margin: 0; }

.site-footer .container {
  padding-top: 0 !important; }

.site-footer .footer-nav-wrap {
  padding-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: space-evenly; }

.site-footer .footer-col.footer-info {
  display: inline-block;
  float: none;
  width: 29.97767%;
  display: flex;
  flex-direction: row; }

.site-footer .footer-info-container {
  height: 5.3125rem;
  line-height: 5.3125rem;
  padding: 1.125rem 0 0.625rem 0; }

.site-footer .footer-info-icon {
  display: inline-block;
  width: 80px; }
  .site-footer .footer-info-icon svg {
    color: black;
    max-width: 2.875rem; }
  @media screen and (max-width: 1199px) {
    .site-footer .footer-info-icon {
      width: 60px; } }

.site-footer .footer-info-text {
  display: inline-block;
  height: 5.3125rem;
  margin-left: 0.3125rem;
  text-align: left;
  vertical-align: middle; }
  .site-footer .footer-info-text h4 {
    color: black;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.0625em;
    line-height: 16px;
    margin: 0;
    text-transform: uppercase; }
    .site-footer .footer-info-text h4.push {
      margin-top: 7px; }
  .site-footer .footer-info-text .footer-text {
    color: black;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.0625em;
    line-height: 16px;
    margin: 0; }

.site-footer .bottom-bar {
  border-top: 1px solid rgba(21, 21, 20, 0.1);
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  width: 100%;
  line-height: 1.666; }

.site-footer .footer-bottom-nav-list {
  margin-top: 0; }
  .site-footer .footer-bottom-nav-list li {
    color: #000;
    display: inline-block;
    font-size: 0.7333333333333333rem;
    font-weight: 400;
    margin: 0.8rem 0.6666666666666666rem 0;
    width: auto; }

.site-footer .footer-site-copyright {
  color: #000;
  display: inline-block;
  font-size: 0.7333333333333333rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-transform: capitalize; }

.footer-nav-wrap {
  padding-bottom: 0;
  text-align: center; }

.footer-col.footer-info {
  display: inline-block;
  float: none;
  width: 29.97767%;
  display: flex; }

.footer-info-container {
  height: 5.3125rem;
  line-height: 5.3125rem;
  padding: 1.125rem 0 0.625rem 0; }

.footer-info-icon {
  display: inline; }
  .footer-info-icon svg {
    color: black;
    max-width: 2.875rem; }

.footer-info-text {
  display: inline-block;
  height: 5.3125rem;
  margin-left: 0.3125rem;
  text-align: left;
  vertical-align: middle; }
  .footer-info-text h4 {
    color: black;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.0625em;
    line-height: 16px;
    margin: 0;
    text-transform: uppercase; }
    .footer-info-text h4.push {
      margin-top: 7px; }
  .footer-info-text .footer-text {
    color: black;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.0625em;
    line-height: 16px;
    margin: 0; }

.bottom-bar {
  border-top: 1px solid rgba(21, 21, 20, 0.1);
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  width: 100%;
  line-height: 1.666;
  position: absolute;
  background-color: #F7F7F5; }

.footer-bottom-nav-list {
  margin-top: 0; }
  .footer-bottom-nav-list li {
    color: #000;
    display: inline-block;
    font-size: 0.7333333333333333rem;
    font-weight: 400;
    margin: 0.8rem 0.6666666666666666rem 0;
    width: auto; }

.footer-site-copyright {
  color: #000;
  display: inline-block;
  font-size: 0.7333333333333333rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-transform: capitalize; }

@media screen and (max-width: 1024px) {
  .site-footer .footer-info-container {
    height: 130px !important;
    line-height: unset !important; }
    .site-footer .footer-info-container .footer-info-icon {
      width: 45px !important; }
    .site-footer .footer-info-container .footer-info-text {
      height: 55px !important;
      text-align: center !important;
      vertical-align: top !important;
      margin: 0 !important;
      width: 100% !important;
      padding-top: 0.5rem !important; }
      .site-footer .footer-info-container .footer-info-text .footer-info-title.push {
        margin-top: 0 !important; } }

.reveal-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-height: 100px; }

body #sideBlock_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -102%;
  right: auto;
  transform: unset;
  width: 100%;
  max-width: unset;
  background: #faf8f4;
  transition: all 0.5s ease;
  z-index: 161;
  margin-top: 95.391px; }
  body #sideBlock_menu .side-block-container .side-block-header .btn-close {
    left: auto;
    right: unset; }
  body #sideBlock_menu .side-block-container .side-block-body {
    height: 100%; }
    body #sideBlock_menu .side-block-container .side-block-body .is-hidden {
      display: none !important; }
  @media (min-width: 1024px) {
    body #sideBlock_menu {
      display: none; } }

body.stuck #sideBlock_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -102%;
  right: auto;
  transform: unset;
  width: 100%;
  max-width: unset;
  background: #faf8f4;
  transition: all 0.5s ease;
  z-index: 161;
  margin-top: 95.391px; }
  body.stuck #sideBlock_menu .side-block-container .side-block-header .btn-close {
    left: auto;
    right: unset; }

body.stuck2 #sideBlock_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -102%;
  right: auto;
  transform: unset;
  width: 100%;
  max-width: unset;
  background: #faf8f4;
  transition: all 0.5s ease;
  z-index: 161;
  margin-top: 95.391px; }
  body.stuck2 #sideBlock_menu .side-block-container .side-block-header .btn-close {
    left: auto;
    right: unset; }

body.stuck3 #sideBlock_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -102%;
  right: auto;
  transform: unset;
  width: 100%;
  max-width: unset;
  background: #faf8f4;
  transition: all 0.5s ease;
  z-index: 161;
  margin-top: 95.391px; }
  body.stuck3 #sideBlock_menu .side-block-container .side-block-header .btn-close {
    left: auto;
    right: unset; }

body.stuck4 #sideBlock_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -102%;
  right: auto;
  transform: unset;
  width: 100%;
  max-width: unset;
  background: #faf8f4;
  transition: all 0.5s ease;
  z-index: 161;
  margin-top: 95.391px; }
  body.stuck4 #sideBlock_menu .side-block-container .side-block-header .btn-close {
    left: auto;
    right: unset; }

body.has-activeNavPages #sideBlock_menu {
  left: 0;
  margin-top: 95.391px; }
  body.has-activeNavPages #sideBlock_menu .side-block-container .side-block-header .btn-close {
    left: auto;
    right: unset; }

body.has-activeNavPages.stuck #sideBlock_menu {
  left: 0;
  margin-top: 95.391px; }
  body.has-activeNavPages.stuck #sideBlock_menu .side-block-container .side-block-header .btn-close {
    left: auto;
    right: unset; }

body.stuck2 #sideBlock_menu {
  left: 0;
  margin-top: 95.391px; }
  body.stuck2 #sideBlock_menu .side-block-container .side-block-header .btn-close {
    left: auto;
    right: unset; }

body.stuck3 #sideBlock_menu {
  left: 0;
  margin-top: 95.391px; }
  body.stuck3 #sideBlock_menu .side-block-container .side-block-header .btn-close {
    left: auto;
    right: unset; }

body.stuck4 #sideBlock_menu {
  left: 0;
  margin-top: 95.391px; }
  body.stuck4 #sideBlock_menu .side-block-container .side-block-header .btn-close {
    left: auto;
    right: unset; }

li.mobile-menu {
  display: none !important; }

.mobile_menu__item-link a {
  padding: 13px 0 !important; }
  .mobile_menu__item-link a:hover span::after {
    transform: scaleX(1); }
  .mobile_menu__item-link a .icon {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    transform: unset;
    text-align: right;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block !important; }
    .mobile_menu__item-link a .icon svg {
      width: 12px;
      height: 12px;
      margin-top: 16px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      stroke: black; }
  .mobile_menu__item-link a span {
    position: relative;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 0.015px;
    border-bottom: 1px solid transparent; }
    .mobile_menu__item-link a span::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 100%;
      background-color: currentColor;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.5s ease; }

@media screen and (max-width: 1023px) {
  body.has-activeNavPages .header.is-open {
    position: fixed;
    z-index: 161;
    width: 100%;
    background: #faf8f4; }
  body.has-activeNavPages:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0);
    transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s; }
  li.desktop-menu {
    display: none !important; }
  li.mobile-menu {
    display: block !important; } }

li#mobile-shop .navPage-subMenu-links {
  display: none !important; }

li#mobile-shop div.imageArea {
  display: none !important; }

.subcategory-grid {
  width: 100%;
  min-height: 200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0px; }

.subcategory-grid-col {
  display: flex;
  flex-direction: column;
  padding: 8px; }

.subcategory-wrapper {
  width: 100%;
  min-height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0px;
  column-gap: 10px;
  justify-content: start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px; }
  .subcategory-wrapper .shopTopCategory__item {
    width: calc(20% - 10px); }
    .subcategory-wrapper .shopTopCategory__item .shopTopCategory__name {
      font-size: 16px;
      padding: 5px;
      overflow-wrap: break-word;
      width: 100%; }
  @media (max-width: 767px) {
    .subcategory-wrapper {
      justify-content: flex-start; }
      .subcategory-wrapper .shopTopCategory__item {
        width: calc(25% - 10px); }
        .subcategory-wrapper .shopTopCategory__item .shopTopCategory__name {
          font-size: 16px;
          padding: 5px;
          overflow-wrap: break-word;
          width: 100%; } }
  @media (max-width: 599px) {
    .subcategory-wrapper {
      justify-content: flex-start; }
      .subcategory-wrapper .shopTopCategory__item {
        width: calc(33% - 7.5px); }
        .subcategory-wrapper .shopTopCategory__item .shopTopCategory__name {
          font-size: 16px;
          padding: 5px;
          overflow-wrap: break-word;
          width: 100%; } }
  @media (max-width: 480px) {
    .subcategory-wrapper {
      justify-content: flex-start;
      padding-left: 4.5%;
      padding-right: 4.5%; }
      .subcategory-wrapper .shopTopCategory__item {
        width: calc(50% - 5px); }
        .subcategory-wrapper .shopTopCategory__item .shopTopCategory__name {
          font-size: 16px;
          padding: 5px;
          overflow-wrap: break-word;
          width: 100%; } }
  @media (max-width: 399px) {
    .subcategory-wrapper {
      justify-content: flex-start;
      padding-left: 0px;
      padding-right: 0px; }
      .subcategory-wrapper .shopTopCategory__item {
        width: calc(50% - 5px); }
        .subcategory-wrapper .shopTopCategory__item .shopTopCategory__name {
          font-size: 16px;
          padding: 5px;
          overflow-wrap: break-word;
          width: 100%; } }

li.navPage-subMenu-item-child .navPages-action .nav-shop-category-icon {
  width: 20px;
  height: auto;
  margin-right: 6px;
  display: inline-block; }

li.navPage-subMenu-item-child .navPages-action span {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.015px; }
  li.navPage-subMenu-item-child .navPages-action span.menu-text-red {
    color: #481209; }

li.navPage-subMenu-item-child .navPages-action .nav-shop-link-arrow-icon {
  max-width: 16px;
  max-height: 16px;
  margin-left: 12px;
  height: auto;
  opacity: 0.5;
  width: 100%;
  z-index: 2;
  display: inline-block; }

li.navPage-subMenu-item-parent .navPages-action .nav-shop-link-arrow-icon {
  max-width: 16px;
  max-height: 16px;
  margin-left: 12px;
  height: auto;
  opacity: 0.5;
  width: 100%;
  z-index: 2;
  display: inline-block; }

.is-hidden {
  display: none; }

body[data-customer-group] li.wholesale-link {
  display: none !important; }

body[data-customer-group] li.join-rewards-link {
  display: none !important; }

body[data-customer-group] li.rewards-link {
  display: none !important; }

body[data-customer-group="0"] li.wholesale-link {
  display: none !important; }

body[data-customer-group="0"] li.join-rewards-link {
  display: none !important; }
  @media (max-width: 899px) {
    body[data-customer-group="0"] li.join-rewards-link {
      display: block !important; } }

body[data-customer-group="0"] li.shop-join-rewards-link {
  display: block !important; }

body[data-customer-group="0"] li.rewards-link {
  display: none !important; }

body[data-customer-group="9"] li.wholesale-link, body[data-customer-group="1"] li.wholesale-link {
  display: none !important; }

body[data-customer-group="9"] li.join-rewards-link, body[data-customer-group="1"] li.join-rewards-link {
  display: none !important; }

body[data-customer-group="9"] li.shop-join-rewards-link, body[data-customer-group="1"] li.shop-join-rewards-link {
  display: none !important; }

body[data-customer-group="9"] li.rewards-link, body[data-customer-group="1"] li.rewards-link {
  display: none !important; }
  @media (max-width: 899px) {
    body[data-customer-group="9"] li.rewards-link, body[data-customer-group="1"] li.rewards-link {
      display: block !important; } }

body[data-customer-group="2"] li.wholesale-link, body[data-customer-group="4"] li.wholesale-link, body[data-customer-group="5"] li.wholesale-link, body[data-customer-group="6"] li.wholesale-link, body[data-customer-group="10"] li.wholesale-link {
  display: none !important; }
  @media (max-width: 899px) {
    body[data-customer-group="2"] li.wholesale-link, body[data-customer-group="4"] li.wholesale-link, body[data-customer-group="5"] li.wholesale-link, body[data-customer-group="6"] li.wholesale-link, body[data-customer-group="10"] li.wholesale-link {
      display: block !important; } }

body[data-customer-group="2"] li.join-rewards-link, body[data-customer-group="4"] li.join-rewards-link, body[data-customer-group="5"] li.join-rewards-link, body[data-customer-group="6"] li.join-rewards-link, body[data-customer-group="10"] li.join-rewards-link {
  display: none !important; }

body[data-customer-group="2"] li.rewards-link, body[data-customer-group="4"] li.rewards-link, body[data-customer-group="5"] li.rewards-link, body[data-customer-group="6"] li.rewards-link, body[data-customer-group="10"] li.rewards-link {
  display: none !important; }

@media screen and (max-width: 767px) {
  .certifications .ui-accordion {
    margin: 0 auto;
    width: 80%; }
  .certifications .ui-accordion .ui-accordion-header {
    background-color: #d5d3c6;
    border: 0;
    border-radius: 0;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: block;
    outline: 0;
    margin: 0.9rem 0rem;
    padding: 15px 21px;
    text-align: center;
    white-space: nowrap;
    width: 100%; }
    .certifications .ui-accordion .ui-accordion-header:active {
      outline: 0; }
    .certifications .ui-accordion .ui-accordion-header:hover {
      background-color: #666666;
      border-color: #666666;
      color: #fff !important;
      outline: 0; }
    .certifications .ui-accordion .ui-accordion-header.ui-state-active {
      background-color: #666666;
      border-color: #666666;
      color: #fff !important;
      outline: 0; }
    .certifications .ui-accordion .ui-accordion-header span {
      cursor: pointer;
      display: block;
      font-family: "Roboto", sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      outline: none; }
      .certifications .ui-accordion .ui-accordion-header span:hover {
        color: #fff; }
  .certifications .ui-accordion .ui-accordion-content {
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    color: #000;
    margin: 0.9rem 0rem;
    padding: 1rem;
    width: 100%; }
    .certifications .ui-accordion .ui-accordion-content a.red-a {
      color: #680f07; }
  .certifications .benefit-link {
    text-align: center !important; }
    .certifications .benefit-link:hover {
      text-decoration: underline !important; }
  .certifications .benefit-link-year {
    font-weight: bold !important; }
  .certifications .benefit-link-title {
    text-align: center !important; } }

@media screen and (min-width: 768px) {
  .certifications .ui-tabs {
    border: 0;
    position: relative; }
  .certifications .ui-tabs .ui-tabs-nav {
    background: unset;
    border: 0;
    margin: 0;
    padding: 0.30px 0.30px 0;
    text-align: center; }
  .certifications .ui-helper-clearfix:before,
  .certifications .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse; }
  .certifications .ui-helper-clearfix:after {
    clear: both; }
  .certifications .ui-tabs .ui-tabs-nav li {
    background-color: #d5d3c6;
    border: 0;
    border-radius: 0;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
    list-style: none;
    outline: 0;
    margin: 0.9rem 0.635rem;
    padding: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 30%;
    display: inline-block;
    min-width: 215px;
    max-width: unset; }
    .certifications .ui-tabs .ui-tabs-nav li:active {
      outline: 0; }
    .certifications .ui-tabs .ui-tabs-nav li:hover {
      background-color: #666666;
      border-color: #666666;
      color: #fff !important;
      outline: 0; }
    .certifications .ui-tabs .ui-tabs-nav li.ui-tabs-active {
      background-color: #666666;
      border-color: #666666;
      color: #fff !important;
      outline: 0; }
      .certifications .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        color: #fff; }
    .certifications .ui-tabs .ui-tabs-nav li a {
      cursor: pointer;
      display: block;
      font-family: "Roboto", sans-serif;
      font-size: 1.05rem;
      font-weight: 700;
      outline: none;
      padding: 1.25rem 1rem; }
      .certifications .ui-tabs .ui-tabs-nav li a:hover {
        color: #fff; }
  .certifications .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 15px 21px;
    background: none; }
    .certifications .ui-tabs .ui-tabs-panel.ui-widget-content {
      border: 0;
      background: #ffffff;
      border: 1px solid #ebebeb;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
      color: #000;
      margin: 0.9rem 0.7rem;
      padding: 1rem; }
      .certifications .ui-tabs .ui-tabs-panel.ui-widget-content a.red-a {
        color: #680f07; }
  .certifications .benefit-link {
    text-align: center !important; }
    .certifications .benefit-link:hover {
      text-decoration: underline !important; }
  .certifications .benefit-link-year {
    font-weight: bold !important; }
  .certifications .benefit-link-title {
    text-align: center !important; } }

@media screen and (max-width: 480px) {
  .certifications .ui-accordion {
    margin: 0 auto;
    width: 95%; }
  .certifications .ui-accordion .ui-accordion-header {
    background-color: #d5d3c6;
    border: 0;
    border-radius: 0;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: block;
    outline: 0;
    margin: 0.9rem 0rem;
    padding: 15px 7.5px;
    text-align: center;
    white-space: nowrap;
    width: 100%; }
    .certifications .ui-accordion .ui-accordion-header:active {
      outline: 0; }
    .certifications .ui-accordion .ui-accordion-header:hover {
      background-color: #666666;
      border-color: #666666;
      color: #fff !important;
      outline: 0; }
    .certifications .ui-accordion .ui-accordion-header.ui-state-active {
      background-color: #666666;
      border-color: #666666;
      color: #fff !important;
      outline: 0; }
    .certifications .ui-accordion .ui-accordion-header span {
      cursor: pointer;
      display: block;
      font-family: "Roboto", sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      outline: none; }
      .certifications .ui-accordion .ui-accordion-header span:hover {
        color: #fff; }
  .certifications .ui-accordion .ui-accordion-content {
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    color: #000;
    margin: 0.9rem 0rem;
    padding: 1rem;
    width: 100%; }
    .certifications .ui-accordion .ui-accordion-content a.red-a {
      color: #680f07; }
  .certifications .benefit-link {
    text-align: center !important; }
    .certifications .benefit-link:hover {
      text-decoration: underline !important; }
  .certifications .benefit-link-year {
    font-weight: bold !important; }
  .certifications .benefit-link-title {
    text-align: center !important; } }

.certified-icons.section {
  background-color: #d5d3c6;
  padding: 0 !important;
  text-align: center;
  display: block; }
  .certified-icons.section .certified-icons-list li {
    display: inline-block;
    font-weight: bold;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto; }
    .certified-icons.section .certified-icons-list li svg {
      max-width: 3.25rem;
      vertical-align: middle;
      width: 100%; }
      .certified-icons.section .certified-icons-list li svg.native-energy {
        max-width: 4.7rem; }
    .certified-icons.section .certified-icons-list li img:not([src]) {
      visibility: visible; }

.staff {
  /* Add some shadows to create a card effect */
  /* Some left and right padding inside the container */
  /* Clear floats */ }
  .staff .column {
    float: left;
    margin-bottom: 16px;
    padding: 0 8px;
    width: 50%; }
  .staff .card {
    background: #f7f7f5 0% 0% no-repeat padding-box;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
  .staff .card .container {
    height: 300px;
    overflow: hidden;
    padding: 0 1rem; }
  .staff .container::after,
  .staff .row::after {
    content: "";
    clear: both;
    display: table; }
  .staff h2 {
    color: #231f20;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.75rem;
    margin: 0.725rem 0;
    text-transform: uppercase;
    font-size: 1.75rem; }
  .staff p {
    color: black;
    font-family: "Roboto";
    font-size: 17px;
    line-height: 1.25;
    margin-top: 15px;
    margin-bottom: 15px; }
  .staff .title,
  .staff .since {
    color: #231f20;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.125rem;
    margin: 0.2rem 0 0.2rem 0;
    text-transform: uppercase; }
  .staff .button {
    background-color: unset;
    border: none;
    color: #b95d34;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    outline: 0;
    display: inline-block;
    padding: 1.125rem;
    text-align: left;
    width: 100%; }
  .staff .button:hover {
    background-color: unset;
    text-decoration: underline; }

@media screen and (max-width: 767px) {
  .staff .column {
    display: block;
    float: unset !important;
    margin: 0 auto;
    width: 80% !important; } }

.bulk-view-span {
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap; }

.current-view .bulk-view-span {
  background: rgba(255, 255, 255, 0.6); }

#product-listing-container ul.productBulk {
  display: none;
  list-style: none;
  margin-left: 0;
  margin: 0 -15px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  #product-listing-container ul.productBulk .product {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    padding: 0 7.5px;
    width: 50%; }
    #product-listing-container ul.productBulk .product .card-figcaption-top {
      top: 7.5px !important;
      left: auto !important;
      right: 7.5px !important; }
      #product-listing-container ul.productBulk .product .card-figcaption-top .button .icon-action {
        width: 35px !important;
        height: 35px !important; }
        #product-listing-container ul.productBulk .product .card-figcaption-top .button .icon-action svg {
          width: 18px !important;
          height: 18px !important; }
      #product-listing-container ul.productBulk .product .card-figcaption-top .wishlist + .quickview {
        margin-top: 7.5px !important; }
      @media (max-width: 899px) {
        #product-listing-container ul.productBulk .product .card-figcaption-top {
          top: 5px !important;
          right: 5px !important; }
          #product-listing-container ul.productBulk .product .card-figcaption-top .button .icon-action {
            width: 25px !important;
            height: 25px !important; }
            #product-listing-container ul.productBulk .product .card-figcaption-top .button .icon-action svg {
              width: 15px !important;
              height: 15px !important; }
          #product-listing-container ul.productBulk .product .card-figcaption-top .wishlist + .quickview {
            margin-top: 5px !important; } }
    #product-listing-container ul.productBulk .product .card-figcaption-bottom .card-figcaption-button {
      display: block;
      margin: 0 0 0 0 !important;
      font-size: 13px !important;
      font-weight: 700 !important;
      text-transform: uppercase;
      padding: 12px 10px 13px !important;
      color: black;
      background-color: white;
      border: 1px solid black;
      z-index: 3; }
    #product-listing-container ul.productBulk .product ul.certifications {
      left: 15% !important;
      height: unset !important;
      -ms-flex-pack: right !important;
      justify-content: right !important;
      margin: 0.313rem 0 0.413rem !important;
      width: 100% !important;
      transform: scale(0.7) !important;
      margin-top: -52.125px !important; }
      @media (max-width: 400px) {
        #product-listing-container ul.productBulk .product ul.certifications {
          left: 7% !important;
          height: unset !important;
          -ms-flex-pack: right !important;
          justify-content: right !important;
          margin: 0.313rem 0 0.413rem !important;
          width: 112% !important;
          transform: scale(0.7) !important;
          margin-top: -52.125px !important; } }
    #product-listing-container ul.productBulk .product .quickShopPopup .form-action {
      float: none !important;
      display: block !important;
      padding: 0 !important;
      width: 100% !important; }
      #product-listing-container ul.productBulk .product .quickShopPopup .form-action #form-action-addToCart {
        margin-bottom: 0px !important;
        font-size: 13px !important;
        padding: 12px 10px 13px !important; }
    #product-listing-container ul.productBulk .product .quickShopPopup .halo-quickShop-action {
      width: 100% !important;
      padding-top: 10px !important;
      padding-left: 0 !important; }
      #product-listing-container ul.productBulk .product .quickShopPopup .halo-quickShop-action .halo-quickShop-close {
        font-size: 13px !important;
        padding: 12px 10px 13px !important; }
    @media (min-width: 599px) {
      #product-listing-container ul.productBulk .product {
        width: 33.3%; } }
    @media (min-width: 768px) {
      #product-listing-container ul.productBulk .product {
        width: 25%;
        padding: 0 10px; } }
    @media (min-width: 992px) {
      #product-listing-container ul.productBulk .product {
        width: 20%; } }
    @media (min-width: 1280px) {
      #product-listing-container ul.productBulk .product {
        width: 16.66%;
        padding: 0 15px; } }
    @media (min-width: 1450px) {
      #product-listing-container ul.productBulk .product {
        width: 14.28%; } }
  @media (max-width: 1279px) {
    #product-listing-container ul.productBulk {
      margin: 0 -10px; } }
  @media (max-width: 767px) {
    #product-listing-container ul.productBulk {
      display: none;
      list-style: none;
      margin-left: 0;
      margin: 0 -30px;
      max-width: calc(100% - 40px);
      width: auto;
      font-size: 0;
      margin-bottom: 1.5rem;
      margin-left: 0px; }
      #product-listing-container ul.productBulk .product {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important; } }

#bulk-alpha-sidebar {
  background-color: #fff;
  display: none;
  margin-bottom: 2.1875rem;
  padding: 0.58rem 0.212rem;
  vertical-align: top;
  width: 40px;
  z-index: 8;
  transition: unset; }
  #bulk-alpha-sidebar .bulk-letter {
    height: 30px !important;
    padding: 0.30px;
    text-align: center; }
    #bulk-alpha-sidebar .bulk-letter a {
      color: #e6e4e4;
      cursor: wait;
      font-family: "Montserrat", sans-serif;
      font-size: 1.25rem;
      font-weight: normal;
      line-height: 1.125; }
      #bulk-alpha-sidebar .bulk-letter a:active, #bulk-alpha-sidebar .bulk-letter a:hover {
        color: #c5c2c2; }
  #bulk-alpha-sidebar .lSPager {
    display: none; }

#bulk-alpha-sidebar.sticky-alpha {
  position: fixed;
  top: 0;
  left: 15px;
  transition: top 0.2s ease-in-out; }

body.stuck #bulk-alpha-sidebar.sticky-alpha {
  top: 94.391px;
  transition: top 0.5s ease-in-out; }
  @media (max-width: 1023px) {
    body.stuck #bulk-alpha-sidebar.sticky-alpha {
      top: 95.391px; } }

body.stuck2 #bulk-alpha-sidebar.sticky-alpha {
  top: 94.391px;
  transition: top 0.5s ease-in-out; }
  @media (max-width: 1023px) {
    body.stuck2 #bulk-alpha-sidebar.sticky-alpha {
      top: 95.391px; } }

body.stuck3 #bulk-alpha-sidebar.sticky-alpha {
  top: 94.391px;
  transition: top 0.5s ease-in-out; }
  @media (max-width: 1023px) {
    body.stuck3 #bulk-alpha-sidebar.sticky-alpha {
      top: 95.391px; } }

body.stuck4 #bulk-alpha-sidebar.sticky-alpha {
  top: 94.391px;
  transition: top 0.5s ease-in-out; }
  @media (max-width: 1023px) {
    body.stuck4 #bulk-alpha-sidebar.sticky-alpha {
      top: 95.391px; } }

#bulk-alpha-topbar {
  background-color: #fff;
  display: none;
  height: 3.125rem;
  margin-bottom: 0;
  padding: 0 0.9375rem;
  position: relative;
  width: 100%;
  z-index: 8;
  top: -15px;
  transition: unset; }
  #bulk-alpha-topbar .bulk-container {
    display: table;
    margin: 0 auto;
    max-width: 1230px;
    position: absolute;
    width: 100%;
    /* margin-top: auto; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #bulk-alpha-topbar .bulk-letter {
    display: table-cell;
    padding: 0.30px;
    text-align: center;
    height: 30px !important;
    padding: 0.30px;
    text-align: center; }
    #bulk-alpha-topbar .bulk-letter a {
      color: #e6e4e4;
      cursor: wait;
      font-family: "Montserrat", sans-serif;
      font-size: 1.8rem;
      font-weight: normal;
      letter-spacing: -0.025rem; }
      #bulk-alpha-topbar .bulk-letter a:active, #bulk-alpha-topbar .bulk-letter a:hover {
        color: #c5c2c2; }

#bulk-alpha-topbar.sticky-alpha {
  position: fixed;
  top: 0;
  left: 0;
  transition: top 0.2s ease-in-out; }

body.stuck #bulk-alpha-topbar.sticky-alpha {
  top: 94.391px;
  transition: top 0.5s ease-in-out; }
  @media (max-width: 1023px) {
    body.stuck #bulk-alpha-topbar.sticky-alpha {
      top: 95.391px; } }

body.stuck2 #bulk-alpha-topbar.sticky-alpha {
  top: 94.391px;
  transition: top 0.5s ease-in-out; }
  @media (max-width: 1023px) {
    body.stuck2 #bulk-alpha-topbar.sticky-alpha {
      top: 95.391px; } }

body.stuck3 #bulk-alpha-topbar.sticky-alpha {
  top: 94.391px;
  transition: top 0.5s ease-in-out; }
  @media (max-width: 1023px) {
    body.stuck3 #bulk-alpha-topbar.sticky-alpha {
      top: 95.391px; } }

body.stuck4 #bulk-alpha-topbar.sticky-alpha {
  top: 94.391px;
  transition: top 0.5s ease-in-out; }
  @media (max-width: 1023px) {
    body.stuck4 #bulk-alpha-topbar.sticky-alpha {
      top: 95.391px; } }

@media screen and (max-width: 767px) {
  .lSAction > a {
    background-image: url("../img/controls.png");
    opacity: 1;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s; }
  .lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0; }
  /* vertical controls */
  .lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -16px;
    margin-top: 0; }
  .lSSlideOuter.vertical .lSAction > .lSNext {
    background-color: #fff;
    bottom: -2px; }
  .lSSlideOuter.vertical .lSAction > .lSPrev {
    background-color: #fff;
    top: -2px; } }

.productView-nav {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.025);
  background-color: white; }

.productView__top .container {
  padding: 0 15px; }
  @media (min-width: 1280px) {
    .productView__top .container {
      padding: 0 75px; } }

.productView-description .container {
  padding: 0 15px !important; }
  .productView-description .container .productView-title {
    padding-bottom: 50px;
    border-bottom: 2px solid #866742; }
  .productView-description .container .tab-content {
    padding: 30px 0; }
    .productView-description .container .tab-content .tab-titleMobile {
      display: none;
      color: black;
      font-size: 18px;
      font-weight: 700;
      border-bottom: 1px solid #CCCCCC;
      padding: 15px 0;
      position: relative;
      text-decoration: none; }
      @media (max-width: 767px) {
        .productView-description .container .tab-content .tab-titleMobile {
          display: none; } }
    .productView-description .container .tab-content .tabContent {
      display: block; }
      @media (max-width: 767px) {
        .productView-description .container .tab-content .tabContent {
          display: block; } }
    @media (max-width: 767px) {
      .productView-description .container .tab-content {
        padding: 0; } }
  @media (min-width: 1280px) {
    .productView-description .container {
      padding: 0 75px !important; } }

@media (max-width: 767px) {
  .productView-description {
    margin-bottom: 0; } }

.productView-reviews {
  background: #F6F4EE;
  padding-top: 35px;
  padding-bottom: 0px; }
  .productView-reviews .container {
    padding: 0 15px !important; }
    .productView-reviews .container .tab-content {
      padding: 30px 0; }
      .productView-reviews .container .tab-content .tab-titleMobile {
        display: none;
        color: black;
        font-size: 18px;
        font-weight: 700;
        border-bottom: 1px solid #CCCCCC;
        padding: 15px 0;
        position: relative;
        text-decoration: none; }
    @media (min-width: 1280px) {
      .productView-reviews .container {
        padding: 0 75px !important; } }

.productView-qa {
  background: #edecea;
  padding-top: 35px;
  padding-bottom: 35px; }
  .productView-qa .container {
    padding: 0 15px; }
    .productView-qa .container .productView-title {
      padding-bottom: 50px;
      border-bottom: 2px solid #866742; }
    @media (min-width: 1280px) {
      .productView-qa .container {
        padding: 0 75px; } }

.product-page-reviews .tp-widget-wrapper-layout {
  flex-direction: row !important; }

.mrh-product-tabs {
  display: flex;
  position: relative; }
  .mrh-product-tabs .tab {
    float: none;
    width: auto;
    border: none;
    display: inline-block;
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    margin-right: 30px;
    z-index: 1; }
    .mrh-product-tabs .tab .tab-title {
      padding: 0 0 0 0;
      font-size: 24px;
      font-weight: 700;
      color: #797979;
      text-transform: capitalize; }
    .mrh-product-tabs .tab.is-active {
      border-bottom: 3px solid #866742;
      margin-bottom: -1px; }
      .mrh-product-tabs .tab.is-active .tab-title {
        padding: 0 0 0 0;
        font-size: 24px;
        font-weight: 700;
        color: #3d3d3e;
        text-transform: capitalize; }

.mrh-product-tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #bababa; }

#related-product {
  margin-top: 45px; }
  #related-product .container-custom {
    padding: 0 15px; }
    #related-product .container-custom .halo-heading {
      padding-left: 15px; }
    #related-product .container-custom .productCarousel {
      padding-left: 0; }
    @media (min-width: 1280px) {
      #related-product .container-custom {
        padding: 0 75px; } }

.mrh-page-hero {
  width: 100%;
  height: 25vw;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .mrh-page-hero h1 {
    color: white !important;
    font-family: "Roboto", sans-serif !important;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.25vw !important;
    letter-spacing: 0.075rem !important;
    width: 90%;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.45);
    font-weight: 400 !important; }
  .mrh-page-hero h2 {
    color: white !important;
    font-family: "Roboto", sans-serif !important;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.75vw !important;
    width: 90%;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5); }
  .mrh-page-hero h3,
  .mrh-page-hero h4,
  .mrh-page-hero p,
  .mrh-page-hero img {
    display: none !important; }

@media screen and (max-width: 1279px) {
  .mrh-page-hero {
    height: 30vw; }
    .mrh-page-hero h1 {
      font-size: 5vw !important; }
    .mrh-page-hero h2 {
      font-size: 3.25vw !important; } }

@media screen and (max-width: 1024px) {
  .mrh-page-hero {
    height: 35vw; }
    .mrh-page-hero h1 {
      font-size: 5.25vw !important; }
    .mrh-page-hero h2 {
      font-size: 3.75vw !important; } }

@media screen and (max-width: 768px) {
  .mrh-page-hero {
    height: 40vw; }
    .mrh-page-hero h1 {
      font-size: 5.75vw !important; }
    .mrh-page-hero h2 {
      font-size: 4vw !important; } }

@media screen and (max-width: 599px) {
  .mrh-page-hero {
    height: 45vw; }
    .mrh-page-hero h1 {
      font-size: 6vw !important;
      letter-spacing: 0.025rem !important;
      font-weight: 500 !important; }
    .mrh-page-hero h2 {
      font-size: 4vw !important; } }

@media screen and (max-width: 480px) {
  .mrh-page-hero {
    height: 50vw; }
    .mrh-page-hero h1 {
      font-size: 6.5vw !important;
      letter-spacing: 0.0125rem !important;
      font-weight: 500 !important;
      width: 95%; }
    .mrh-page-hero h2 {
      font-size: 5vw !important;
      width: 95%; } }

.ssp-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 16px; }

.ssp-about-container {
  width: 100%;
  max-width: 1140px;
  min-height: 100px;
  display: flex;
  margin: 0 auto;
  justify-content: center; }

.ssp-about-text-container {
  width: 57.5%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 16px; }
  .ssp-about-text-container h2 {
    margin-top: 0px !important;
    margin-bottom: 16px !important;
    font-weight: 400 !important; }
  .ssp-about-text-container p {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

.ssp-about-ups-container {
  width: 42.5%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  border-left: 1px solid #707070; }

.ssp-about-ups-info-wrapper {
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: row; }

.ssp-about-ups-logo {
  width: 25%;
  height: 100%; }

.ssp-about-ups-text {
  width: 75%;
  height: 100%;
  padding-left: 16px; }
  .ssp-about-ups-text h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1 !important; }
  .ssp-about-ups-text p {
    font-size: 15px !important;
    line-height: 1.25 !important; }

.ssp-usp-contact-container {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.ssp-ups-about-button {
  color: #000000;
  background-color: #d5c9b0;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 600; }

.ssp-ups-about-fb {
  width: 15%;
  height: 35px;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/facebook.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.ssp-ups-about-ig {
  width: 15%;
  height: 35px;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/instagram.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.ssp-ups-about-yt {
  width: 15%;
  height: 40px;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/youtube.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.ssp-add-to-map-container {
  width: 100%;
  max-width: 1140px;
  min-height: 100px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }
  .ssp-add-to-map-container h2 {
    font-weight: 400 !important; }
  .ssp-add-to-map-container p {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    margin-top: 0px !important;
    margin-bottom: 24px !important; }

.ssp-add-to-map-info-container {
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: center; }

.ssp-map-info-text {
  width: 50%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  padding-right: 16px; }
  .ssp-map-info-text p {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .ssp-map-info-text ol {
    list-style: inside decimal; }

.ssp-map-info-video {
  width: 50%;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 16px; }

.ssp-map-wrapper {
  width: 100%;
  min-height: 100px; }

.ssp-map {
  aspect-ratio: 16/9;
  width: 100%; }

.ssp-map-video {
  aspect-ratio: 16/9;
  width: 100%; }

.ssp-seed-listing-section {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  margin-top: 50px; }
  .ssp-seed-listing-section h2 {
    font-weight: 400 !important; }

.seed-listing-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 16px; }

.seed-listing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  justify-content: center; }

.seed-category-add {
  display: none; }

.seed-category-learn {
  display: none; }

.remove-seed-category {
  display: none; }

body.not-seed-eligible .mrh-seed-card img {
  transition-duration: 0.3s;
  transition-property: all; }
  body.not-seed-eligible .mrh-seed-card img:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }

body.not-seed-eligible .mrh-seed-card .seed-category-actions-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  padding-top: 8px; }
  body.not-seed-eligible .mrh-seed-card .seed-category-actions-container .seed-category-learn {
    display: block;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #7c7c76;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.not-seed-eligible .mrh-seed-card .seed-category-actions-container .seed-category-learn:hover {
      background-color: #98988c;
      outline: 0;
      cursor: pointer; }
  body.not-seed-eligible .mrh-seed-card .seed-category-actions-container .seed-category-add {
    display: none;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #8e805d;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.not-seed-eligible .mrh-seed-card .seed-category-actions-container .seed-category-add:hover {
      background-color: #af9f75;
      outline: 0;
      cursor: pointer; }
  body.not-seed-eligible .mrh-seed-card .seed-category-actions-container .remove-seed-category {
    display: none;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #8e805d;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.not-seed-eligible .mrh-seed-card .seed-category-actions-container .remove-seed-category:hover {
      background-color: #af9f75;
      outline: 0;
      cursor: pointer; }

body.all-seed-eligible .mrh-seed-card img {
  transition-duration: 0.3s;
  transition-property: all; }
  body.all-seed-eligible .mrh-seed-card img:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }

body.all-seed-eligible .mrh-seed-card .seed-category-actions-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  padding-top: 8px; }
  body.all-seed-eligible .mrh-seed-card .seed-category-actions-container .seed-category-learn {
    display: block;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #7c7c76;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.all-seed-eligible .mrh-seed-card .seed-category-actions-container .seed-category-learn:hover {
      background-color: #98988c;
      outline: 0;
      cursor: pointer; }
  body.all-seed-eligible .mrh-seed-card .seed-category-actions-container .seed-category-add {
    display: block;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #8e805d;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.all-seed-eligible .mrh-seed-card .seed-category-actions-container .seed-category-add:hover {
      background-color: #af9f75;
      outline: 0;
      cursor: pointer; }
  body.all-seed-eligible .mrh-seed-card .seed-category-actions-container .remove-seed-category {
    display: none;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #8e805d;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.all-seed-eligible .mrh-seed-card .seed-category-actions-container .remove-seed-category:hover {
      background-color: #af9f75;
      outline: 0;
      cursor: pointer; }

body.seed-in-cart[data-cart-seed="6708"] .mrh-seed-card img, body.seed-in-cart[data-cart-seed="1959"] .mrh-seed-card img {
  transition-duration: 0.3s;
  transition-property: all; }
  body.seed-in-cart[data-cart-seed="6708"] .mrh-seed-card img:hover, body.seed-in-cart[data-cart-seed="1959"] .mrh-seed-card img:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
  body.seed-in-cart[data-cart-seed="6708"] .mrh-seed-card img.ec, body.seed-in-cart[data-cart-seed="1959"] .mrh-seed-card img.ec {
    border: 8px solid #f3b603; }

body.seed-in-cart[data-cart-seed="6708"] .mrh-seed-card .seed-category-actions-container, body.seed-in-cart[data-cart-seed="1959"] .mrh-seed-card .seed-category-actions-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  padding-top: 8px; }
  body.seed-in-cart[data-cart-seed="6708"] .mrh-seed-card .seed-category-actions-container .seed-category-learn, body.seed-in-cart[data-cart-seed="1959"] .mrh-seed-card .seed-category-actions-container .seed-category-learn {
    display: block;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #7c7c76;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.seed-in-cart[data-cart-seed="6708"] .mrh-seed-card .seed-category-actions-container .seed-category-learn:hover, body.seed-in-cart[data-cart-seed="1959"] .mrh-seed-card .seed-category-actions-container .seed-category-learn:hover {
      background-color: #98988c;
      outline: 0;
      cursor: pointer; }
  body.seed-in-cart[data-cart-seed="6708"] .mrh-seed-card .seed-category-actions-container .seed-category-add, body.seed-in-cart[data-cart-seed="1959"] .mrh-seed-card .seed-category-actions-container .seed-category-add {
    display: none;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #8e805d;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.seed-in-cart[data-cart-seed="6708"] .mrh-seed-card .seed-category-actions-container .seed-category-add:hover, body.seed-in-cart[data-cart-seed="1959"] .mrh-seed-card .seed-category-actions-container .seed-category-add:hover {
      background-color: #af9f75;
      outline: 0;
      cursor: pointer; }
  body.seed-in-cart[data-cart-seed="6708"] .mrh-seed-card .seed-category-actions-container .remove-seed-category, body.seed-in-cart[data-cart-seed="1959"] .mrh-seed-card .seed-category-actions-container .remove-seed-category {
    display: none;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #8e805d;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.seed-in-cart[data-cart-seed="6708"] .mrh-seed-card .seed-category-actions-container .remove-seed-category:hover, body.seed-in-cart[data-cart-seed="1959"] .mrh-seed-card .seed-category-actions-container .remove-seed-category:hover {
      background-color: #af9f75;
      outline: 0;
      cursor: pointer; }
    body.seed-in-cart[data-cart-seed="6708"] .mrh-seed-card .seed-category-actions-container .remove-seed-category.ec, body.seed-in-cart[data-cart-seed="1959"] .mrh-seed-card .seed-category-actions-container .remove-seed-category.ec {
      display: block; }

body.seed-in-cart[data-cart-seed="6709"] .mrh-seed-card img, body.seed-in-cart[data-cart-seed="1960"] .mrh-seed-card img {
  transition-duration: 0.3s;
  transition-property: all; }
  body.seed-in-cart[data-cart-seed="6709"] .mrh-seed-card img:hover, body.seed-in-cart[data-cart-seed="1960"] .mrh-seed-card img:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
  body.seed-in-cart[data-cart-seed="6709"] .mrh-seed-card img.lo, body.seed-in-cart[data-cart-seed="1960"] .mrh-seed-card img.lo {
    border: 8px solid #f3b603; }

body.seed-in-cart[data-cart-seed="6709"] .mrh-seed-card .seed-category-actions-container, body.seed-in-cart[data-cart-seed="1960"] .mrh-seed-card .seed-category-actions-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  padding-top: 8px; }
  body.seed-in-cart[data-cart-seed="6709"] .mrh-seed-card .seed-category-actions-container .seed-category-learn, body.seed-in-cart[data-cart-seed="1960"] .mrh-seed-card .seed-category-actions-container .seed-category-learn {
    display: block;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #7c7c76;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.seed-in-cart[data-cart-seed="6709"] .mrh-seed-card .seed-category-actions-container .seed-category-learn:hover, body.seed-in-cart[data-cart-seed="1960"] .mrh-seed-card .seed-category-actions-container .seed-category-learn:hover {
      background-color: #98988c;
      outline: 0;
      cursor: pointer; }
  body.seed-in-cart[data-cart-seed="6709"] .mrh-seed-card .seed-category-actions-container .seed-category-add, body.seed-in-cart[data-cart-seed="1960"] .mrh-seed-card .seed-category-actions-container .seed-category-add {
    display: none;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #8e805d;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.seed-in-cart[data-cart-seed="6709"] .mrh-seed-card .seed-category-actions-container .seed-category-add:hover, body.seed-in-cart[data-cart-seed="1960"] .mrh-seed-card .seed-category-actions-container .seed-category-add:hover {
      background-color: #af9f75;
      outline: 0;
      cursor: pointer; }
  body.seed-in-cart[data-cart-seed="6709"] .mrh-seed-card .seed-category-actions-container .remove-seed-category, body.seed-in-cart[data-cart-seed="1960"] .mrh-seed-card .seed-category-actions-container .remove-seed-category {
    display: none;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #8e805d;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.seed-in-cart[data-cart-seed="6709"] .mrh-seed-card .seed-category-actions-container .remove-seed-category:hover, body.seed-in-cart[data-cart-seed="1960"] .mrh-seed-card .seed-category-actions-container .remove-seed-category:hover {
      background-color: #af9f75;
      outline: 0;
      cursor: pointer; }
    body.seed-in-cart[data-cart-seed="6709"] .mrh-seed-card .seed-category-actions-container .remove-seed-category.lo, body.seed-in-cart[data-cart-seed="1960"] .mrh-seed-card .seed-category-actions-container .remove-seed-category.lo {
      display: block; }

body.seed-in-cart[data-cart-seed="6710"] .mrh-seed-card img, body.seed-in-cart[data-cart-seed="1961"] .mrh-seed-card img {
  transition-duration: 0.3s;
  transition-property: all; }
  body.seed-in-cart[data-cart-seed="6710"] .mrh-seed-card img:hover, body.seed-in-cart[data-cart-seed="1961"] .mrh-seed-card img:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
  body.seed-in-cart[data-cart-seed="6710"] .mrh-seed-card img.ge, body.seed-in-cart[data-cart-seed="1961"] .mrh-seed-card img.ge {
    border: 8px solid #f3b603; }

body.seed-in-cart[data-cart-seed="6710"] .mrh-seed-card .seed-category-actions-container, body.seed-in-cart[data-cart-seed="1961"] .mrh-seed-card .seed-category-actions-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  padding-top: 8px; }
  body.seed-in-cart[data-cart-seed="6710"] .mrh-seed-card .seed-category-actions-container .seed-category-learn, body.seed-in-cart[data-cart-seed="1961"] .mrh-seed-card .seed-category-actions-container .seed-category-learn {
    display: block;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #7c7c76;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.seed-in-cart[data-cart-seed="6710"] .mrh-seed-card .seed-category-actions-container .seed-category-learn:hover, body.seed-in-cart[data-cart-seed="1961"] .mrh-seed-card .seed-category-actions-container .seed-category-learn:hover {
      background-color: #98988c;
      outline: 0;
      cursor: pointer; }
  body.seed-in-cart[data-cart-seed="6710"] .mrh-seed-card .seed-category-actions-container .seed-category-add, body.seed-in-cart[data-cart-seed="1961"] .mrh-seed-card .seed-category-actions-container .seed-category-add {
    display: none;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #8e805d;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.seed-in-cart[data-cart-seed="6710"] .mrh-seed-card .seed-category-actions-container .seed-category-add:hover, body.seed-in-cart[data-cart-seed="1961"] .mrh-seed-card .seed-category-actions-container .seed-category-add:hover {
      background-color: #af9f75;
      outline: 0;
      cursor: pointer; }
  body.seed-in-cart[data-cart-seed="6710"] .mrh-seed-card .seed-category-actions-container .remove-seed-category, body.seed-in-cart[data-cart-seed="1961"] .mrh-seed-card .seed-category-actions-container .remove-seed-category {
    display: none;
    border-radius: 0.425rem !important;
    box-shadow: 0 0 0 1px white inset;
    color: white;
    font-size: 0.875rem;
    max-width: 7.3515rem;
    height: 2.125rem;
    padding: 0.55rem 0.955rem 0.45rem 0.955rem;
    width: unset;
    font-weight: 400;
    line-height: 1.3125;
    background-color: #8e805d;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    body.seed-in-cart[data-cart-seed="6710"] .mrh-seed-card .seed-category-actions-container .remove-seed-category:hover, body.seed-in-cart[data-cart-seed="1961"] .mrh-seed-card .seed-category-actions-container .remove-seed-category:hover {
      background-color: #af9f75;
      outline: 0;
      cursor: pointer; }
    body.seed-in-cart[data-cart-seed="6710"] .mrh-seed-card .seed-category-actions-container .remove-seed-category.ge, body.seed-in-cart[data-cart-seed="1961"] .mrh-seed-card .seed-category-actions-container .remove-seed-category.ge {
      display: block; }

.seed-listing-card {
  display: flex;
  position: relative;
  background: gray;
  width: 100%;
  height: 390px;
  overflow: hidden; }
  .seed-listing-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .seed-listing-card:hover:after {
    opacity: 1; }
  .seed-listing-card:hover .seed-image-wrapper:before {
    opacity: 0.6; }
  .seed-listing-card:hover .seed-image-wrapper:after {
    opacity: 1;
    transform: translate(-50%, -50%); }
  .seed-listing-card:hover .seed-image--original {
    transform: translateY(-15px); }
  .seed-listing-card:hover .seed-description-wrapper {
    height: 185px; }

.seed-image-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 325px;
  background-color: #ffffff;
  z-index: 1; }
  .seed-image-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7c7c76;
    opacity: 0;
    z-index: 5;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .seed-image-wrapper:after {
    content: 'Learn More';
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 107.5px;
    left: 50%;
    padding: 11.25px 22.5px;
    line-height: 18px;
    background-color: #1f1f1f;
    opacity: 0;
    border-radius: 4px;
    z-index: 10;
    transform: translate(-50%, 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-out; }
  .seed-image-wrapper .seed-image__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15; }
  .seed-image-wrapper .seed-image--original {
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }

.seed-image-liquid {
  width: 100%;
  height: 325px;
  background-size: cover;
  background-position: center center; }

.seed-description-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  padding: 10px 15px;
  overflow: hidden;
  background-color: #fafafa;
  border-top: 1px solid #e5e5e5;
  transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2; }
  .seed-description-wrapper .seed-description__title {
    font-family: 'Roboto', sans-serif;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    font-size: 18px;
    line-height: 1.25; }
    .seed-description-wrapper .seed-description__title:after {
      content: '';
      width: 60px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), #fafafa); }
    .seed-description-wrapper .seed-description__title a {
      text-decoration: none;
      color: inherit; }
  .seed-description-wrapper .seed-description__subtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #b6b6b6; }
  .seed-description-wrapper .seed-description__text {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25;
    margin-bottom: 15px; }

.cart-seed-title-banner {
  background-color: #00529B;
  color: #FFFFFF;
  padding: 16px 16px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0.694vw !important; }
  @media (max-width: 767px) {
    .cart-seed-title-banner {
      font-size: 16px; } }

.seed-card-cart-title {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500; }

body[data-page-type="cart"] {
  background: #fafaf9 !important;
  background-color: unset; }
  body[data-page-type="cart"] [data-cart-page-title] span {
    padding: 10px 20px !important;
    background-color: #866742 !important;
    border-radius: 6.49vw !important;
    color: white !important; }
    @media (max-width: 480px) {
      body[data-page-type="cart"] [data-cart-page-title] span {
        position: relative;
        top: 20px;
        right: 0;
        /* transform: translateY(-65%); */
        transform: unset;
        font-size: 16px;
        font-weight: 400;
        text-transform: initial;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        display: block; } }
  body[data-page-type="cart"] .cart-actions .button.button--primary {
    font-style: normal !important; }
  body[data-page-type="cart"] .cart-header {
    background: #f6f4ee !important;
    border-radius: 0.694vw !important;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.025) !important;
    border: 1px solid #e0dedc !important; }
    body[data-page-type="cart"] .cart-header .cart-header-remove {
      display: none; }
  body[data-page-type="cart"] .cart-totals {
    background: #fdfdfa !important;
    border-radius: 0.694vw !important;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.025) !important;
    border: 1px solid #e0dedc !important;
    padding: 1.25rem; }
    body[data-page-type="cart"] .cart-totals .cart-return-policy-link {
      text-align: left; }
      body[data-page-type="cart"] .cart-totals .cart-return-policy-link a {
        color: #866742;
        font-weight: 900;
        text-decoration: underline;
        font-size: 14px;
        cursor: pointer; }
  body[data-page-type="cart"] .cart-item {
    background: #fdfdfa !important;
    border-radius: 0.694vw !important;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.025) !important;
    border: 1px solid #e0dedc !important; }
    body[data-page-type="cart"] .cart-item .cart-item-image {
      box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.025); }
  body[data-page-type="cart"] .products-featured {
    /* border: 1px solid #CCCCCC; */
    padding: 30px;
    border-radius: 0.694vw !important;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.025) !important;
    border: 1px solid #e0dedc !important;
    background-color: #fdfdfa;
    margin-bottom: 1.5rem; }
  body[data-page-type="cart"] .seed-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 8px;
    padding: 0px 15px; }
    body[data-page-type="cart"] .seed-products img {
      width: 100%;
      height: auto;
      transition-duration: 0.3s;
      transition-property: all; }
      body[data-page-type="cart"] .seed-products img:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
        cursor: pointer; }
    body[data-page-type="cart"] .seed-products .seed-cart-actions-container {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      text-align: center;
      padding-top: 8px; }
      body[data-page-type="cart"] .seed-products .seed-cart-actions-container .seed-cart-learn {
        border-radius: 0.425rem !important;
        box-shadow: 0 0 0 1px white inset;
        color: white;
        font-size: 0.875rem;
        max-width: 7.3515rem;
        height: 2.125rem;
        padding: 0.55rem 0.955rem 0.45rem 0.955rem;
        width: unset;
        font-weight: 400;
        line-height: 1.3125;
        background-color: #7c7c76;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap; }
        body[data-page-type="cart"] .seed-products .seed-cart-actions-container .seed-cart-learn:hover {
          background-color: #98988c;
          outline: 0;
          cursor: pointer; }
      body[data-page-type="cart"] .seed-products .seed-cart-actions-container .seed-cart-add {
        border-radius: 0.425rem !important;
        box-shadow: 0 0 0 1px white inset;
        color: white;
        font-size: 0.875rem;
        max-width: 7.3515rem;
        height: 2.125rem;
        padding: 0.55rem 0.955rem 0.45rem 0.955rem;
        width: unset;
        font-weight: 400;
        line-height: 1.3125;
        background-color: #8e805d;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap; }
        body[data-page-type="cart"] .seed-products .seed-cart-actions-container .seed-cart-add:hover {
          background-color: #af9f75;
          outline: 0;
          cursor: pointer; }

@media screen and (max-width: 1200px) {
  .ssp-body {
    padding: 40px 16px; }
  .ssp-about-text-container {
    width: 60%; }
    .ssp-about-text-container p {
      font-size: 15px !important;
      line-height: 1.25 !important; }
  .ssp-about-ups-container {
    width: 40%; }
  .ssp-about-ups-text p {
    font-size: 14px !important; }
  .ssp-ups-about-fb {
    width: 15%;
    height: 30px; }
  .ssp-ups-about-ig {
    width: 15%;
    height: 30px; }
  .ssp-ups-about-yt {
    width: 15%;
    height: 35px; }
  .ssp-seed-listing-section {
    margin-top: 10px; }
  .ssp-map {
    aspect-ratio: 16/11; }
  .ssp-add-to-map-container {
    margin-top: 10px; }
  .ssp-map-info-text {
    width: 60%; }
    .ssp-map-info-text ol li {
      font-size: 14px; }
  .ssp-map-info-video {
    width: 40%; }
  body[data-page-type="cart"] .seed-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px; }
    body[data-page-type="cart"] .seed-products img {
      width: 100%;
      height: auto;
      transition-duration: 0.3s;
      transition-property: all; }
      body[data-page-type="cart"] .seed-products img:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
        cursor: pointer; } }

@media screen and (max-width: 1024px) {
  .ssp-body {
    padding: 40px 32px; }
  .ssp-about-ups-logo {
    position: absolute;
    width: 65px;
    margin-left: 0px; }
  .ssp-about-ups-text {
    width: 100%;
    padding-left: 0px; }
    .ssp-about-ups-text h3 {
      padding-left: 75px;
      padding-top: 12px;
      padding-right: 3.55vw; }
    .ssp-about-ups-text p {
      margin-top: 20px; }
  .ssp-map {
    aspect-ratio: 16/12; }
  body[data-page-type="cart"] .products-featured {
    padding: 30px 10px; }
  body[data-page-type="cart"] .seed-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 8px;
    padding: 0px; }
    body[data-page-type="cart"] .seed-products img {
      width: 100%;
      height: auto;
      transition-duration: 0.3s;
      transition-property: all; }
      body[data-page-type="cart"] .seed-products img:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
        cursor: pointer; } }

@media screen and (max-width: 768px) {
  .ssp-body {
    padding: 30px 32px; }
  .ssp-about-container {
    flex-direction: column; }
  .ssp-about-text-container {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 40px; }
    .ssp-about-text-container p {
      font-size: 16px !important;
      line-height: 1.25 !important; }
  .ssp-about-ups-container {
    width: 100%; }
  .ssp-about-ups-logo {
    width: 75px;
    margin-left: -8px; }
  .ssp-about-ups-text h3 {
    padding-top: 0px; }
  .ssp-about-ups-text p {
    padding-left: 75px;
    margin-top: 8px;
    font-size: 15px !important; }
  .ssp-usp-contact-container {
    padding-left: 75px; }
  .ssp-ups-about-fb {
    width: 35px;
    height: 35px;
    margin-left: 10px;
    margin-right: 5px; }
  .ssp-ups-about-ig {
    width: 35px;
    height: 35px;
    margin-left: 5px;
    margin-right: 5px; }
  .ssp-ups-about-yt {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px; }
  .ssp-map {
    aspect-ratio: 10/12; }
  .ssp-add-to-map-container p {
    font-size: 16px !important;
    line-height: 1.25 !important; }
  .ssp-add-to-map-info-container {
    flex-direction: column; }
  .ssp-map-info-text {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 24px; }
  .ssp-map-info-video {
    width: 100%;
    padding-left: 0px; }
  .seed-listing-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px; }
  .seed-listing-card {
    min-height: 200px; }
  body[data-page-type="cart"] .products-featured {
    padding: 15px 10px; }
  body[data-page-type="cart"] .seed-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
    padding: 0px; }
    body[data-page-type="cart"] .seed-products img {
      width: 100%;
      height: auto;
      transition-duration: 0.3s;
      transition-property: all; }
      body[data-page-type="cart"] .seed-products img:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
        cursor: pointer; } }

@media screen and (max-width: 575px) {
  body.not-seed-eligible .mrh-seed-card .seed-category-actions-container {
    flex-direction: column; }
  body.all-seed-eligible .mrh-seed-card .seed-category-actions-container {
    flex-direction: column; }
  body.seed-in-cart[data-cart-seed="5135"] .mrh-seed-card .seed-category-actions-container, body.seed-in-cart[data-cart-seed="1959"] .mrh-seed-card .seed-category-actions-container {
    flex-direction: column; }
  body.seed-in-cart[data-cart-seed="5136"] .mrh-seed-card .seed-category-actions-container, body.seed-in-cart[data-cart-seed="1960"] .mrh-seed-card .seed-category-actions-container {
    flex-direction: column; }
  body.seed-in-cart[data-cart-seed="5134"] .mrh-seed-card .seed-category-actions-container, body.seed-in-cart[data-cart-seed="1961"] .mrh-seed-card .seed-category-actions-container {
    flex-direction: column; }
  body[data-page-type="cart"] .seed-products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 8px;
    padding: 0 5%; }
    body[data-page-type="cart"] .seed-products img {
      width: 100%;
      height: auto;
      transition-duration: 0.3s;
      transition-property: all; }
      body[data-page-type="cart"] .seed-products img:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
        cursor: pointer; } }

@media screen and (max-width: 480px) {
  .seed-listing-grid {
    grid-template-columns: 1fr; }
  body.not-seed-eligible .mrh-seed-card .seed-category-actions-container {
    flex-direction: row; }
  body.all-seed-eligible .mrh-seed-card .seed-category-actions-container {
    flex-direction: row; }
  body.seed-in-cart[data-cart-seed="5135"] .mrh-seed-card .seed-category-actions-container, body.seed-in-cart[data-cart-seed="1959"] .mrh-seed-card .seed-category-actions-container {
    flex-direction: row; }
  body.seed-in-cart[data-cart-seed="5136"] .mrh-seed-card .seed-category-actions-container, body.seed-in-cart[data-cart-seed="1960"] .mrh-seed-card .seed-category-actions-container {
    flex-direction: row; }
  body.seed-in-cart[data-cart-seed="5134"] .mrh-seed-card .seed-category-actions-container, body.seed-in-cart[data-cart-seed="1961"] .mrh-seed-card .seed-category-actions-container {
    flex-direction: row; } }

@media screen and (max-width: 425px) {
  .ssp-body {
    padding: 30px 16px; }
  .ssp-about-ups-text h3 {
    padding-top: 24px;
    padding-right: 11vw; }
  .ssp-about-ups-text p {
    padding-left: 0px;
    margin-top: 24px;
    font-size: 15px !important; }
  .ssp-usp-contact-container {
    padding-left: 0px; }
  .ssp-map {
    aspect-ratio: 9/16; } }

.cart-actions[data-customer-group] #qn-cart-to-quote {
  display: none; }

.cart-actions[data-customer-group] .qn-cart-to-quote-text {
  display: none; }

.cart-actions[data-customer-group="2"] #qn-cart-to-quote, .cart-actions[data-customer-group="4"] #qn-cart-to-quote, .cart-actions[data-customer-group="5"] #qn-cart-to-quote, .cart-actions[data-customer-group="6"] #qn-cart-to-quote {
  display: block; }

.cart-actions[data-customer-group="2"] .qn-cart-to-quote-text, .cart-actions[data-customer-group="4"] .qn-cart-to-quote-text, .cart-actions[data-customer-group="5"] .qn-cart-to-quote-text, .cart-actions[data-customer-group="6"] .qn-cart-to-quote-text {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 100%; }

.seed-empty-cart-message {
  display: none;
  background-color: #FF5E5D;
  color: #FFFFFF;
  padding: 16px 16px;
  text-align: center; }
  .seed-empty-cart-message a {
    color: #FFFFFF !important;
    font-weight: 500 !important;
    font-style: italic;
    text-decoration: underline; }

.seed-eligible-cart-message {
  display: none;
  background-color: #00529B;
  color: #FFFFFF;
  padding: 16px 16px;
  text-align: center;
  border-radius: 0.694vw; }
  .seed-eligible-cart-message a {
    color: #FFFFFF !important;
    font-weight: 500 !important;
    font-style: italic;
    text-decoration: underline; }

.seed-in-cart-message {
  display: none;
  background-color: #F3B603;
  color: #FFFFFF;
  padding: 16px 16px;
  text-align: center;
  border-radius: 0.694vw; }
  .seed-in-cart-message a {
    color: #FFFFFF !important;
    font-weight: 500 !important;
    font-style: italic;
    text-decoration: underline; }
  .seed-in-cart-message .ec {
    display: none; }
  .seed-in-cart-message .lo {
    display: none; }
  .seed-in-cart-message .ge {
    display: none; }

body.not-seed-eligible .seed-empty-cart-message {
  display: block; }

body.not-seed-eligible .seed-eligible-cart-message {
  display: none; }

body.not-seed-eligible .seed-in-cart-message {
  display: none; }

body.not-seed-eligible .seed-add-to-cart-form {
  display: none; }

body.all-seed-eligible .seed-empty-cart-message {
  display: none; }

body.all-seed-eligible .seed-eligible-cart-message {
  display: block; }

body.all-seed-eligible .seed-in-cart-message {
  display: none; }

body.all-seed-eligible .seed-add-to-cart-form {
  display: block; }

body.seed-in-cart .seed-empty-cart-message {
  display: none; }

body.seed-in-cart .seed-eligible-cart-message {
  display: none; }

body.seed-in-cart .seed-in-cart-message {
  display: block; }

body.seed-in-cart .seed-add-to-cart-form {
  display: none; }

body.seed-in-cart[data-cart-seed="6708"] .seed-in-cart-message .ec, body.seed-in-cart[data-cart-seed="1959"] .seed-in-cart-message .ec {
  display: inline; }

body.seed-in-cart[data-cart-seed="6709"] .seed-in-cart-message .lo, body.seed-in-cart[data-cart-seed="1960"] .seed-in-cart-message .lo {
  display: inline; }

body.seed-in-cart[data-cart-seed="6710"] .seed-in-cart-message .ge, body.seed-in-cart[data-cart-seed="1961"] .seed-in-cart-message .ge {
  display: inline; }

.customHomeServiceBlock_wrapper {
  width: 100%;
  padding: 0 2rem;
  max-width: 1920px; }
  .customHomeServiceBlock_wrapper .customHomeServiceBlock {
    max-width: 1370px;
    margin: 0 auto;
    min-height: 670px;
    background-color: green;
    border-radius: 8px; }

.boost-pfs-filter-btn-load-previous-page .js-boost-pfs-filter-btn-load-previous-page,
.btn,
div.boost-pfs-filter-load-more .boost-pfs-filter-load-more-button {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  min-width: 280px;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #000;
  background-color: #000;
  color: #f6f4ee;
  font-size: 12px;
  line-height: 29px;
  font-weight: 500;
  height: 48px;
  text-transform: uppercase;
  margin: 0;
  padding: 9px 32px;
  letter-spacing: 1.5px;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative; }

.boost-pfs-filter-btn-load-previous-page .js-boost-pfs-filter-btn-load-previous-page.btn--arrow,
.btn.btn--arrow,
div.boost-pfs-filter-load-more .boost-pfs-filter-load-more-button.btn--arrow {
  text-align: left;
  padding: 5px 135px 5px 23px;
  border-radius: 20px;
  position: relative;
  height: 40px; }

.collection-drop__image {
  display: none; }

.drop-navigation-wrap {
  position: fixed;
  top: 94.391px;
  left: -100%;
  bottom: 0;
  overflow: visible;
  background-color: #fdfdfa;
  width: 33.33vw;
  padding: 89px 3.3% 44.5px 3.3%;
  border-right: 1px solid #E0DEDC;
  transition: left .6s; }

.stuck .drop-navigation-wrap {
  position: fixed;
  top: 94.391px;
  left: -100%;
  bottom: 0;
  overflow: visible;
  background-color: #fdfdfa;
  width: 33.33vw;
  padding: 89px 3.3% 44.5px 3.3%;
  border-right: 1px solid #E0DEDC;
  transition: left .6s; }

.drop-navigation-wrap.with-additional-content:after {
  background: linear-gradient(180deg, rgba(250, 250, 250, 0), #fdfdfa 90%);
  bottom: 44.5px;
  content: "";
  height: 80px;
  left: 0;
  pointer-events: none;
  position: absolute;
  transition: .3s;
  width: calc(100% - 10px);
  z-index: 11; }

.drop-navigation__close {
  background-color: initial;
  background-position: 0 0;
  border-style: initial;
  border-width: 0;
  height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 16px;
  width: 30px; }

.drop-navigation,
.subdrop-navigation {
  list-style: none;
  margin: 0;
  padding: 0; }

.drop-navigation-wrap__content {
  height: 100%;
  overflow: auto; }

.with-additional-content .drop-navigation-wrap__content {
  padding-bottom: 54.5px !important; }

.drop-navigation__link {
  color: #1e1e1e;
  display: block;
  font-family: "Wulkan Display", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
  padding: 8px 0;
  position: relative;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  z-index: 11; }
  .drop-navigation__link.drop-navigation__link--lg {
    font-size: 22px;
    line-height: 26px; }

.drop-navigation__title,
.product-drop__title {
  font-family: "Haas Grot Text Web", Helvetica, Arial, sans-serif;
  letter-spacing: 0.8px; }

.drop-navigation__title {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6667;
  margin: 0;
  padding: 48px 0 14px;
  text-transform: uppercase;
  z-index: 11;
  text-align: left;
  color: #1d1d1d; }
  .drop-navigation__title.category-drop-navigation__title {
    padding: 16px 0 24px; }

.navigation__inner-frame {
  background-color: #fafaf9;
  bottom: 0;
  overflow: visible;
  width: 0;
  z-index: 99;
  padding: 89px 3.3% 44.5px !important; }

.navigation__inner-drop {
  background-color: #fafaf9;
  height: 100%;
  list-style: none !important;
  margin: 0 !important;
  overflow: auto !important; }

.inner-drop__item {
  margin-bottom: 24px !important; }
  .inner-drop__item.inner-category-drop__item {
    margin-bottom: 32px !important; }

.product-drop__item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out; }
  .product-drop__item.category-drop__item {
    justify-content: flex-start; }

.product-set-drop__image {
  width: 72px; }

.product-drop__wrap {
  width: calc(100% - 95px); }

.product-drop__title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 3px;
  text-transform: uppercase; }
  .product-drop__title.category-drop__title {
    display: block;
    font-family: "Wulkan Display", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    z-index: 11; }

.product-drop__text {
  font-family: "Haas Grot Text Web", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 20px;
  margin: 0; }

.collection-drop__item,
.collection-drop__title {
  display: block;
  transition: all 0.3s; }

.collection-drop__item {
  margin: 12px 0 -5px;
  text-transform: none;
  text-wrap: wrap;
  white-space-collapse: collapse; }

.collection-drop__title {
  font-family: "Haas Grot Text Web", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 24px;
  margin: 0 0 9px;
  position: relative;
  text-transform: uppercase; }

.article-item:hover .article-item__btn,
.collection-drop__item:hover .collection-drop__hover-image,
.product-drop__item:hover .collection-drop__hover-image,
.example-material__item:hover .collection-drop__hover-image,
.footer_newsletter #newsletter__control.child-input-focused .newsletter__btn,
.footer_newsletter #newsletter__control:hover .newsletter__btn,
.newsletter__form--submit .newsletter__btn,
.swatch.swatch--product input:checked ~ .swatch-size-info {
  opacity: 1; }

.collection-drop__text {
  font-family: "Wulkan Display", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0; }

.collection-drop__hover-image {
  position: fixed;
  top: 94.391px;
  left: 66.66vw;
  bottom: 0;
  width: 33.34vw;
  background-size: cover;
  background-position: 50%;
  border-left: 1px solid #000;
  opacity: 0;
  pointer-events: none; }

.stuck .collection-drop__hover-image {
  position: fixed;
  top: 94.391px;
  left: 66.66vw;
  bottom: 0;
  width: 33.34vw;
  background-size: cover;
  background-position: 50%;
  border-left: 1px solid #000;
  opacity: 0;
  pointer-events: none; }

.example-material__image {
  display: block;
  margin: 0 auto 15px;
  max-width: 88px;
  width: 100%; }

.example-material__title {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 20px; }

.color-example,
.example-color__image {
  border-radius: 100%;
  display: block;
  height: 88px;
  margin: 0 auto 15px;
  width: 88px; }

.slick-arrow {
  box-sizing: border-box;
  width: 64px; }

.btn-next,
.btn-prev {
  position: absolute; }

@media only screen and (max-width: 767px) {
  .slick-arrow {
    width: 40px; } }

.btn-next {
  z-index: 1; }

@media only screen and (max-width: 1199px) {
  .btn-next {
    width: 40px; } }

.btn-prev {
  z-index: 1; }

@media only screen and (max-width: 1199px) {
  .btn-prev {
    width: 40px; } }

@media only screen and (max-width: 989px) {
  .header__holder {
    justify-content: flex-end;
    padding: 7px 17px 8px; }
  .site-logo {
    height: 24px;
    width: 78px; }
  .header__cart-link {
    height: 32px;
    margin: 0 0 0 12px;
    width: 32px; }
  .header__account-link,
  .header__search-link {
    height: 32px;
    margin: 0 0 0 12px;
    width: 32px; }
  .header__account-link,
  .navigation__holder {
    display: none; }
  .header__cart-count {
    bottom: -1px;
    right: 1px; }
  .form__search-link {
    height: 46px;
    width: 48px; }
  .search__form {
    margin: 0 50px 0 0;
    padding: 0 0 0 50px; }
  .search__input {
    height: 47px;
    padding: 0 10px; }
  .navigation__inner-drop {
    top: 50px; }
  .collection-drop__image {
    background-position: 50% center;
    background-size: cover;
    border: 1px solid #000;
    display: block;
    margin: 0 0 16px;
    padding-top: 45.6%; }
  .example-material__title {
    margin-bottom: -7px; }
  .color-example,
  .example-color__image {
    height: 56px;
    width: 56px; } }

@media only screen and (max-width: 766px) {
  .example-material__title {
    margin: 0 -15px; } }

@media only screen and (max-width: 374px) {
  .example-material__title {
    font-size: 10px;
    letter-spacing: 0.8px; } }

@media (max-width: 1023px) {
  .navigation__inner-drop {
    width: 40vw; }
  .collection-drop__hover-image {
    display: none; } }

@media only screen and (min-width: 767px) {
  .collection-drop__item {
    margin: 0 0 -24px;
    padding: 12px 0 24px; } }

.announcement-bar {
  padding: 0; }

.announcement-slider {
  padding: 10px 4px; }

[type="submit"],
button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer; }

@media (max-width: 768px) {
  .header__frame {
    display: flex; }
  .header__account-link {
    display: block; } }

.announcement-bar {
  background-color: #000;
  color: #f6f4ee; }

.last-chance-link {
  color: #eb462e; }

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

a:focus {
  color: inherit; }

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

.announcement-bar p {
  margin: 0; }

label[for] {
  cursor: pointer; }

ul:not([class]) {
  list-style: circle;
  margin: 0 0 24px;
  padding: 20px; }

input:focus {
  border-color: #000;
  outline: 0; }

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

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

.header__account-link svg,
.header__cart-link svg,
.header__search-link svg {
  height: 32px;
  left: 50%;
  position: absolute;
  top: 54%;
  transform: translate(-50%) translateY(-50%); }

.header__account-link svg,
.header__search-link svg {
  width: 32px; }

.header__cart-link svg {
  width: 25px; }

.form__search-link svg {
  display: block;
  margin: 2px 0 0 7px; }

.search__input::placeholder {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none; }

.drop-navigation__close svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%) translateY(-50%);
  height: 14px;
  width: 14px; }

.drop-navigation-wrap__content::-webkit-scrollbar {
  width: 3px; }

.drop-navigation-wrap__content::-webkit-scrollbar-track {
  border-radius: 2px;
  box-shadow: #ccc 0 0 3px inset; }

.drop-navigation-wrap__content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px; }

.drop-navigation__link::before {
  background-color: initial;
  background-image: url(https://cdn.shopify.com/s/files/1/0573/7018/1784/files/arrow-r.svg?v=1625046840);
  content: "";
  height: 12px;
  left: -32px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  width: 32px; }

.navigation__inner-drop::-webkit-scrollbar {
  width: 3px; }

.navigation__inner-drop::-webkit-scrollbar-track {
  border-radius: 2px;
  box-shadow: #ccc 0 0 3px inset; }

.navigation__inner-drop::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px; }

.collection-drop__title::after,
.product-drop__item::after {
  background-color: initial;
  background-image: url(https://cdn.shopify.com/s/files/1/0573/7018/1784/files/arrow-r.svg?v=1625046840);
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: -32px;
  margin-top: -6px;
  opacity: 0;
  position: absolute; }

.product-drop__item::after {
  height: 12px;
  top: 50%;
  transition: all 0.3s ease-in-out;
  width: 32px; }

.product-drop__item--set::after {
  top: 36px; }

.product-drop__text s {
  margin: 0 3px 0 0;
  opacity: 0.6;
  text-decoration: line-through; }

.collection-drop__title::after {
  height: 12px;
  top: 50%;
  transition: all 0.3s;
  width: 32px; }

.slick-arrow svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 30px; }

@media only screen and (max-width: 767px) {
  .slick-arrow svg {
    width: 20px; } }

@media only screen and (max-width: 1199px) {
  .btn-next svg,
  .btn-prev svg {
    width: 20px; } }

@media only screen and (max-width: 989px) {
  .site-logo svg {
    height: 24px;
    width: 78px; }
  .search__input::placeholder {
    letter-spacing: 0; } }

@media only screen and (max-width: 509px) {
  .announcement-bar p {
    margin: 0 auto;
    max-width: 460px; } }

a:hover {
  color: #000; }

a:focus {
  outline: 0; }

.announcement-slider button {
  opacity: 0.6; }

.announcement-bar a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline; }

ul:not([class]) li {
  padding: 0 0 12px 19px;
  position: relative; }

input:focus::placeholder {
  color: #c5c3be; }

.product-drop__text s + span {
  color: #eb462d; }

ul:not([class]) li::before {
  background-color: #000;
  border-radius: 50%;
  height: 4px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 4px; }

.announcement-slider button svg path {
  stroke: #f6f4ee; }

.btn:active {
  box-shadow: rgba(0, 0, 0, 0.125) 0 3px 5px inset;
  outline: 0; }

.slick-initialized .slick-slide {
  display: block; }

.slick-list:focus,
[tabindex="-1"]:focus {
  outline: 0; }

.btn:disabled {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: transparent;
  pointer-events: none; }

.btn.btn--arrow {
  border-radius: 20px;
  height: 40px;
  padding: 5px 135px 5px 23px;
  position: relative;
  text-align: left; }

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0); }

.search__holder {
  top: 32px; }

.search__form .search__btn {
  appearance: none;
  background-color: initial;
  background-position: 0 0;
  border-style: initial;
  border-width: 0;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px; }

.mega-drop-active {
  overflow-x: hidden !important;
  overflow-y: hidden !important; }

.no-scroll {
  overflow: hidden !important; }

.mega-drop-active .selectedMegaMenu .drop-navigation-wrap {
  left: 0;
  transition: left .4s; }

.navigation__item:last-child {
  margin-right: 0; }

.navigation__inner-frame {
  transition: width 0.8s, left 0.1s; }

.navigation__inner-frame.with-additional-content:after {
  background: linear-gradient(180deg, rgba(250, 250, 250, 0), #fafaf9 90%);
  bottom: 44.5px;
  content: "";
  height: 80px;
  left: 0;
  pointer-events: none;
  position: absolute;
  transition: .3s;
  width: calc(100% - 10px); }

.category-hero-description-more, .category-hero-description-more-1 {
  bottom: 44.5px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 10;
  display: none; }

.navigation__inner-frame.with-additional-content .category-hero-description-more {
  bottom: 44.5px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 12;
  display: block; }

.drop-navigation-wrap.with-additional-content .category-hero-description-more-1 {
  bottom: 44.5px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 12;
  display: block; }

.inner-drop__item .btn--arrow {
  margin: 35px 3px 4px;
  max-width: 350px;
  width: calc(100% - 6px); }

.product-drop__item:hover {
  text-decoration: none; }

.product-drop__item--set .product-set-drop__image {
  border-radius: 8px;
  height: 72px;
  max-width: 108px;
  min-width: 108px;
  object-fit: cover;
  overflow: hidden;
  width: auto; }

.product-drop__item--set .product-drop__wrap {
  width: calc(100% - 132px); }

.collection-drop__item:hover,
.example-material__item:hover {
  text-decoration: none; }

.navigation--color .inner-drop__item,
.navigation--material .inner-drop__item {
  display: inline-block;
  margin: 0 -3px 33px 0;
  text-align: center;
  vertical-align: top;
  width: 33.33%; }

.navigation--color .inner-drop__item.material-button,
.navigation--material .inner-drop__item.material-button {
  display: inline-block;
  margin: 0 -3px 33px 0;
  text-align: center;
  width: 33.33%;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: calc((33.3% - 88px) / 2);
  padding-right: calc((33.3% - 88px) / 2); }

.navigation--color .inner-drop__item.inner-category-drop__item,
.navigation--material .inner-drop__item.inner-category-drop__item {
  display: block;
  margin: 0 -3px 33px 0;
  width: 100%;
  display: block;
  width: 100%;
  text-align: left; }

@media only screen and (max-width: 989px) {
  .search__form .search__btn {
    height: 47px;
    width: 50px; }
  .search__form .icon {
    display: block;
    margin: 0 0 0 auto; }
  .navigation__inner-drop {
    top: 82px; } }

@media only screen and (min-width: 767px) {
  .product-drop__item:hover {
    padding: 0 0 0 64px;
    text-decoration: none; }
  .collection-drop__item:hover {
    text-decoration: none; } }

.search__input:focus {
  padding: 0 11px 2px; }

.announcement-slider .slick-track {
  align-items: center;
  display: flex; }

.announcement-slider .announcement-text {
  padding: 0 30px; }

.announcement-slider .announcement-text * {
  line-height: 1.2; }

.announcement-slider .btn-next,
.announcement-slider .btn-prev {
  background-color: transparent;
  border-radius: 0;
  border-style: initial;
  border-width: 0;
  bottom: unset;
  height: 24px;
  padding: 0;
  top: 50%;
  transform: translateY(-50%); }

.announcement-slider .btn-prev {
  left: 0; }

.announcement-slider .btn-next {
  right: 0; }

.btn:focus::after {
  border: 1px solid #c5c3be;
  bottom: -4px;
  content: "";
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px; }

.btn.btn--arrow::after {
  border-radius: 99999px; }

.btn.btn--arrow::before {
  background-color: initial;
  background-image: url(https://cdn.shopify.com/s/files/1/0573/7018/1784/files/arrow-r-white.svg?v=1625047129);
  background-position: 0 0;
  background-size: contain;
  content: "";
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 25px;
  top: 50%;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 30px; }

.drop-navigation__link:hover,
li.inner-drop-active .drop-navigation__link {
  padding-left: 56px;
  text-decoration: none; }

.drop-navigation-wrap__content::-webkit-scrollbar-thumb:hover,
.navigation__inner-frame::-webkit-scrollbar-thumb:hover {
  background-color: #ccc; }

@media only screen and (min-width: 767px) {
  .product-drop__item:hover::after {
    left: 0;
    opacity: 1; } }

.announcement-slider button:hover {
  opacity: 1; }

a.btn,
a.btn:focus,
a.btn:hover {
  text-decoration: none; }

.announcement-bar a:hover {
  text-decoration: none; }

svg.icon:not(.icon--full-color) path {
  fill: inherit;
  stroke: inherit; }

.drop-navigation__link:hover::before,
li.inner-drop-active .drop-navigation__link::before {
  left: 0;
  opacity: 1; }

.example-material__item:hover span::after {
  background-color: #000;
  opacity: 1; }

.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.navigation__item:hover .navigation__link {
  position: relative;
  text-decoration: none; }

.drop-navigation__item.inner-drop-active .navigation__inner-drop {
  left: 33.33vw; }

.inner-drop-active .navigation__inner-frame {
  width: 33.33vw;
  display: block !important;
  position: fixed !important; }

.collection-drop__item:hover .collection-drop__hover-image {
  opacity: 1; }

@media (max-width: 1023px) {
  .inner-drop-active .navigation__inner-frame {
    width: 40vw; } }

@media only screen and (min-width: 767px) {
  .collection-drop__item:hover .collection-drop__title {
    padding-left: 56px; } }

.btn.btn--arrow:hover::before {
  background-color: initial;
  background-image: url(https://cdn.shopify.com/s/files/1/0573/7018/1784/files/arrow-r-white.svg?v=1625047129); }

.btn.btn--arrow:focus::before {
  background-color: initial;
  background-image: url(https://cdn.shopify.com/s/files/1/0573/7018/1784/files/arrow-r-white.svg?v=1625047129); }

.navigation__item:hover .navigation__link::after {
  background-color: #eb462d;
  bottom: 0;
  content: "";
  height: 2px;
  left: 5px;
  position: absolute;
  right: 5px; }

@media only screen and (min-width: 767px) {
  .collection-drop__item:hover .collection-drop__title::after {
    left: 0;
    opacity: 1; } }

.hide {
  display: none !important; }

.label-hidden,
.visually-hidden {
  position: absolute !important; }

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

.icon-fallback-text {
  position: absolute !important; }

@media only screen and (max-width: 1023px) {
  .collection-drop__hover-image,
  .drop-navigation-wrap {
    display: none !important; } }

.mobile-only {
  display: none !important; }

@media only screen and (max-width: 720px) {
  .mobile-only {
    display: block !important; } }

.btn {
  color: #fff !important; }

@media only screen and (min-width: 721px) {
  .drop-navigation.mobile-only {
    display: none !important; } }

.navigation__inner-frame,
.navigation__inner-frame.js-slide-hidden {
  left: 33.33vw;
  top: 94.391px; }

.stuck .navigation__inner-frame,
.stuck .navigation__inner-frame.js-slide-hidden {
  left: 33.33vw;
  top: 94.391px; }

.drop-navigation-wrap ul li {
  text-align: left; }
  .drop-navigation-wrap ul li:hover {
    cursor: pointer; }

a.example-material__item:focus {
  outline-offset: -2px;
  text-decoration: underline; }

a.example-material__item:hover {
  text-decoration: underline; }

a.example-material__item:focus {
  color: inherit; }

.menu-shop-category-icon {
  max-width: 20px;
  max-height: 20px;
  margin-right: 14px;
  height: auto;
  display: inline-block;
  width: 100%;
  z-index: 2;
  vertical-align: middle; }

.drop-shop-category-icon {
  max-width: 40px;
  max-height: 40px;
  margin-right: 36px;
  height: auto;
  display: inline-block;
  width: 100%;
  z-index: 2;
  vertical-align: baseline; }

.with-additional-content .navigation__inner-drop {
  padding-bottom: 44.5px !important; }

.side-block-cart__promo--wrapper {
  width: 100%;
  height: 100%;
  background: green;
  position: absolute; }

.slickButtonPrev1 {
  position: absolute; }

.slickButtonNext1 {
  position: absolute; }

.side-block-cart__promo--slider {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  /* flex-direction: column; */
  width: 100% !important;
  height: 100%;
  -ms-flex-pack: center;
  /* justify-content: center; */
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  /* flex-wrap: nowrap; */
  /* overflow: hidden; */ }

.side-block-cart__promo--item {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  width: 100% !important; }

.previewCartAction-shop {
  text-align: center; }
  .previewCartAction-shop .button {
    width: 67.5%; }

#collection-hero *,
#collection-hero ::after,
#collection-hero ::before {
  box-sizing: border-box; }

section#collection-hero {
  display: block;
  margin-bottom: 20px; }

.inherited-styles-for-exported-element-collection {
  color: #0d0e10;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-align: left; }

#collection-hero h1,
#collection-hero p {
  margin-top: 0; }

#collection-hero p {
  margin-bottom: 1rem; }

#collection-hero a {
  background-color: transparent; }

#collection-hero button,
#collection-hero img {
  border-style: none; }

#collection-hero img,
#collection-hero svg {
  vertical-align: middle; }

#collection-hero svg {
  overflow: hidden; }

#collection-hero button {
  appearance: none;
  background-color: initial;
  background-position: 0 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-transform: none; }

#collection-hero a,
#collection-hero svg * {
  transition: all 0.3s; }

@media screen and (min-width: 399px) {
  .inherited-styles-for-exported-element-collection {
    font-size: calc(0.31217vw + 13.7544px); } }

@media screen and (min-width: 1360px) {
  .inherited-styles-for-exported-element-collection {
    font-size: 18px; } }

#collection-hero .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1370px; }

#collection-hero .row {
  display: flex;
  flex-wrap: wrap; }

#collection-hero .no-gutters {
  margin-left: 0;
  margin-right: 0; }

#collection-hero .col-md-6 {
  position: relative;
  width: 100%; }

@media (min-width: 768px) {
  #collection-hero .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; } }

#collection-hero .container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%; }

@media (min-width: 768px) {
  #collection-hero .container {
    width: calc(100% - 40px); } }

@media (min-width: 1024px) {
  #collection-hero .container {
    width: 100%; } }

@media (min-width: 1160px) {
  #collection-hero .container {
    width: 100%; } }

@media (max-width: 1023.98px) {
  #collection-hero .container-md-e2e {
    width: 100%; } }

#collection-hero .bg-light-grey {
  background-color: #f6f4ee; }

#collection-hero .body-small-size {
  font-size: 12px; }

@media screen and (min-width: 399px) {
  #collection-hero .body-small-size {
    font-size: calc(0.31217vw + 10.7544px); } }

@media screen and (min-width: 1360px) {
  #collection-hero .body-small-size {
    font-size: 16px; } }

#collection-hero .h1s,
#collection-hero h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 130%; }

#collection-hero .h1s {
  font-size: 32px; }

@media screen and (min-width: 399px) {
  #collection-hero .h1s {
    font-size: calc(2.08117vw + 23.6961px); } }

@media screen and (min-width: 1360px) {
  #collection-hero .h1s {
    font-size: 52px; } }

#collection-hero .colour-damask {
  color: #6d7d55;
  color: #724e23; }

#collection-hero .category-hero-image {
  height: 100%;
  object-fit: cover;
  width: 100%; }

@media (max-width: 767.98px) {
  #collection-hero .category-hero-image {
    height: auto; } }

@media (min-width: 768px) {
  #collection-hero .category-hero-image {
    min-height: 360px;
    max-height: 410px;
    object-fit: cover;
    width: 100%;
    object-position: center center;
    height: auto; } }

#collection-hero .category-hero-description-more {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s;
  z-index: 1;
  display: block; }

#collection-hero a,
#collection-hero a:hover {
  color: #1d2328;
  text-decoration: none; }

#collection-hero button:not(:disabled) {
  cursor: pointer; }

#collection-hero .category-hero-description-scroller::-webkit-scrollbar {
  appearance: none;
  transition: all 0.5s;
  width: 10px; }

#collection-hero .category-hero-description-scroller::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px; }

#collection-hero .category-hero-description-scroller::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid transparent;
  border-radius: 100px;
  width: 8px; }

#collection-hero .no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

#collection-hero .category-hero-description.with-additional-content {
  position: relative; }

#collection-hero a:not([href]):not([class]),
#collection-hero a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

#collection-hero button:focus:not(:focus-visible) {
  outline: 0; }

#collection-hero .d-flex {
  display: flex !important; }

#collection-hero .flex-column,
#collection-hero .flex-column-reverse {
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
  flex-direction: column !important; }

#collection-hero .flex-column-reverse {
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important; }

#collection-hero .justify-content-center {
  -webkit-box-pack: center !important;
  justify-content: center !important; }

#collection-hero .align-items-center {
  -webkit-box-align: center !important;
  align-items: center !important; }

@media (min-width: 768px) {
  #collection-hero .flex-md-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important; } }

#collection-hero .mb-0 {
  /* margin-bottom: 0 !important; */
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.0125px; }

#collection-hero .mt-1 {
  margin-top: 20px !important; }

#collection-hero .py-1 {
  padding-top: 20px !important; }

#collection-hero .px-1 {
  padding-right: 20px !important; }

#collection-hero .py-1 {
  padding-bottom: 20px !important; }

#collection-hero .px-1 {
  padding-left: 20px !important; }

#collection-hero .mb-n1 {
  margin-bottom: -20px !important; }

@media (min-width: 768px) {
  #collection-hero.mt-md-1 {
    margin-top: 0px !important;
    margin-bottom: 20px; }
  #collection-hero .px-md-2 {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

@media (min-width: 1024px) {
  #collection-hero.mt-lg-2 {
    margin-top: 10px !important;
    margin-bottom: 40px; }
  #collection-hero .py-lg-2 {
    padding-bottom: 40px !important;
    padding-top: 40px !important; } }

@media (min-width: 1160px) {
  #collection-hero .px-xl-4 {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

#collection-hero .text-center {
  text-align: center !important; }

.nav-label {
  font-size: 11px !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 5px;
  background: #90ae9b;
  border-radius: 4px;
  vertical-align: top;
  line-height: 17px !important;
  height: 17px;
  display: inline-block;
  margin: 0;
  text-align: center;
  color: white; }

.u-radius-bottom-sm {
  border-radius: 0 0 20px 20px;
  overflow: hidden; }

.u-radius-bottom-rg {
  border-radius: 0 0 30px 30px;
  overflow: hidden; }

.u-theme-awave,
.u-theme-awave .c-button--primary:active,
.u-theme-biogo,
.u-theme-biogo .c-button--primary:active,
.u-theme-forno,
.u-theme-forno .c-button--primary:active,
.u-theme-repost,
.u-theme-repost .c-button--primary:active {
  color: #000; }

.u-theme-primary {
  color: #f3f1ee; }

.u-theme-biogo {
  background-color: #97a880; }

.u-theme-forno {
  background-color: #c46551; }

.u-theme-awave {
  background-color: #bda679; }

.u-theme-repost {
  background-color: #6993ab; }

.u-theme-primary .c-icon-button::before,
.u-theme-white {
  background-color: #f3f1ee; }

.u-theme-primary {
  background-color: #0d3937; }

.t-h3 + * {
  margin-top: 40px; }

.t-p + *,
.t-surtitle + * {
  margin-top: 20px; }

.t-h1,
.t-h3 {
  display: block;
  hyphens: none;
  word-break: keep-all; }

.t-h1,
.t-h2,
.t-h3 {
  font-weight: 200; }

.t-h2 {
  display: block;
  hyphens: none;
  word-break: keep-all; }

.t-h1 {
  font-size: 47px;
  line-height: 1; }

@media only screen and (min-width: 810px) {
  .t-h1 {
    font-size: 90px; } }

@media only screen and (min-width: 1280px) {
  .t-h1 {
    font-size: 128px; } }

.t-h2 {
  font-size: 39px;
  line-height: 1.2; }

@media only screen and (min-width: 810px) {
  .t-h2 {
    font-size: 60px; } }

@media only screen and (min-width: 1024px) {
  .t-h2 {
    font-size: 48px; }
  .c-multiline-title__wrapper .t-h2 {
    font-size: 90px;
    color: white;
    font-weight: 500; } }

@media only screen and (min-width: 1800px) {
  .t-h2 {
    font-size: 108px; } }

.t-h3 {
  line-height: 1; }

@media only screen and (min-width: 810px) {
  .t-h3 {
    line-height: 1; } }

@media only screen and (min-width: 1800px) {
  .t-h3 {
    line-height: 1.2; } }

.t-p,
.u-wysiwyg p {
  font-size: 14px;
  line-height: 1.4; }

@media only screen and (min-width: 810px) {
  .t-p {
    font-size: 16px;
    line-height: 1.4; } }

@media only screen and (min-width: 1800px) {
  .t-p {
    font-size: 18px;
    line-height: 1.5; } }

.t-surtitle {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase; }

.u-wysiwyg {
  display: block; }

@media only screen and (min-width: 810px) {
  .t-surtitle {
    position: absolute;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left top; } }

[data-hero] {
  background-position: 50% center;
  background-size: cover; }

.c-baseline {
  background-color: #e2d6cc;
  padding: 80px 20px;
  position: relative; }

@media only screen and (min-width: 810px) {
  .c-baseline {
    padding: 120px 80px; } }

@media only screen and (min-width: 1024px) {
  .c-baseline {
    padding: 160px 80px; } }

.c-baseline__wrapper {
  margin: 0 auto; }

@media only screen and (min-width: 810px) {
  .c-baseline__wrapper {
    max-width: 1260px;
    text-align: center; } }

.c-baseline__wrapper__item__img {
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  opacity: 0;
  overflow: hidden;
  transform: scale(0);
  vertical-align: bottom;
  width: 40px; }

@media only screen and (min-width: 810px) {
  .c-baseline__wrapper__item__img {
    height: 60px;
    width: 60px; } }

@media only screen and (min-width: 1024px) {
  .c-baseline__wrapper__item__img {
    height: 60px;
    width: 60px; } }

@media only screen and (min-width: 1800px) {
  .c-baseline__wrapper__item__img {
    height: 100px;
    width: 100px; } }

.c-circular-icons {
  padding: 80px 10px; }

@media only screen and (min-width: 810px) {
  .c-circular-icons {
    padding: 120px 0; }
  .c-circular-icons__wrapper {
    display: flex; } }

.c-circular-icons__circle {
  border-radius: 100%;
  position: relative;
  transform: translateY(50%);
  width: 75%; }

@media only screen and (min-width: 810px) {
  .c-circular-icons__circle {
    min-width: 250px;
    transform: translate(-10px);
    width: 60%; } }

@media only screen and (min-width: 1024px) {
  .c-circular-icons__circle {
    min-width: 350px; } }

@media only screen and (min-width: 1280px) {
  .c-circular-icons__circle {
    min-width: 450px;
    transform: translate(-40px); } }

.c-circular-icons__circle__progress {
  border-radius: 100%;
  height: 110%;
  left: -5%;
  position: absolute;
  top: -5%;
  width: 110%; }

.c-circular-icons__circle__list {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.c-circular-icons__circle__list__item {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  transition: transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 25%; }

.c-circular-icons__left {
  padding: 0 0 40%; }

@media only screen and (min-width: 810px) {
  .c-circular-icons__left {
    padding: 0 0 0 120px;
    position: relative; } }

.c-circular-icons__left__hero {
  margin: 20px 0 0;
  position: relative; }

@media only screen and (min-width: 810px) {
  .c-circular-icons__left__hero {
    margin: 0; } }

.c-circular-icons__left__hero__circle {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

@media only screen and (min-width: 810px) {
  .c-circular-icons__left__hero__circle {
    align-items: center;
    justify-content: flex-start;
    transform: translate(-40px); } }

.c-circular-icons__right {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 10px; }

@media only screen and (min-width: 810px) {
  .c-circular-icons__right {
    padding: 0 40px 0 7vw;
    position: relative; } }

.c-circular-icons__right__inner {
  padding: 20px 10px 0;
  position: relative; }

@media only screen and (min-width: 810px) {
  .c-circular-icons__right__inner {
    max-width: 600px;
    padding: 40px 0 0;
    transform: translateY(10%); } }

.c-circular-icons__left,
.c-circular-icons__right {
  width: 100%; }

@media only screen and (min-width: 810px) {
  .c-circular-icons__left,
  .c-circular-icons__right {
    flex: 0 0;
    width: 50%; } }

.c-economy__canvas__content,
.c-range-slider {
  position: relative; }

.c-range-slider {
  height: 400vh;
  width: 100%; }

.c-range-slider__wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

@media only screen and (max-width: 1023px) {
  .c-range-slider__wrapper {
    position: relative; } }

.c-range-slider__content {
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 50%; }

@media only screen and (min-width: 1024px) {
  .c-range-slider__content {
    background-color: #6993ab;
    background-color: var(--gammeColor); } }

@media only screen and (max-width: 1023px) {
  .c-range-slider__content {
    position: relative;
    width: 100%; } }

.c-range-slider__sticky {
  clip: rect(0, auto, auto, 0);
  height: 100vh;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: sticky;
  top: 0;
  width: 100%; }

@media only screen and (max-width: 1023px) {
  .c-range-slider__sticky {
    display: none; } }

.c-range-slider__nav {
  display: flex;
  flex-direction: row-reverse;
  left: 40px;
  pointer-events: all;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg) translate(-50%);
  transform-origin: 0 0;
  z-index: 100; }

.c-range-slider__nav__item {
  cursor: pointer;
  opacity: 0.2;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.c-range-slider__item {
  height: 100vh;
  padding: 40px 40px 40px 80px;
  position: relative;
  width: 100%; }

@media only screen and (min-width: 1280px) {
  .c-range-slider__item {
    background-color: transparent;
    padding: 120px; } }

@media only screen and (max-width: 1023px) {
  .c-range-slider__item {
    height: auto;
    padding: 0; } }

.c-range-slider__item__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 100%; }

@media only screen and (max-width: 1023px) {
  .c-range-slider__item__content {
    display: block;
    height: auto; } }

.c-range-slider__item__info {
  padding: 80px 20px; }

@media only screen and (min-width: 1024px) {
  .c-range-slider__item__info {
    padding: 80px 20px; } }

.c-range-slider__item__info__image {
  background-color: #f3f1ee;
  height: 200px;
  margin: 40px auto;
  width: 200px; }

@media only screen and (min-width: 1280px) {
  .c-range-slider__item__info__image {
    height: 240px;
    width: 240px; } }

.c-range-slider__item__label {
  left: 20px;
  position: absolute;
  top: 20px;
  z-index: 2; }

@media only screen and (min-width: 1024px) {
  .c-range-slider__item__label {
    display: none; } }

.c-range-slider__item__image {
  width: 100%; }

@media only screen and (min-width: 1024px) {
  .c-range-slider__item__image {
    display: none; } }

.c-range-slider__images {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 50%; }

.c-range-slider__image {
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.c-range-slider__image__img {
  background-position: 50% center;
  background-size: cover;
  height: 100%;
  width: 100%; }

.c-range-slider__cta {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 60px 20px; }

@media only screen and (min-width: 810px) {
  .c-range-slider__cta {
    padding: 60px 40px; } }

@media only screen and (min-width: 1280px) {
  .c-range-slider__cta {
    padding: 120px 40px; } }

.c-range-slider__cta__inner {
  position: relative; }

.c-range-slider__cta__inner__line {
  display: none; }

@media only screen and (min-width: 1024px) {
  .c-range-slider__cta__inner__line {
    bottom: 50%;
    display: block;
    height: 12vw;
    position: absolute;
    right: calc(100% + 40px);
    stroke: #000;
    width: 15vw; } }

@media only screen and (min-width: 1280px) {
  .c-range-slider__cta__inner__line {
    height: 14vw;
    width: 19vw; } }

@media screen and (max-height: 750px) and (min-width: 1024px) {
  .c-range-slider__cta__inner__line {
    display: none; } }

.c-section-title {
  overflow: hidden;
  padding: 80px 10px 40px; }

@media only screen and (min-width: 480px) {
  .c-section-title {
    padding: 120px 20px 40px; } }

@media only screen and (min-width: 810px) {
  .c-section-title {
    padding: 160px 40px 80px; } }

.c-section-title__list__item {
  align-items: center;
  display: flex;
  flex-wrap: nowrap; }

.c-section-title__label {
  text-wrap: nowrap;
  white-space-collapse: collapse; }

@media only screen and (max-width: 479px) {
  .c-section-title__label {
    font-size: 39px; } }

.c-section-title__image {
  border-radius: 100%;
  flex: 0 0 60px;
  overflow: hidden; }

@media only screen and (min-width: 810px) {
  .c-section-title__image {
    flex: 0 0 80px; } }

@media only screen and (min-width: 1280px) {
  .c-section-title__image {
    flex: 0 0 120px; } }

.c-text-image-cta {
  padding: 80px 0; }

@media only screen and (min-width: 810px) {
  .c-text-image-cta {
    align-items: center;
    display: flex;
    padding: 120px 0; } }

.c-text-image-cta__image {
  padding: 0 10px;
  position: relative; }

@media only screen and (min-width: 810px) {
  .c-text-image-cta__image {
    flex: 0 0 50%;
    padding: 0 0 0 120px; } }

.c-text-image-cta__image__hero {
  margin: 20px 0;
  position: relative; }

@media only screen and (min-width: 810px) {
  .c-text-image-cta__image__hero {
    margin: 0; } }

.c-text-image-cta__text {
  padding: 20px 20px 0; }

@media only screen and (min-width: 810px) {
  .c-text-image-cta__text {
    flex: 0 0 50%;
    padding: 0 0 0 7vw; } }

.c-text-image-cta__text__heading {
  margin: 0 0 40px; }

@media only screen and (min-width: 810px) {
  .c-text-image-cta__text__heading {
    max-width: 620px;
    transform: translateX(calc(-7vw - 40px)); } }

.c-text-image-cta__text__content {
  max-width: 480px; }

@media only screen and (min-width: 810px) {
  .c-text-image-cta__text__content {
    padding-right: 40px; } }

.c-video {
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px; }

@media only screen and (min-width: 810px) {
  .c-video {
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
    position: relative;
    background: linear-gradient(0deg, transparent, transparent 50%, #e2d6cc 0, #e2d6cc); } }

.c-video__line {
  display: none; }

@media only screen and (min-width: 810px) {
  .c-video__line {
    align-items: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    display: flex; }
  .c-video__line__inner {
    max-width: 200px;
    stroke: #000;
    transform: translateX(50%);
    width: 20vw; } }

.c-video__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20% 20px;
  position: relative; }

@media only screen and (min-width: 810px) {
  .c-video__inner {
    justify-content: space-between;
    min-height: 90vh;
    padding: 60px; } }

@media only screen and (min-width: 1024px) {
  .c-video__inner {
    padding: 80px; } }

.c-video__inner__content,
.c-video__inner__play {
  position: relative;
  z-index: 1; }

.c-video__inner__play {
  align-items: center;
  display: flex;
  flex: 1 1;
  justify-content: center; }

.c-video__inner__content {
  display: none; }

@media only screen and (min-width: 810px) {
  .c-video__inner__content {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    max-width: 440px; } }

@media only screen and (min-width: 1024px) {
  .c-video__inner__content {
    max-width: 620px; } }

.c-video__inner__content__title {
  margin: 0 0 40px; }

.c-video__inner__content__text {
  max-width: 400px; }

@media only screen and (min-width: 1024px) {
  .c-video__inner__content__text {
    max-width: 440px; } }

.c-button {
  border-radius: 30px;
  clip-path: view-box;
  display: inline-flex;
  padding: 10px 20px 10px 10px; }

@media only screen and (min-width: 810px) {
  .c-button {
    padding: 15px 20px 15px 15px; } }

.c-button * {
  pointer-events: none; }

.c-button--primary {
  background-color: #0d3937;
  color: #f3f1ee;
  overflow: hidden;
  position: relative;
  stroke: #f3f1ee; }

.c-button__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  z-index: 1; }

.c-button__icon {
  display: block;
  height: 30px;
  margin: 0 10px 0 0;
  width: 30px; }

.c-button__label {
  flex: 1 1;
  font-size: 16px;
  line-height: 1;
  text-align: center; }

.c-icon-button {
  background-color: initial;
  background-image: none;
  clip-path: view-box;
  display: inline-block;
  position: relative; }

.c-icon-button--rounded {
  border-radius: 100%;
  overflow: hidden; }

.c-icon-button * {
  pointer-events: none; }

.c-icon-button--play {
  height: 80px;
  width: 80px; }

@media only screen and (min-width: 810px) {
  .c-icon-button--play {
    height: 160px;
    width: 160px; } }

.c-icon-button__icon {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1; }

.c-icon-button__icon--play {
  align-items: center;
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
  display: flex;
  justify-content: center;
  transition: transform 0.65s cubic-bezier(0.075, 0.82, 0.165, 1); }

.c-icon {
  display: inline-block;
  stroke: #000;
  width: 100%; }

.c-icon__wrapper {
  display: block;
  position: relative;
  width: 100%; }

.c-icon--rounded {
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
  padding: 15%; }

.c-icon__svg {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.c-image {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 0 1.5rem; }

.c-multiline-title {
  margin: 20px;
  max-width: 400px;
  padding: 10px 0 0;
  position: relative;
  width: 100%; }

@media only screen and (min-width: 810px) {
  .c-multiline-title {
    max-width: 800px;
    padding: 40px; } }

@media only screen and (min-width: 1280px) {
  .c-multiline-title {
    max-width: 1050px; } }

.c-multiline-title__wrapper__row {
  display: block;
  margin: 0; }

.c-product-image,
.c-product-image__img {
  display: block;
  height: auto; }

.c-product-image__img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

.c-range-label {
  align-items: center;
  display: flex;
  flex-wrap: nowrap; }

.c-range-label--reverse {
  flex-direction: row-reverse; }

.c-range-label__icon {
  display: block;
  height: 15px;
  width: 15px; }

.c-range-label__name {
  font-size: 14px;
  line-height: 1;
  padding: 2px 0 0 10px;
  text-transform: uppercase; }

[data-hero="Capture-decran-2021-10-05-a-11.02.33-pour-WEB.png"] {
  background-image: url(https://www.tiltongroup.com/assets/medias/_hero_tablet/6729/Capture-decran-2021-10-05-a-11.02.33-pour-WEB.jpg); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  [data-hero="Capture-decran-2021-10-05-a-11.02.33-pour-WEB.png"] {
    background-image: url(https://www.tiltongroup.com/assets/medias/_hero_desktop/6729/Capture-decran-2021-10-05-a-11.02.33-pour-WEB.jpg); } }

.bbjnxoneqc-a,
.flcwzyjlaw-a,
.ijiyalecrt-a,
.lvrrlizkws-a,
.zbzzazvepj-a,
.zpcxuwhjnq-a {
  fill: #fff; }

[data-hero="repost-sfw.jpg"] {
  background-image: url(https://www.tiltongroup.com/assets/medias/_squared/repost-sfw.jpg); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  [data-hero="repost-sfw.jpg"] {
    background-image: url(https://www.tiltongroup.com/assets/medias/_squared_x2/repost-sfw.jpg); } }

@media screen and (orientation: portrait) {
  [data-hero="repost-sfw.jpg"] {
    background-image: url(https://www.tiltongroup.com/assets/medias/_hero_mobile/repost-sfw.jpg); } }

@media only screen and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (orientation: portrait) and (min--moz-device-pixel-ratio: 1.25), only screen and (orientation: portrait) and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (orientation: portrait) and (min-device-pixel-ratio: 1.25), only screen and (orientation: portrait) and (min-resolution: 200dpi), only screen and (orientation: portrait) and (min-resolution: 1.25dppx) {
  [data-hero="repost-sfw.jpg"] {
    background-image: url(https://www.tiltongroup.com/assets/medias/_hero_mobile/repost-sfw.jpg); } }

[data-hero="biogo-sfw.jpg"] {
  background-image: url(https://www.tiltongroup.com/assets/medias/_squared/biogo-sfw.jpg); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  [data-hero="biogo-sfw.jpg"] {
    background-image: url(https://www.tiltongroup.com/assets/medias/_squared_x2/biogo-sfw.jpg); } }

@media screen and (orientation: portrait) {
  [data-hero="biogo-sfw.jpg"] {
    background-image: url(https://www.tiltongroup.com/assets/medias/_hero_mobile/biogo-sfw.jpg); } }

@media only screen and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (orientation: portrait) and (min--moz-device-pixel-ratio: 1.25), only screen and (orientation: portrait) and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (orientation: portrait) and (min-device-pixel-ratio: 1.25), only screen and (orientation: portrait) and (min-resolution: 200dpi), only screen and (orientation: portrait) and (min-resolution: 1.25dppx) {
  [data-hero="biogo-sfw.jpg"] {
    background-image: url(https://www.tiltongroup.com/assets/medias/_hero_mobile/biogo-sfw.jpg); } }

[data-hero="STACK_022_2024-01-08-201522_zlsx.jpg"] {
  background-image: url(https://www.tiltongroup.com/assets/medias/_squared/STACK_022_2024-01-08-201522_zlsx.jpg); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  [data-hero="STACK_022_2024-01-08-201522_zlsx.jpg"] {
    background-image: url(https://www.tiltongroup.com/assets/medias/_squared_x2/STACK_022_2024-01-08-201522_zlsx.jpg); } }

@media screen and (orientation: portrait) {
  [data-hero="STACK_022_2024-01-08-201522_zlsx.jpg"] {
    background-image: url(https://www.tiltongroup.com/assets/medias/_hero_mobile/STACK_022_2024-01-08-201522_zlsx.jpg); } }

@media only screen and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (orientation: portrait) and (min--moz-device-pixel-ratio: 1.25), only screen and (orientation: portrait) and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (orientation: portrait) and (min-device-pixel-ratio: 1.25), only screen and (orientation: portrait) and (min-resolution: 200dpi), only screen and (orientation: portrait) and (min-resolution: 1.25dppx) {
  [data-hero="STACK_022_2024-01-08-201522_zlsx.jpg"] {
    background-image: url(https://www.tiltongroup.com/assets/medias/_hero_mobile/STACK_022_2024-01-08-201522_zlsx.jpg); } }

[data-hero="awave-sfw.jpg"] {
  background-image: url(https://www.tiltongroup.com/assets/medias/_squared/awave-sfw.jpg); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  [data-hero="awave-sfw.jpg"] {
    background-image: url(https://www.tiltongroup.com/assets/medias/_squared_x2/awave-sfw.jpg); } }

@media screen and (orientation: portrait) {
  [data-hero="awave-sfw.jpg"] {
    background-image: url(https://www.tiltongroup.com/assets/medias/_hero_mobile/awave-sfw.jpg); } }

@media only screen and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (orientation: portrait) and (min--moz-device-pixel-ratio: 1.25), only screen and (orientation: portrait) and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (orientation: portrait) and (min-device-pixel-ratio: 1.25), only screen and (orientation: portrait) and (min-resolution: 200dpi), only screen and (orientation: portrait) and (min-resolution: 1.25dppx) {
  [data-hero="awave-sfw.jpg"] {
    background-image: url(https://www.tiltongroup.com/assets/medias/_hero_mobile/awave-sfw.jpg); } }

button:focus {
  outline: 0; }

@media only screen and (min-width: 810px) {
  .u-wysiwyg p {
    font-size: 16px;
    line-height: 1.4; } }

@media only screen and (min-width: 1800px) {
  .u-wysiwyg p {
    font-size: 18px;
    line-height: 1.5; } }

.c-circular-icons__circle::after {
  content: "";
  display: block;
  padding-top: 100%; }

.c-circular-icons__circle__list__item svg,
.c-image img {
  display: block;
  height: auto;
  width: 100%; }

.c-range-slider__cta__inner svg {
  height: 100%;
  width: 100%; }

.c-text-image-cta__image__hero::after {
  background-color: initial;
  background-image: linear-gradient(270deg, rgba(243, 241, 238, 0.4), rgba(243, 241, 238, 0) 50%); }

.c-button--primary::before,
.c-text-image-cta__image__hero::after,
.c-video__inner::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.c-video__inner::after {
  background-color: initial;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)); }

.c-button--primary::before {
  background-color: #000;
  border: 1px solid transparent;
  border-radius: 30px;
  transform: translateX(-102%);
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

@media (prefers-reduced-motion: reduce) {
  .c-button--primary::before {
    transition: none 0s; } }

.c-icon-button::before {
  border-radius: 100%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.c-icon-button--rounded::before {
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1); }

@media (prefers-reduced-motion: reduce) {
  .c-icon-button--rounded::before {
    transition: none 0s; } }

.c-icon-button--play::before {
  transform: translate(0); }

.c-icon-button__icon--play:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #000;
  transform: translateX(15%); }

.c-image--cover img {
  left: 0;
  object-fit: cover;
  object-position: 50% 0;
  position: relative;
  top: 0; }

.c-icon__wrapper::before,
.c-product-image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%; }

.u-theme-awave .c-button--primary,
.u-theme-biogo .c-button--primary,
.u-theme-forno .c-button--primary,
.u-theme-repost .c-button--primary {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000; }

.u-theme-awave .c-icon,
.u-theme-biogo .c-icon,
.u-theme-forno .c-icon,
.u-theme-repost .c-icon,
.u-theme-white .c-icon {
  stroke: #000; }

.o-page-builder__item--baseline + .o-page-builder__item--video {
  background-color: initial;
  background-image: linear-gradient(0deg, transparent, transparent 50%, #738776 0, #738776); }

.c-baseline .t-surtitle {
  display: block;
  margin: 0 0 20px; }

@media only screen and (min-width: 810px) {
  .c-baseline .t-surtitle {
    left: 40px;
    margin: 0;
    top: 40px; } }

.c-baseline__wrapper__item__label.t-h2 {
  display: inline; }

.c-circular-icons__left .t-surtitle {
  display: block;
  margin: 0 0 0 10px; }

@media only screen and (min-width: 810px) {
  .c-circular-icons__left .t-surtitle {
    left: 40px;
    margin: 0;
    top: 0; } }

.c-circular-icons__right__inner .before {
  background-color: #000;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

@media only screen and (min-width: 810px) {
  .c-circular-icons__right__inner .before {
    left: -7vw;
    width: calc(100% + 7vw); } }

.c-circular-icons__right__inner .after,
.c-circular-icons__right__inner .before {
  transform-origin: left center; }

@media only screen and (min-width: 810px) {
  .c-circular-icons__right__inner .after {
    background-color: #f3f1ee;
    display: block;
    height: 1px;
    position: absolute;
    right: calc(100% + 7vw);
    top: 0;
    width: 100%; } }

.c-circular-icons__right__inner .t-h3 {
  font-size: 29px; }

@media only screen and (min-width: 1280px) {
  .c-circular-icons__right__inner .t-h3 {
    font-size: 47px; } }

.c-range-slider__nav__item + .c-range-slider__nav__item {
  margin: 0 40px 0 0; }

.c-range-slider__nav__item.is-active {
  opacity: 1; }

.c-range-slider__item__info__image .c-product-image {
  left: -20%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 120%; }

.c-range-slider__item__label .c-range-label {
  color: #f3f1ee; }

.c-range-slider__image:first-child {
  z-index: 5; }

.c-range-slider__image:nth-child(2) {
  z-index: 4; }

.c-range-slider__image:nth-child(3) {
  z-index: 3; }

.c-range-slider__image:nth-child(4) {
  z-index: 2; }

.c-range-slider__image:nth-child(5) {
  z-index: 1; }

.c-range-slider__image:nth-child(6) {
  z-index: 0; }

.c-section-title__list__item + .c-section-title__list__item {
  margin: 10px 0 0; }

@media only screen and (min-width: 810px) {
  .c-section-title__list__item + .c-section-title__list__item {
    margin: 15px 0 0; } }

@media only screen and (min-width: 1280px) {
  .c-section-title__list__item + .c-section-title__list__item {
    margin: 20px 0 0; } }

.c-section-title__list__item:nth-child(2n) {
  flex-direction: row-reverse; }

.c-text-image-cta__image .t-surtitle {
  display: block;
  margin: 0 0 0 10px; }

@media only screen and (min-width: 810px) {
  .c-text-image-cta__image .t-surtitle {
    left: 40px;
    margin: 0;
    top: 0; } }

.c-text-image-cta__text__heading .c-icon {
  height: 30px;
  margin: 0 0 10px;
  width: 30px; }

@media only screen and (min-width: 810px) {
  .c-text-image-cta__text__heading .c-icon {
    height: 60px;
    width: 60px; } }

.c-text-image-cta__text__content .c-button {
  margin: 20px 0 0; }

.c-video__inner .t-surtitle {
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 1; }

@media only screen and (min-width: 810px) {
  .c-video__inner .t-surtitle {
    left: 20px;
    top: 20px; } }

.c-button--primary:active {
  background-color: initial;
  background-image: none;
  color: #000; }

.c-button:disabled,
.c-icon-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none; }

.c-multiline-title__wrapper__row:nth-child(2n) {
  text-align: right; }

.c-range-label--reverse .c-range-label__icon {
  margin-left: 10px; }

.c-range-label--dark .c-range-label__icon {
  fill: #000; }

.c-range-slider__item__info > h3.t-h3 {
  font-size: 45px; }

@media only screen and (min-width: 1280px) {
  .c-range-slider__item__info > h3.t-h3 {
    font-size: 64px; } }

.c-button--primary:active::before {
  background-color: initial;
  background-image: none;
  border-color: #000; }

.c-icon-button--rounded:hover::before {
  transform: translateY(0); }

.c-icon-button--rounded:active::before {
  background-color: initial;
  background-image: none; }

.o-page-builder__item--baseline + .o-page-builder__item--video .c-video {
  margin-top: 0; }

.c-range-slider__item__label .c-range-label .c-icon {
  fill: #f3f1ee; }

.c-range-slider__image:last-child .c-range-slider__image__img {
  border-radius: 0; }

.c-section-title__list__item:nth-child(2n) .c-section-title__image {
  margin: 0 10px 0 0; }

@media only screen and (min-width: 810px) {
  .c-section-title__list__item:nth-child(2n) .c-section-title__image {
    margin: 0 20px 0 0; }
  .o-page-builder__item--baseline + .o-page-builder__item--video .c-video__line {
    display: flex; } }

.c-button--primary:active .c-icon,
.u-theme-awave .c-button--primary:active .c-icon,
.u-theme-biogo .c-button--primary:active .c-icon,
.u-theme-forno .c-button--primary:active .c-icon,
.u-theme-repost .c-button--primary:active .c-icon {
  stroke: #000; }

.u-theme-awave .c-range-label--awave .c-range-label__icon,
.u-theme-biogo .c-range-label--biogo .c-range-label__icon,
.u-theme-forno .c-range-label--forno .c-range-label__icon,
.u-theme-repost .c-range-label--repost .c-range-label__icon {
  fill: #000; }

.u-theme-awave .c-button--primary:active::before,
.u-theme-biogo .c-button--primary:active::before,
.u-theme-forno .c-button--primary:active::before,
.u-theme-repost .c-button--primary:active::before {
  border-color: #000; }

.c-circular-icons__circle__list[data-current-slide="5"] li:nth-child(6) {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1); }

.c-icon-button--rounded:active .c-icon-button__icon--play::before {
  border-left-color: #f3f1ee; }

.c-button:not(.is-disabled):hover,
.c-button:not(:disabled):hover,
.c-video__inner__play__btn:not(.is-disabled):hover,
.c-video__inner__play__btn:not(:disabled):hover {
  cursor: pointer; }

.c-button--primary:not(.is-disabled):hover,
.c-button--primary:not(:disabled):hover {
  color: #f3f1ee; }

.c-button--primary:not(.is-disabled):hover::before,
.c-button--primary:not(:disabled):hover::before {
  transform: translateX(0); }

@media (prefers-reduced-motion: reduce) {
  .c-button--primary:not(.is-disabled):hover::before,
  .c-button--primary:not(:disabled):hover::before {
    transition: none 0s; } }

.c-button--primary:not(.is-disabled):hover .c-icon__svg,
.c-button--primary:not(:disabled):hover .c-icon__svg {
  stroke: #f3f1ee; }

.c-icon-button--play:not(.is-disabled):hover .c-icon-button__icon--play,
.c-icon-button--play:not(:disabled):hover .c-icon-button__icon--play {
  transform: scale(1.65); }

@media only screen and (max-width: 1023px) {
  .c-range-slider {
    height: auto !important; } }

.c-button--primary:active::before {
  transition: none 0s ease 0s !important; }

.c-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none; }

.c-modal[aria-hidden] {
  display: none; }

.c-modal__close {
  background: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 201; }

@media only screen and (min-width: 810px) {
  .c-modal__close {
    top: 40px;
    right: 40px; } }

.c-modal__backdrop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.c-modal__child {
  width: 100vw;
  height: 100vh;
  position: relative; }

.c-modal__child[aria-hidden="true"] {
  display: none; }

.c-modal__wrapper {
  position: relative;
  z-index: 1; }

.c-modal__video {
  width: 100vw; }

.c-modal__video[aria-hidden="true"] {
  display: none; }

@media only screen and (min-width: 810px) {
  .c-modal__video {
    padding: 20px; } }

@media only screen and (min-width: 1280px) {
  .c-modal__video {
    width: 75vw; } }

.c-modal__video__container {
  background-color: #000;
  position: relative; }

.c-modal__video__container:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%; }

.c-modal__video__container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.c-icon-button {
  display: inline-block;
  background: none;
  width: 50px;
  height: 50px;
  position: relative;
  clip-path: view-box; }

.c-icon-button:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  z-index: 0; }

.c-icon-button--blank:before {
  transform: scale(0);
  background-color: #0d3937; }

.c-icon-button--blank:active:before {
  transform: scale(1.75);
  display: block; }

.c-icon-button--blank:active .c-icon-button__icon .c-icon {
  stroke: #f3f1ee; }

.c-icon-button--rounded {
  border-radius: 100%;
  overflow: hidden; }

.c-icon-button--rounded:before {
  transform: translateY(101%);
  background-color: #000;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1); }

@media (prefers-reduced-motion: reduce) {
  .c-icon-button--rounded:before {
    transition: none; } }

.c-icon-button--rounded:hover:before,
button:hover .c-icon-button--rounded:before {
  transform: translateY(0); }

.c-icon-button--rounded:hover .c-icon,
button:hover .c-icon-button--rounded .c-icon {
  stroke: #f3f1ee; }

.c-icon-button--rounded:active:before,
button:active .c-icon-button--rounded:before {
  background: none; }

.c-icon-button--rounded:active .c-icon .c-icon__svg,
button:active .c-icon-button--rounded .c-icon .c-icon__svg {
  stroke: #000; }

.c-icon-button--rounded:active .c-icon-button__icon--play:before,
button:active .c-icon-button--rounded .c-icon-button__icon--play:before {
  border-left-color: #f3f1ee; }

.c-icon-button * {
  pointer-events: none; }

@media only screen and (min-width: 810px) {
  .c-icon-button {
    width: 60px;
    height: 60px; } }

.c-icon-button--play {
  width: 80px;
  height: 80px; }

.c-icon-button--play:before {
  transform: translate(0); }

@media only screen and (min-width: 810px) {
  .c-icon-button--play {
    width: 160px;
    height: 160px; } }

.c-carousel__list__item__img:hover .c-icon-button--play .c-icon-button__icon--play,
.is-no-touchevents .c-icon-button--play:not(.is-disabled):hover .c-icon-button__icon--play,
.is-no-touchevents .c-icon-button--play:not(:disabled):hover .c-icon-button__icon--play,
.is-touchevents .c-icon-button--play:not(.is-disabled):active .c-icon-button__icon--play,
.is-touchevents .c-icon-button--play:not(:disabled):active .c-icon-button__icon--play {
  transform: scale(1.65); }

.c-icon-button__icon {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1; }

.c-icon-button__icon--play {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 100%;
  transition: transform 0.65s cubic-bezier(0.075, 0.82, 0.165, 1); }

.c-icon-button__icon--play:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #000;
  transform: translateX(15%); }

.c-icon-button.is-disabled,
.c-icon-button:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.4; }

.c-icon-button--large {
  width: 60px;
  height: 60px; }

@media only screen and (min-width: 810px) {
  .c-icon-button--large {
    width: 120px;
    height: 120px; } }

.c-icon-button--small {
  width: 30px;
  height: 30px; }

.c-icon {
  display: inline-block;
  width: 100%;
  stroke: #000; }

.c-icon__wrapper {
  position: relative;
  width: 100%;
  display: block; }

.c-icon__wrapper:before {
  width: 100%;
  padding-bottom: 100%;
  content: "";
  display: block; }

.c-icon--rounded {
  border: 1px solid;
  padding: 15%;
  border-radius: 100%; }

.c-icon__svg {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.c-icon__svg,
.c-image {
  width: 100%;
  height: 100%; }

.u-theme-awave,
.u-theme-biogo,
.u-theme-dark-off-white,
.u-theme-forno,
.u-theme-pharma,
.u-theme-repost {
  color: #000; }

.u-theme-awave .c-button--primary,
.u-theme-awave .c-button--search.c-icon-button,
.u-theme-biogo .c-button--primary,
.u-theme-biogo .c-button--search.c-icon-button,
.u-theme-dark-off-white .c-button--primary,
.u-theme-dark-off-white .c-button--search.c-icon-button,
.u-theme-forno .c-button--primary,
.u-theme-forno .c-button--search.c-icon-button,
.u-theme-pharma .c-button--primary,
.u-theme-pharma .c-button--search.c-icon-button,
.u-theme-repost .c-button--primary,
.u-theme-repost .c-button--search.c-icon-button {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000; }

.u-theme-awave .c-button--primary .c-icon,
.u-theme-awave .c-button--search.c-icon-button .c-icon,
.u-theme-biogo .c-button--primary .c-icon,
.u-theme-biogo .c-button--search.c-icon-button .c-icon,
.u-theme-dark-off-white .c-button--primary .c-icon,
.u-theme-dark-off-white .c-button--search.c-icon-button .c-icon,
.u-theme-forno .c-button--primary .c-icon,
.u-theme-forno .c-button--search.c-icon-button .c-icon,
.u-theme-pharma .c-button--primary .c-icon,
.u-theme-pharma .c-button--search.c-icon-button .c-icon,
.u-theme-repost .c-button--primary .c-icon,
.u-theme-repost .c-button--search.c-icon-button .c-icon {
  stroke: #000; }

.u-theme-awave .c-button--primary:active,
.u-theme-awave .c-button--search.c-icon-button:active,
.u-theme-biogo .c-button--primary:active,
.u-theme-biogo .c-button--search.c-icon-button:active,
.u-theme-dark-off-white .c-button--primary:active,
.u-theme-dark-off-white .c-button--search.c-icon-button:active,
.u-theme-forno .c-button--primary:active,
.u-theme-forno .c-button--search.c-icon-button:active,
.u-theme-pharma .c-button--primary:active,
.u-theme-pharma .c-button--search.c-icon-button:active,
.u-theme-repost .c-button--primary:active,
.u-theme-repost .c-button--search.c-icon-button:active {
  color: #000; }

.u-theme-awave .c-button--primary:active:before,
.u-theme-awave .c-button--search.c-icon-button:active:before,
.u-theme-biogo .c-button--primary:active:before,
.u-theme-biogo .c-button--search.c-icon-button:active:before,
.u-theme-dark-off-white .c-button--primary:active:before,
.u-theme-dark-off-white .c-button--search.c-icon-button:active:before,
.u-theme-forno .c-button--primary:active:before,
.u-theme-forno .c-button--search.c-icon-button:active:before,
.u-theme-pharma .c-button--primary:active:before,
.u-theme-pharma .c-button--search.c-icon-button:active:before,
.u-theme-repost .c-button--primary:active:before,
.u-theme-repost .c-button--search.c-icon-button:active:before {
  border-color: #000; }

.u-theme-awave .c-button--primary:active .c-icon,
.u-theme-awave .c-button--search.c-icon-button:active .c-icon,
.u-theme-biogo .c-button--primary:active .c-icon,
.u-theme-biogo .c-button--search.c-icon-button:active .c-icon,
.u-theme-dark-off-white .c-button--primary:active .c-icon,
.u-theme-dark-off-white .c-button--search.c-icon-button:active .c-icon,
.u-theme-forno .c-button--primary:active .c-icon,
.u-theme-forno .c-button--search.c-icon-button:active .c-icon,
.u-theme-pharma .c-button--primary:active .c-icon,
.u-theme-pharma .c-button--search.c-icon-button:active .c-icon,
.u-theme-repost .c-button--primary:active .c-icon,
.u-theme-repost .c-button--search.c-icon-button:active .c-icon {
  stroke: #000; }

.u-theme-awave .c-button--search.c-icon-button .c-icon svg,
.u-theme-biogo .c-button--search.c-icon-button .c-icon svg,
.u-theme-dark-off-white .c-button--search.c-icon-button .c-icon svg,
.u-theme-forno .c-button--search.c-icon-button .c-icon svg,
.u-theme-pharma .c-button--search.c-icon-button .c-icon svg,
.u-theme-repost .c-button--search.c-icon-button .c-icon svg {
  color: #000; }

.u-theme-awave .u-border-color,
.u-theme-biogo .u-border-color,
.u-theme-dark-off-white .u-border-color,
.u-theme-forno .u-border-color,
.u-theme-pharma .u-border-color,
.u-theme-repost .u-border-color {
  border-color: rgba(0, 0, 0, 0.25); }

.u-theme-awave .u-border-color-full,
.u-theme-biogo .u-border-color-full,
.u-theme-dark-off-white .u-border-color-full,
.u-theme-forno .u-border-color-full,
.u-theme-pharma .u-border-color-full,
.u-theme-repost .u-border-color-full {
  border-color: #000; }

.u-theme-awave .c-icon,
.u-theme-biogo .c-icon,
.u-theme-dark-off-white .c-icon,
.u-theme-forno .c-icon,
.u-theme-pharma .c-icon,
.u-theme-repost .c-icon {
  stroke: #000; }

.u-theme-awave .u-svg-fill,
.u-theme-biogo .u-svg-fill,
.u-theme-dark-off-white .u-svg-fill,
.u-theme-forno .u-svg-fill,
.u-theme-pharma .u-svg-fill,
.u-theme-repost .u-svg-fill {
  fill: #000; }

.u-theme-primary {
  color: #f3f1ee; }

.u-theme-primary .c-icon {
  stroke: #f3f1ee; }

.u-theme-primary .c-button--primary,
.u-theme-primary .c-button--search.c-icon-button {
  background-color: #f3f1ee;
  color: #000; }

.u-theme-primary .c-button--primary .c-icon,
.u-theme-primary .c-button--search.c-icon-button .c-icon {
  stroke: #000; }

.u-theme-primary .c-button--primary:active,
.u-theme-primary .c-button--search.c-icon-button:active {
  color: #f3f1ee; }

.u-theme-primary .c-button--primary:active:before,
.u-theme-primary .c-button--search.c-icon-button:active:before {
  border-color: #f3f1ee; }

.u-theme-primary .c-button--primary:active .c-icon,
.u-theme-primary .c-button--search.c-icon-button:active .c-icon {
  stroke: #f3f1ee; }

.u-theme-primary .c-button--search.c-icon-button .c-icon svg {
  color: #000; }

.u-theme-primary .c-button--search.c-icon-button:hover .c-icon svg {
  color: #0d3937; }

.u-theme-primary .c-button--secondary {
  color: #f3f1ee; }

.u-theme-primary .c-button--secondary .c-button__icon .c-icon {
  stroke: #f3f1ee; }

.u-theme-primary .c-button--secondary:hover .c-button__icon .c-icon {
  background-color: #f3f1ee;
  stroke: #0d3937; }

.u-theme-primary .c-button--secondary:active .c-button__icon .c-icon {
  background: none;
  stroke: #f3f1ee; }

.u-theme-primary .c-icon-button .c-icon--rounded {
  border-color: #f3f1ee; }

.u-theme-primary .c-icon-button:before {
  background-color: #f3f1ee; }

.u-theme-primary .c-icon-button--blank:hover .c-icon .c-icon__svg {
  stroke: #f3f1ee; }

.u-theme-primary .c-icon-button--blank:active .c-icon .c-icon__svg {
  stroke: #000; }

.u-theme-primary .c-icon-button:hover .c-icon .c-icon__svg,
.u-theme-primary button:hover > .c-icon-button .c-icon .c-icon__svg {
  stroke: #0d3937; }

.u-theme-primary .c-icon-button:active .c-icon .c-icon__svg,
.u-theme-primary button:active > .c-icon-button .c-icon .c-icon__svg {
  stroke: #f3f1ee; }

.u-theme-primary .u-border-color {
  border-color: rgba(243, 241, 238, 0.2); }

.u-theme-primary .t-link,
.u-theme-primary .u-border-color-full {
  border-color: #f3f1ee; }

.u-theme-primary .t-tag {
  background-color: rgba(243, 241, 238, 0.2); }

.u-theme-primary .u-svg-fill {
  fill: #f3f1ee; }

.u-theme-primary .c-see-more-link__icon .c-icon {
  stroke: #f3f1ee; }

.u-theme-primary .c-header__list__item__link:before {
  background-color: #f3f1ee; }

.u-theme-primary .c-see-more-link:hover .c-see-more-link__icon .c-icon,
.u-theme-primary a.c-mega-menu__card__link:hover .c-see-more-link .c-see-more-link__icon .c-icon {
  background-color: #f3f1ee;
  stroke: #000; }

.u-theme-primary .c-see-more-link:active .c-see-more-link__icon .c-icon,
.u-theme-primary a.c-mega-menu__card__link:active .c-see-more-link .c-see-more-link__icon .c-icon {
  background: none;
  stroke: #f3f1ee; }

a.c-page-excerpt.u-theme-primary:hover .c-see-more-link .c-see-more-link__icon .c-icon {
  background-color: #f3f1ee;
  stroke: #000; }

a.c-page-excerpt.u-theme-primary:active .c-see-more-link .c-see-more-link__icon .c-icon {
  background: none;
  stroke: #f3f1ee; }

.u-theme-biogo {
  background-color: #97a880; }

.c-button--primary.c-button--biogo {
  background-color: #97a880;
  color: #000; }

.c-button--primary.c-button--biogo .c-button__icon .c-icon {
  stroke: #000; }

.u-theme-biogo .c-button--secondary:hover .c-button__icon .c-icon {
  stroke: #97a880; }

.u-theme-biogo .c-button--secondary:active .c-button__icon .c-icon {
  stroke: #000; }

.c-page-excerpt.u-theme-biogo:hover .c-see-more-link .c-icon,
.u-theme-biogo .c-icon-button:hover .c-icon,
button:hover .u-theme-biogo .c-icon-button .c-icon {
  stroke: #97a880; }

.c-page-excerpt.u-theme-biogo:active .c-see-more-link .c-icon {
  stroke: #000; }

.u-theme-forno {
  background-color: #c46551; }

.c-button--primary.c-button--forno {
  background-color: #c46551;
  color: #000; }

.c-button--primary.c-button--forno .c-button__icon .c-icon {
  stroke: #000; }

.u-theme-forno .c-button--secondary:hover .c-button__icon .c-icon {
  stroke: #c46551; }

.u-theme-forno .c-button--secondary:active .c-button__icon .c-icon {
  stroke: #000; }

.c-page-excerpt.u-theme-forno:hover .c-see-more-link .c-icon,
.u-theme-forno .c-icon-button:hover .c-icon,
button:hover .u-theme-forno .c-icon-button .c-icon {
  stroke: #c46551; }

.c-page-excerpt.u-theme-forno:active .c-see-more-link .c-icon {
  stroke: #000; }

.u-theme-awave {
  background-color: #bda679; }

.c-button--primary.c-button--awave {
  background-color: #bda679;
  color: #000; }

.c-button--primary.c-button--awave .c-button__icon .c-icon {
  stroke: #000; }

.u-theme-awave .c-button--secondary:hover .c-button__icon .c-icon {
  stroke: #bda679; }

.u-theme-awave .c-button--secondary:active .c-button__icon .c-icon {
  stroke: #000; }

.c-page-excerpt.u-theme-awave:hover .c-see-more-link .c-icon,
.u-theme-awave .c-icon-button:hover .c-icon,
button:hover .u-theme-awave .c-icon-button .c-icon {
  stroke: #bda679; }

.c-page-excerpt.u-theme-awave:active .c-see-more-link .c-icon {
  stroke: #000; }

.u-theme-repost {
  background-color: #6993ab; }

.c-button--primary.c-button--repost {
  background-color: #6993ab;
  color: #000; }

.c-button--primary.c-button--repost .c-button__icon .c-icon {
  stroke: #000; }

.u-theme-repost .c-button--secondary:hover .c-button__icon .c-icon {
  stroke: #6993ab; }

.u-theme-repost .c-button--secondary:active .c-button__icon .c-icon {
  stroke: #000; }

.c-page-excerpt.u-theme-repost:hover .c-see-more-link .c-icon,
.u-theme-repost .c-icon-button:hover .c-icon,
button:hover .u-theme-repost .c-icon-button .c-icon {
  stroke: #6993ab; }

.c-page-excerpt.u-theme-repost:active .c-see-more-link .c-icon {
  stroke: #000; }

.u-theme-pharma {
  background-color: #bfd4d8; }

.c-button--primary.c-button--pharma {
  background-color: #bfd4d8;
  color: #000; }

.c-button--primary.c-button--pharma .c-button__icon .c-icon {
  stroke: #000; }

.u-theme-pharma .c-button--secondary:hover .c-button__icon .c-icon {
  stroke: #bfd4d8; }

.u-theme-pharma .c-button--secondary:active .c-button__icon .c-icon {
  stroke: #000; }

.c-page-excerpt.u-theme-pharma:hover .c-see-more-link .c-icon,
.u-theme-pharma .c-icon-button:hover .c-icon,
button:hover .u-theme-pharma .c-icon-button .c-icon {
  stroke: #bfd4d8; }

.c-page-excerpt.u-theme-pharma:active .c-see-more-link .c-icon {
  stroke: #000; }

.u-theme-dark-off-white {
  background-color: #e7e5e2; }

.c-button--primary.c-button--dark-off-white {
  background-color: #e7e5e2;
  color: #000; }

.c-button--primary.c-button--dark-off-white .c-button__icon .c-icon {
  stroke: #000; }

.u-theme-dark-off-white .c-button--secondary:hover .c-button__icon .c-icon {
  stroke: #e7e5e2; }

.u-theme-dark-off-white .c-button--secondary:active .c-button__icon .c-icon {
  stroke: #000; }

.c-page-excerpt.u-theme-dark-off-white:hover .c-see-more-link .c-icon,
.u-theme-dark-off-white .c-icon-button:hover .c-icon,
button:hover .u-theme-dark-off-white .c-icon-button .c-icon {
  stroke: #e7e5e2; }

.c-page-excerpt.u-theme-dark-off-white:active .c-see-more-link .c-icon {
  stroke: #000; }

.u-theme-white .u-border-color {
  border-color: rgba(0, 0, 0, 0.1); }

.u-theme-white .c-icon {
  stroke: #000; }

.u-theme-gray {
  background-color: #e7e5e2; }

.u-theme-gray .u-border-color {
  border-color: rgba(0, 0, 0, 0.1); }

.u-theme-gray .c-icon {
  stroke: #000; }

.u-theme-primary {
  background-color: #0d3937; }

.u-hide {
  display: none;
  visibility: hidden; }

.tp-caption {
  color: white !important; }

.rev-btn:hover {
  background-color: white !important; }

#sideBlock_menu ul.submenu {
  margin-top: 13px;
  margin-bottom: 13px; }

.mobile_only {
  display: none; }
  @media (max-width: 1023px) {
    .mobile_only {
      display: block; } }

.NotGeneric-Title {
  font-size: 40px !important;
  line-height: 40px !important;
  font-weight: 400; }
  @media (max-width: 767px) {
    .NotGeneric-Title {
      font-size: 32px !important;
      line-height: 32px !important; } }
  @media (max-width: 480px) {
    .NotGeneric-Title {
      font-size: 30px !important;
      line-height: 30px !important; } }
  @media (max-width: 400px) {
    .NotGeneric-Title {
      font-size: 24px !important;
      line-height: 24px !important; } }

div.account ul.productBulk {
  display: none; }

.side-menu-store-credit {
  padding: 20px;
  margin-top: 20px;
  background: #8bc53f;
  border-bottom: none;
  color: white;
  text-align: center; }

.mrh-banner-img {
  display: inline-block;
  float: left;
  margin-right: 18px;
  width: 125px;
  border-radius: 4px; }
  @media (max-width: 899px) {
    .mrh-banner-img {
      display: inline-block;
      float: left;
      margin-right: 18px;
      width: 125px; } }
  @media (max-width: 699px) {
    .mrh-banner-img {
      display: inline-block;
      float: left;
      margin-right: 18px;
      width: 100px; } }
  @media (max-width: 480px) {
    .mrh-banner-img {
      display: inline-block;
      float: left;
      margin-right: 18px;
      width: 80px; } }
  @media (max-width: 375px) {
    .mrh-banner-img {
      display: inline-block;
      float: left;
      margin-right: 12px;
      width: 60px; } }

.mrhTopBarPromotion-drawer-container .mrh-banner-title-p {
  text-transform: uppercase;
  color: #333333; }

.mrhTopBarPromotion-drawer-container a {
  display: block;
  margin-left: 143px;
  opacity: 0.7;
  color: #333333; }
  @media (max-width: 899px) {
    .mrhTopBarPromotion-drawer-container a {
      display: block;
      margin-left: 143px; } }
  @media (max-width: 699px) {
    .mrhTopBarPromotion-drawer-container a {
      display: block;
      margin-left: 118px; } }
  @media (max-width: 480px) {
    .mrhTopBarPromotion-drawer-container a {
      display: block;
      margin-left: 98px;
      font-size: 15px; } }
  @media (max-width: 375px) {
    .mrhTopBarPromotion-drawer-container a {
      display: block;
      margin-left: 72px; } }

.mrhTopBarPromotion-drawer-container .mrh-banner-p {
  margin-left: 143px;
  line-height: 1.2;
  color: #333333; }
  @media (max-width: 899px) {
    .mrhTopBarPromotion-drawer-container .mrh-banner-p {
      margin-left: 143px; } }
  @media (max-width: 699px) {
    .mrhTopBarPromotion-drawer-container .mrh-banner-p {
      margin-left: 118px;
      font-size: 14px;
      margin-bottom: 0.9rem; } }
  @media (max-width: 480px) {
    .mrhTopBarPromotion-drawer-container .mrh-banner-p {
      margin-left: 98px; } }
  @media (max-width: 375px) {
    .mrhTopBarPromotion-drawer-container .mrh-banner-p {
      margin-left: 72px; } }

body[data-customer-group] .shut-down-popup {
  background-color: #f0e9e2;
  width: 625px;
  padding: 30px 40px;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  display: none;
  text-align: center;
  z-index: 1500;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }

body[data-customer-group="2"] .shut-down-popup, body[data-customer-group="4"] .shut-down-popup, body[data-customer-group="5"] .shut-down-popup, body[data-customer-group="6"] .shut-down-popup {
  background-color: #f0e9e2;
  width: 625px;
  padding: 30px 40px;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  display: none;
  text-align: center;
  z-index: 1500;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }

.shut-down-popup button {
  display: block;
  margin: -50px -50px 0px auto;
  background-color: transparent;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  background: #000000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer; }

.shut-down-popup h2 {
  font-weight: 600; }

.shut-down-p1 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
  font-weight: bold; }

.shut-down-p2 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
  font-weight: bold; }

.shut-down-p3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
  font-weight: bold; }

.shut-down-popup a {
  display: block;
  position: relative;
  margin: 10px 20%;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 15px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600; }

@media screen and (max-width: 768px) {
  body[data-customer-group] .shut-down-popup {
    background-color: #d8d5ca;
    width: 0px;
    padding: 0px 0px;
    position: fixed;
    left: -100%;
    top: -100%;
    border-radius: 6px;
    font-family: "Roboto", sans-serif;
    display: none;
    text-align: center;
    z-index: 0; }
  body[data-customer-group="2"] .shut-down-popup, body[data-customer-group="4"] .shut-down-popup, body[data-customer-group="5"] .shut-down-popup, body[data-customer-group="6"] .shut-down-popup {
    background-color: #f0e9e2;
    width: 320px;
    padding: 15px 20px;
    position: fixed;
    transform: translate(-50%, -25%);
    left: 50%;
    top: 25%;
    border-radius: 6px;
    font-family: "Roboto", sans-serif;
    display: none;
    text-align: center;
    z-index: 1500;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px; }
  .shut-down-popup button {
    margin: -5px -10px -10px auto;
    background-color: transparent;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    background: #000000;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    cursor: pointer; }
  .shut-down-p1 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 1.25;
    font-weight: bold; }
  .shut-down-p2 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 1.25;
    font-weight: bold; }
  .shut-down-p3 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 1.25;
    font-weight: bold; }
  .shut-down-popup a {
    display: block;
    position: relative;
    margin: 25px 10px;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 15px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 600; } }

.sus-accordion-p {
  margin-top: 1rem; }

#ae_launcher.ae-cta-position-preset-left-lower {
  bottom: 2.5px !important;
  left: 24px; }

.promo-popup-wrapper[data-customer-group] {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1500; }
  .promo-popup-wrapper[data-customer-group] .promo-popup {
    width: 450px;
    height: 562.8px;
    width: 585px;
    height: 731.25px;
    padding: 0px 0px;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: none;
    text-align: center;
    z-index: 1600;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/learn-more-6-.jpg?t=1724960333);
    background-size: cover;
    border-radius: 8px;
    background-color: transparent; }

.promo-popup button {
  display: block;
  margin: 0px auto;
  background-color: transparent;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  font-weight: bold;
  background: #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 0; }

.promo-popup .promo-popup-link {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 600px) {
  .promo-popup-wrapper[data-customer-group] {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1500; }
    .promo-popup-wrapper[data-customer-group] .promo-popup {
      width: 375px;
      height: 469px;
      padding: 0px 0px;
      position: fixed;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      top: unset;
      bottom: 2.5%;
      text-align: center;
      z-index: 1600;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
      background-size: cover;
      background-color: transparent; }
  .promo-popup button {
    margin: -25px -25px 0px auto;
    background-color: transparent;
    font-size: 40px;
    line-height: 40px;
    color: #000000;
    background: #ffffff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 0; } }

@media screen and (max-width: 480px) {
  .promo-popup-wrapper[data-customer-group] {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1500; }
    .promo-popup-wrapper[data-customer-group] .promo-popup {
      width: 337.5px;
      height: 422.1px;
      padding: 0px 0px;
      position: fixed;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      top: unset;
      bottom: 7.5%;
      text-align: center;
      z-index: 1600;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
      background-size: cover;
      background-color: transparent; }
  .promo-popup button {
    display: block;
    margin: -15px -20px 0px auto;
    background-color: transparent;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    background: #ffffff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 20px;
    padding: 0; } }

@media screen and (max-width: 400px) {
  .promo-popup-wrapper[data-customer-group] {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1500; }
    .promo-popup-wrapper[data-customer-group] .promo-popup {
      width: 300px;
      height: 375.2px;
      padding: 0px 0px;
      position: fixed;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      top: unset;
      bottom: 7.5%;
      text-align: center;
      z-index: 1600;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
      background-size: cover;
      background-color: transparent; }
  .promo-popup button {
    display: block;
    margin: -15px -20px 0px auto;
    background-color: transparent;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    background: #ffffff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 0; } }

@media screen and (max-height: 800px) {
  .promo-popup-wrapper[data-customer-group] {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1500; }
    .promo-popup-wrapper[data-customer-group] .promo-popup {
      width: 300px;
      height: 375.2px;
      padding: 0px 0px;
      position: fixed;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      top: unset;
      bottom: 2.5%;
      text-align: center;
      z-index: 1600;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
      background-size: cover;
      background-color: transparent; }
  .promo-popup button {
    display: block;
    margin: -15px -20px 0px auto;
    background-color: transparent;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    background: #ffffff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 22.5px;
    top: 17.5px;
    padding: 0; } }

@media screen and (max-height: 475px) {
  .promo-popup-wrapper[data-customer-group] {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1500; }
    .promo-popup-wrapper[data-customer-group] .promo-popup {
      width: 300px;
      height: 375.2px;
      padding: 0px 0px;
      position: fixed;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      top: unset;
      bottom: 2.5%;
      text-align: center;
      z-index: 1600;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
      background-size: cover;
      background-color: transparent; }
  .promo-popup button {
    display: block;
    margin: -15px -20px 0px auto;
    background-color: transparent;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    background: #ffffff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 22.5px;
    top: 17.5px;
    padding: 0; } }

@media screen and (max-width: 767px) {
  .productView__topRight .productView-title {
    display: none; }
  .productView__topRight .product-card-custom-fields-text {
    display: none !important; }
  .productView__topRight .trustpilot-widget {
    display: none !important; } }

strong.svelte-1k9lnbl {
  display: none !important; }

.page .journal iframe {
  height: 684px; }

.form-field--stock {
  display: none; }

.page .page-content {
  padding: 0 15px 5rem; }
  .page .page-content ul.nav {
    list-style: none;
    margin: 0 auto 0 0;
    text-align: center;
    padding-left: 0px; }
    .page .page-content ul.nav li {
      background-color: #d7d5c8;
      border: 0px solid #444444;
      border-radius: 0px;
      color: black;
      cursor: pointer;
      display: inline-block;
      font-family: Arial, sans-serif;
      font-size: 21px;
      font-weight: 600;
      margin: 15px 0 0 0;
      padding: 8px 24px;
      text-align: center;
      vertical-align: top; }
      .page .page-content ul.nav li a {
        color: #000; }

@media screen and (max-width: 900px) {
  .page .page-content ul.nav li {
    min-width: 285px !important; } }

@media screen and (max-width: 650px) {
  .page .page-content ul.nav li {
    min-width: 80% !important; } }

@media screen and (max-width: 480px) {
  .page .page-content ul.nav li {
    min-width: 95% !important; } }

.hide-badge {
  display: none !important; }

@media screen and (max-width: 767px) {
  .site-footer .footer-nav-wrap {
    flex-direction: column; }
  .site-footer .footer-col.footer-info {
    width: 100% !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important; }
  .site-footer .footer-info-container .footer-info-icon {
    display: inline-block !important; }
  .site-footer .footer-info-container {
    height: 5.3125rem !important; }
  .site-footer .footer-info-container .footer-info-text {
    text-align: left !important;
    width: auto !important;
    margin-left: 5px !important;
    padding-top: 0px !important; }
  .footer-bottom-nav-list {
    margin-top: 10px; }
  .footer-bottom-nav-list li {
    font-size: 12px !important;
    margin: 5px 10px 5px 10px !important; } }

#previewModal.mrh-previewModal {
  width: 500px;
  background-color: #F6F4EE;
  top: 90px !important;
  right: 30px !important;
  left: unset;
  transform: unset; }
  #previewModal.mrh-previewModal .modal-close {
    top: 20px;
    right: 16px;
    padding: 4px;
    z-index: 10; }
    #previewModal.mrh-previewModal .modal-close .icon {
      fill: #333; }
  #previewModal.mrh-previewModal .modal-content {
    background-color: #F6F4EE; }
    #previewModal.mrh-previewModal .modal-content .modal-inner {
      padding: 20px 22px;
      background-color: #F6F4EE; }
      #previewModal.mrh-previewModal .modal-content .modal-inner .modal-header {
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
        padding-bottom: 20px;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        border-bottom: 1px solid rgba(51, 51, 51, 0.1); }
        #previewModal.mrh-previewModal .modal-content .modal-inner .modal-header h2 {
          font-size: 21px;
          line-height: 32px;
          margin: 0 auto; }
      #previewModal.mrh-previewModal .modal-content .modal-inner .modal-body {
        padding: 0;
        margin-top: 24px; }
        #previewModal.mrh-previewModal .modal-content .modal-inner .modal-body .productView {
          width: 100%;
          display: flex;
          flex-flow: row;
          padding: 0; }
          #previewModal.mrh-previewModal .modal-content .modal-inner .modal-body .productView .productView-image {
            padding: 0;
            flex: 1;
            width: unset;
            float: unset;
            min-height: unset; }
            #previewModal.mrh-previewModal .modal-content .modal-inner .modal-body .productView .productView-image .productView-image--cart {
              margin: auto; }
          #previewModal.mrh-previewModal .modal-content .modal-inner .modal-body .productView .productView-details {
            flex: 2;
            width: unset;
            float: unset;
            padding-left: 20px;
            padding-right: 20px;
            text-align: left;
            display: flex;
            flex-flow: column; }
            #previewModal.mrh-previewModal .modal-content .modal-inner .modal-body .productView .productView-details h6.previewCartItem-name, #previewModal.mrh-previewModal .modal-content .modal-inner .modal-body .productView .productView-details .site-footer .previewCartItem-name.footer-title, .site-footer #previewModal.mrh-previewModal .modal-content .modal-inner .modal-body .productView .productView-details .previewCartItem-name.footer-title {
              font-size: 16px;
              line-height: 1.2;
              margin-bottom: 8px;
              color: #000;
              font-weight: 500;
              letter-spacing: 0; }
            #previewModal.mrh-previewModal .modal-content .modal-inner .modal-body .productView .productView-details .previewCartItem-option {
              font-size: 16px;
              color: #6e6e6e;
              font-weight: 400;
              margin-bottom: 13px;
              line-height: 19px; }
            #previewModal.mrh-previewModal .modal-content .modal-inner .modal-body .productView .productView-details .previewCartItem-price {
              font-size: 16px;
              font-weight: 700;
              line-height: 25px;
              color: #000;
              margin-bottom: 10px; }
    #previewModal.mrh-previewModal .modal-content .modal-footer {
      padding: 20px 22px;
      background-color: #ece4d8;
      display: flex;
      justify-content: center; }
      @media (max-width: 800px) {
        #previewModal.mrh-previewModal .modal-content .modal-footer {
          justify-content: space-evenly; } }
  @media (max-width: 599px) {
    #previewModal.mrh-previewModal {
      width: calc(100vw - 44px);
      top: 110px !important;
      right: 22px !important; } }

.card .wishlist .icon-action:hover {
  background: #F6F4EE !important; }

.card .quickview .icon-action:hover {
  background: #F6F4EE !important; }

@media screen and (max-width: 1449px) {
  #home-hero-prev {
    right: 75px; } }

@media screen and (max-width: 1279px) {
  #home-hero-prev {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/prev-button-nobg.png);
    top: 12.5px;
    transform: unset;
    left: unset;
    right: 60px;
    opacity: 0.9;
    width: 40px !important;
    height: 40px; }
    #home-hero-prev:hover {
      opacity: 1; }
  #home-hero-next {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/next-button-nobg.png);
    top: 12.5px;
    transform: unset;
    right: 12.5px;
    opacity: 0.9;
    width: 40px !important;
    height: 40px; }
    #home-hero-next:hover {
      opacity: 1; } }

@media screen and (max-width: 768px) {
  #home-hero-prev {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/prev-button-nobg.png);
    top: 7.5px;
    transform: unset;
    left: unset;
    right: 45px;
    opacity: 0.9;
    width: 30px !important;
    height: 30px; }
    #home-hero-prev:hover {
      opacity: 1; }
  #home-hero-next {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/next-button-nobg.png);
    top: 7.5px;
    transform: unset;
    right: 7.5px;
    opacity: 0.9;
    width: 30px !important;
    height: 30px; }
    #home-hero-next:hover {
      opacity: 1; } }

@media screen and (max-width: 599px) {
  #home-hero-prev {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/prev-button-nobg.png);
    top: 7.5px;
    transform: unset;
    left: unset;
    right: 45px;
    opacity: 0.9;
    width: 30px !important;
    height: 30px; }
    #home-hero-prev:hover {
      opacity: 1; }
  #home-hero-next {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/next-button-nobg.png);
    top: 7.5px;
    transform: unset;
    right: 7.5px;
    opacity: 0.9;
    width: 30px !important;
    height: 30px; }
    #home-hero-next:hover {
      opacity: 1; } }

@media screen and (max-width: 480px) {
  #home-hero-prev {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/prev-button-nobg.png);
    top: 5px;
    transform: unset;
    left: unset;
    right: 40px;
    opacity: 0.9;
    width: 30px !important;
    height: 30px; }
    #home-hero-prev:hover {
      opacity: 1; }
  #home-hero-next {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/next-button-nobg.png);
    top: 5px;
    transform: unset;
    right: 5px;
    opacity: 0.9;
    width: 30px !important;
    height: 30px; }
    #home-hero-next:hover {
      opacity: 1; } }

@media screen and (max-width: 399px) {
  #home-hero-prev {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/prev-button-nobg.png);
    top: 5px;
    transform: unset;
    left: unset;
    right: 35px;
    opacity: 0.9;
    width: 25px !important;
    height: 25px; }
    #home-hero-prev:hover {
      opacity: 1; }
  #home-hero-next {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/next-button-nobg.png);
    top: 5px;
    transform: unset;
    right: 5px;
    opacity: 0.9;
    width: 25px !important;
    height: 25px; }
    #home-hero-next:hover {
      opacity: 1; } }

body.is-side-block .zsiq-float-tooltip {
  display: none; }

.modal-box .header {
  padding: 13px 0 !important; }

.footer-lg-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0; }

.footer-lg-logo {
  width: 100%; }

@media (max-width: 767px) {
  .klaviyo-form-Tdh7Vf [data-testid="form-row"] {
    flex-direction: column !important; }
    .klaviyo-form-Tdh7Vf [data-testid="form-row"] [data-testid="form-component"]:nth-child(2) {
      padding: 0 0 0 0 !important; } }

.buy-nothing-popup {
  background-color: #000000;
  width: 100%;
  height: 100vh;
  padding: 0px 0px;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 0px;
  font-family: "Roboto", sans-serif;
  display: none;
  text-align: center;
  z-index: 1000000;
  color: #ffffff; }

.buy-nothing-video-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  top: 0;
  left: 0;
  overflow: hidden; }

.buy-nothing-video-container video {
  min-width: 100%;
  max-width: 100%;
  position: relative;
  object-fit: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }

.giveaway-container {
  height: calc(37.5vw * 0.25);
  width: 37.5vw;
  position: absolute;
  display: flex;
  bottom: 55px;
  right: 10px;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/giveaway-1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.4s; }

.giveaway-container:hover {
  height: calc(47.5vw * 0.25);
  width: 47.5vw; }

.buy-nothing-popup button#buy-nothing-close {
  display: block;
  margin: 0 0 0px auto;
  background-color: transparent;
  font-size: 14px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  bottom: 2.5%;
  right: 2%;
  padding: 7.5px 10px;
  text-decoration: underline; }

@media screen and (max-width: 1649px) {
  .giveaway-container {
    height: calc(42.5vw * 0.25);
    width: 42.5vw; }
  .giveaway-container:hover {
    height: calc(52.5vw * 0.25);
    width: 52.5vw; } }

@media screen and (max-width: 1399px) {
  .giveaway-container {
    height: calc(50vw * 0.25);
    width: 50vw; }
  .giveaway-container:hover {
    height: calc(65vw * 0.25);
    width: 65vw; } }

@media screen and (max-width: 1249px) {
  .giveaway-container {
    height: calc(52.5vw * 0.25);
    width: 52.5vw; }
  .giveaway-container:hover {
    height: calc(65vw * 0.25);
    width: 65vw; } }

@media screen and (max-width: 992px) and (min-height: 1024px) {
  .buy-nothing-video-container {
    width: 100vw;
    height: calc(100vw * 0.5625);
    position: relative;
    display: flex;
    top: calc((100vh - 81.25vw) / 2);
    left: 0;
    overflow: hidden; }
  .giveaway-container {
    height: calc(100vw * 0.25);
    width: 100vw;
    position: absolute;
    display: flex;
    bottom: unset;
    top: calc(((100vh - 81.25vw) / 2) + 56.25vw);
    right: 0px;
    background-color: green;
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/giveaway-1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s; }
  .giveaway-container:hover {
    height: calc(100vw * 0.25);
    width: 100vw; }
  .buy-nothing-popup button#buy-nothing-close {
    font-size: 18px; } }

@media screen and (max-width: 678px) {
  .giveaway-container {
    height: 75vw;
    width: 75vw;
    position: absolute;
    display: flex;
    bottom: unset;
    top: calc(((100vh - 81.25vw) / 4) + 56.25vw);
    right: 0px;
    left: 12.5vw;
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/opt-not-shop-2022-sq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s; }
  .giveaway-container:hover {
    height: 75vw;
    width: 75vw; }
  .buy-nothing-popup button#buy-nothing-close {
    font-size: 14px;
    bottom: 5px;
    right: 5px; } }

@media screen and (max-width: 399px) {
  .giveaway-container {
    height: 80vw;
    width: 80vw;
    position: absolute;
    display: flex;
    bottom: unset;
    top: calc(((100vh - 81.25vw) / 4) + 56.25vw);
    right: 0px;
    left: 10vw;
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/opt-not-shop-2022-sq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s; }
  .giveaway-container:hover {
    height: 80vw;
    width: 80vw; } }

.votion-vid-cont {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.votion-vid-cont video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%; }

.votion-vid-cont .controls {
  position: absolute;
  right: 2%;
  bottom: 7.5%; }

.votion-vid-cont button {
  background: white;
  color: red;
  border: 1px solid red;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  margin: 4px 0px;
  cursor: pointer;
  border-radius: 5px; }

.video-text {
  background: #191919;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%; }
  .video-text .container {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 5;
    padding: 0 0 0 0; }
  .video-text video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  .video-text svg {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2; }
  .video-text text {
    font-family: 'Arial Black';
    font-weight: 900;
    text-transform: uppercase; }
    .video-text text.line-1 {
      font-size: 7.25vw;
      letter-spacing: 0.079em; }
    .video-text text.line-2 {
      font-size: 12.75vw;
      letter-spacing: -0.015em; }

#load-full-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 32px;
  background: white;
  color: red;
  border: 1px solid red; }

@media screen and (max-width: 1399px) {
  .video-text {
    background: #191919;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%; }
    .video-text .container {
      text-align: center;
      position: relative;
      overflow: hidden;
      width: 95%;
      max-width: 1400px;
      margin: 0 auto;
      z-index: 5;
      padding: 0 0 0 0; }
    .video-text video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
    .video-text svg {
      display: block;
      width: 100%;
      position: relative;
      z-index: 2; }
    .video-text text {
      font-family: 'Arial Black';
      font-weight: 900;
      text-transform: uppercase; }
      .video-text text.line-1 {
        font-size: 9.25vw;
        letter-spacing: 0.079em; }
      .video-text text.line-2 {
        font-size: 14.75vw;
        letter-spacing: -0.015em; }
  #load-full-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 24px;
    background: white;
    color: red;
    border: 1px solid red; } }

@media screen and (max-width: 1023px) {
  .video-text {
    background: #191919;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%; }
    .video-text .container {
      text-align: center;
      position: relative;
      overflow: hidden;
      width: 95%;
      max-width: 1400px;
      margin: 0 auto;
      z-index: 5;
      padding: 0 0 0 0; }
    .video-text video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
    .video-text svg {
      display: block;
      width: 100%;
      position: relative;
      z-index: 2; }
    .video-text text {
      font-family: 'Arial Black';
      font-weight: 900;
      text-transform: uppercase; }
      .video-text text.line-1 {
        font-size: 12.25vw;
        letter-spacing: 0.079em; }
      .video-text text.line-2 {
        font-size: 17.75vw;
        letter-spacing: -0.015em; }
  #load-full-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 20px;
    background: white;
    color: red;
    border: 1px solid red; } }

@media screen and (max-width: 767px) {
  .video-text {
    background: #191919;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%; }
    .video-text .container {
      text-align: center;
      position: relative;
      overflow: hidden;
      width: 95%;
      max-width: 1400px;
      margin: 0 auto;
      z-index: 5;
      padding: 0 0 0 0; }
    .video-text video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
    .video-text svg {
      display: block;
      width: 100%;
      position: relative;
      z-index: 2; }
    .video-text text {
      font-family: 'Arial Black';
      font-weight: 900;
      text-transform: uppercase; }
      .video-text text.line-1 {
        font-size: 16.25vw;
        letter-spacing: 0.079em; }
      .video-text text.line-2 {
        font-size: 19.75vw;
        letter-spacing: -0.015em; }
  #load-full-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 18px;
    background: white;
    color: red;
    border: 1px solid red; } }

@media screen and (max-width: 599px) {
  .video-text {
    background: #191919;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%; }
    .video-text .container {
      text-align: center;
      position: relative;
      overflow: hidden;
      width: 95%;
      max-width: 1400px;
      margin: 0 auto;
      z-index: 5;
      padding: 0 0 0 0; }
    .video-text video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
    .video-text svg {
      display: block;
      width: 100%;
      position: relative;
      z-index: 2; }
    .video-text text {
      font-family: 'Arial Black';
      font-weight: 900;
      text-transform: uppercase; }
      .video-text text.line-1 {
        font-size: 21.25vw;
        letter-spacing: 0.009em; }
      .video-text text.line-2 {
        font-size: 30.75vw;
        letter-spacing: -0.015em; }
  #load-full-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 18px;
    background: white;
    color: red;
    border: 1px solid red; } }

@media screen and (max-width: 499px) {
  .video-text {
    background: #191919;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%; }
    .video-text .container {
      text-align: center;
      position: relative;
      overflow: hidden;
      width: 95%;
      max-width: 1400px;
      margin: 0 auto;
      z-index: 5;
      padding: 0 0 0 0; }
    .video-text video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
    .video-text svg {
      display: block;
      width: 100%;
      position: relative;
      z-index: 2; }
    .video-text text {
      font-family: 'Arial Black';
      font-weight: 900;
      text-transform: uppercase; }
      .video-text text.line-1 {
        font-size: 28vw;
        letter-spacing: 0.009em; }
      .video-text text.line-2 {
        font-size: 40vw;
        letter-spacing: -0.015em; }
  #load-full-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 14px;
    background: white;
    color: red;
    border: 1px solid red; } }

@media screen and (max-width: 399px) {
  .video-text {
    background: #191919;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%; }
    .video-text .container {
      text-align: center;
      position: relative;
      overflow: hidden;
      width: 95%;
      max-width: 1400px;
      margin: 0 auto;
      z-index: 5;
      padding: 0 0 0 0; }
    .video-text video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
    .video-text svg {
      display: block;
      width: 100%;
      position: relative;
      z-index: 2; }
    .video-text text {
      font-family: 'Arial Black';
      font-weight: 900;
      text-transform: uppercase; }
      .video-text text.line-1 {
        font-size: 34vw;
        letter-spacing: 0.009em; }
      .video-text text.line-2 {
        font-size: 58vw;
        letter-spacing: -0.015em; }
  #load-full-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 12px;
    background: white;
    color: red;
    border: 1px solid red; } }

.modal-overlay {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1002; }

body.has-activeRecipeModal .modal-overlay {
  display: block; }

.modal-overlay {
  background: rgba(51, 51, 51, 0.25); }

.category-body .modal-box {
  display: none;
  position: fixed;
  z-index: 1003;
  width: 1013px;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  height: auto;
  max-height: 80vh;
  overflow: visible; }
  .category-body .modal-box .modal-close {
    background: black;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 4px; }
    @media (min-width: 1200px) {
      .category-body .modal-box .modal-close {
        top: -7px;
        right: -49px; } }

.category-body .modal-box header,
.category-body .modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02); }

.category-body .modal-box header h3,
.category-body .modal-box header h4,
.category-body .modal-box .modal-header h3,
.category-body .modal-box .modal-header h4 {
  margin: 0; }

.category-body .modal-box .modal-body {
  padding: 2em 1.5em;
  position: unset;
  height: auto; }

.category-body .modal-box footer,
.category-body .modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right; }

.category-body .modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important; }

.category-body a.close {
  line-height: 1;
  font-size: 1.5em;
  position: relative;
  top: 5%;
  right: 2%;
  left: 98%;
  text-decoration: none;
  color: #bbb;
  display: inline; }

.category-body a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease; }

.category-body .sus-popup-wrapper {
  overflow-x: hidden;
  max-height: 80vh !important;
  width: 1013px; }

.category-body .mrh-ingredient-quick-shop {
  opacity: 1;
  border-radius: 4px;
  background: #8e805d;
  background: #a78b68;
  background: #6d7d55;
  font-size: 13px !important;
  padding: 1px 8px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  position: relative;
  display: inline;
  right: 0;
  margin: 0 2.5px; }
  .category-body .mrh-ingredient-quick-shop:hover {
    background: #724e23;
    background: #a78b68;
    background-repeat: repeat; }

@media screen and (max-width: 1199px) {
  .category-body .modal-box {
    width: 90vw; }
  .category-body .sus-popup-wrapper {
    width: 90vw; } }

@media screen and (max-width: 1199px) {
  .category-body .modal-box {
    max-height: 65vh; }
  .category-body .sus-popup-wrapper {
    width: 90vw;
    max-height: 65vh !important; } }

.halo-lookbook-recipe-card-wrapper {
  height: 600px;
  width: 600px;
  background: yellow;
  display: none;
  position: absolute;
  z-index: 6;
  /* top: 0; */
  right: 0; }

.recipe-card {
  width: 90vw;
  margin: 0px;
  background: rgba(208, 193, 180, 0.7);
  background: #f6f4ee; }
  .recipe-card .main_description_facts {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    /* margin-top: 40px; */ }
    .recipe-card .main_description_facts .main_description_facts_item {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      align-items: center;
      padding: 0.5em;
      background-color: #fff;
      border-radius: 6px;
      margin-right: 10px;
      margin-bottom: 10px;
      transition: all 100ms cubic-bezier(0.87, 0, 0.13, 1); }
      .recipe-card .main_description_facts .main_description_facts_item:hover {
        transform: translate(0, -4px);
        transition: all 100ms cubic-bezier(0.87, 0, 0.13, 1);
        cursor: pointer; }
      .recipe-card .main_description_facts .main_description_facts_item .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        background-color: #f6f4ee;
        border-radius: 4px; }
        .recipe-card .main_description_facts .main_description_facts_item .icon svg {
          fill: #000000;
          width: 12px; }
      .recipe-card .main_description_facts .main_description_facts_item .text {
        margin: 0 7.5px; }
        .recipe-card .main_description_facts .main_description_facts_item .text h5,
        .recipe-card .main_description_facts .main_description_facts_item .text p {
          font-weight: 500;
          color: #222;
          margin: 0 !important; }
        .recipe-card .main_description_facts .main_description_facts_item .text h5 {
          font-size: 10px; }
        .recipe-card .main_description_facts .main_description_facts_item .text p {
          font-size: 13px; }
  .recipe-card .note {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 20px auto; }
    .recipe-card .note .note_img {
      width: 150px;
      height: auto;
      border-radius: 8px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 0px; }
      .recipe-card .note .note_img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .recipe-card .note .note_txt h5 {
      font-weight: 900;
      font-size: 16px;
      margin: 0 !important;
      margin-bottom: 10px !important;
      color: #222; }
    .recipe-card .note .note_txt p {
      font-weight: 400;
      font-size: 14px;
      margin: 0 !important;
      color: #222; }
    @media (min-width: 551px) {
      .recipe-card .note {
        background-color: #fff;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        max-width: 100%;
        margin: 20px auto; }
        .recipe-card .note .note_img {
          width: 150px;
          height: auto;
          border-radius: 8px;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 0px; }
          .recipe-card .note .note_img img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        .recipe-card .note .note_txt h5 {
          font-weight: 900;
          font-size: 16px;
          margin: 0 !important;
          margin-bottom: 10px !important;
          color: #222; }
        .recipe-card .note .note_txt p {
          font-weight: 400;
          font-size: 14px;
          margin: 0 !important;
          color: #222; } }
    @media (min-width: 768px) {
      .recipe-card .note {
        background-color: #fff;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        max-width: 90%;
        margin: 20px auto; }
        .recipe-card .note .note_img {
          width: 150px;
          height: auto;
          border-radius: 8px;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 0px; }
          .recipe-card .note .note_img img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        .recipe-card .note .note_txt h5 {
          font-weight: 900;
          font-size: 16px;
          margin: 0 !important;
          margin-bottom: 10px !important;
          color: #222; }
        .recipe-card .note .note_txt p {
          font-weight: 400;
          font-size: 14px;
          margin: 0 !important;
          color: #222; } }
    @media (min-width: 1025px) {
      .recipe-card .note {
        background-color: #fff;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        max-width: 75%;
        margin: 20px auto; }
        .recipe-card .note .note_img {
          width: 150px;
          height: auto;
          border-radius: 8px;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 20px; }
          .recipe-card .note .note_img img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        .recipe-card .note .note_txt h5 {
          font-weight: 900;
          font-size: 16px;
          margin: 0 !important;
          margin-bottom: 10px !important;
          color: #222; }
        .recipe-card .note .note_txt p {
          font-weight: 400;
          font-size: 14px;
          margin: 0 !important;
          color: #222; } }
    @media (min-width: 1200px) {
      .recipe-card .note {
        background-color: #fff;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        max-width: 70%;
        margin: 20px auto; }
        .recipe-card .note .note_img {
          width: 150px;
          height: auto;
          border-radius: 8px;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 20px; }
          .recipe-card .note .note_img img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        .recipe-card .note .note_txt h5 {
          font-weight: 900;
          font-size: 16px;
          margin: 0 !important;
          margin-bottom: 10px !important;
          color: #222; }
        .recipe-card .note .note_txt p {
          font-weight: 400;
          font-size: 14px;
          margin: 0 !important;
          color: #222; } }

.recipe-card__body {
  padding: 20px 12.5px; }
  @media (min-width: 551px) {
    .recipe-card__body {
      padding: 20px 15px; } }
  @media (min-width: 768px) {
    .recipe-card__body {
      padding: 20px 17.5px; } }
  @media (min-width: 1025px) {
    .recipe-card__body {
      padding: 20px; } }
  @media (min-width: 1200px) {
    .recipe-card__body {
      padding: 30px; } }

.recipe-card__heading {
  font-size: 26px;
  font-weight: 600;
  color: #a78b68;
  color: #724e23;
  margin-bottom: 1rem;
  line-height: normal; }
  @media (min-width: 679px) {
    .recipe-card__heading {
      font-size: 34px; } }
  @media (min-width: 1024px) {
    .recipe-card__heading {
      font-size: 40px; } }

.recipe-card__subhead {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  width: 100%;
  margin: 0 auto 1em !important;
  line-height: 1.3 !important; }
  @media (min-width: 481px) {
    .recipe-card__subhead {
      font-size: 16px; } }
  @media (min-width: 679px) {
    .recipe-card__subhead {
      font-size: 18px; } }

h5.recipe-card-tab__subtitle {
  font-weight: 900;
  font-size: 16px;
  margin: 0 !important;
  margin-bottom: 10px !important;
  background: #fff;
  width: auto;
  display: inline-block;
  border-radius: 8px;
  padding: 10px;
  color: #222; }

.recipe-card__ingredients {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  column-count: 1;
  margin-bottom: 20px; }
  .recipe-card__ingredients li {
    margin: 0 0 0 15px;
    margin-bottom: 10px;
    font-size: 15px !important;
    text-indent: -10px !important;
    margin-left: 10px !important;
    color: #1f1f1f;
    font-weight: 500;
    line-height: normal; }
    .recipe-card__ingredients li input {
      margin-right: 7.5px; }
    .recipe-card__ingredients li span {
      font-size: 16px !important;
      margin: 0 !important;
      padding: 0 !important;
      color: #222;
      line-height: normal !important;
      font-weight: 500;
      letter-spacing: 0.25px; }
  .recipe-card__ingredients.recipe-card__bullets li:before {
    content: '\2022';
    color: #724e23;
    margin-right: 5px; }

ol.mrh-recipe-card__directions {
  margin: 0 !important;
  line-height: normal !important;
  list-style-type: none;
  margin-bottom: 20px !important;
  margin-left: 10px !important; }

ol.mrh-recipe-card__directions li {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: normal !important;
  color: #555;
  color: #1f1f1f;
  font-weight: 500;
  counter-increment: step-counter;
  text-indent: -28px;
  margin-left: 28px !important;
  margin-bottom: 15px !important;
  width: calc(100% - 28px); }

ol.mrh-recipe-card__directions li:before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: #a78b68;
  color: #fff;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px; }

.recipe-card__nav {
  margin: 20px 0 20px;
  padding: 0;
  border-bottom: 1px solid #724e23; }
  .recipe-card__nav li {
    display: inline-block;
    margin-right: 8px; }
  .recipe-card__nav h3 {
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #222;
    line-height: normal !important;
    font-weight: 500; }
  .recipe-card__nav h3:after {
    content: '';
    display: block;
    width: 0%;
    padding-top: 10px;
    margin: 0 auto;
    border-bottom: 5px solid #a78b68;
    transition: width 250ms ease-in-out 0s; }
  .recipe-card__nav li.active h3:after {
    content: '';
    display: block;
    width: 0%;
    padding-top: 10px;
    margin: 0 auto;
    border-bottom: 5px solid #724e23;
    transition: width 250ms ease-in-out 0s; }
  .recipe-card__nav h3:hover {
    cursor: pointer; }
  .recipe-card__nav h3:hover:after, .recipe-card__nav li.active h3:after {
    width: 100%; }
  @media (min-width: 351px) {
    .recipe-card__nav {
      margin: 20px 0 20px;
      padding: 0;
      border-bottom: 1px solid #724e23; }
      .recipe-card__nav li {
        display: inline-block;
        margin-right: 10px; }
      .recipe-card__nav h3 {
        font-size: 15px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #222;
        line-height: normal !important;
        font-weight: 500; } }
  @media (min-width: 401px) {
    .recipe-card__nav {
      margin: 20px 0 20px;
      padding: 0;
      border-bottom: 1px solid #724e23; }
      .recipe-card__nav li {
        display: inline-block;
        margin-right: 12.5px; }
      .recipe-card__nav h3 {
        font-size: 16px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #222;
        line-height: normal !important;
        font-weight: 500; } }
  @media (min-width: 481px) {
    .recipe-card__nav {
      margin: 20px 0 20px;
      padding: 0;
      border-bottom: 1px solid #724e23; }
      .recipe-card__nav li {
        display: inline-block;
        margin-right: 20px; }
      .recipe-card__nav h3 {
        font-size: 18px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #222;
        line-height: normal !important;
        font-weight: 500; } }
  @media (min-width: 768px) {
    .recipe-card__nav {
      margin: 0 0 20px;
      padding: 0;
      border-bottom: 1px solid #724e23; }
      .recipe-card__nav li {
        display: inline-block;
        margin-right: 30px; }
      .recipe-card__nav h3 {
        font-size: 18px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #222;
        line-height: normal !important;
        font-weight: 500; }
      .recipe-card__nav h3:after {
        content: '';
        display: block;
        width: 0%;
        padding-top: 10px;
        margin: 0 auto;
        border-bottom: 5px solid #a78b68;
        transition: width 250ms ease-in-out 0s; }
      .recipe-card__nav li.active h3:after {
        content: '';
        display: block;
        width: 0%;
        padding-top: 10px;
        margin: 0 auto;
        border-bottom: 5px solid #724e23;
        transition: width 250ms ease-in-out 0s; }
      .recipe-card__nav h3:hover {
        cursor: pointer; }
      .recipe-card__nav h3:hover:after, .recipe-card__nav li.active h3:after {
        width: 100%; } }

@media (min-width: 1200px) {
  .recipe-card {
    width: 1013px; }
  .recipe-card__ingredients {
    column-count: 1; } }

.mrh-recipe-card-tab-content.mrh-recipe-card-tab-content-hidden {
  display: none; }

h3.halo-quickShop-productName {
  display: none;
  font-size: 24px;
  font-size: 30px;
  margin: 0 0 10px 0;
  line-height: 30px;
  font-weight: 700;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: center; }

.modal.modal--large.modal--quickShop h3.halo-quickShop-productName {
  display: block;
  font-size: 24px;
  font-size: 30px;
  margin: 0 0 10px 0;
  line-height: 30px;
  font-weight: 700;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: center; }

article.cart-item.hide.prop65 {
  display: none; }

body[data-customer-group] .mrh-wholesale-badge {
  display: none !important; }

body[data-customer-group] .mrh-wholesale-accountItem {
  display: none !important; }

body[data-customer-group] .mrh-rewards-accountItem {
  display: none !important; }

body[data-customer-group="1"] .mrh-wholesale-badge, body[data-customer-group="9"] .mrh-wholesale-badge {
  display: none !important; }

body[data-customer-group="1"] .mrh-wholesale-accountItem, body[data-customer-group="9"] .mrh-wholesale-accountItem {
  display: none !important; }

body[data-customer-group="1"] .mrh-rewards-accountItem, body[data-customer-group="9"] .mrh-rewards-accountItem {
  display: block !important; }

body[data-customer-group="2"] .mrh-wholesale-badge, body[data-customer-group="4"] .mrh-wholesale-badge, body[data-customer-group="5"] .mrh-wholesale-badge, body[data-customer-group="6"] .mrh-wholesale-badge {
  display: inline-block !important; }

body[data-customer-group="2"] .mrh-wholesale-accountItem, body[data-customer-group="4"] .mrh-wholesale-accountItem, body[data-customer-group="5"] .mrh-wholesale-accountItem, body[data-customer-group="6"] .mrh-wholesale-accountItem {
  display: block !important; }

body[data-customer-group="2"] .mrh-rewards-accountItem, body[data-customer-group="4"] .mrh-rewards-accountItem, body[data-customer-group="5"] .mrh-rewards-accountItem, body[data-customer-group="6"] .mrh-rewards-accountItem {
  display: none !important; }

.halo-product-badge, .mrh-halo-product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .halo-product-badge .product-badge, .halo-product-badge .mrh-product-badge, .mrh-halo-product-badge .product-badge, .mrh-halo-product-badge .mrh-product-badge {
    padding: 3px 5px;
    color: #fd629b;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff4f8;
    text-align: center;
    min-width: 43px; }
    .halo-product-badge .product-badge span, .halo-product-badge .mrh-product-badge span, .mrh-halo-product-badge .product-badge span, .mrh-halo-product-badge .mrh-product-badge span {
      display: block; }
    .halo-product-badge .product-badge + .product-badge, .halo-product-badge .mrh-product-badge + .product-badge, .mrh-halo-product-badge .product-badge + .product-badge, .mrh-halo-product-badge .mrh-product-badge + .product-badge {
      margin-top: 5px; }
    .halo-product-badge .product-badge:not(.hide-badge):nth-child(n+3), .halo-product-badge .mrh-product-badge:not(.hide-badge):nth-child(n+3), .mrh-halo-product-badge .product-badge:not(.hide-badge):nth-child(n+3), .mrh-halo-product-badge .mrh-product-badge:not(.hide-badge):nth-child(n+3) {
      margin-top: 5px; }
    .halo-product-badge .product-badge.new-badge, .halo-product-badge .mrh-product-badge.new-badge, .mrh-halo-product-badge .product-badge.new-badge, .mrh-halo-product-badge .mrh-product-badge.new-badge {
      color: black;
      background-color: white;
      border: 1px solid white; }
    .halo-product-badge .product-badge.sale-badge, .halo-product-badge .mrh-product-badge.sale-badge, .mrh-halo-product-badge .product-badge.sale-badge, .mrh-halo-product-badge .mrh-product-badge.sale-badge {
      color: white;
      background-color: #7b3a38;
      border: 1px solid #7b3a38;
      border-radius: 4px;
      padding: 0 0.45rem;
      font-size: 12px;
      line-height: 20px !important;
      min-width: unset;
      font-weight: 700;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap; }
    .halo-product-badge .product-badge.soldout-badge, .halo-product-badge .mrh-product-badge.soldout-badge, .mrh-halo-product-badge .product-badge.soldout-badge, .mrh-halo-product-badge .mrh-product-badge.soldout-badge {
      color: white;
      background-color: #002731;
      border: 1px solid #002731;
      border-radius: 4px;
      padding: 0 0.45rem;
      font-size: 12px;
      line-height: 20px !important;
      min-width: unset;
      font-weight: 700;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap; }
    .halo-product-badge .product-badge.mrh-soldout-badge, .halo-product-badge .mrh-product-badge.mrh-soldout-badge, .mrh-halo-product-badge .product-badge.mrh-soldout-badge, .mrh-halo-product-badge .mrh-product-badge.mrh-soldout-badge {
      color: white;
      background-color: #002731;
      border: 1px solid #002731;
      border-radius: 4px;
      padding: 0 0.45rem;
      font-size: 12px;
      line-height: 20px !important;
      min-width: unset;
      font-weight: 700;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap; }
    .halo-product-badge .product-badge.mrh-sale-badge, .halo-product-badge .mrh-product-badge.mrh-sale-badge, .mrh-halo-product-badge .product-badge.mrh-sale-badge, .mrh-halo-product-badge .mrh-product-badge.mrh-sale-badge {
      color: white;
      background-color: #7b3a38;
      border: 1px solid #7b3a38;
      border-radius: 4px;
      padding: 0 0.45rem;
      font-size: 12px;
      line-height: 20px !important;
      min-width: unset;
      font-weight: 700;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap; }
    .halo-product-badge .product-badge.mrh-wholesale-badge, .halo-product-badge .mrh-product-badge.mrh-wholesale-badge, .mrh-halo-product-badge .product-badge.mrh-wholesale-badge, .mrh-halo-product-badge .mrh-product-badge.mrh-wholesale-badge {
      color: white;
      background-color: #7d7b7b;
      border: 1px solid #7d7b7b;
      border-radius: 4px;
      padding: 0 0.45rem;
      font-size: 12px;
      line-height: 20px !important;
      min-width: unset;
      font-weight: 700;
      display: none;
      vertical-align: middle;
      white-space: nowrap;
      text-transform: capitalize; }
    .halo-product-badge .product-badge.custom-badge, .halo-product-badge .mrh-product-badge.custom-badge, .mrh-halo-product-badge .product-badge.custom-badge, .mrh-halo-product-badge .mrh-product-badge.custom-badge {
      color: #e09e00;
      background-color: #fdfaeb;
      border: 1px solid #fdfaeb; }
  .home-layout-3 .halo-product-badge .product-badge, .home-layout-3 .mrh-halo-product-badge .product-badge {
    padding: 4px 8px;
    border-radius: 5px; }
    .home-layout-3 .halo-product-badge .product-badge + .product-badge, .home-layout-3 .mrh-halo-product-badge .product-badge + .product-badge {
      margin-top: 10px; }
  .home-layout-4 .halo-product-badge, .home-layout-4 .mrh-halo-product-badge {
    right: auto;
    left: 13px;
    align-items: flex-start; }

body[data-page-type="default"].home-layout-4 main.body main {
  background-color: #e3e0db !important; }

.home-layout-4 .bg-mrh {
  background-color: transparent; }

.home-layout-4 section[class^='groove'], .home-layout-4 section[class*=' groove'] {
  background-color: transparent; }

body[data-customer-group] #smile-ui-container {
  display: none !important; }

body[data-customer-group] .smile-panel-frame-container {
  display: none !important; }

body[data-customer-group] .smile-launcher-frame-container {
  display: none !important; }

body[data-customer-group="0"] #smile-ui-container, body[data-customer-group="9"] #smile-ui-container, body[data-customer-group="1"] #smile-ui-container {
  display: block !important;
  z-index: 165 !important; }

body[data-customer-group="0"] .smile-panel-frame-container, body[data-customer-group="9"] .smile-panel-frame-container, body[data-customer-group="1"] .smile-panel-frame-container {
  display: block !important; }

body[data-customer-group="0"] .smile-launcher-frame-container, body[data-customer-group="9"] .smile-launcher-frame-container, body[data-customer-group="1"] .smile-launcher-frame-container {
  display: block !important; }

#header_topBarPromotion[data-customer-group] li#topBar--community {
  display: list-item; }

#header_topBarPromotion[data-customer-group] li#topBar--rewards {
  display: none; }

#header_topBarPromotion[data-customer-group] li#topBar--rewards-links {
  display: none; }

#header_topBarPromotion[data-customer-group] li#topBar--wholesale {
  display: none; }

#header_topBarPromotion[data-customer-group] li#topBar--order {
  display: list-item; }

#header_topBarPromotion[data-customer-group="0"] li#topBar--community {
  display: list-item; }

#header_topBarPromotion[data-customer-group="0"] li#topBar--rewards {
  display: none; }

#header_topBarPromotion[data-customer-group="0"] li#topBar--rewards-links {
  display: none; }

#header_topBarPromotion[data-customer-group="0"] li#topBar--order {
  display: none; }

#header_topBarPromotion[data-customer-group="0"] li#topBar--wholesale {
  display: none; }

#header_topBarPromotion[data-customer-group="9"] li#topBar--community, #header_topBarPromotion[data-customer-group="1"] li#topBar--community {
  display: none; }

#header_topBarPromotion[data-customer-group="9"] li#topBar--rewards, #header_topBarPromotion[data-customer-group="1"] li#topBar--rewards {
  display: list-item; }

#header_topBarPromotion[data-customer-group="9"] li#topBar--rewards-links, #header_topBarPromotion[data-customer-group="1"] li#topBar--rewards-links {
  display: list-item; }

#header_topBarPromotion[data-customer-group="9"] li#topBar--order, #header_topBarPromotion[data-customer-group="1"] li#topBar--order {
  display: none; }

#header_topBarPromotion[data-customer-group="9"] li#topBar--wholesale, #header_topBarPromotion[data-customer-group="1"] li#topBar--wholesale {
  display: none; }

#header_topBarPromotion[data-customer-group="2"] li#topBar--community, #header_topBarPromotion[data-customer-group="4"] li#topBar--community, #header_topBarPromotion[data-customer-group="5"] li#topBar--community, #header_topBarPromotion[data-customer-group="6"] li#topBar--community {
  display: none; }

#header_topBarPromotion[data-customer-group="2"] li#topBar--rewards, #header_topBarPromotion[data-customer-group="4"] li#topBar--rewards, #header_topBarPromotion[data-customer-group="5"] li#topBar--rewards, #header_topBarPromotion[data-customer-group="6"] li#topBar--rewards {
  display: none; }

#header_topBarPromotion[data-customer-group="2"] li#topBar--rewards-links, #header_topBarPromotion[data-customer-group="4"] li#topBar--rewards-links, #header_topBarPromotion[data-customer-group="5"] li#topBar--rewards-links, #header_topBarPromotion[data-customer-group="6"] li#topBar--rewards-links {
  display: none; }

#header_topBarPromotion[data-customer-group="2"] li#topBar--order, #header_topBarPromotion[data-customer-group="4"] li#topBar--order, #header_topBarPromotion[data-customer-group="5"] li#topBar--order, #header_topBarPromotion[data-customer-group="6"] li#topBar--order {
  display: none; }

#header_topBarPromotion[data-customer-group="2"] li#topBar--wholesale, #header_topBarPromotion[data-customer-group="4"] li#topBar--wholesale, #header_topBarPromotion[data-customer-group="5"] li#topBar--wholesale, #header_topBarPromotion[data-customer-group="6"] li#topBar--wholesale {
  display: list-item; }

body[data-customer-group] #rewards-hero-05 #rewards-logged-out-wrapper {
  display: none !important; }

body[data-customer-group] #rewards-hero-05 #rewards-logged-in-wrapper {
  display: none !important; }

body[data-customer-group] #rewards-hero-05 #rewards-logged-in-wrapper-blocked {
  display: flex !important; }

body[data-customer-group="0"] #rewards-hero-05 #rewards-logged-out-wrapper {
  display: flex !important; }

body[data-customer-group="0"] #rewards-hero-05 #rewards-logged-in-wrapper {
  display: none !important; }

body[data-customer-group="0"] #rewards-hero-05 #rewards-logged-in-wrapper-blocked {
  display: none !important; }

body[data-customer-group="9"] #rewards-hero-05 #rewards-logged-out-wrapper, body[data-customer-group="1"] #rewards-hero-05 #rewards-logged-out-wrapper {
  display: none !important; }

body[data-customer-group="9"] #rewards-hero-05 #rewards-logged-in-wrapper, body[data-customer-group="1"] #rewards-hero-05 #rewards-logged-in-wrapper {
  display: flex !important; }

body[data-customer-group="9"] #rewards-hero-05 #rewards-logged-in-wrapper-blocked, body[data-customer-group="1"] #rewards-hero-05 #rewards-logged-in-wrapper-blocked {
  display: none !important; }

body [data-id=zsalesiq] {
  z-index: 150 !important; }

.topBarPromotion-rightLinks .need-help {
  display: none !important; }

.page .nav a,
.page h3 a {
  color: #000000 !important; }

.page figcaption a {
  color: inherit !important; }

[data-page-type="page"] .page a:not(.button),
[data-page-type="default"] .groove-brand-value a,
.sus-accordion-link,
.sus-p a {
  color: #8e0000 !important;
  text-decoration: none !important; }

[data-page-type="page"] .page a:not(.button):hover,
[data-page-type="default"] .groove-brand-value a:hover,
.sus-accordion-link,
.sus-p a {
  color: #8e0000 !important;
  text-decoration: underline !important; }

#checkout-page-container .checkout-button-container {
  display: none; }

.commonninja_component .items-container .nindo-card-body > div {
  pointer-events: none;
  cursor: default; }

.sd-simple-text-6023e8d3-fac2-4dc5-aa91-efb0a096c49d {
  padding: 50px; }

.pub-icon-widget h2 {
  font-size: 32px !important;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem; }
  @media (max-width: 1024px) {
    .pub-icon-widget h2 {
      text-align: center; } }

.pub-icon-widget ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px; }

.pub-icon-widget li {
  width: calc(25% - 12px); }
  @media (max-width: 1024px) {
    .pub-icon-widget li {
      width: calc(50% - 24px); } }

@media (max-width: 554px) {
  #zsiq_chat_wrap.show-close {
    height: calc(100% - 93px) !important; } }

#topBarEmergencyMessage {
  text-align: center;
  padding: 1rem;
  background-color: #f6f4ee; }

#topBarEmergencyMessage p {
  margin-bottom: 0 !important; }

li.subnav-link {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding: 0 !important;
  padding-bottom: 0 !important; }

li.subnav-link img.nav-shop-category-icon {
  width: 20px;
  height: auto;
  margin-right: 6px;
  display: inline-block; }

li.subnav-link a {
  color: black;
  font-size: 15px;
  text-transform: capitalize;
  padding: 13px 0;
  display: inline-block;
  text-align: left;
  font-weight: 600;
  line-height: inherit; }

li.subnav-link a:hover span {
  background-size: 100% 1px; }

li.subnav-link span {
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size .5s;
  transition: background-size .5s; }

li.subnav-link a i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: unset;
  transform: unset;
  text-align: right;
  margin-left: 0;
  margin-right: 0; }

li.subnav-link a i svg {
  width: 12px;
  height: 12px;
  margin-top: 16px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: black;
  stroke: black; }

.promo-materials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  row-gap: 2.5rem;
  margin-top: 1rem;
  text-align: center; }
  .promo-materials .promo-title {
    font-weight: bold;
    font-family: Roboto, sans-serif;
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 12px !important; }
  .promo-materials img {
    max-height: 150px; }

.groove-parallax-banner .container .text .groove-icon-bar a.link .label {
  color: black; }

div#newsletter-footer-container > div.social-media > ul.footer-social-media > a {
  display: none; }

.form-label small {
  color: #601c0c; }

.dropdown-menu[aria-hidden="true"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important; }

.page-hero {
  position: relative;
  max-height: 31.25rem;
  overflow: hidden; }
  .page-hero .page-header {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .page-hero .page-header h1 {
      color: #ffffff;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 400;
      line-height: .85;
      letter-spacing: 0.01rem;
      text-transform: uppercase;
      text-align: center; }
      .page-hero .page-header h1 span {
        font-size: 70%; }
    @media screen and (min-width: 551px) {
      .page-hero .page-header h1 {
        font-size: 6.25rem; } }

.herb.cta {
  display: none; }

.blog-feed-container h2 {
  font-weight: 600;
  text-transform: uppercase; }

@media screen and (min-width: 551px) {
  .blog-feed-container h2 {
    font-size: 3rem; } }

.blog-feed {
  display: flex;
  flex-flow: row wrap;
  margin: -1.5rem;
  justify-content: center; }
  .blog-feed a {
    display: block; }
  .blog-feed .blog-card {
    background: #f7f7f5;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.25);
    flex: 0 0 auto;
    margin: 1.5rem;
    position: relative;
    padding-bottom: 1.5rem;
    width: calc(100% - 3rem) !important;
    border-radius: 0px !important; }
  .blog-feed .blog-featured-image {
    position: relative; }
    .blog-feed .blog-featured-image img {
      margin: 0; }
  .blog-feed .blog-pub-date {
    background: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.125rem 0.5rem;
    position: absolute;
    top: 1.25rem;
    left: 1.25rem; }
  .blog-feed .blog-card-content {
    padding: 1.5rem; }
  .blog-feed .blog-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase; }
  .blog-feed .blog-readmore {
    display: inline-block;
    color: #B95D34;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 1rem;
    text-transform: uppercase;
    vertical-align: middle; }
    .blog-feed .blog-readmore svg {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.25rem;
      transform: translateY(-2px); }
  @media screen and (max-width: 480px) {
    .blog-feed .blog-card {
      margin-left: 0px !important; } }
  @media screen and (max-width: 767px) and (min-width: 481px) {
    .blog-feed .blog-card {
      width: calc(100% - 10rem) !important;
      margin-left: 0px !important;
      margin-right: 0px !important; } }
  @media screen and (min-width: 551px) {
    .blog-feed .blog-card {
      width: calc(32% - 3rem) !important; } }

.blog-load-more {
  background: #D7D5C8;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.25);
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 3rem;
  padding: .65em 1.25em;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase; }
  .blog-load-more:active {
    box-shadow: none; }
  .blog-load-more:disabled {
    cursor: not-allowed;
    opacity: .5; }

.info-box-title-container {
  width: 100%;
  height: 20%;
  position: absolute;
  align-items: center;
  justify-content: left;
  display: flex; }

.info-box-title {
  color: black;
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  top: 25%;
  text-transform: uppercase;
  line-height: 1.1 !important;
  transition: all 0.2s ease 0s; }

.info-box-title:hover {
  color: #680f07;
  transition: all 0.2s ease 0s; }

.info-box-text-container {
  width: 100%;
  height: 55%;
  top: 20%;
  position: absolute;
  align-items: center;
  justify-content: left;
  display: flex; }

.info-box-text {
  color: black;
  font-style: normal;
  font-size: 25.5px;
  line-height: 1.1 !important; }

.info-box-button-container {
  width: 100%;
  height: 25%;
  top: 75%;
  position: absolute;
  align-items: center;
  justify-content: left;
  display: flex;
  border-radius: 6px; }

.learn-more-button {
  width: 45%;
  height: 70%;
  position: absolute;
  top: 25%;
  vertical-align: top !important;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 3px;
  transition: all 0.2s ease 0s;
  border: none; }

.learn-more-button:hover {
  width: 48%;
  height: 73%;
  background-color: none;
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease 0s; }

.learn-more-button-text {
  color: #fff;
  font-weight: bold;
  font-size: 22.5px;
  position: unset;
  line-height: 1.1 !important;
  transition: all 0.2s ease 0s; }

.learn-more-button-text:hover {
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  transition: all 0.2s ease 0s; }

@media screen and (max-width: 1750px) {
  .info-box-title {
    font-size: 25.5px; }
  .info-box-text {
    font-size: 24px; }
  .learn-more-button-text {
    font-size: 19.5px; } }

@media screen and (max-width: 1650px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 24px; }
  .info-box-text {
    font-size: 22.5px; }
  .learn-more-button-text {
    font-size: 18px; } }

@media screen and (max-width: 1550px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 22.5px; }
  .info-box-text {
    font-size: 21px; }
  .learn-more-button-text {
    font-size: 16.5px; } }

@media screen and (max-width: 1450px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 21px; }
  .info-box-text {
    font-size: 19.5px; }
  .learn-more-button-text {
    font-size: 15px; } }

@media screen and (max-width: 1350px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 19.5px; }
  .info-box-text {
    font-size: 18px; }
  .learn-more-button-text {
    font-size: 13.5px; } }

@media screen and (max-width: 1250px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 18px; }
  .info-box-text {
    font-size: 16.5px; }
  .learn-more-button-text {
    font-size: 12px; } }

@media screen and (max-width: 1150px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 16.5px; }
  .info-box-text {
    font-size: 15px; }
  .learn-more-button-text {
    font-size: 11.5px; } }

@media screen and (max-width: 1050px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 15px; }
  .info-box-text {
    font-size: 13.5px; }
  .learn-more-button-text {
    font-size: 11.5px; } }

@media screen and (max-width: 950px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 13.5px; }
  .info-box-text {
    font-size: 12px; }
  .learn-more-button-text {
    font-size: 9px; } }

@media screen and (max-width: 890px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 12px; }
  .info-box-text {
    font-size: 11.25px; }
  .learn-more-button-text {
    font-size: 8.25px; } }

@media screen and (max-width: 768px) {
  /* Global Info Box - changes to 50% width and 50% height */
  .info-box-title {
    font-size: 21px; }
  .info-box-text {
    font-size: 19.5px; }
  .learn-more-button-text {
    font-size: 16.5px; } }

@media screen and (max-width: 690px) {
  /* Global Info Box  */
  .info-box-title {
    font-size: 19.5px; }
  .info-box-text {
    font-size: 18px; }
  .learn-more-button-text {
    font-size: 15px; } }

@media screen and (max-width: 650px) {
  /* Global Info Box  */
  .info-box-title {
    font-size: 18px; }
  .info-box-text {
    font-size: 16.5px; }
  .learn-more-button-text {
    font-size: 13.5px; } }

@media screen and (max-width: 600px) {
  /* Global Info Box  */
  .info-box-title {
    font-size: 17.25px; }
  .info-box-text {
    font-size: 15.75px; }
  .learn-more-button-text {
    font-size: 12.75px; } }

@media screen and (max-width: 550px) {
  /* Global Info Box  */
  .info-box-title {
    font-size: 15px; }
  .info-box-text {
    font-size: 14.25px; }
  .learn-more-button-text {
    font-size: 11.25px; } }

@media screen and (max-width: 480px) {
  .info-box-content-container {
    height: 75%;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    top: auto;
    left: auto;
    position: relative;
    margin-left: 5%;
    margin-right: 5%; }
  .info-box-title-container {
    position: absolute;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 20%; }
  .info-box-text-container {
    justify-content: center; }
  .info-box-button-container {
    align-items: center;
    margin: 0 auto; }
  .learn-more-button {
    width: 50%;
    position: absolute;
    bottom: 0%;
    left: 25%;
    right: 25%; }
  .info-box-title {
    font-size: 30px;
    font-weight: bolder;
    vertical-align: top !important;
    position: relative;
    white-space: nowrap !important;
    text-align: center !important;
    display: flex; }
  .info-box-text {
    font-size: 22.5px; }
  .learn-more-button-text {
    font-size: 22.5px; } }

@media screen and (max-width: 450px) {
  .info-box-content-container {
    height: 75%; }
  .info-box-title-container {
    align-self: center;
    position: absolute;
    top: 0; }
  .info-box-title {
    font-size: 27px;
    font-weight: bolder; } }

@media screen and (max-width: 400px) {
  /* Global Info Box */
  .info-box-content-container {
    width: 90%; }
  .info-box-title {
    font-size: 22.5px; }
  .info-box-text {
    font-size: 19.5px; }
  .learn-more-button-text {
    font-size: 19.5px; } }

@media screen and (max-width: 350px) {
  /* Global Info Box */
  .info-box-title {
    font-size: 22.5px; }
  .info-box-text {
    font-size: 18px; }
  .learn-more-button-text {
    font-size: 18px; } }

#consent-manager {
  display: none; }

.sus-body {
  background: #D6D4C8;
  width: 100%;
  margin-top: 0rem; }
  .sus-body .modal-box {
    display: none;
    position: fixed;
    z-index: 1500;
    width: 70%;
    top: 7.5vh;
    left: 15% !important;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    height: auto;
    max-height: 85vh;
    overflow: hidden; }
  .sus-body .modal-box .header,
  .sus-body .modal-box .modal-header {
    padding: 1.25em 22.5px;
    border-bottom: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02); }
  .sus-body .modal-box .header h3,
  .sus-body .modal-box .header h4,
  .sus-body .modal-box .modal-header h3,
  .sus-body .modal-box .modal-header h4 {
    margin: 0; }
  .sus-body .modal-box .modal-body {
    padding: 30px 22.5px;
    position: unset;
    height: auto; }
  .sus-body .modal-box footer,
  .sus-body .modal-box .modal-footer {
    padding: 15px;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right; }
  .sus-body .modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important; }
  .sus-body a.close {
    line-height: 1;
    font-size: 22.5px;
    position: relative;
    top: 5%;
    right: 2%;
    left: 98%;
    text-decoration: none;
    color: #bbb;
    display: inline; }
  .sus-body a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease; }

.sus-link {
  font-weight: bold; }

.sus-link:hover {
  color: #611400;
  text-decoration: underline;
  cursor: pointer; }

.sus-popup-header {
  position: relative;
  display: inline;
  max-height: 7vh; }

.sus-popup-wrapper {
  max-height: 73vh;
  overflow-y: scroll; }

.sus-popup-container-left {
  width: 47%;
  height: auto;
  float: left;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 2.5%; }

.sus-p {
  padding-right: 2.5%; }

.sus-popup-container-right {
  width: 38%;
  height: auto;
  float: right;
  margin-right: 5%;
  margin-top: 5%;
  margin-bottom: 5%; }

.sus-footer {
  width: 100%;
  height: 25%;
  min-height: 35px;
  max-height: 5vh;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

#sus-footer-close {
  width: 100px;
  color: #000000;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 25px; }

#sus-footer-close:hover {
  cursor: pointer; }

#sus-fixed-footer-close {
  position: fixed;
  top: 90vh;
  left: 90vw;
  color: #000000;
  font-size: 25px; }

.sus-roboto {
  font-family: "Roboto", sans-serif !important; }

.sus-information-container {
  width: 100%;
  margin-left: 0%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.sus-accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.sus-active,
.sus-accordion:hover {
  background-color: #ccc; }

.sus-accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

.sus-active:after {
  content: "\2212"; }

.sus-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  width: 95%;
  text-align: left;
  margin-left: 2.5%; }

.sus-accordion-title {
  font-weight: bold; }

.sus-accordion-link {
  font-weight: bold;
  text-decoration: underline; }

.sus-accordion-link:hover {
  color: #611400;
  cursor: pointer;
  text-decoration: underline; }

section.certified-icons.section {
  padding: 0 0 0 0 !important; }

.sus-info-box {
  width: 50%;
  height: 100%;
  background: #EDECEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .sus-info-box .sus-info-box-content-container {
    height: 75%;
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
    margin-top: 12.5%;
    margin-bottom: 12.5%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left; }

.sus-img-box {
  width: 50%;
  height: 100%;
  background: white; }

.sus-hero {
  height: auto;
  max-height: 700px;
  width: 99%;
  margin-left: 0.5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #1F1F1F; }
  .sus-hero .sus-hero-title {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 3.5rem;
    color: whitesmoke;
    letter-spacing: 1.75;
    line-height: 1.1; }

.sus-hero video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  opacity: 0.95; }

.sus-s2 {
  height: 100px;
  width: 99%;
  margin-left: 0.5%;
  margin-top: 0.5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sus-s2 .sus-s2-text {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 500;
    color: #000000;
    letter-spacing: 2; }

.sus-s3 {
  height: 48.75vw;
  width: 99%;
  margin-top: 0.5%;
  margin-left: 0.5%; }
  .sus-s3 .sus-s3-c1 {
    height: 100%;
    width: 49.75%;
    margin-right: 0.25%;
    float: left;
    overflow: hidden; }
    .sus-s3 .sus-s3-c1 img {
      height: 100%;
      width: 100%; }
    .sus-s3 .sus-s3-c1 .sus-iframe-video {
      position: relative;
      height: 100%;
      width: 100%;
      overflow: hidden; }
  .sus-s3 .sus-s3-c2 {
    height: 100%;
    width: 49.75%;
    margin-left: 0.25%;
    float: right; }
    .sus-s3 .sus-s3-c2 .sus-s3-c2-top-row {
      width: 100%;
      height: 49.5%;
      margin-bottom: 1%; }
      .sus-s3 .sus-s3-c2 .sus-s3-c2-top-row #sus-organics-info-box {
        float: left;
        margin-right: 0%; }
      .sus-s3 .sus-s3-c2 .sus-s3-c2-top-row #sus-organics-img-box {
        float: right;
        margin-left: 0%; }
      .sus-s3 .sus-s3-c2 .sus-s3-c2-top-row #sus-organics-img-box.lazyloaded {
        background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/hands-square.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
    .sus-s3 .sus-s3-c2 .sus-s3-c2-bottom-row {
      width: 100%;
      height: 49.5%; }
      .sus-s3 .sus-s3-c2 .sus-s3-c2-bottom-row #sus-fair-trade-img-box {
        float: left;
        margin-right: 0%; }
      .sus-s3 .sus-s3-c2 .sus-s3-c2-bottom-row #sus-fair-trade-img-box.lazyloaded {
        background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/india-fairtrade-3-square.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .sus-s3 .sus-s3-c2 .sus-s3-c2-bottom-row #sus-fair-trade-info-box {
        float: right;
        margin-left: 0%; }

.sus-s4 {
  height: 24.5vw;
  width: 99%;
  margin-left: 0.5%;
  margin-top: 0.5%; }
  .sus-s4 .sus-s4-c1 {
    height: 100%;
    width: 49.75%;
    margin-right: 0.25%;
    float: left; }
    .sus-s4 .sus-s4-c1 #sus-zero-waste-img-box {
      float: left;
      margin-right: 0%; }
    .sus-s4 .sus-s4-c1 #sus-zero-waste-img-box.lazyloaded {
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/shawn-zerowaste-2020-square.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .sus-s4 .sus-s4-c1 #sus-zero-waste-info-box {
      float: right;
      margin-left: 0%; }
  .sus-s4 .sus-s4-c2 {
    height: 100%;
    width: 49.75%;
    margin-left: 0.25%;
    float: right; }
  .sus-s4 .sus-s4-c2.lazyloaded {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/sus-who-we-support-block.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.sus-s5 {
  height: 140px;
  width: 90%;
  margin-left: 5%;
  margin-top: 0.5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sus-s5 .sus-s5-text {
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
    color: #1F1F1F;
    line-height: 1.1; }

.sus-s6 {
  height: 24.5vw;
  width: 99%;
  margin-left: 0.5%;
  margin-top: 0.5%; }
  .sus-s6 .sus-s6-c1 {
    height: 100%;
    width: 49.75%;
    margin-right: 0.25%;
    float: left;
    cursor: pointer; }
  .sus-s6 .sus-s6-c1.lazyloaded {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/impact-report-23.jpg?t=1724268754);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .sus-s6 .sus-s6-c2 {
    height: 100%;
    width: 49.75%;
    margin-left: 0.25%;
    float: right; }
    .sus-s6 .sus-s6-c2 #sus-packaging-info-box {
      float: left;
      margin-right: 0%; }
    .sus-s6 .sus-s6-c2 #sus-packaging-img-box {
      float: right;
      margin-left: 0%; }
    .sus-s6 .sus-s6-c2 #sus-packaging-img-box.lazyloaded {
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/packaging-sustainability-square4.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }

.sus-s7 {
  height: 48.75vw;
  width: 99%;
  margin-top: 0.5%;
  margin-left: 0.5%; }
  .sus-s7 .sus-s7-c1 {
    height: 100%;
    width: 49.75%;
    margin-right: 0.25%;
    float: left; }
    .sus-s7 .sus-s7-c1 .sus-s7-c1-top-row {
      width: 100%;
      height: 49.5%;
      margin-bottom: 1%; }
      .sus-s7 .sus-s7-c1 .sus-s7-c1-top-row #sus-benefit-report-info-box {
        float: left;
        margin-right: 0%; }
      .sus-s7 .sus-s7-c1 .sus-s7-c1-top-row #sus-benefit-report-img-box {
        float: right;
        margin-left: 0%; }
      .sus-s7 .sus-s7-c1 .sus-s7-c1-top-row #sus-benefit-report-img-box.lazyloaded {
        background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/sustainability-farm-square.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
    .sus-s7 .sus-s7-c1 .sus-s7-c1-bottom-row {
      width: 100%;
      height: 49.5%; }
      .sus-s7 .sus-s7-c1 .sus-s7-c1-bottom-row #sus-facilities-img-box {
        float: left;
        margin-right: 0%; }
      .sus-s7 .sus-s7-c1 .sus-s7-c1-bottom-row #sus-facilities-img-box.lazyloaded {
        background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/mrh-homepage-sustainability.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .sus-s7 .sus-s7-c1 .sus-s7-c1-bottom-row #sus-facilities-info-box {
        float: right;
        margin-left: 0%; }
  .sus-s7 .sus-s7-c2 {
    height: 100%;
    width: 49.75%;
    margin-left: 0.25%;
    float: right; }
  .sus-s7 .sus-s7-c2.lazyloaded {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/mrrp-sq-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.sus-popup-banner {
  width: 100%;
  height: 350px;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/mrrp-banner-4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.popup-ul {
  width: 70%; }

.partners-ul {
  display: flex;
  justify-content: space-around; }

.popup-text-wrapper {
  width: 75%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #eee; }

.sus-anchor {
  display: block;
  height: 5rem;
  margin-top: -5rem;
  visibility: hidden; }

.pid-4029192d-e5c8-4793-b876-e5cd5babd8fd {
  display: block !important; }

.pid-faa7ea26-4d09-487d-8fbf-d1e7cb1e01ee {
  display: none !important; }

@media screen and (max-width: 767px) {
  .sus-popup-banner {
    height: 300px; }
  .popup-ul {
    width: 90%; }
  .partners-ul {
    display: block; }
  .popup-text-wrapper {
    width: 90%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #eee; }
  .pid-4029192d-e5c8-4793-b876-e5cd5babd8fd {
    display: none !important; }
  .pid-faa7ea26-4d09-487d-8fbf-d1e7cb1e01ee {
    display: block !important; } }

@media screen and (max-width: 1005px) {
  .sus-anchor {
    display: block;
    height: 7.25rem;
    margin-top: -7.25rem;
    visibility: hidden; } }

@media screen and (max-width: 768px) {
  .sus-anchor {
    display: block;
    height: 3.5rem;
    margin-top: -3.5rem;
    visibility: hidden; } }

@media screen and (max-width: 1920px) {
  .sus-hero {
    max-height: 600px; }
  .sus-s2 {
    height: 75px; }
    .sus-s2 .sus-s2-text {
      font-size: 2.75rem;
      letter-spacing: 2; } }

@media screen and (max-width: 1650px) {
  .sus-hero {
    max-height: 550px; }
    .sus-hero .sus-hero-title {
      font-size: 3.25rem;
      color: whitesmoke;
      letter-spacing: 1.75;
      line-height: 1.1; }
  .sus-s2 .sus-s2-text {
    font-size: 3rem;
    letter-spacing: 1.75; }
  .sus-s5 .sus-s5-text {
    font-size: 1.25rem; }
  .sus-body .modal-box {
    width: 90%;
    left: 5% !important;
    z-index: 1500;
    top: 6.5vh;
    max-height: 87vh; }
  .sus-popup-wrapper {
    max-height: 73vh; }
  .sus-footer {
    max-height: 7vh; } }

@media screen and (max-width: 1450px) {
  .sus-hero {
    max-height: 500px; }
    .sus-hero .sus-hero-title {
      font-size: 3rem;
      color: whitesmoke;
      letter-spacing: 1.75;
      line-height: 1.1; }
  .sus-hero video {
    width: 115%; }
  .sus-s2 .sus-s2-text {
    font-size: 2.75rem; }
  .sus-s5 .sus-s5-text {
    font-size: 1.2rem; } }

@media screen and (max-width: 1350px) {
  .sus-s2 .sus-s2-text {
    font-size: 2.5rem; }
  .sus-s5 .sus-s5-text {
    font-size: 1.15rem; } }

@media screen and (max-width: 1150px) {
  .sus-hero {
    max-height: 475px; }
    .sus-hero .sus-hero-title {
      font-size: 2.75rem;
      color: whitesmoke;
      letter-spacing: 1.75;
      line-height: 1.1; }
  .sus-hero video {
    width: 120%; }
  .sus-s2 .sus-s2-text {
    font-size: 2.25rem; }
  .sus-s5 .sus-s5-text {
    font-size: 1rem; }
  .sus-p {
    font-size: 15px; }
  .sus-h1 {
    font-size: 2.25rem !important; }
  .sus-accordion {
    font-size: 14px; }
  .sus-accordion-p {
    font-size: 15px; }
  .sus-h4 {
    font-size: 18px; }
  .sus-h3 {
    font-size: 20px; } }

@media screen and (max-width: 1005px) {
  .sus-body {
    margin-top: 0rem; }
    .sus-body .modal-box {
      max-height: 80vh;
      top: 10vh; }
    .sus-body .sus-popup-wrapper {
      max-height: 68vh; }
  .sus-s2 {
    height: 70px; }
    .sus-s2 .sus-s2-text {
      font-size: 2rem; }
  .sus-s5 .sus-s5-text {
    font-size: 1rem; }
  .sus-popup-container-left {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 0%; }
  .sus-p {
    padding-right: 0%; }
  .sus-popup-container-right {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 0%; } }

@media screen and (max-width: 950px) {
  .sus-hero .sus-hero-title {
    font-size: 2.5rem; }
  .sus-s2 {
    height: 65px; }
    .sus-s2 .sus-s2-text {
      font-size: 1.9rem; }
  .sus-body .modal-box .header,
  .sus-body .modal-box .modal-header {
    padding: 15px 1.25em;
    border-bottom: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02); }
  .sus-body a.close {
    font-size: 1.25rem !important; }
  .sus-popup-container-left {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%; }
  .sus-popup-header {
    font-size: 1.25rem !important; }
  .sus-h1 {
    font-size: 2rem !important;
    margin-top: 0.66em !important;
    margin-bottom: 0.5em !important; }
  .sus-h4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .sus-p,
  .sus-accordion,
  .sus-accordion-p {
    font-size: 15px;
    line-height: 1.66; } }

@media screen and (max-width: 850px) {
  .sus-s2 {
    height: 60px; }
    .sus-s2 .sus-s2-text {
      font-size: 1.8rem; } }

@media screen and (max-width: 800px) {
  .sus-s2 {
    height: 50px; }
    .sus-s2 .sus-s2-text {
      font-size: 1.75rem; }
  .sus-s5 .sus-s5-text {
    font-size: 15px; } }

@media screen and (max-width: 768px) {
  .sus-body {
    margin-top: 0rem; }
    .sus-body .modal-box {
      max-height: 85vh;
      top: 7.5vh; }
  .sus-popup-wrapper {
    max-height: 70vh; }
  .sus-hero {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%; }
    .sus-hero .sus-hero-title {
      font-size: 3.25rem;
      padding-left: 17.5%;
      padding-right: 17.5%; }
  .sus-hero video {
    width: 140%; }
  .sus-s2 {
    height: 8vw;
    width: 98%;
    margin-left: 1%;
    margin-top: 1%;
    text-align: center; }
    .sus-s2 .sus-s2-text {
      font-size: 1.7rem;
      line-height: 1.1;
      padding-left: 1.5%;
      padding-right: 1.5%; }
  .sus-s3 {
    height: 198vw;
    width: 98%;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 0%; }
    .sus-s3 .sus-s3-c1 {
      float: right;
      width: 100%;
      height: 49.5%;
      margin-right: 0%;
      margin-left: 0%;
      margin-bottom: 0%;
      z-index: 50;
      position: relative;
      top: 50%; }
    .sus-s3 .sus-s3-c2 {
      float: left;
      width: 100%;
      height: 49.5%;
      margin-right: 0%;
      margin-left: 0%;
      margin-top: 0%;
      margin-bottom: 0%;
      z-index: 100;
      position: relative;
      top: -49.5%; }
  .sus-s4 {
    height: 99vw;
    width: 98%;
    margin-left: 1%;
    margin-top: 0%; }
    .sus-s4 .sus-s4-c1 {
      height: 49.5%;
      width: 100%;
      margin-bottom: 1%; }
      .sus-s4 .sus-s4-c1 #sus-zero-waste-info-box {
        float: left !important; }
      .sus-s4 .sus-s4-c1 #sus-zero-waste-img-box {
        float: right !important; }
    .sus-s4 .sus-s4-c2 {
      height: 49.5%;
      width: 100%;
      margin-top: 0%; }
  .sus-s5 {
    height: 35vw;
    width: 95%;
    margin-left: 2.5%;
    margin-top: 1%; }
    .sus-s5 .sus-s5-text {
      font-size: 1.4rem; }
  .sus-s6 {
    height: 99vw;
    width: 98%;
    margin-left: 1%;
    margin-top: 1%; }
    .sus-s6 .sus-s6-c1 {
      height: 49.5%;
      width: 100%;
      margin-bottom: 1%; }
    .sus-s6 .sus-s6-c2 {
      height: 49.5%;
      width: 100%;
      margin-top: 0%; }
      .sus-s6 .sus-s6-c2 #sus-packaging-info-box {
        float: right !important; }
      .sus-s6 .sus-s6-c2 #sus-packaging-img-box {
        float: left !important; }
  .sus-s7 {
    height: 198vw;
    width: 98%;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 0%; }
    .sus-s7 .sus-s7-c1 {
      float: right;
      width: 100%;
      height: 49.5%;
      margin-right: 0%;
      margin-left: 0%;
      margin-bottom: 1%;
      z-index: 50; }
    .sus-s7 .sus-s7-c2 {
      float: left;
      width: 100%;
      height: 49.5%;
      margin-right: 0%;
      margin-left: 0%;
      margin-top: 0%;
      margin-bottom: 0%;
      z-index: 100; }
  .sus-popup-container-right {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%; }
  .sus-h1 {
    font-size: 1.75rem !important;
    margin-top: 0.66em !important;
    margin-bottom: 0.5em !important; }
  .sus-h4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .sus-h3 {
    font-size: 18px; }
  .sus-p,
  .sus-accordion,
  .sus-accordion-p {
    font-size: 15px;
    line-height: 1.66; }
  .sus-report-img {
    max-width: 70%; } }

@media screen and (max-width: 725px) {
  .sus-s2 .sus-s2-text {
    font-size: 1.5rem;
    padding-left: 2%;
    padding-right: 2%; }
  .sus-s5 .sus-s5-text {
    font-size: 20px; } }

@media screen and (max-width: 675px) {
  .sus-hero .sus-hero-title {
    font-size: 2.75rem;
    padding-left: 17.5%;
    padding-right: 17.5%; }
  .sus-s2 {
    height: 12.5vw; }
    .sus-s2 .sus-s2-text {
      font-size: 1.8rem;
      padding-left: 15%;
      padding-right: 15%; }
  .sus-s5 .sus-s5-text {
    font-size: 19.5px; } }

@media screen and (max-width: 650px) {
  .sus-s2 {
    height: 12vw; }
    .sus-s2 .sus-s2-text {
      font-size: 1.6rem;
      padding-left: 15%;
      padding-right: 15%; }
  .sus-s5 .sus-s5-text {
    font-size: 18px; } }

@media screen and (max-width: 605px) {
  .sus-s2 .sus-s2-text {
    font-size: 1.4rem;
    padding-left: 2.5%;
    padding-right: 2.5%; }
  .sus-s5 .sus-s5-text {
    font-size: 17px; }
  .sus-popup-container-right {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%; }
  .sus-p,
  .sus-accordion,
  .sus-accordion-p {
    font-size: 15px; } }

@media screen and (max-width: 569px) {
  .sus-hero .sus-hero-title {
    font-size: 2.25rem;
    padding-left: 20%;
    padding-right: 20%; }
  .sus-s2 {
    height: 15vw; }
    .sus-s2 .sus-s2-text {
      font-size: 1.65rem;
      padding-left: 15%;
      padding-right: 15%; }
  .sus-s5 .sus-s5-text {
    font-size: 16px; } }

@media screen and (max-width: 535px) {
  .sus-hero video {
    width: 130%; }
  .sus-s2 {
    height: 12.5vw; }
    .sus-s2 .sus-s2-text {
      font-size: 1.45rem;
      padding-left: 10%;
      padding-right: 10%; }
  .sus-s5 .sus-s5-text {
    font-size: 15.5px; } }

@media screen and (max-width: 505px) {
  .sus-hero video {
    width: 130%; }
  .sus-s2 {
    height: 14.5vw; }
    .sus-s2 .sus-s2-text {
      font-size: 1.4rem;
      padding-left: 10%;
      padding-right: 10%; }
  .sus-s5 .sus-s5-text {
    font-size: 15px; }
  .sus-body .modal-box .header,
  .sus-body .modal-box .modal-header {
    padding: 15px 0.5em;
    padding-right: 22.5px;
    border-bottom: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02); }
  .sus-body a.close {
    font-size: 1.25rem !important; }
  .sus-popup-header {
    font-size: 1.25em !important; }
  .sus-p,
  .sus-accordion,
  .sus-accordion-p {
    font-size: 15px;
    line-height: 1.66; } }

@media screen and (max-width: 480px) {
  .sus-info-box {
    width: 100%;
    height: 75vw;
    background: #EDECEA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sus-info-box .sus-info-box-content-container {
      height: 80%;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 10%;
      margin-bottom: 10%;
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
  .sus-img-box {
    width: 100%;
    height: 75vw;
    background: white; }
  .sus-hero {
    width: 97vw;
    margin-left: 1.5vw; }
    .sus-hero .sus-hero-title {
      font-size: 2.5rem;
      padding-left: 15%;
      padding-right: 15%; }
  .sus-s2 {
    height: 17.5vw;
    width: 97vw;
    margin-left: 1.5vw;
    margin-top: 1.5vw;
    text-align: center; }
    .sus-s2 .sus-s2-text {
      font-size: 1.55rem;
      line-height: 1.1;
      padding-left: 7.5%;
      padding-right: 7.5%; }
  .sus-s3 {
    height: 400vw;
    width: 97vw;
    margin-left: 1.5vw;
    margin-top: 1.5vw;
    margin-bottom: 0%; }
    .sus-s3 .sus-s3-c1 {
      float: right;
      width: 100%;
      height: 97vw;
      margin-right: 0%;
      margin-left: 0%;
      margin-bottom: 0%;
      z-index: 50;
      top: 303vw; }
    .sus-s3 .sus-s3-c2 {
      float: left;
      width: 100%;
      height: 301.5vw;
      margin-right: 0%;
      margin-left: 0%;
      margin-top: 0%;
      margin-bottom: 1.5%;
      z-index: 100;
      top: -97vw; }
      .sus-s3 .sus-s3-c2 .sus-s3-c2-top-row {
        height: 150vw;
        margin-bottom: 1.5vw; }
        .sus-s3 .sus-s3-c2 .sus-s3-c2-top-row #sus-organics-info-box {
          position: relative;
          top: 75vw; }
        .sus-s3 .sus-s3-c2 .sus-s3-c2-top-row #sus-organics-img-box {
          position: relative;
          top: -75vw; }
      .sus-s3 .sus-s3-c2 .sus-s3-c2-bottom-row {
        height: 150vw;
        margin-bottom: 0vw;
        margin-top: 0vw; }
        .sus-s3 .sus-s3-c2 .sus-s3-c2-bottom-row #sus-fair-trade-info-box {
          position: relative;
          top: 75vw; }
        .sus-s3 .sus-s3-c2 .sus-s3-c2-bottom-row #sus-fair-trade-img-box {
          position: relative;
          top: -75vw; }
  .sus-s4 {
    height: 200vw;
    width: 97vw;
    margin-left: 1.5vw;
    margin-top: 1.5vw; }
    .sus-s4 .sus-s4-c1 {
      height: 150vw;
      width: 100%;
      margin-bottom: 1.5vw; }
      .sus-s4 .sus-s4-c1 #sus-zero-waste-info-box {
        float: left !important; }
      .sus-s4 .sus-s4-c1 #sus-zero-waste-img-box {
        float: right !important; }
    .sus-s4 .sus-s4-c2 {
      height: 48.5vw;
      width: 100%;
      margin-top: 0%;
      margin-bottom: 0%; }
  .sus-s5 {
    height: 97vw;
    width: 90vw;
    margin-left: 5vw;
    margin-top: 1.5vw; }
    .sus-s5 .sus-s5-text {
      font-size: 1.4125rem; }
  .sus-s6 {
    height: 200vw;
    width: 97vw;
    margin-left: 1.5vw;
    margin-top: 1.5vw; }
    .sus-s6 .sus-s6-c1 {
      height: 48.5vw;
      width: 100%;
      margin-top: 0%;
      margin-bottom: 0%; }
    .sus-s6 .sus-s6-c2 {
      height: 150vw;
      width: 100%;
      margin-top: 1.5vw; }
      .sus-s6 .sus-s6-c2 #sus-packaging-info-box {
        position: relative;
        top: 75vw; }
      .sus-s6 .sus-s6-c2 #sus-packaging-img-box {
        position: relative;
        top: -75vw; }
  .sus-s7 {
    height: 400vw;
    width: 97vw;
    margin-left: 1.5vw;
    margin-top: 1.5vw;
    margin-bottom: 0%; }
    .sus-s7 .sus-s7-c1 {
      float: left;
      width: 100%;
      height: 301.5vw;
      margin-right: 0%;
      margin-left: 0%;
      margin-top: 0%;
      margin-bottom: 1.5vw;
      z-index: 100; }
      .sus-s7 .sus-s7-c1 .sus-s7-c1-top-row {
        height: 150vw;
        margin-bottom: 1.5vw; }
        .sus-s7 .sus-s7-c1 .sus-s7-c1-top-row #sus-benefit-report-info-box {
          position: relative;
          top: 75vw; }
        .sus-s7 .sus-s7-c1 .sus-s7-c1-top-row #sus-benefit-report-img-box {
          position: relative;
          top: -75vw; }
      .sus-s7 .sus-s7-c1 .sus-s7-c1-bottom-row {
        height: 150vw;
        margin-bottom: 0vw;
        margin-top: 0vw; }
    .sus-s7 .sus-s7-c2 {
      float: right;
      width: 100%;
      height: 97vw;
      margin-right: 0%;
      margin-left: 0%;
      margin-bottom: 0%;
      z-index: 50; }
  .sus-body .modal-box .header,
  .sus-body .modal-box .modal-header {
    padding: 15px .5em;
    padding-right: 22.5px;
    border-bottom: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02); }
  .sus-body a.close {
    font-size: 1.25rem !important; }
  .sus-popup-container-right {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }
  .sus-popup-header {
    font-size: 15px !important; }
  .sus-report-img {
    max-width: 90%; } }

@media screen and (max-width: 440px) {
  .sus-hero video {
    width: 150%; }
  .sus-s2 {
    height: 75px; }
    .sus-s2 .sus-s2-text {
      font-size: 1.45rem;
      padding-left: 5%;
      padding-right: 5%; }
  .sus-s5 .sus-s5-text {
    font-size: 1.35rem; } }

@media screen and (max-width: 425px) {
  .sus-s5 .sus-s5-text {
    font-size: 1.3rem; } }

@media screen and (max-width: 400px) {
  .sus-s5 .sus-s5-text {
    font-size: 1.25rem; } }

@media screen and (max-width: 378px) {
  .sus-hero {
    width: 97vw;
    margin-left: 1.5vw; }
    .sus-hero .sus-hero-title {
      font-size: 2.25rem;
      padding-left: 15%;
      padding-right: 15%; }
  .sus-s2 {
    height: 65px; }
    .sus-s2 .sus-s2-text {
      font-size: 1.25rem;
      padding-left: 6%;
      padding-right: 6%; }
  .sus-s5 .sus-s5-text {
    font-size: 1.175rem; } }

@media screen and (max-width: 355px) {
  .sus-s5 .sus-s5-text {
    font-size: 1.1rem; } }

@media screen and (max-width: 330px) {
  .sus-s2 .sus-s2-text {
    font-size: 1.1rem;
    padding-left: 6%;
    padding-right: 6%; }
  .sus-s5 .sus-s5-text {
    font-size: 16px; } }

@media screen and (min-width: 320px) and (max-width: 480px) {
  #sus-facilities-content-container {
    height: 85% !important;
    margin-top: 7.5%;
    margin-bottom: 7.5%; }
  #sus-benefit-report-content-container {
    height: 85% !important;
    margin-top: 7.5%;
    margin-bottom: 7.5%; }
  #sus-zero-waste-content-container {
    height: 85% !important;
    margin-top: 7.5%;
    margin-bottom: 7.5%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .sus-body {
    margin-top: 0%; }
  .sus-hero {
    height: auto;
    max-height: 700px;
    width: 99%; }
  .sus-hero video {
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    height: auto;
    opacity: 0.95; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 1450px) {
  /* IE10+ CSS styles go here */
  .sus-body {
    margin-top: -5rem; }
  .sus-hero {
    max-height: 600px; }
    .sus-hero .sus-hero-title {
      font-size: 3rem;
      color: whitesmoke;
      letter-spacing: 1.75;
      line-height: 1.1; }
  .sus-hero video {
    min-width: 100%;
    margin-left: -1%;
    margin-top: -50%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 1150px) {
  /* IE10+ CSS styles go here */
  .sus-hero video {
    min-width: 100%;
    margin-left: -1%;
    margin-top: -25%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 1005px) {
  /* IE10+ CSS styles go here */
  .sus-hero video {
    min-width: 105%;
    margin-left: -3.5%;
    margin-top: -5%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 768px) {
  /* IE10+ CSS styles go here */
  .sus-hero video {
    min-width: 140%;
    margin-left: -21%; } }

.whlsl-body {
  width: 100%;
  margin-top: 0rem; }
  .whlsl-body .learn-more-button:hover {
    width: 45%;
    height: 70%;
    box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0); }
  .whlsl-body .learn-more-button-text:hover {
    font-weight: bold !important;
    letter-spacing: normal;
    transition: all 0.2s ease 0s; }
  .whlsl-body .modal-box {
    display: none;
    position: fixed;
    z-index: 1500;
    width: 70%;
    top: 7.5vh;
    left: 15% !important;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    height: auto;
    max-height: 85vh;
    overflow: hidden; }
  .whlsl-body .modal-box header,
  .whlsl-body .modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02); }
  .whlsl-body .modal-box header h3,
  .whlsl-body .modal-box header h4,
  .whlsl-body .modal-box .modal-header h3,
  .whlsl-body .modal-box .modal-header h4 {
    margin: 0; }
  .whlsl-body .modal-box .modal-body {
    padding: 2em 1.5em;
    position: unset;
    height: auto; }
  .whlsl-body .modal-box footer,
  .whlsl-body .modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right; }
  .whlsl-body .modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important; }
  .whlsl-body a.close {
    line-height: 1;
    font-size: 1.5em;
    position: relative;
    top: 5%;
    right: 2%;
    left: 98%;
    text-decoration: none;
    color: #bbb;
    display: inline; }
  .whlsl-body a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease; }

.whlsl-sale-banner {
  position: fixed;
  height: 40px;
  width: 100vw;
  background-color: #886930;
  top: 0;
  left: 0;
  z-index: 250;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

#sale-banner-link {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

#sale-banner-link:hover {
  cursor: pointer; }

#whlsl-sale-popup {
  display: block;
  width: 40vw;
  height: 40vw;
  left: 50% !important;
  transform: translateX(-50%);
  border: 3px solid #27221d; }

#sale-popup-wrapper {
  height: 40vw;
  max-height: 40vw;
  width: 40vw;
  overflow-y: visible; }

.whls-sale-img {
  height: 40vw;
  width: 40vw; }

#sale-popup-close {
  position: absolute;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  top: 10px;
  left: unset;
  right: 10px;
  border-radius: 50%;
  border: 2px solid #FFF;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

#sale-popup-close:hover {
  cursor: pointer; }

#sale-specials-open {
  color: #000;
  padding: 1rem 1.25rem;
  background-color: #ECE3D4;
  border-radius: 4px;
  font-size: 28px;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }

#sale-specials-open:hover {
  cursor: pointer; }

.whlsl-specials-sale-wrapper {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  margin-bottom: 25px; }

.whlsl-sale-specials-img {
  width: 40%; }

@media screen and (max-width: 1279px) {
  #whlsl-sale-popup {
    width: 60vw;
    height: 60vw; }
  #sale-popup-wrapper {
    height: 60vw;
    max-height: 60vw;
    width: 60vw; }
  .whls-sale-img {
    height: 60vw;
    width: 60vw; }
  #sale-popup-close {
    font-size: 24px;
    height: 40px;
    width: 40px; }
  #sale-specials-open {
    font-size: 22px; }
  .whlsl-specials-sale-wrapper {
    width: 95%; }
  .whlsl-sale-specials-img {
    width: 30%; } }

@media screen and (max-width: 768px) {
  #whlsl-sale-popup {
    width: 85vw;
    height: 85vw; }
  #sale-popup-wrapper {
    height: 85vw;
    max-height: 85vw;
    width: 85vw; }
  .whls-sale-img {
    height: 85vw;
    width: 85vw; }
  #sale-popup-close {
    font-size: 20px;
    height: 30px;
    width: 30px; }
  #sale-specials-open {
    font-size: 18px; }
  .whlsl-specials-sale-wrapper {
    width: 65%;
    flex-direction: column; }
  .whlsl-sale-specials-img {
    width: 60%; } }

@media screen and (max-width: 480px) {
  #whlsl-sale-popup {
    width: 95vw;
    height: 95vw; }
  #sale-popup-wrapper {
    height: 95vw;
    max-height: 95vw;
    width: 95vw; }
  .whls-sale-img {
    height: 95vw;
    width: 95vw; }
  #sale-popup-close {
    font-size: 20px;
    height: 30px;
    width: 30px; }
  #sale-specials-open {
    font-size: 15px;
    top: 60%; }
  .whlsl-specials-sale-wrapper {
    width: 85%;
    flex-direction: column; }
  .whlsl-sale-specials-img {
    width: 70%; } }

.whlsl-info-box {
  width: 50%;
  height: 100%;
  background: #EDECEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .whlsl-info-box .whlsl-info-box-content-container {
    height: 75%;
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
    margin-top: 12.5%;
    margin-bottom: 12.5%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left; }

.whlsl-img-box {
  width: 50%;
  height: 100%;
  background: white; }

.slider-title {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 3px !important;
  font-size: 3.5rem !important; }

.slider-left {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 45%;
  left: 20px;
  border-radius: 50%;
  z-index: 8;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/slider-prev-button-bold.png);
  background-position: center;
  background-size: cover; }

.whlsl-popup-container-center {
  width: 80%;
  height: auto;
  margin-left: 10%;
  margin-right: 10%;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column; }

.whlsl-popup-title {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin: 20px 0 20px 0; }

.whlsl-popup-text {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  font-weight: 300;
  width: 75%;
  margin-top: 0px;
  margin-bottom: 40px; }

.whlsl-popup-ul {
  width: 60%; }

.whlsl-popup-li {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #000;
  font-weight: 500;
  margin-bottom: 7.5px; }

.whlsl-popup-text-sm {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.1;
  text-align: center;
  color: #000;
  font-weight: 400;
  width: 65%; }

.slider-right {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 45%;
  right: 20px;
  border-radius: 50%;
  z-index: 8;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/slider-next-button-bold.png);
  background-position: center;
  background-size: cover; }

.whlsl-new-popup-wrapper-center {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%; }

.whlsl-new-products-text {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  font-weight: 300;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 40px; }

.whlsl-new-product-wrapper {
  height: 225px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 15px;
  border: 2px solid #EDECEA;
  border-radius: 3px; }

.whlsl-new-img-left {
  height: 100%;
  width: 30%;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.whlsl-new-text-right {
  height: 100%;
  width: 70%;
  float: right;
  background-color: rgba(214, 212, 200, 0.8); }
  .whlsl-new-text-right .whlsl-new-product-title {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 22px;
    margin: 20px 0px 20px 20px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-transform: capitalize; }
  .whlsl-new-text-right .whlsl-new-product-text {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    margin: 0px 20px 20px 20px;
    text-align: left; }
  .whlsl-new-text-right .whlsl-new-product-button {
    width: 25%;
    height: 40px;
    margin: 0px 0px 20px 20px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }

.whlsl-new-product-button-text {
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  font-size: 15px;
  font-weight: bold; }

.whlsl-new-img-right {
  height: 100%;
  width: 30%;
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.whlsl-new-text-left {
  height: 100%;
  width: 70%;
  float: left;
  background-color: rgba(214, 212, 200, 0.8); }
  .whlsl-new-text-left .whlsl-new-product-title {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 22px;
    margin: 20px 20px 20px 0px;
    text-align: right;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-transform: capitalize; }
  .whlsl-new-text-left .whlsl-new-product-text {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    margin: 0px 20px 20px 20px;
    text-align: right; }
  .whlsl-new-text-left .whlsl-new-product-button {
    width: 25%;
    height: 40px;
    margin: 0px 20px 20px 0px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: calc(75% - 20px); }

#whlsl-events-popup .whlsl-new-product-wrapper {
  height: 225px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 15px;
  border: 2px solid #EDECEA;
  border-radius: 3px; }

#whlsl-events-popup .whlsl-new-img-left {
  height: 100%;
  width: 45%;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

#whlsl-events-popup .whlsl-new-text-right {
  height: 100%;
  width: 55%;
  float: right;
  background-color: rgba(214, 212, 200, 0.8); }
  #whlsl-events-popup .whlsl-new-text-right .whlsl-new-product-title {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 22px;
    margin: 20px 0px 20px 20px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-transform: capitalize; }
  #whlsl-events-popup .whlsl-new-text-right .whlsl-new-product-text {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    margin: 0px 20px 20px 20px;
    text-align: left; }
  #whlsl-events-popup .whlsl-new-text-right .whlsl-new-product-button {
    width: 25%;
    height: 40px;
    margin: 0px 0px 20px 20px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }

#whlsl-events-popup .whlsl-new-product-button-text {
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  font-size: 15px;
  font-weight: bold; }

#whlsl-events-popup .whlsl-new-img-right {
  height: 100%;
  width: 45%;
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

#whlsl-events-popup .whlsl-new-text-left {
  height: 100%;
  width: 55%;
  float: left;
  background-color: rgba(214, 212, 200, 0.8); }
  #whlsl-events-popup .whlsl-new-text-left .whlsl-new-product-title {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 22px;
    margin: 20px 20px 20px 0px;
    text-align: right;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-transform: capitalize; }
  #whlsl-events-popup .whlsl-new-text-left .whlsl-new-product-text {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    margin: 0px 20px 20px 20px;
    text-align: right; }
  #whlsl-events-popup .whlsl-new-text-left .whlsl-new-product-button {
    width: 25%;
    height: 40px;
    margin: 0px 20px 20px 0px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: calc(75% - 20px); }

.whlsl-featured-content-wrapper {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%; }

.whlsl-featured-title {
  font-family: 'Roboto', sans-serif;
  font-size: 3.25rem;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 20px 0 20px 0;
  text-align: center; }

.whlsl-featured-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  font-weight: 400;
  width: 65%;
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: 17.5%;
  margin-right: 17.5%; }

.whlsl-featured-text {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  color: #611400;
  font-weight: 800;
  width: 75%;
  margin-left: 12.5%;
  margin-right: 12.5%;
  margin-top: 0px;
  margin-bottom: 40px; }

.whlsl-featured-eo-wrapper,
.whlsl-features-extracts-wrapper {
  height: 350px; }

.whlsl-featured-teas-wrapper {
  height: 700px; }

.whlsl-featured-product-text-wrapper {
  width: 33%; }

.whlsl-featured-product-shop-wrapper {
  width: 60.75%; }

#whlsl-eo-text-wrapper {
  margin-left: 3.75%;
  margin-right: 2.5%;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  height: 275px; }

#whlsl-teas-text-wrapper {
  margin-left: 3.75%;
  margin-right: 2.5%;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  height: 275px; }

#whlsl-extracts-text-wrapper {
  margin-right: 3.75%;
  margin-left: 2.5%;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 275px;
  float: right; }

.whlsl-featured-title-right {
  font-size: 2.75rem;
  font-family: 'Roboto', sans-serif;
  color: #1F1F1F;
  margin: 30px 0 0px 0;
  text-align: right;
  letter-spacing: 0.01rem;
  font-weight: bold; }

.whlsl-featured-title-left {
  font-size: 2.75rem;
  font-family: 'Roboto', sans-serif;
  color: #1F1F1F;
  margin: 30px 0 0px 0;
  text-align: left;
  letter-spacing: 0.01rem;
  font-weight: bold; }

.whlsl-hr-right {
  border-top: 3px solid #6B6E79;
  width: 107.5%;
  margin-right: -7.5%; }

.whlsl-hr-left {
  border-top: 3px solid #6B6E79;
  width: 107.5%;
  margin-left: -7.5%; }

.whlsl-featured-text-right {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  margin: 7.5px 0 0 0;
  text-align: right;
  line-height: 1.2;
  font-weight: 300; }

.whlsl-featured-text-left {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  margin: 7.5px 0 0 0;
  text-align: left;
  line-height: 1.2;
  font-weight: 300; }

#whlsl-eo-shop-wrapper {
  margin-right: 0%;
  margin-left: 0%;
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
  height: 275px;
  display: flex;
  flex-direction: row;
  text-align: left; }

#whlsl-teas-shop-wrapper {
  margin-right: 0%;
  margin-left: 0%;
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
  height: 275px;
  display: flex;
  flex-direction: row;
  text-align: left; }

#whlsl-extracts-shop-wrapper {
  margin: 20px 0 20px 0;
  float: left;
  height: 275px;
  display: flex;
  flex-direction: row;
  text-align: right; }

.whlsl-shop-img {
  width: 100%;
  height: auto; }

.whlsl-shop-br {
  height: 2.5px; }

.whlsl-shop-text {
  font-family: 'Roboto', sans-serif;
  color: #611400;
  font-size: 14px;
  text-align: left;
  line-height: 1.1;
  font-weight: 700; }

.whlsl-shop-text:hover {
  text-decoration: underline;
  color: #6B6E79; }

.whlsl-shop-left {
  width: 33%;
  margin-right: 0.5%; }

.whlsl-shop-center {
  width: 33%; }

.whlsl-shop-right {
  width: 33%;
  margin-left: 0.5%; }

.whlsl-specials-popup-container-center {
  width: 100%;
  height: auto;
  margin-left: 0%;
  margin-right: 0%;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column; }

.whlsl-specials-logo {
  width: 25%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px; }

.whlsl-specials-popup-text {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  font-weight: 300;
  width: 75%;
  margin-top: 0px;
  margin-bottom: 40px; }

.whlsl-specials-popup-ul {
  width: 60%;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }

.whlsl-specials-popup-li {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #000;
  font-weight: 500;
  margin-bottom: 7.5px; }

.whlsl-specials-popup-text-sm {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.1;
  text-align: center;
  color: #000;
  font-weight: 400;
  width: 65%; }

.whlsl-specials-spacer {
  width: 100%;
  height: 400px;
  background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/teas-eos-extracts-transparent.png);
  background-size: cover; }

.whlsl-specials-link {
  color: #611400;
  font-weight: 500; }

.whlsl-specials-link:hover {
  text-decoration: underline;
  color: #611400; }

.whlsl-popup-learn-more-button {
  width: 12.5%;
  height: 40px;
  background-color: #af9f75;
  border-radius: 3px;
  margin-left: 43.75%;
  margin-right: 43.75%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 5%; }

.whlsl-popup-learn-more-text {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.whlsl-benefits-wrapper-center {
  width: 80%;
  height: auto;
  margin-left: 10%;
  margin-right: 10%;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column; }

.whlsl-benefit-title {
  font-family: 'Roboto', sans-serif;
  font-size: 3.25rem;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 0px 0 20px 0;
  text-align: center; }

.whlsl-information-accordion-container {
  width: 75%;
  margin-left: 12.5%;
  margin-right: 12.5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px; }

.whlsl-accordion-title {
  font-weight: 800;
  font-size: 18px; }

.whlsl-accordion-img {
  width: 60%;
  height: auto;
  margin-left: 0%;
  margin-right: 40%;
  margin-top: 15px;
  margin-bottom: 15px; }

.whlsl-promo-pdf-img {
  width: 47.5%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left; }

.whlsl-promo-pdf-img-right {
  width: 47.5%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  float: right; }

.whlsl-new-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
  font-weight: 800;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 40px; }

.whlsl-new-text {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  color: #611400;
  font-weight: 500;
  width: 80%;
  margin-top: 0px;
  margin-bottom: 40px; }

.whlsl-new-link {
  font-weight: 800;
  text-decoration: underline; }

.whlsl-requirements-popup-ul {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px; }

.whlsl-requirements-popup-li {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px; }

.whlsl-requirements-popup-text-sm {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #444;
  font-weight: 800;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 40px; }

.whlsl-ceo-text {
  text-align: left;
  width: 100%;
  font-size: 15px;
  line-height: 1.666;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  color: #000; }

.whlsl-fun-img {
  width: 60%;
  height: auto;
  margin-bottom: 20px; }

.whlsl-fun-text {
  font-family: 'Roboto', sans-serif;
  color: #000;
  text-align: center;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 36px; }

.whlsl-fhp-logo {
  width: 60%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px; }

.line-clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 1rem !important; }

.line-clamp::before {
  position: absolute;
  content: "...";
  inset-block-end: 0;
  /* "bottom" */
  inset-inline-end: 0;
  /* "right" */
  right: 0.5rem; }

.line-clamp::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  /* "right" */
  width: 1rem;
  height: 1rem;
  background: #EDECEA; }

.line-clamp-5 {
  -webkit-line-clamp: 5;
  height: calc(1em * 1.2 * 5); }

.line-clamp-6 {
  -webkit-line-clamp: 6;
  height: calc(1em * 1.2 * 6); }

.line-clamp-4 {
  -webkit-line-clamp: 4;
  height: calc(1em * 1.2 * 4); }

@media screen and (max-width: 890px) {
  .line-clamp-6 {
    -webkit-line-clamp: 5;
    height: calc(1em * 1.2 * 5); } }

@media screen and (max-width: 550px) {
  .line-clamp-4 {
    -webkit-line-clamp: 5;
    height: calc(1em * 1.2 * 5); } }

@media screen and (max-width: 350px) {
  .line-clamp-6 {
    -webkit-line-clamp: 5;
    height: calc(1em * 1.2 * 5); } }

.whlsl-hero {
  height: 10vw;
  min-height: 250px;
  max-height: 250px;
  width: 99%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/wholesale-hub-hero-desktop.jpg);
  background-size: cover; }
  .whlsl-hero .whlsl-hero-title {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 4.25vw;
    line-height: 1.25;
    color: #FFFFFF;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.45);
    letter-spacing: 0.075rem !important;
    width: 85%; }

.whlsl-contact {
  width: 100%;
  height: 75px;
  background-color: #FDFDFA;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .whlsl-contact .whlsl-contact-container {
    width: 1000px;
    height: 75%;
    max-height: 56.250px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  .whlsl-contact .call {
    width: 425px;
    height: 100%;
    background-color: #fbf8f5;
    margin-right: 37.5px;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }
  .whlsl-contact .whlsl-contact-icon-call {
    height: 85%;
    width: 100px;
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/whlsl-call.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .whlsl-contact .whlsl-contact-icon-email {
    height: 85%;
    width: 100px;
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/whlsl-email.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .whlsl-contact .whlsl-contact-text {
    height: 90%;
    width: 325px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left; }
  .whlsl-contact .whlsl-contact-p {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 0 0;
    letter-spacing: 0.5px;
    color: #000;
    text-align: left;
    margin-bottom: 0 !important; }
  .whlsl-contact .email {
    width: 425px;
    height: 100%;
    background-color: #fbf8f5;
    margin-left: 37.5px;
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }

#whlsl-contact-reps {
  margin-top: 0%;
  height: 100px; }

.whlsl-s2 {
  height: 48.75vw;
  width: 99%;
  margin-top: 0.5%;
  margin-left: 0.5%; }
  .whlsl-s2 .whlsl-s2-c1 {
    height: 100%;
    width: 49.75%;
    margin-right: 0.25%;
    float: left; }
    .whlsl-s2 .whlsl-s2-c1 .whlsl-s2-c1-top-row {
      width: 100%;
      height: 49.5%;
      margin-bottom: 1%;
      margin-right: 0.25%;
      background-color: #EDECEA; }
    .whlsl-s2 .whlsl-s2-c1 .whlsl-s2-c1-top-row:hover {
      cursor: pointer; }
    .whlsl-s2 .whlsl-s2-c1 .whlsl-s2-c1-top-row.lazyloaded {
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/mrh-wholesale-important-updates.png);
      background-size: cover;
      background-position: center; }
    .whlsl-s2 .whlsl-s2-c1 .whlsl-s2-c1-bottom-row {
      width: 100%;
      height: 49.5%; }
      .whlsl-s2 .whlsl-s2-c1 .whlsl-s2-c1-bottom-row #whlsl-specials-img-box {
        float: left;
        margin-right: 0%; }
      .whlsl-s2 .whlsl-s2-c1 .whlsl-s2-c1-bottom-row #whlsl-specials-img-box.lazyloaded {
        background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/featured-products-teas.png);
        background-size: cover; }
      .whlsl-s2 .whlsl-s2-c1 .whlsl-s2-c1-bottom-row #whlsl-specials-info-box {
        float: right;
        margin-left: 0%; }
  .whlsl-s2 .whlsl-s2-c2 {
    height: 100%;
    width: 49.75%;
    margin-left: 0.25%;
    float: right; }
    .whlsl-s2 .whlsl-s2-c2 .whlsl-s2-c2-top-row {
      width: 100%;
      height: 49.5%;
      margin-bottom: 1%; }
      .whlsl-s2 .whlsl-s2-c2 .whlsl-s2-c2-top-row #whlsl-new-info-box {
        float: left;
        margin-right: 0%; }
      .whlsl-s2 .whlsl-s2-c2 .whlsl-s2-c2-top-row #whlsl-new-img-box {
        float: right;
        margin-left: 0%; }
      .whlsl-s2 .whlsl-s2-c2 .whlsl-s2-c2-top-row #whlsl-new-img-box.lazyloaded {
        background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/new-releases-extracts.png);
        background-size: cover; }
    .whlsl-s2 .whlsl-s2-c2 .whlsl-s2-c2-bottom-row {
      width: 100%;
      height: 49.5%; }
      .whlsl-s2 .whlsl-s2-c2 .whlsl-s2-c2-bottom-row #whlsl-featured-info-box {
        float: right;
        margin-right: 0%; }
      .whlsl-s2 .whlsl-s2-c2 .whlsl-s2-c2-bottom-row #whlsl-featured-img-box {
        float: left;
        margin-left: 0%; }
      .whlsl-s2 .whlsl-s2-c2 .whlsl-s2-c2-bottom-row #whlsl-featured-img-box.lazyloaded {
        background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/specials-essential-oils.png);
        background-size: cover; }

.whlsl-s4 {
  height: 675px;
  min-height: 675px;
  max-height: 675px;
  background-color: #FDFDFA;
  margin-top: 0.5vw;
  position: relative;
  top: 0;
  left: 0; }
  .whlsl-s4 .whlsl-rep-wrapper {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    -webkit-flex-flow: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: absolute;
    top: 0;
    left: 0; }
    .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider {
      height: 550px;
      width: 1115px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card {
        height: 525px;
        min-height: 525px;
        max-height: 525px;
        min-width: 352px;
        max-width: 352px;
        width: 352px;
        background-color: #edecea;
        border-radius: 6px;
        margin-left: 10px;
        margin-right: 10px;
        position: relative;
        left: 0px; }
        .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-img {
          height: 47.5%;
          width: 100%;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;
          background-size: cover; }
        .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-img-2 {
          height: 55%;
          width: 100%;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;
          background-size: cover; }
        .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-img-3 {
          height: 57.5%;
          width: 100%;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;
          background-size: cover; }
        .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container {
          height: 37.5%;
          width: 100%;
          background-color: #edecea;
          align-items: center;
          justify-content: center;
          text-align: center;
          display: flex;
          flex-direction: column; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container .whlsl-rep-card-name {
            margin: 10% 0 0 0;
            width: 95%;
            color: #000000;
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
            font-size: 32px;
            letter-spacing: 1.5px;
            line-height: 32px; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container .whlsl-rep-card-job-title {
            margin: 0 0 7.5% 0;
            width: 85%;
            color: #000000;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 20px;
            line-height: 1.1; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container .whlsl-rep-card-fav-title {
            margin: 0 0 0 0;
            color: #000000;
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            font-size: 16px; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container .whlsl-rep-card-fav-text {
            margin: 0 0 10% 0;
            width: 75%;
            color: #000;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 15px;
            line-height: 1.1; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container .whlsl-rep-card-email-button {
            width: 35%;
            height: 35px;
            background-color: rgba(0, 0, 0, 0.85);
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: absolute;
            left: 12.5%;
            bottom: 5%; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container .whlsl-rep-card-call-button {
            width: 35%;
            height: 35px;
            background-color: rgba(0, 0, 0, 0.85);
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: absolute;
            bottom: 5%;
            right: 12.5%; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container .whlsl-rep-card-button-text {
            color: #FFF;
            font-family: 'Roboto', sans-serif;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 1px; }
        .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-2 {
          height: 43%;
          width: 100%;
          background-color: #edecea;
          align-items: center;
          justify-content: center;
          text-align: center;
          display: flex;
          flex-direction: column; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-2 .whlsl-rep-card-name {
            margin: 10% 0 0 0;
            width: 95%;
            color: #000000;
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
            font-size: 32px;
            letter-spacing: 1.5px;
            line-height: 32px; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-2 .whlsl-rep-card-job-title {
            margin: 0 0 7.5% 0;
            width: 85%;
            color: #000000;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 20px;
            line-height: 1.1; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-2 .whlsl-rep-card-fav-title {
            margin: 0 0 0 0;
            color: #000000;
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            font-size: 16px; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-2 .whlsl-rep-card-fav-text {
            margin: 0 0 10% 0;
            width: 75%;
            color: #000;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 15px;
            line-height: 1.1; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-2 .whlsl-rep-card-email-button {
            width: 35%;
            height: 35px;
            background-color: rgba(0, 0, 0, 0.85);
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: absolute;
            left: 12.5%;
            bottom: 5%; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-2 .whlsl-rep-card-call-button {
            width: 35%;
            height: 35px;
            background-color: rgba(0, 0, 0, 0.85);
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: absolute;
            bottom: 5%;
            right: 12.5%; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-2 .whlsl-rep-card-button-text {
            color: #FFF;
            font-family: 'Roboto', sans-serif;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 1px; }
        .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-3 {
          height: 39.5%;
          width: 100%;
          background-color: #edecea;
          align-items: center;
          justify-content: center;
          text-align: center;
          display: flex;
          flex-direction: column; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-3 .whlsl-rep-card-name {
            margin: 10% 0 0 0;
            width: 95%;
            color: #000000;
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
            font-size: 32px;
            letter-spacing: 1.5px;
            line-height: 32px; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-3 .whlsl-rep-card-job-title {
            margin: 0 0 7.5% 0;
            width: 85%;
            color: #1F1F1F;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 20px;
            line-height: 1.1; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-3 .whlsl-rep-card-fav-title {
            margin: 0 0 0 0;
            color: #000000;
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            font-size: 16px; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-3 .whlsl-rep-card-fav-text {
            margin: 0 0 10% 0;
            width: 75%;
            color: #000;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 15px;
            line-height: 1.1; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-3 .whlsl-rep-card-email-button {
            width: 35%;
            height: 35px;
            background-color: rgba(0, 0, 0, 0.85);
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: absolute;
            left: 12.5%;
            bottom: 5%; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-3 .whlsl-rep-card-call-button {
            width: 35%;
            height: 35px;
            background-color: rgba(0, 0, 0, 0.85);
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: absolute;
            bottom: 5%;
            right: 12.5%; }
          .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-3 .whlsl-rep-card-button-text {
            color: #FFF;
            font-family: 'Roboto', sans-serif;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 1px; }
  .whlsl-s4 .whlsl-contact-buttons-wrapper {
    height: 62.5px;
    width: 100%; }
    .whlsl-s4 .whlsl-contact-buttons-wrapper .whlsl-contact-email-button {
      width: 17.5%;
      height: 50px;
      background-color: rgba(0, 0, 0, 0.85);
      border-radius: 3px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: absolute;
      top: unset;
      left: 30%;
      bottom: 40px; }
    .whlsl-s4 .whlsl-contact-buttons-wrapper .whlsl-contact-call-button {
      width: 17.5%;
      height: 50px;
      background-color: rgba(0, 0, 0, 0.85);
      border-radius: 3px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: absolute;
      top: unset;
      left: 50%;
      bottom: 40px; }
    .whlsl-s4 .whlsl-contact-buttons-wrapper .whlsl-contact-button-text {
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-weight: bold;
      color: #FFF;
      text-align: center; }

.whlsl-s5 {
  height: 24.5vw;
  width: 99%;
  margin-left: 0.5%;
  margin-top: 0.5%; }
  .whlsl-s5 .whlsl-s5-c1 {
    height: 100%;
    width: 49.75%;
    margin-right: 0.25%;
    float: left; }
    .whlsl-s5 .whlsl-s5-c1 #whlsl-benefits-info-box {
      float: left;
      margin-right: 0%; }
    .whlsl-s5 .whlsl-s5-c1 #whlsl-benefits-img-box {
      float: right;
      margin-left: 0%; }
    .whlsl-s5 .whlsl-s5-c1 #whlsl-benefits-img-box.lazyloaded {
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/mercantile-4.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .whlsl-s5 .whlsl-s5-c2 {
    height: 100%;
    width: 49.75%;
    margin-left: 0.25%;
    float: right; }
    .whlsl-s5 .whlsl-s5-c2 #whlsl-requirements-img-box {
      float: right;
      margin-right: 0%; }
    .whlsl-s5 .whlsl-s5-c2 #whlsl-requirements-img-box.lazyloaded {
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/246a3568.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .whlsl-s5 .whlsl-s5-c2 #whlsl-requirements-info-box {
      float: left;
      margin-left: 0%; }

.whlsl-s6 {
  height: 48.75vw;
  width: 99%;
  margin-top: 0.5%;
  margin-left: 0.5%; }
  .whlsl-s6 .whlsl-s6-c1 {
    height: 100%;
    width: 49.75%;
    margin-right: 0.25%;
    float: left; }
    .whlsl-s6 .whlsl-s6-c1 .whlsl-s6-c1-top-row {
      width: 100%;
      height: 49.5%;
      margin-bottom: 1%;
      margin-right: 0.25%;
      background-color: #EDECEA; }
    .whlsl-s6 .whlsl-s6-c1 .whlsl-s6-c1-top-row:hover {
      cursor: pointer; }
    .whlsl-s6 .whlsl-s6-c1 .whlsl-s6-c1-top-row.lazyloaded {
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/whlsl-upcoming-events.png);
      background-position: center;
      background-size: cover; }
    .whlsl-s6 .whlsl-s6-c1 .whlsl-s6-c1-bottom-row {
      width: 100%;
      height: 49.5%;
      background-color: #EDECEA; }
    .whlsl-s6 .whlsl-s6-c1 .whlsl-s6-c1-bottom-row:hover {
      cursor: pointer; }
    .whlsl-s6 .whlsl-s6-c1 .whlsl-s6-c1-bottom-row.lazyloaded {
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/mrh-wholesale-ceo-spotlight.png);
      background-size: cover;
      background-position: center; }
  .whlsl-s6 .whlsl-s6-c2 {
    height: 100%;
    width: 49.75%;
    margin-left: 0.25%;
    float: right; }
    .whlsl-s6 .whlsl-s6-c2 .whlsl-s6-c2-top-row {
      width: 100%;
      height: 49.5%;
      margin-bottom: 1%; }
      .whlsl-s6 .whlsl-s6-c2 .whlsl-s6-c2-top-row #whlsl-terms-img-box {
        float: left;
        margin-right: 0%; }
      .whlsl-s6 .whlsl-s6-c2 .whlsl-s6-c2-top-row #whlsl-terms-img-box.lazyloaded {
        background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/customer2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .whlsl-s6 .whlsl-s6-c2 .whlsl-s6-c2-top-row #whlsl-terms-info-box {
        float: right;
        margin-left: 0%; }
    .whlsl-s6 .whlsl-s6-c2 .whlsl-s6-c2-bottom-row {
      width: 100%;
      height: 49.5%;
      background-color: #EDECEA; }
    .whlsl-s6 .whlsl-s6-c2 .whlsl-s6-c2-bottom-row:hover {
      cursor: pointer; }
    .whlsl-s6 .whlsl-s6-c2 .whlsl-s6-c2-bottom-row.lazyloaded {
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/whlsl-faqs-eo.png);
      background-position: center;
      background-size: cover; }

.whlsl-s7 {
  height: 625px;
  min-height: 625px;
  max-height: 625px;
  background-color: #FDFDFA;
  margin-top: 0.5vw;
  position: relative;
  top: 0;
  left: 0; }
  .whlsl-s7 .whlsl-blog-wrapper {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    -webkit-flex-flow: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: absolute;
    top: 0;
    left: 0; }
    .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider {
      height: 500px;
      width: 1480px;
      min-width: unset;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card {
        height: 475px;
        min-height: 475px;
        max-height: 475px;
        min-width: 350px;
        max-width: 350px;
        width: 350px;
        background-color: #edecea;
        border-radius: 6px;
        margin-left: 10px;
        margin-right: 10px;
        position: relative;
        left: 0px;
        cursor: pointer; }
        .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card .whlsl-blog-card-img-container {
          height: 52.5%;
          width: 100%;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;
          background-color: #edecea;
          overflow: hidden; }
          .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card .whlsl-blog-card-img-container .whlsl-blog-img {
            width: 100%;
            height: auto;
            position: unset;
            top: -15%; }
          .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card .whlsl-blog-card-img-container .whlsl-blog-img-fix {
            min-width: 100%;
            height: 100%;
            position: unset;
            object-fit: cover;
            top: -15%;
            max-width: unset; }
        .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card .whlsl-blog-card-info-container {
          height: 37.5%;
          width: 100%;
          border-bottom-left-radius: 6px;
          border-bottom-right-radius: 6px;
          background-color: #edecea;
          align-items: center;
          justify-content: center;
          text-align: center;
          display: flex;
          flex-direction: column;
          overflow-y: visible; }
          .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card .whlsl-blog-card-info-container .whlsl-blog-card-title {
            margin: 2.5% 0 3.5% 0;
            width: 90%;
            color: #000000;
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
            font-size: 20px;
            letter-spacing: 0.5px;
            line-height: 1; }
          .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card .whlsl-blog-card-info-container .whlsl-blog-card-summary {
            margin: 0 0 2.5% 0;
            width: 92.5%;
            color: #000;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.2; }
          .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card .whlsl-blog-card-info-container .whlsl-blog-card-button {
            width: 35%;
            height: 32.5px;
            background-color: rgba(0, 0, 0, 0.9);
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: absolute;
            bottom: 5%;
            left: 32.5%;
            box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
            transition: background-color 0.5s, box-shadow 0.5s; }
            .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card .whlsl-blog-card-info-container .whlsl-blog-card-button:hover {
              box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
              -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
              -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
              background-color: #8e805d; }
            .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card .whlsl-blog-card-info-container .whlsl-blog-card-button .whlsl-blog-card-button-text {
              color: #FFF;
              font-family: 'Roboto', sans-serif;
              font-size: 14px;
              font-weight: 500;
              letter-spacing: 0.5px; }

.whlsl-s8 {
  height: 24.5vw;
  width: 99%;
  margin-left: 0.5%;
  margin-top: 0.5%; }
  .whlsl-s8 .whlsl-s8-c1 {
    height: 100%;
    width: 49.75%;
    margin-right: 0.25%;
    float: left;
    background-color: #EDECEA; }
  .whlsl-s8 .whlsl-s8-c1:hover {
    cursor: pointer; }
  .whlsl-s8 .whlsl-s8-c1.lazyloaded {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/whlsl-upcoming-events.png);
    background-position: center;
    background-size: cover; }
  .whlsl-s8 .whlsl-s8-c2 {
    height: 100%;
    width: 49.75%;
    margin-left: 0.25%;
    float: right; }
    .whlsl-s8 .whlsl-s8-c2 #whlsl-terms-img-box {
      float: left;
      margin-right: 0%; }
    .whlsl-s8 .whlsl-s8-c2 #whlsl-terms-img-box.lazyloaded {
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/customer2.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .whlsl-s8 .whlsl-s8-c2 #whlsl-terms-info-box {
      float: right;
      margin-left: 0%; }

.whlsl-s9 {
  height: 24.5vw;
  width: 99%;
  margin-left: 0.5%;
  margin-top: 0.5%; }
  .whlsl-s9 .whlsl-s9-c1 {
    height: 100%;
    width: 49.75%;
    margin-right: 0.25%;
    float: left; }
    .whlsl-s9 .whlsl-s9-c1 #whlsl-benefits-info-box {
      float: left;
      margin-right: 0%; }
    .whlsl-s9 .whlsl-s9-c1 #whlsl-benefits-img-box {
      float: right;
      margin-left: 0%; }
    .whlsl-s9 .whlsl-s9-c1 #whlsl-benefits-img-box.lazyloaded {
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/featured-products-teas.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .whlsl-s9 .whlsl-s9-c2 {
    height: 100%;
    width: 49.75%;
    margin-left: 0.25%;
    float: right; }
    .whlsl-s9 .whlsl-s9-c2 #whlsl-requirements-img-box {
      float: right;
      margin-right: 0%; }
    .whlsl-s9 .whlsl-s9-c2 #whlsl-requirements-img-box.lazyloaded {
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/specials-essential-oils.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .whlsl-s9 .whlsl-s9-c2 #whlsl-requirements-info-box {
      float: left;
      margin-left: 0%; }

#terms-body {
  min-height: 74vh;
  background-color: #FFFFFF;
  padding-bottom: 20px; }

.mrh-page-hero {
  width: 100%;
  height: 22.5vw;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.terms-body-wrapper {
  height: auto;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 25px;
  padding-top: 25px; }

.terms-title {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 7.5px; }

.terms-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1.75rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px; }

.terms-body-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.66;
  text-align: justify;
  text-justify: inter-word;
  margin: 0 auto; }

.terms-indent-list {
  padding-left: 50px;
  padding-right: 50px; }

.terms-indent-list-title {
  padding-right: 12.5px;
  font-weight: bold; }

.terms-ordering {
  height: 70px;
  width: 32%;
  background-color: #D5D3C6;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 25px;
  margin-right: 2%;
  position: relative;
  top: -200px; }

.terms-return {
  height: 70px;
  width: 32%;
  background-color: #D5D3C6;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 25px;
  margin-right: 2%;
  position: relative;
  left: 34%;
  top: -295px; }

.terms-qc {
  height: 70px;
  width: 32%;
  background-color: #D5D3C6;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 25px;
  position: relative;
  left: 68%;
  top: -390px; }

.terms-order-status {
  width: 41%;
  height: 150px;
  background-color: #FBF8F5;
  position: relative;
  left: 8%;
  margin-right: 2%;
  margin-top: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column; }

.terms-return-instructions {
  width: 41%;
  height: 150px;
  background-color: #FBF8F5;
  position: relative;
  left: 51%;
  margin-top: 50px;
  top: -200px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column; }

.terms-box-text {
  margin-top: 0px;
  margin-bottom: 20px; }

.terms-inner-button {
  height: 50px;
  width: 55%;
  background-color: #D5D3C6;
  justify-content: center;
  align-items: center;
  display: flex; }

#terms-our-policies {
  position: relative;
  top: -200px; }

#retail-terms-panel::-webkit-scrollbar {
  width: 10px; }

#retail-terms-panel::-webkit-scrollbar-thumb {
  background: #CFCFCF;
  border-radius: 10px; }

#retail-terms-panel::-webkit-scrollbar-thumb:hover {
  background: #CCCCCC; }

@media screen and (max-width: 1650px) {
  .whlsl-body .modal-box {
    width: 90%;
    left: 5% !important;
    z-index: 1500;
    top: 6.5vh;
    max-height: 87vh; } }

@media screen and (max-width: 1549px) {
  .whlsl-featured-content-wrapper {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; }
  .whlsl-featured-text-right {
    font-size: 15px;
    font-weight: 400; }
  .whlsl-featured-text-left {
    font-size: 15px;
    font-weight: 400; }
  .whlsl-featured-title-right {
    font-size: 2.5rem;
    margin: 20px 0 0 0; }
  .whlsl-featured-title-left {
    font-size: 2.5rem;
    margin: 20px 0 0 0; }
  .slider-left {
    left: 5%;
    height: 55px;
    width: 55px; }
  .slider-right {
    right: 5%;
    height: 55px;
    width: 55px; }
  .whlsl-hero .whlsl-hero-title {
    font-size: 5vw; }
  .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider {
    width: 1115px; }
    .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card {
      min-width: 352px;
      max-width: 352px;
      width: 352px; }
  .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider {
    width: 1115px; }
    .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card {
      min-width: 352px;
      max-width: 352px;
      width: 352px; } }

@media screen and (max-width: 1249px) {
  .terms-body-wrapper {
    height: auto;
    max-width: 90vw;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px; }
  .whlsl-new-popup-wrapper-center {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; }
  .whlsl-new-product-wrapper {
    height: 240px;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; }
  .whlsl-new-text-right .whlsl-new-product-title {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 22px;
    margin: 20px 0px 20px 20px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-transform: capitalize; }
  .whlsl-new-text-right .whlsl-new-product-text {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    margin: 0px 20px 20px 20px;
    text-align: left; }
  .whlsl-new-text-right .whlsl-new-product-button {
    width: 25%;
    height: 40px;
    margin: 0px 0px 20px 20px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .whlsl-new-text-left .whlsl-new-product-title {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 22px;
    margin: 20px 20px 20px 0px;
    text-align: right;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-transform: capitalize; }
  .whlsl-new-text-left .whlsl-new-product-text {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    margin: 0px 20px 20px 20px;
    text-align: right; }
  .whlsl-new-text-left .whlsl-new-product-button {
    width: 25%;
    height: 40px;
    margin: 0px 20px 20px 0px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: calc(75% - 20px); }
  #whlsl-events-popup .whlsl-new-product-wrapper {
    height: 240px;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; }
  #whlsl-events-popup .whlsl-new-img-left {
    height: 100%;
    width: 47.5%;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  #whlsl-events-popup .whlsl-new-text-right {
    width: 52.5%; }
    #whlsl-events-popup .whlsl-new-text-right .whlsl-new-product-title {
      font-family: 'Roboto', sans-serif;
      color: #000;
      font-size: 22px;
      margin: 20px 0px 20px 20px;
      text-align: left;
      font-weight: 600;
      letter-spacing: 0.25px;
      text-transform: capitalize; }
    #whlsl-events-popup .whlsl-new-text-right .whlsl-new-product-text {
      font-family: 'Roboto', sans-serif;
      color: #000;
      font-size: 16px;
      line-height: 1.2;
      margin: 0px 20px 20px 20px;
      text-align: left; }
    #whlsl-events-popup .whlsl-new-text-right .whlsl-new-product-button {
      width: 40%;
      height: 40px;
      margin: 0px 0px 20px 20px;
      background: rgba(0, 0, 0, 0.85);
      border-radius: 3px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; }
  #whlsl-events-popup .whlsl-new-img-right {
    height: 100%;
    width: 47.5%;
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  #whlsl-events-popup .whlsl-new-text-left {
    width: 52.5%; }
    #whlsl-events-popup .whlsl-new-text-left .whlsl-new-product-title {
      font-family: 'Roboto', sans-serif;
      color: #000;
      font-size: 22px;
      margin: 20px 20px 20px 0px;
      text-align: right;
      font-weight: 600;
      letter-spacing: 0.25px;
      text-transform: capitalize; }
    #whlsl-events-popup .whlsl-new-text-left .whlsl-new-product-text {
      font-family: 'Roboto', sans-serif;
      color: #000;
      font-size: 16px;
      line-height: 1.2;
      margin: 0px 20px 20px 20px;
      text-align: right; }
    #whlsl-events-popup .whlsl-new-text-left .whlsl-new-product-button {
      width: 40%;
      height: 40px;
      margin: 0px 20px 20px 0px;
      background: rgba(0, 0, 0, 0.85);
      border-radius: 3px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin-left: calc(60% - 20px); }
  .whlsl-featured-title {
    font-size: 3rem; }
  .whlsl-featured-title-right {
    font-size: 2rem;
    margin: 15px 0 0 0; }
  .whlsl-featured-title-left {
    font-size: 2rem;
    margin: 15px 0 0 0; }
  .whlsl-specials-popup-text {
    width: 90%; }
  .whlsl-specials-popup-ul {
    width: 80%; }
  .whlsl-specials-popup-text-sm {
    width: 80%; }
  .whlsl-popup-learn-more-button {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%; }
  .whlsl-popup-learn-more-text {
    font-size: 15px; }
  .whlsl-information-accordion-container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }
  .whlsl-benefit-title {
    font-size: 3rem; }
  .whlsl-fun-img {
    width: 80%;
    height: auto;
    margin-bottom: 20px; }
  .whlsl-fun-text {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%; }
  .slider-title {
    font-size: 3rem !important;
    padding-left: 10%;
    padding-right: 10%; }
  .slider-left {
    left: 7.5vw;
    height: 55px;
    width: 55px; }
  .slider-right {
    right: 7.5vw;
    height: 55px;
    width: 55px; }
  .whlsl-s4 {
    height: 650px; }
    .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider {
      width: 750px; }
      .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card {
        min-width: 355px;
        max-width: 355px;
        width: 355px; }
  .whlsl-s7 {
    height: 600px; }
    .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider {
      width: 750px; }
      .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card {
        min-width: 355px;
        max-width: 355px;
        width: 355px; } }

@media screen and (max-width: 1024px) {
  .slider-title {
    font-size: 2.5rem !important; }
  .slider-left {
    left: 0.5vw; }
  .slider-right {
    right: 0.5vw; }
  .whlsl-hero {
    height: 40vw;
    max-height: 200px;
    min-height: 200px; }
    .whlsl-hero .whlsl-hero-title {
      font-size: 5.25vw; }
  #terms-body {
    min-height: 50vw;
    background-color: #FFFFFF;
    margin-top: -0rem; } }

@media screen and (max-width: 1005px) {
  .whlsl-body .modal-box {
    max-height: 80vh;
    top: 10vh; }
  .whlsl-body .sus-popup-wrapper {
    max-height: 68vh; }
  .whlsl-new-product-wrapper {
    height: 250px;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; }
  .whlsl-new-text-right .whlsl-new-product-text {
    font-size: 15px; }
  .whlsl-new-text-left .whlsl-new-product-text {
    font-size: 15px; }
  #whlsl-events-popup .whlsl-new-product-wrapper {
    height: 240px;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; }
  #whlsl-events-popup .whlsl-new-text-right .whlsl-new-product-text {
    font-size: 15px; }
  #whlsl-events-popup .whlsl-new-text-left .whlsl-new-product-text {
    font-size: 15px; }
  .whlsl-featured-content-wrapper {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }
  .whlsl-featured-title {
    font-size: 2.75rem; }
  .whlsl-featured-text {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 18px;
    margin-bottom: 40px; }
  .whlsl-featured-product-text-wrapper {
    width: 85%; }
  .whlsl-featured-product-shop-wrapper {
    width: 100%; }
  .whlsl-features-extracts-wrapper {
    height: 600px; }
  .whlsl-featured-eo-wrapper {
    height: 625px; }
  .whlsl-featured-teas-wrapper {
    height: 925px; }
  #whlsl-eo-text-wrapper {
    margin-left: 0%;
    margin-right: 15%;
    height: 215px;
    margin-bottom: 15px; }
  #whlsl-extracts-text-wrapper {
    margin-right: 0%;
    margin-left: 15%;
    float: none;
    position: relative;
    top: -295px;
    height: 200px; }
  #whlsl-extracts-shop-wrapper {
    float: none;
    position: relative;
    top: 220px;
    margin-bottom: 15px; }
  #whlsl-teas-text-wrapper {
    margin-left: 0%;
    margin-right: 15%;
    height: 200px;
    margin-bottom: 0px; }
  .whlsl-featured-title-right {
    text-align: left;
    font-size: 2.75rem; }
  .whlsl-featured-text-right {
    text-align: left;
    font-size: 18px;
    width: 100%;
    font-weight: 300; }
  .whlsl-featured-title-left {
    text-align: right;
    font-size: 2.75rem; }
  .whlsl-featured-text-left {
    text-align: right;
    font-size: 18px;
    width: 100%;
    font-weight: 300; }
  .whlsl-hr-right {
    width: 100%;
    margin-right: 0%; }
  .whlsl-hr-left {
    width: 100%;
    margin-left: 0%; }
  .whlsl-specials-logo {
    width: 30%; }
  .whlsl-specials-popup-text {
    font-size: 18px; }
  .whlsl-specials-popup-ul {
    width: 90%; }
  .whlsl-specials-popup-li {
    font-size: 16px; }
  .whlsl-benefits-wrapper-center {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%; }
  .whlsl-information-accordion-container {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
  .whlsl-benefit-title {
    font-size: 2.5rem; }
  .whlsl-new-subtitle {
    font-size: 16px;
    margin-bottom: 30px; }
  .whlsl-new-text {
    font-size: 16px; }
  .whlsl-accordion-title {
    font-size: 16px; }
  .whlsl-accordion-img {
    width: 75%;
    margin-right: 25%; }
  .whlsl-requirements-popup-li {
    font-size: 16px; }
  .whlsl-contact {
    width: 100%;
    height: 75px;
    background-color: #FDFDFA;
    margin-top: 0.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .whlsl-contact .whlsl-contact-container {
      width: 750px;
      height: 75%;
      max-height: 56.250px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    .whlsl-contact .call {
      width: 350px;
      height: 100%;
      background-color: #fbf8f5;
      margin-right: 10px;
      float: left;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }
    .whlsl-contact .whlsl-contact-icon-call {
      height: 85%;
      width: 75px;
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/whlsl-call.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .whlsl-contact .whlsl-contact-icon-email {
      height: 85%;
      width: 75px;
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/whlsl-email.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .whlsl-contact .whlsl-contact-text {
      height: 90%;
      width: 325px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: left; }
    .whlsl-contact .whlsl-contact-p {
      font-family: 'Roboto', sans-serif;
      font-weight: 800;
      font-size: 14px;
      line-height: 1.2;
      margin: 0 0 0 0;
      letter-spacing: 0.5px;
      color: #000;
      text-align: left; }
    .whlsl-contact .email {
      width: 350px;
      height: 100%;
      background-color: #fbf8f5;
      margin-left: 10px;
      float: right;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; } }

@media screen and (max-width: 950px) {
  .whlsl-body .modal-box header,
  .whlsl-body .modal-box .modal-header {
    padding: 1em 1.25em;
    border-bottom: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02); }
  .whlsl-body a.close {
    font-size: 1.25rem !important; } }

@media screen and (max-width: 767px) {
  .whlsl-body .modal-box {
    max-height: 85vh;
    top: 7.5vh; }
  .whlsl-new-product-wrapper {
    height: 475px;
    width: 350px;
    margin-left: calc((100% - 350px) /2);
    margin-right: calc((100% - 350px) /2);
    border-radius: 6px; }
  .whlsl-new-img-left {
    height: 37.5%;
    width: 100%;
    float: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .whlsl-new-text-right {
    height: 62.5%;
    width: 100%;
    float: none;
    background-color: rgba(214, 212, 200, 0.8); }
    .whlsl-new-text-right .whlsl-new-product-title {
      font-size: 20px;
      margin: 0px 0px 20px 0px;
      padding-top: 20px;
      text-align: center; }
    .whlsl-new-text-right .whlsl-new-product-text {
      font-size: 16px;
      margin: 0px 5% 20px 5%;
      text-align: center; }
    .whlsl-new-text-right .whlsl-new-product-button {
      width: 40%;
      height: 40px;
      margin: 0px 30% 20px 30%;
      background: rgba(0, 0, 0, 0.85);
      border-radius: 3px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; }
  .whlsl-new-img-right {
    height: 37.5%;
    width: 100%;
    float: none;
    position: relative;
    top: -62.5%; }
  .whlsl-new-text-left {
    height: 62.5%;
    width: 100%;
    float: none;
    position: relative;
    top: 37.5%; }
    .whlsl-new-text-left .whlsl-new-product-title {
      font-size: 20px;
      margin: 0px 0px 20px 0px;
      padding-top: 20px;
      text-align: center; }
    .whlsl-new-text-left .whlsl-new-product-text {
      font-size: 16px;
      margin: 0px 5% 20px 5%;
      text-align: center; }
    .whlsl-new-text-left .whlsl-new-product-button {
      width: 40%;
      height: 40px;
      margin: 0px 30% 20px 30%; }
  #whlsl-events-popup .whlsl-new-product-wrapper {
    height: 425px;
    width: 350px;
    margin-left: calc((100% - 350px) /2);
    margin-right: calc((100% - 350px) /2);
    border-radius: 6px; }
  #whlsl-events-popup .whlsl-new-img-left {
    height: 45%;
    width: 100%;
    float: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  #whlsl-events-popup .whlsl-new-text-right {
    height: 55%;
    width: 100%;
    float: none;
    background-color: rgba(214, 212, 200, 0.8); }
    #whlsl-events-popup .whlsl-new-text-right .whlsl-new-product-title {
      font-size: 20px;
      margin: 0px 0px 20px 0px;
      padding-top: 20px;
      padding-left: 5%;
      padding-right: 5%;
      text-align: center; }
    #whlsl-events-popup .whlsl-new-text-right .whlsl-new-product-text {
      font-size: 16px;
      margin: 0px 5% 20px 5%;
      text-align: center; }
    #whlsl-events-popup .whlsl-new-text-right .whlsl-new-product-button {
      width: 40%;
      height: 40px;
      margin: 0px 30% 20px 30%;
      background: rgba(0, 0, 0, 0.85);
      border-radius: 3px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; }
  #whlsl-events-popup .whlsl-new-img-right {
    height: 45%;
    width: 100%;
    float: none;
    position: relative;
    top: unset;
    bottom: 60%; }
  #whlsl-events-popup .whlsl-new-text-left {
    height: 55%;
    width: 100%;
    float: none;
    position: relative;
    top: 45%; }
    #whlsl-events-popup .whlsl-new-text-left .whlsl-new-product-title {
      font-size: 20px;
      margin: 0px 0px 20px 0px;
      padding-top: 20px;
      padding-left: 5%;
      padding-right: 5%;
      text-align: center; }
    #whlsl-events-popup .whlsl-new-text-left .whlsl-new-product-text {
      font-size: 16px;
      margin: 0px 5% 20px 5%;
      text-align: center; }
    #whlsl-events-popup .whlsl-new-text-left .whlsl-new-product-button {
      width: 40%;
      height: 40px;
      margin: 0px 30% 20px 30%; }
  .whlsl-featured-content-wrapper {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; }
  .whlsl-featured-title {
    font-size: 2.5rem; }
  .whlsl-featured-text {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 18px;
    margin-bottom: 10px; }
  .whlsl-featured-product-text-wrapper {
    width: 90%; }
  .whlsl-featured-product-shop-wrapper {
    width: 100%; }
  .whlsl-features-extracts-wrapper {
    height: 1550px; }
  .whlsl-featured-eo-wrapper {
    height: 1200px;
    margin-bottom: 20px; }
  .whlsl-featured-teas-wrapper {
    height: 2200px; }
  #whlsl-eo-text-wrapper {
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
    margin-bottom: 10px; }
  #whlsl-extracts-text-wrapper {
    margin-right: 5%;
    margin-left: 5%;
    position: relative;
    top: -1125px;
    height: auto;
    margin-bottom: 15px;
    z-index: 50; }
  #whlsl-extracts-shop-wrapper {
    position: relative;
    top: 265px;
    margin-bottom: 15px;
    flex-direction: column;
    height: auto;
    text-align: center;
    z-index: 10; }
  #whlsl-teas-text-wrapper {
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
    margin-bottom: 15px; }
  .whlsl-featured-title-right {
    text-align: center;
    font-size: 2rem; }
  .whlsl-featured-text-right {
    text-align: center;
    font-size: 16px;
    width: 100%;
    font-weight: 300; }
  .whlsl-featured-title-left {
    text-align: center;
    font-size: 2rem; }
  .whlsl-featured-text-left {
    text-align: center;
    font-size: 16px;
    width: 100%;
    font-weight: 300; }
  .whlsl-shop-text {
    text-align: center; }
  .whlsl-hr-right {
    width: 100%;
    margin-right: 0%; }
  .whlsl-hr-left {
    width: 100%;
    margin-left: 0%; }
  #whlsl-eo-shop-wrapper {
    flex-direction: column;
    height: auto;
    text-align: center;
    margin-bottom: 15px; }
  #whlsl-teas-shop-wrapper {
    flex-direction: column;
    height: auto;
    text-align: center;
    margin-bottom: 25px; }
  .whlsl-shop-left {
    width: 325px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .whlsl-shop-center {
    width: 325px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .whlsl-shop-right {
    width: 325px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .whlsl-specials-logo {
    width: 45%; }
  .whlsl-specials-popup-text {
    text-align: left;
    margin-bottom: 30px; }
  .whlsl-specials-popup-text-sm {
    width: 90%;
    text-align: left; }
  #whlsl-specials-bold-text {
    width: 90%;
    text-align: left; }
  .whlsl-specials-popup-ul {
    width: 70%; }
  .whlsl-specials-popup-li {
    text-align: left; }
  .whlsl-popup-learn-more-button {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%; }
  .whlsl-benefit-title {
    font-size: 2rem;
    text-align: center; }
  .whlsl-new-subtitle {
    text-align: left; }
  .whlsl-new-text {
    width: 100%;
    text-align: left; }
  .whlsl-accordion-img {
    width: 95%;
    margin-right: 5%; }
  .whlsl-promo-pdf-img {
    width: 90%;
    float: none; }
  .whlsl-promo-pdf-img-right {
    width: 90%;
    margin-top: 0px;
    float: none; }
  .whlsl-promo-container .whlsl-promo-pdf-img {
    width: 90%;
    float: none;
    margin-left: 5%;
    margin-right: 5%; }
  .whlsl-promo-container .whlsl-promo-pdf-img-right {
    width: 90%;
    margin-top: 0px;
    float: none;
    margin-left: 5%;
    margin-right: 5%; }
  .whlsl-requirements-popup-li {
    font-size: 15px;
    margin-bottom: 15px; }
  .whlsl-fun-img {
    width: 90%;
    height: auto;
    margin-bottom: 20px; }
  .whlsl-fun-text {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%; }
  .slider-title {
    font-size: 2.25rem !important;
    padding-left: 10%;
    padding-right: 10%; }
  .slider-left {
    height: 45px;
    width: 45px;
    left: 15%;
    top: 47.5%; }
  .slider-right {
    height: 45px;
    width: 45px;
    right: 15%;
    top: 47.5%; }
  .whlsl-hero {
    min-height: 200px;
    height: 40vh;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/wholesale-hub-hero-mobile.jpg);
    background-size: cover; }
    .whlsl-hero .whlsl-hero-title {
      font-size: 6vw; }
  .whlsl-contact {
    width: 100%;
    height: 150px;
    background-color: #FDFDFA;
    margin-top: 0.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .whlsl-contact .whlsl-contact-container {
      width: 450px;
      height: 100%;
      max-height: 56.250px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .whlsl-contact .call {
      width: 425px;
      min-height: 60px;
      max-height: 60px;
      background-color: #fbf8f5;
      margin-right: 0px;
      float: none;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
      position: relative;
      top: -5px; }
    .whlsl-contact .whlsl-contact-icon-call {
      height: 85%;
      width: 75px;
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/whlsl-call.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .whlsl-contact .whlsl-contact-icon-email {
      height: 85%;
      width: 75px;
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/whlsl-email.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .whlsl-contact .whlsl-contact-text {
      height: 90%;
      width: 325px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: left; }
    .whlsl-contact .whlsl-contact-p {
      font-family: 'Roboto', sans-serif;
      font-weight: 800;
      font-size: 14px;
      line-height: 1.2;
      margin: 0 0 0 0;
      letter-spacing: 0.5px;
      color: #000;
      text-align: left; }
    .whlsl-contact .email {
      width: 425px;
      min-height: 60px;
      max-height: 60px;
      background-color: #fbf8f5;
      margin-left: 0px;
      float: none;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
      position: relative;
      top: 5px; }
  #whlsl-contact-reps {
    margin-top: 0%;
    height: 200px; }
  .whlsl-s2 {
    height: 198vw;
    width: 98%;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 0%; }
    .whlsl-s2 .whlsl-s2-c1 {
      width: 100%;
      height: 49.5%;
      margin-right: 0%;
      margin-left: 0%;
      margin-bottom: 1%; }
    .whlsl-s2 .whlsl-s2-c2 {
      width: 100%;
      height: 49.5%;
      margin-right: 0%;
      margin-left: 0%;
      margin-top: 0%;
      margin-bottom: 0%; }
  .whlsl-s4 {
    height: 625px; }
    .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider {
      width: 385px; }
      .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card {
        min-width: 365px;
        max-width: 365px;
        width: 365px; }
  .whlsl-s5 {
    height: 99vw;
    width: 98%;
    margin-left: 1%;
    margin-top: 1%; }
    .whlsl-s5 .whlsl-s5-c1 {
      height: 49.5%;
      width: 100%;
      margin-bottom: 1%; }
    .whlsl-s5 .whlsl-s5-c2 {
      height: 49.5%;
      width: 100%;
      margin-top: 0%; }
      .whlsl-s5 .whlsl-s5-c2 #whlsl-requirements-info-box {
        float: right !important; }
      .whlsl-s5 .whlsl-s5-c2 #whlsl-requirements-img-box {
        float: left !important; }
  .whlsl-s6 {
    height: 198vw;
    width: 98%;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 0%; }
    .whlsl-s6 .whlsl-s6-c1 {
      width: 100%;
      height: 49.5%;
      margin-right: 0%;
      margin-left: 0%;
      margin-bottom: 0%;
      z-index: 50;
      position: relative;
      top: 50%; }
    .whlsl-s6 .whlsl-s6-c2 {
      width: 100%;
      height: 49.5%;
      margin-right: 0%;
      margin-left: 0%;
      margin-top: 0%;
      margin-bottom: 1%;
      z-index: 100;
      position: relative;
      top: -49.5%; }
      .whlsl-s6 .whlsl-s6-c2 #whlsl-terms-img-box {
        float: right !important; }
      .whlsl-s6 .whlsl-s6-c2 #whlsl-terms-info-box {
        float: left !important; }
  .whlsl-s7 {
    height: 625px; }
    .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider {
      width: 385px; }
      .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card {
        min-width: 365px;
        max-width: 365px;
        width: 365px; }
  .whlsl-s8 {
    height: 99vw;
    width: 98%;
    margin-left: 1%;
    margin-top: 1%; }
    .whlsl-s8 .whlsl-s8-c1 {
      height: 49.5%;
      width: 100%;
      margin-bottom: 1%; }
    .whlsl-s8 .whlsl-s8-c2 {
      height: 49.5%;
      width: 100%;
      margin-top: 0%; }
      .whlsl-s8 .whlsl-s8-c2 #whlsl-terms-img-box {
        float: right !important; }
      .whlsl-s8 .whlsl-s8-c2 #whlsl-terms-info-box {
        float: left !important; }
  .whlsl-s9 {
    height: 99vw;
    width: 98%;
    margin-left: 1%;
    margin-top: 1%; }
    .whlsl-s9 .whlsl-s9-c1 {
      height: 49.5%;
      width: 100%;
      margin-bottom: 1%; }
    .whlsl-s9 .whlsl-s9-c2 {
      height: 49.5%;
      width: 100%;
      margin-top: 0%; }
      .whlsl-s9 .whlsl-s9-c2 #whlsl-requirements-info-box {
        float: right !important; }
      .whlsl-s9 .whlsl-s9-c2 #whlsl-requirements-img-box {
        float: left !important; } }

@media screen and (max-width: 599px) {
  .slider-title {
    font-size: 2rem !important;
    padding-left: 15%;
    padding-right: 15%; }
  .slider-left {
    left: 7.5%; }
  .slider-right {
    right: 7.5%; }
  .whlsl-hero .whlsl-hero-title {
    font-size: 6.5vw; }
  .whlsl-s4 {
    height: 600px; }
  .whlsl-s7 {
    height: 600px; } }

@media screen and (max-width: 505px) {
  .whlsl-body .modal-box header,
  .whlsl-body .modal-box .modal-header {
    padding: 1em 0.5em;
    padding-right: 1.5em;
    border-bottom: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02); }
  .whlsl-body a.close {
    font-size: 1.25rem !important; } }

@media screen and (max-width: 480px) {
  .whlsl-body .modal-box header,
  .whlsl-body .modal-box .modal-header {
    padding: 1em .5em;
    padding-right: 1.5em;
    border-bottom: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02); }
  .whlsl-body a.close {
    font-size: 1.25rem !important; }
  #whlsl-events-popup .whlsl-new-product-wrapper {
    height: 425px;
    width: 275px;
    margin-left: calc((100% - 275px) /2);
    margin-right: calc((100% - 275px) /2);
    border-radius: 6px; }
  #whlsl-events-popup .whlsl-new-img-left {
    height: 45%;
    width: 100%;
    float: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  #whlsl-events-popup .whlsl-new-text-right {
    height: 55%;
    width: 100%;
    float: none;
    background-color: rgba(214, 212, 200, 0.8); }
    #whlsl-events-popup .whlsl-new-text-right .whlsl-new-product-title {
      font-size: 20px;
      margin: 0px 0px 20px 0px;
      padding-top: 20px;
      padding-left: 5%;
      padding-right: 5%;
      text-align: center; }
    #whlsl-events-popup .whlsl-new-text-right .whlsl-new-product-text {
      font-size: 16px;
      margin: 0px 5% 20px 5%;
      text-align: center; }
    #whlsl-events-popup .whlsl-new-text-right .whlsl-new-product-button {
      width: 60%;
      height: 40px;
      margin: 0px 20% 20px 20%;
      background: rgba(0, 0, 0, 0.85);
      border-radius: 3px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; }
  #whlsl-events-popup .whlsl-new-img-right {
    height: 45%;
    width: 100%;
    float: none;
    position: relative;
    top: unset;
    bottom: 60%; }
  #whlsl-events-popup .whlsl-new-text-left {
    height: 55%;
    width: 100%;
    float: none;
    position: relative;
    top: 45%; }
    #whlsl-events-popup .whlsl-new-text-left .whlsl-new-product-title {
      font-size: 20px;
      margin: 0px 0px 20px 0px;
      padding-top: 20px;
      padding-left: 5%;
      padding-right: 5%;
      text-align: center; }
    #whlsl-events-popup .whlsl-new-text-left .whlsl-new-product-text {
      font-size: 16px;
      margin: 0px 5% 20px 5%;
      text-align: center; }
    #whlsl-events-popup .whlsl-new-text-left .whlsl-new-product-button {
      width: 60%;
      height: 40px;
      margin: 0px 20% 20px 20%; }
  #whlsl-extracts-shop-wrapper {
    position: relative;
    top: 335px;
    margin-bottom: 15px;
    flex-direction: column;
    height: auto;
    text-align: center; }
  .whlsl-features-extracts-wrapper {
    height: 1300px; }
  #whlsl-extracts-text-wrapper {
    margin-right: 5%;
    margin-left: 5%;
    position: relative;
    top: -925px;
    height: auto;
    margin-bottom: 15px; }
  .whlsl-featured-title-right {
    font-size: 1.5rem; }
  .whlsl-featured-title-left {
    font-size: 1.5rem; }
  .whlsl-shop-left {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .whlsl-shop-center {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .whlsl-shop-right {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .whlsl-specials-logo {
    width: 60%; }
  .whlsl-specials-popup-text {
    margin-bottom: 30px;
    width: 90%;
    text-align: left; }
  .whlsl-specials-popup-ul {
    width: 80%; }
  .whlsl-specials-popup-li {
    text-align: left; }
  #whlsl-specials-bold-text {
    width: 90%;
    text-align: left; }
  .whlsl-specials-popup-text-sm {
    text-align: left;
    width: 90%; }
  .whlsl-popup-learn-more-button {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%; }
  .whlsl-benefit-title {
    font-size: 1.75rem;
    text-align: center; }
  .whlsl-accordion-img {
    width: 100%;
    margin-right: 0%; }
  .whlsl-promo-pdf-img {
    width: 100%;
    float: none; }
  .whlsl-promo-pdf-img-right {
    width: 100%;
    margin-top: 0px;
    float: none; }
  .whlsl-promo-container .whlsl-promo-pdf-img {
    width: 100%;
    float: none;
    margin-left: 0%;
    margin-right: 0%; }
  .whlsl-promo-container .whlsl-promo-pdf-img-right {
    width: 100%;
    margin-top: 0px;
    float: none;
    margin-left: 0%;
    margin-right: 0%; }
  .whlsl-requirements-popup-text-sm {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%; }
  .whlsl-fun-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
  .whlsl-fun-text {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }
  .whlsl-info-box {
    width: 100%;
    height: 75vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .whlsl-info-box .whlsl-info-box-content-container {
      height: 80%;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 10%;
      margin-bottom: 10%;
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
  .whlsl-img-box {
    width: 100%;
    height: 75vw;
    background: white; }
  .slider-title {
    font-size: 1.75rem !important;
    padding-left: 5%;
    padding-right: 5%; }
  .slider-left {
    left: 1.5%; }
  .slider-right {
    right: 1.5%; }
  .whlsl-hero {
    min-height: 200px;
    height: 30vh;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%; }
    .whlsl-hero .whlsl-hero-title {
      font-size: 2rem; }
  .whlsl-contact {
    width: 100%;
    height: 150px;
    background-color: #FDFDFA;
    margin-top: 0.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .whlsl-contact .whlsl-contact-container {
      width: 100%;
      height: 100%;
      max-height: 56.250px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .whlsl-contact .call {
      width: 341px;
      min-height: 60px;
      max-height: 60px;
      background-color: #fbf8f5;
      margin-right: 0px;
      float: none;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
      position: relative;
      top: -5px; }
    .whlsl-contact .whlsl-contact-icon-call {
      height: 85%;
      width: 45px;
      margin-left: -25px; }
    .whlsl-contact .whlsl-contact-icon-email {
      height: 85%;
      width: 45px;
      margin-left: -5px; }
    .whlsl-contact .whlsl-contact-text {
      height: 90%;
      width: 100%; }
    .whlsl-contact .whlsl-contact-p {
      font-family: 'Roboto', sans-serif;
      font-weight: 800;
      font-size: 14px;
      line-height: 1.2;
      margin: 0 0 0 15px;
      letter-spacing: 0.25px;
      color: #000;
      text-align: left; }
    .whlsl-contact .email {
      width: 341px;
      min-height: 60px;
      max-height: 60px;
      background-color: #fbf8f5;
      margin-left: 0px;
      float: none;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
      position: relative;
      top: 5px; }
  #whlsl-contact-reps {
    margin-top: 0%;
    height: 200px; }
  .whlsl-s2 {
    height: 503vw;
    width: 97vw;
    margin-left: 1.5vw;
    margin-top: 1.5vw;
    margin-bottom: 1.5%; }
    .whlsl-s2 .whlsl-s2-c1 {
      width: 100%;
      height: 200vw;
      margin-right: 0%;
      margin-left: 0%;
      margin-bottom: 1.5%; }
      .whlsl-s2 .whlsl-s2-c1 .whlsl-s2-c1-top-row {
        height: 48.5vw;
        width: 100%;
        margin-top: 0%;
        margin-bottom: 1.5vw; }
    .whlsl-s2 .whlsl-s2-c2 {
      width: 100%;
      height: 301.5vw;
      margin-right: 0%;
      margin-left: 0%;
      margin-top: 0%;
      margin-bottom: 1.5%; }
      .whlsl-s2 .whlsl-s2-c2 .whlsl-s2-c2-top-row {
        height: 150vw;
        margin-bottom: 1.5vw; }
        .whlsl-s2 .whlsl-s2-c2 .whlsl-s2-c2-top-row #whlsl-new-info-box {
          position: relative;
          top: 75vw; }
        .whlsl-s2 .whlsl-s2-c2 .whlsl-s2-c2-top-row #whlsl-new-img-box {
          position: relative;
          top: -75vw; }
      .whlsl-s2 .whlsl-s2-c2 .whlsl-s2-c2-bottom-row {
        height: 150vw;
        margin-bottom: 0vw;
        margin-top: 0vw; }
        .whlsl-s2 .whlsl-s2-c2 .whlsl-s2-c2-bottom-row #whlsl-featured-info-box {
          position: relative;
          top: 75vw; }
        .whlsl-s2 .whlsl-s2-c2 .whlsl-s2-c2-bottom-row #whlsl-featured-img-box {
          position: relative;
          top: -75vw; }
  .whlsl-s3 {
    height: 200vw;
    width: 97vw;
    margin-left: 1.5vw;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw; }
    .whlsl-s3 .whlsl-s3-c1 {
      height: 150vw;
      width: 100%;
      margin-bottom: 1.5vw; }
      .whlsl-s3 .whlsl-s3-c1 #whlsl-terms-info-box {
        float: left !important; }
      .whlsl-s3 .whlsl-s3-c1 #whlsl-terms-img-box {
        float: right !important; }
    .whlsl-s3 .whlsl-s3-c2 {
      height: 48.5vw;
      width: 100%;
      margin-top: 0%;
      margin-bottom: 1.5vw; }
  .whlsl-s4 {
    height: 600px; }
    .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider {
      width: 360px;
      height: 525px; }
      .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card {
        height: 500px;
        min-height: 500px;
        max-height: 500px;
        min-width: 340px;
        max-width: 340px;
        width: 340px; }
  .whlsl-s5 {
    height: 302vw;
    width: 97vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    margin-top: 1.5vw; }
    .whlsl-s5 .whlsl-s5-c1 {
      height: 150vw;
      width: 100%;
      margin-bottom: 1.5vw; }
      .whlsl-s5 .whlsl-s5-c1 #whlsl-benefits-info-box {
        position: relative;
        top: 75vw; }
      .whlsl-s5 .whlsl-s5-c1 #whlsl-benefits-img-box {
        position: relative;
        height: 75vw;
        top: -75vw; }
    .whlsl-s5 .whlsl-s5-c2 {
      height: 150vw;
      width: 100%;
      margin-top: 0%;
      margin-bottom: 0%; }
  .whlsl-s6 {
    height: 305vw;
    width: 97vw;
    margin-left: 1.5vw;
    margin-top: 1.5vw;
    margin-bottom: 0%; }
    .whlsl-s6 .whlsl-s6-c2 {
      float: left;
      width: 100%;
      height: 201.5vw;
      margin-right: 0%;
      margin-left: 0%;
      margin-top: 0%;
      margin-bottom: 1.5vw;
      z-index: 100;
      top: -100.5vw; }
      .whlsl-s6 .whlsl-s6-c2 .whlsl-s6-c2-top-row {
        height: 150vw;
        margin-bottom: 1.5vw; }
      .whlsl-s6 .whlsl-s6-c2 .whlsl-s6-c2-bottom-row {
        height: 50vw;
        margin-top: 0vw;
        margin-bottom: 1.5vw; }
    .whlsl-s6 .whlsl-s6-c1 {
      width: 100%;
      height: 100vw;
      margin-right: 0%;
      margin-left: 0%;
      margin-bottom: 0%;
      z-index: 50;
      top: 202.5vw; }
      .whlsl-s6 .whlsl-s6-c1 .whlsl-s6-c1-top-row {
        height: 50vw;
        width: 100%;
        margin-top: 0%;
        margin-bottom: 1.5vw; }
      .whlsl-s6 .whlsl-s6-c1 .whlsl-s6-c1-bottom-row {
        height: 50vw;
        width: 100%;
        margin-top: 0%;
        margin-bottom: 0%; }
  .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider {
    width: 360px;
    height: 475px; }
    .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card {
      height: 450px;
      min-height: 450px;
      max-height: 450px;
      min-width: 340px;
      max-width: 340px;
      width: 340px; }
      .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card .whlsl-blog-card-info-container .whlsl-blog-card-title {
        width: 95%;
        font-size: 18px; }
      .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card .whlsl-blog-card-info-container .whlsl-blog-card-summary {
        width: 92.5%;
        font-size: 14px; }
  .whlsl-s8 {
    width: 97vw;
    height: 103vw;
    margin-left: 1.5vw;
    margin-top: 1.5vw; }
    .whlsl-s8 .whlsl-s8-c1 {
      height: 50vw;
      margin-bottom: 1.5vw; }
    .whlsl-s8 .whlsl-s8-c2 {
      height: 150vw;
      width: 100%;
      margin-top: 0%;
      margin-bottom: 0%; }
  .whlsl-s9 {
    height: 302vw;
    width: 97vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    margin-top: 1.5vw; }
    .whlsl-s9 .whlsl-s9-c1 {
      height: 150vw;
      width: 100%;
      margin-bottom: 1.5vw; }
      .whlsl-s9 .whlsl-s9-c1 #whlsl-benefits-info-box {
        position: relative;
        top: 75vw; }
      .whlsl-s9 .whlsl-s9-c1 #whlsl-benefits-img-box {
        position: relative;
        height: 75vw;
        top: -75vw; }
    .whlsl-s9 .whlsl-s9-c2 {
      height: 150vw;
      width: 100%;
      margin-top: 0%;
      margin-bottom: 0%; } }

@media screen and (max-width: 389px) {
  .slider-title {
    font-size: 24px !important; }
  .slider-left {
    left: 0.5%; }
  .slider-right {
    right: 0.5%; }
  .whlsl-hero .whlsl-hero-title {
    font-size: 1.75rem; }
  .whlsl-s4 {
    height: 575px; }
    .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider {
      width: 350px;
      height: 500px; }
      .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card {
        height: 475px;
        min-height: 475px;
        max-height: 475px;
        min-width: 330px;
        max-width: 330px;
        width: 330px; }
  .whlsl-s7 {
    height: 550px; }
    .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider {
      width: 350px;
      height: 450px; }
      .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card {
        height: 425px;
        min-height: 425px;
        max-height: 425px;
        min-width: 330px;
        max-width: 330px;
        width: 330px; } }

@media screen and (max-width: 359px) {
  .whlsl-benefit-title {
    font-size: 1.6rem; }
  .slider-title {
    padding-left: 10%;
    padding-right: 10%; }
  .slider-left {
    left: 0.25%; }
  .slider-right {
    right: 0.25%; }
  .whlsl-hero .whlsl-hero-title {
    font-size: 1.5rem; }
  .whlsl-contact .call {
    width: 95%;
    min-height: 60px;
    max-height: 60px;
    background-color: #fbf8f5;
    margin-right: 0px;
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    position: relative;
    top: -5px; }
  .whlsl-contact .whlsl-contact-icon-call {
    width: 35px;
    margin-left: -35px; }
  .whlsl-contact .whlsl-contact-icon-email {
    width: 35px;
    margin-left: -5px; }
  .whlsl-contact .whlsl-contact-text {
    width: 100%; }
  .whlsl-contact .whlsl-contact-p {
    line-height: 1.15;
    margin: 0 0 0 7.5px;
    letter-spacing: 0.25px; }
  .whlsl-contact .email {
    width: 95%;
    min-height: 60px;
    max-height: 60px;
    background-color: #fbf8f5;
    margin-left: 0px;
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    position: relative;
    top: 5px; }
  .whlsl-s4 {
    height: 550px; }
    .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider {
      width: 320px;
      height: 475px; }
      .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card {
        height: 450px;
        min-height: 450px;
        max-height: 450px;
        min-width: 300px;
        max-width: 300px;
        width: 300px; }
        .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container .whlsl-rep-card-name {
          font-size: 24px;
          line-height: 24px; }
        .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container .whlsl-rep-card-job-title {
          font-size: 18px; }
        .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-2 .whlsl-rep-card-name {
          font-size: 24px;
          line-height: 24px; }
        .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-2 .whlsl-rep-card-job-title {
          font-size: 18px; }
        .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-3 .whlsl-rep-card-name {
          font-size: 28px; }
        .whlsl-s4 .whlsl-rep-wrapper .whlsl-rep-slider .whlsl-rep-card .whlsl-rep-card-info-container-3 .whlsl-rep-card-job-title {
          font-size: 18px; }
  .whlsl-s7 {
    height: 675px; }
    .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider {
      width: 320px;
      height: 425px; }
      .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card {
        height: 400px;
        min-height: 400px;
        max-height: 400px;
        min-width: 300px;
        max-width: 300px;
        width: 300px; }
        .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card .whlsl-blog-card-info-container .whlsl-blog-card-title {
          width: 92.5%;
          font-size: 16px; }
        .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card .whlsl-blog-card-info-container .whlsl-blog-card-summary {
          width: 92.5%;
          font-size: 14px; }
        .whlsl-s7 .whlsl-blog-wrapper .whlsl-blog-slider .whlsl-blog-card .whlsl-blog-card-info-container .whlsl-blog-card-button {
          bottom: 3.75%; } }

.job-page-header {
  height: 0;
  padding: 0; }

.job-page-header-section {
  background-color: #EDECEA;
  height: calc(820px + 1.5rem);
  min-height: calc(820px + 1.5rem);
  max-height: calc(820px + 1.5rem);
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-flex-flow: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  top: 0rem; }
  .job-page-header-section .job-header-hero {
    width: 100%;
    height: 672.6px;
    min-height: 672.6px;
    max-height: 672.6px;
    position: absolute;
    top: -1.5rem;
    left: 0%;
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/images/stencil/original/image-manager/employment-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .job-page-header-section .job-header-text-container {
    height: 240px;
    min-height: 240px;
    max-height: 240px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    bottom: 0%;
    top: unset;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    background-color: #EDECEA; }
    .job-page-header-section .job-header-text-container .job-page-title {
      font-size: 3.5rem;
      font-weight: 600;
      font-family: "Roboto", sans-serif;
      letter-spacing: 0.075rem;
      margin: 0 0 0 0;
      padding: 0 0 0 0;
      width: 100%; }
    .job-page-header-section .job-header-text-container .job-page-subtitle {
      font-size: 1.35rem;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      line-height: 1.35;
      margin: 0 0 0 0;
      padding-left: 10%;
      padding-right: 10%;
      width: 100%; }
    .job-page-header-section .job-header-text-container .open-jobs-span {
      font-style: italic; }

.open-jobs {
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px; }
  .open-jobs .open-job-carousel {
    height: 500px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-flex-flow: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; }
    .open-jobs .open-job-carousel #next-job-circle {
      top: 200px !important;
      right: 4.5vw !important; }
    .open-jobs .open-job-carousel #prev-job-circle {
      top: 200px !important;
      left: 4.5vw !important; }
    .open-jobs .open-job-carousel .mrh-open-job-wrapper {
      height: 500px;
      width: 1700px;
      position: relative;
      top: -5.5%;
      left: unset;
      right: 0%;
      display: flex;
      -webkit-flex-flow: column;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      min-width: unset;
      z-index: 20; }
      .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card {
        height: 500px;
        max-height: 500px;
        min-height: 500px;
        width: 400px;
        max-width: 400px;
        min-width: 400px;
        background-color: #EDECEA;
        margin-right: 12.5px;
        margin-left: 12.5px;
        overflow: visible;
        z-index: 100; }
        .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-img-container {
          height: 52.5%;
          width: 100%;
          background-color: #EDECEA;
          overflow: hidden;
          border-top-left-radius: 3px;
          border-top-right-radius: 3px; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-img-container .job-img {
            min-width: 100%;
            width: auto;
            height: 100%; }
        .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container {
          background-color: #EDECEA;
          height: 45%;
          width: 400px;
          position: absolute;
          top: 52.5%;
          border-bottom-left-radius: 3px;
          border-bottom-right-radius: 3px; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-title {
            margin-top: 2.5%;
            margin-left: 5.5%;
            margin-right: 5.5%;
            margin-bottom: 1.5%;
            font-weight: bolder;
            font-size: 1.5rem;
            font-family: "Roboto", sans-serif;
            text-transform: uppercase; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-rate {
            margin-top: 0%;
            margin-left: 2.5%;
            margin-right: 2.5%;
            margin-bottom: 0%;
            font-size: 1.25rem;
            font-weight: 600;
            font-family: "Roboto", sans-serif; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-card-button-apply {
            background-color: rgba(0, 0, 0, 0.9);
            width: 35%;
            height: 3rem;
            margin-left: 12.5%;
            margin-right: 0;
            margin-top: 5%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-radius: 3px;
            float: left; }
            .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-card-button-apply .job-button-text {
              color: white;
              font-weight: bold;
              font-size: 1.25rem; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-card-button-learn {
            background-color: rgba(0, 0, 0, 0.9);
            width: 35%;
            height: 3rem;
            margin-right: 12.5%;
            margin-top: 5%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-radius: 3px;
            float: right; }
            .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-card-button-learn .job-button-text {
              color: white;
              font-weight: bold;
              font-size: 1.25rem; }
  .open-jobs .apply-text-button-container {
    /* height: 175px; */
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px; }
    .open-jobs .apply-text-button-container .apply-text {
      font-size: 2.75rem;
      font-family: Roboto, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0 0 0 0;
      padding: 0 0 0 0; }
    .open-jobs .apply-text-button-container .apply-link-button {
      width: 200px;
      height: 50px;
      background-color: #000000;
      color: #ffffff;
      font-size: 1.5rem;
      font-family: Roboto, sans-serif;
      font-weight: bold;
      text-align: center;
      justify-content: center;
      align-items: center;
      display: flex;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      border-radius: 3px;
      margin-top: 25px;
      margin-left: calc((100vw / 2) - 100px);
      margin-right: calc((100vw / 2) - 100px); }

.job-blocks {
  background-color: #D6D4C8;
  margin-top: 0vw;
  margin-bottom: 1vw;
  width: 100%;
  height: 50vw;
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 0; }
  .job-blocks .job-info-title {
    font-weight: bold;
    line-height: 1;
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif; }
  .job-blocks .job-info-text {
    line-height: 1.25;
    margin-top: 7.5px;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: 2.5%;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif; }
  .job-blocks .jb-c1 {
    width: 49.25%;
    height: 49vw;
    margin-left: 0.5%;
    margin-right: 0.25%;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    float: left;
    background-color: #D6D4C8; }
  .job-blocks .jb-c1.lazyloaded {
    background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/100-best-green-companies-learn-more-mrh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
  .job-blocks .jb-c2 {
    width: 49.25%;
    height: 49vw;
    margin-right: 0.5%;
    margin-left: 0.25%;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    float: right;
    background-color: #D6D4C8;
    overflow: hidden; }
    .job-blocks .jb-c2 .jb-c2-row-top {
      height: 49.5%;
      width: 100%;
      margin-bottom: 1%;
      overflow: hidden; }
    .job-blocks .jb-c2 .jb-c2-row-top.lazyloaded {
      background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/fieldworker.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 103%; }
    .job-blocks .jb-c2 .jb-c2-row-bottom {
      height: 49.5%;
      margin-top: 1%;
      width: 100%;
      background-color: #EDECEA;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: left; }
      .job-blocks .jb-c2 .jb-c2-row-bottom .jb-c2-title-container {
        width: 95%;
        height: 10%; }
      .job-blocks .jb-c2 .jb-c2-row-bottom .jb-c2-text-scroll {
        width: 95%;
        height: 75%;
        overflow-y: scroll; }

.grey-link {
  color: darkgray;
  text-decoration: underline; }

.success-stories {
  height: 40px;
  overflow: hidden;
  margin-bottom: 30px; }
  .success-stories .success-text-container {
    height: 20vh;
    min-height: 240px;
    max-height: 20vh;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    position: relative;
    left: 0%;
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-flex-flow: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; }
    .success-stories .success-text-container .job-page-title {
      font-size: 3.5rem;
      font-weight: 600;
      font-family: "Roboto", sans-serif;
      letter-spacing: 0.075rem;
      margin: 0 0 0 0;
      padding: 0 0 0 0;
      width: 100%;
      text-transform: uppercase; }
    .success-stories .success-text-container .job-page-subtitle {
      font-size: 1.5rem;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      line-height: 1.5;
      margin: 0 0 0 0;
      padding-left: 10%;
      padding-right: 10%;
      width: 100%; }
  .success-stories .success-stories-carousel {
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-flex-flow: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; }
    .success-stories .success-stories-carousel #prev-success-circle {
      left: 5vw; }
    .success-stories .success-stories-carousel #next-success-circle {
      right: 5vw; }
    .success-stories .success-stories-carousel .transparency-link {
      position: absolute;
      top: 95%;
      font-weight: 500;
      line-height: 1;
      margin-top: 0%;
      margin-bottom: 0%;
      font-size: 1.5rem;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif; }
    .success-stories .success-stories-carousel .transparency-link:hover {
      text-decoration: underline;
      color: #611400; }
    .success-stories .success-stories-carousel .mrh-success-story-wrapper {
      height: 605px;
      width: 1576px;
      min-width: unset;
      position: relative;
      top: -2.5%;
      left: unset;
      right: 0%;
      display: flex;
      flex-direction: column;
      -webkit-flex-flow: column;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex; }
      .success-stories .success-stories-carousel .mrh-success-story-wrapper .success-story-card {
        height: 605px;
        max-height: 605px;
        min-height: 605px;
        width: 369px;
        max-width: 369px;
        min-width: 369px;
        background-color: #EDECEA;
        margin-right: 12.5px;
        margin-left: 12.5px;
        overflow: visible;
        z-index: 100; }
        .success-stories .success-stories-carousel .mrh-success-story-wrapper .success-story-card .staff-img-container {
          height: 47.5%;
          width: 100%;
          overflow: hidden; }
          .success-stories .success-stories-carousel .mrh-success-story-wrapper .success-story-card .staff-img-container .staff-img {
            min-height: 100%;
            width: 100%; }
        .success-stories .success-stories-carousel .mrh-success-story-wrapper .success-story-card .staff-text-container {
          height: 52.5%;
          width: 100%;
          position: relative;
          align-items: center;
          justify-content: center;
          text-align: center;
          display: flex;
          flex-direction: column;
          -webkit-flex-flow: column;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex; }
          .success-stories .success-stories-carousel .mrh-success-story-wrapper .success-story-card .staff-text-container .staff-name {
            margin-top: 0;
            margin-bottom: 0;
            margin-right: 2.5%;
            margin-left: 2.5%;
            text-transform: uppercase;
            font-family: Roboto, sans-serif;
            font-weight: bold;
            position: absolute;
            top: 5%; }
          .success-stories .success-stories-carousel .mrh-success-story-wrapper .success-story-card .staff-text-container .staff-title {
            margin-top: 0;
            margin-bottom: 0;
            margin-right: 2.5%;
            margin-left: 2.5%;
            text-transform: uppercase;
            font-family: Roboto, sans-serif;
            font-weight: bold;
            position: absolute;
            top: 15%; }
          .success-stories .success-stories-carousel .mrh-success-story-wrapper .success-story-card .staff-text-container .staff-text {
            margin-top: 0;
            margin-bottom: 5%;
            margin-right: 5%;
            margin-left: 5%;
            font-family: Roboto, sans-serif;
            position: absolute;
            top: 23%;
            line-height: 1.5;
            font-size: 15px; }

@media screen and (max-width: 1920px) {
  .open-jobs .open-job-carousel #prev-job-circle {
    left: 0.5vw !important; }
  .open-jobs .open-job-carousel #next-job-circle {
    right: 0.5vw !important; }
  .success-stories .success-text-container .job-page-title {
    font-size: 3.5rem; } }

@media screen and (max-width: 1850px) {
  .job-page-header-section .job-header-text-container .job-page-title {
    font-size: 3.5rem; }
  .job-page-header-section .job-header-text-container .job-page-subtitle {
    line-height: 1.25;
    font-size: 1.25rem;
    padding-left: 7.5%;
    padding-right: 7.5%; }
  .success-stories {
    height: 1000px; }
    .success-stories .success-text-container {
      min-height: 215px;
      height: 17.5vh; }
      .success-stories .success-text-container .job-page-title {
        font-size: 3.5rem; }
      .success-stories .success-text-container .job-page-subtitle {
        line-height: 1.25;
        font-size: 1.25rem;
        padding-left: 7.5%;
        padding-right: 7.5%; }
    .success-stories .success-stories-carousel #prev-success-circle {
      left: 1.5vw; }
    .success-stories .success-stories-carousel #next-success-circle {
      right: 1.5vw; } }

@media screen and (max-width: 1750px) {
  .job-page-header-section {
    height: 730px;
    min-height: 730px;
    max-height: 730px; }
    .job-page-header-section .job-header-hero {
      height: 552.6px;
      min-height: 552.6px;
      max-height: 552.6px; }
  .open-jobs .open-job-carousel #prev-job-circle {
    left: 5vw !important; }
  .open-jobs .open-job-carousel #next-job-circle {
    right: 5vw !important; }
  .open-jobs .open-job-carousel .mrh-open-job-wrapper {
    width: 1275px; }
    .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card {
      width: 400px;
      max-width: 400px;
      min-width: 400px; }
  .open-jobs .apply-text-button-container .apply-text {
    font-size: 2.5rem; }
  .job-blocks .job-info-text {
    font-size: 1.3rem; } }

@media screen and (max-width: 1650px) {
  .success-stories .success-stories-carousel #prev-success-circle {
    left: 5vw; }
  .success-stories .success-stories-carousel #next-success-circle {
    right: 5vw; }
  .success-stories .success-stories-carousel .mrh-success-story-wrapper {
    width: 1182px;
    min-width: 1182px;
    max-width: 1182px; } }

@media screen and (max-width: 1550px) {
  .job-blocks .job-info-title {
    font-size: 1.75rem; }
  .job-blocks .job-info-text {
    font-size: 1.15rem; } }

@media screen and (max-width: 1450px) {
  .job-page-header-section .job-header-text-container .job-page-title {
    font-size: 3.5rem; }
  .job-page-header-section .job-header-text-container .job-page-subtitle {
    font-size: 1.25rem; }
  .open-jobs .open-job-carousel #prev-job-circle {
    left: 1.5vw !important; }
  .open-jobs .open-job-carousel #next-job-circle {
    right: 1.5vw !important; }
  .success-stories .success-text-container .job-page-title {
    font-size: 3.5rem; }
  .success-stories .success-text-container .job-page-subtitle {
    font-size: 1.25rem; }
  .success-stories .success-stories-carousel #prev-success-circle {
    left: 1.5vw; }
  .success-stories .success-stories-carousel #next-success-circle {
    right: 1.5vw; } }

@media screen and (max-width: 1350px) {
  .job-page-header-section {
    height: 690px;
    min-height: 690px;
    max-height: 690px; }
    .job-page-header-section .job-header-hero {
      height: 512.6px;
      min-height: 512.6px;
      max-height: 512.6px; }
    .job-page-header-section .job-header-text-container .job-page-title {
      font-size: 3.25rem; }
    .job-page-header-section .job-header-text-container .job-page-subtitle {
      line-height: 1.15;
      font-size: 1.15rem;
      padding-left: 7.5%;
      padding-right: 7.5%; }
  .open-jobs .open-job-carousel #prev-job-circle {
    left: 0.5vw !important; }
  .open-jobs .open-job-carousel #next-job-circle {
    right: 0.5vw !important; }
  .success-stories .job-header-text-container .job-page-title {
    font-size: 3rem; }
  .success-stories .job-header-text-container .job-page-subtitle {
    line-height: 1.15;
    font-size: 1.15rem;
    padding-left: 7.5%;
    padding-right: 7.5%; } }

@media screen and (max-width: 1275px) {
  .open-jobs .open-job-carousel #prev-job-circle {
    left: 5vw !important; }
  .open-jobs .open-job-carousel #next-job-circle {
    right: 5vw !important; }
  .open-jobs .open-job-carousel .mrh-open-job-wrapper {
    width: 850px; }
    .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card {
      width: 400px;
      max-width: 400px;
      min-width: 400px; }
  .open-jobs .apply-text-button-container .apply-text {
    font-size: 2rem;
    margin-top: 15px; }
  .job-blocks .job-info-title {
    font-size: 1.5rem; }
  .job-blocks .job-info-text {
    font-size: 1rem; }
  .success-stories .success-stories-carousel #prev-success-circle {
    left: 5vw; }
  .success-stories .success-stories-carousel #next-success-circle {
    right: 5vw; }
  .success-stories .success-stories-carousel .mrh-success-story-wrapper {
    width: 788px;
    min-width: 788px;
    max-width: 788px; } }

@media screen and (max-width: 1050px) {
  .job-page-header-section {
    height: 605px;
    min-height: 605px;
    max-height: 605px; }
    .job-page-header-section .job-header-hero {
      height: 450px;
      min-height: 450px;
      max-height: 450px; }
    .job-page-header-section .job-header-text-container {
      height: 175px;
      min-height: 175px;
      max-height: 175px;
      bottom: 1.25rem; }
      .job-page-header-section .job-header-text-container .job-page-title {
        font-size: 2.75rem; }
      .job-page-header-section .job-header-text-container .job-page-subtitle {
        line-height: 1.05;
        font-size: 1.05rem;
        padding-left: 7.5%;
        padding-right: 7.5%; }
  .open-jobs .open-job-carousel #prev-job-circle {
    left: 1.5vw !important; }
  .open-jobs .open-job-carousel #next-job-circle {
    right: 1.5vw !important; }
  .job-blocks .job-info-title {
    font-size: 1.25rem; }
  .success-stories .success-text-container {
    min-height: 210px;
    height: 17.5vh; }
    .success-stories .success-text-container .job-page-title {
      font-size: 2.75rem; }
    .success-stories .success-text-container .job-page-subtitle {
      line-height: 1.05;
      font-size: 1.05rem;
      padding-left: 7.5%;
      padding-right: 7.5%; } }

@media screen and (max-width: 950px) {
  .job-page-header-section {
    height: 560px;
    min-height: 560px;
    max-height: 560px; }
    .job-page-header-section .job-header-hero {
      height: 400px;
      min-height: 400px;
      max-height: 400px; }
    .job-page-header-section .job-header-text-container {
      height: 175px;
      min-height: 175px;
      max-height: 175px;
      bottom: 1.25rem; }
      .job-page-header-section .job-header-text-container .job-page-title {
        font-size: 2.75rem; }
      .job-page-header-section .job-header-text-container .job-page-subtitle {
        line-height: 1.05;
        font-size: 1.05rem;
        padding-left: 7.5%;
        padding-right: 7.5%; }
  .success-stories .success-stories-carousel #prev-success-circle {
    left: 1.5vw; }
  .success-stories .success-stories-carousel #next-success-circle {
    right: 1.5vw; } }

@media screen and (max-width: 850px) {
  .open-jobs .open-job-carousel {
    height: 425px; }
    .open-jobs .open-job-carousel #prev-job-circle {
      left: 0.5vw !important;
      top: 140px !important; }
    .open-jobs .open-job-carousel #next-job-circle {
      right: 0.5vw !important;
      top: 140px !important; }
    .open-jobs .open-job-carousel .mrh-open-job-wrapper {
      width: 750px;
      height: 450px; }
      .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card {
        height: 450px;
        min-height: 450px;
        max-height: 450px;
        width: 350px;
        max-width: 350px;
        min-width: 350px; }
        .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-img-container {
          height: 50%;
          width: 100%;
          background-color: #EDECEA;
          overflow: hidden;
          border-top-left-radius: 3px;
          border-top-right-radius: 3px; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-img-container .job-img {
            min-width: 100%;
            width: auto;
            height: 100%; }
        .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container {
          background-color: #EDECEA;
          height: 50%;
          width: 350px;
          position: absolute;
          top: 50%;
          border-bottom-left-radius: 3px;
          border-bottom-right-radius: 3px; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-title {
            margin-top: 2.5%;
            margin-left: 5.5%;
            margin-right: 5.5%;
            margin-bottom: 1.5%;
            font-weight: bolder;
            font-size: 1.5rem;
            font-family: "Roboto", sans-serif; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-rate {
            margin-top: 0%;
            margin-left: 2.5%;
            margin-right: 2.5%;
            margin-bottom: 0%;
            font-size: 1.25rem;
            font-weight: 600;
            font-family: "Roboto", sans-serif; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-card-button-apply {
            background-color: rgba(0, 0, 0, 0.9);
            width: 40%;
            height: 3rem;
            margin-left: 8%;
            margin-right: 0;
            margin-top: 5%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-radius: 3px;
            float: left; }
            .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-card-button-apply .job-button-text {
              color: white;
              font-weight: bold;
              font-size: 1rem; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-card-button-learn {
            background-color: rgba(0, 0, 0, 0.9);
            width: 40%;
            height: 3rem;
            margin-right: 8%;
            margin-top: 5%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-radius: 3px;
            float: right; }
            .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-card-button-learn .job-button-text {
              color: white;
              font-weight: bold;
              font-size: 1rem; }
  .open-jobs .apply-text-button-container .apply-text {
    font-size: 1.75rem;
    margin-top: 32.5px; }
  .job-blocks .job-info-text {
    font-size: 15px; }
  .success-stories {
    height: 775px;
    min-height: 775px;
    max-height: 775px; }
    .success-stories .success-stories-carousel {
      height: 475px;
      min-height: 475px;
      max-height: 475px; }
      .success-stories .success-stories-carousel #prev-success-circle {
        left: 5vw; }
      .success-stories .success-stories-carousel #next-success-circle {
        right: 5vw; }
      .success-stories .success-stories-carousel .transparency-link {
        top: 102.5%;
        font-size: 1.25rem; }
      .success-stories .success-stories-carousel .mrh-success-story-wrapper {
        width: 603.5px;
        min-width: 603.5px;
        max-width: 603.5px;
        height: 453.75px;
        min-height: 453.75px;
        max-height: 453.75px; }
        .success-stories .success-stories-carousel .mrh-success-story-wrapper .success-story-card {
          height: 453.75px;
          min-height: 453.75px;
          max-height: 453.75px;
          width: 276.75px;
          min-width: 276.75px;
          max-width: 276.75px; }
          .success-stories .success-stories-carousel .mrh-success-story-wrapper .success-story-card .staff-img-container {
            height: 45%;
            width: 100%;
            overflow: hidden; }
            .success-stories .success-stories-carousel .mrh-success-story-wrapper .success-story-card .staff-img-container .staff-img {
              min-height: 100%;
              width: 100%; }
          .success-stories .success-stories-carousel .mrh-success-story-wrapper .success-story-card .staff-text-container {
            height: 55%;
            width: 100%;
            position: relative;
            align-items: center;
            justify-content: center;
            text-align: center;
            display: flex;
            flex-direction: column;
            -webkit-flex-flow: column;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex; }
            .success-stories .success-stories-carousel .mrh-success-story-wrapper .success-story-card .staff-text-container .staff-name {
              margin-top: 0;
              margin-bottom: 0;
              margin-right: 2.5%;
              margin-left: 2.5%;
              text-transform: uppercase;
              font-family: Roboto, sans-serif;
              font-weight: bold;
              position: absolute;
              top: 2.5%;
              font-size: 1.5rem; }
            .success-stories .success-stories-carousel .mrh-success-story-wrapper .success-story-card .staff-text-container .staff-title {
              margin-top: 0;
              margin-bottom: 0;
              margin-right: 2.5%;
              margin-left: 2.5%;
              text-transform: uppercase;
              font-family: Roboto, sans-serif;
              font-weight: bold;
              position: absolute;
              top: 14%;
              font-size: 10.5px; }
            .success-stories .success-stories-carousel .mrh-success-story-wrapper .success-story-card .staff-text-container .staff-text {
              margin-top: 0;
              margin-bottom: 5%;
              margin-right: 5%;
              margin-left: 5%;
              font-family: Roboto, sans-serif;
              position: absolute;
              top: 20.5%;
              line-height: 1.25;
              font-size: 14px; } }

@media screen and (max-width: 767px) {
  .job-page-header-section {
    height: 510px;
    min-height: 510px;
    max-height: 510px; }
    .job-page-header-section .job-header-hero {
      height: 350px;
      min-height: 350px;
      max-height: 350px; }
    .job-page-header-section .job-header-text-container {
      bottom: 1rem; }
  .open-jobs .open-job-carousel {
    height: 400px; }
    .open-jobs .open-job-carousel #prev-job-circle {
      left: 0.5vw !important; }
    .open-jobs .open-job-carousel #next-job-circle {
      right: 0.5vw !important; }
    .open-jobs .open-job-carousel .mrh-open-job-wrapper {
      top: -7.5%;
      width: 650px;
      height: 400px; }
      .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card {
        height: 400px;
        width: 300px;
        max-width: 300px;
        min-width: 300px; }
        .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-img-container {
          height: 45%;
          width: 100%;
          background-color: #EDECEA;
          overflow: hidden;
          border-top-left-radius: 3px;
          border-top-right-radius: 3px; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-img-container .job-img {
            min-width: 100%;
            width: auto;
            height: 100%; }
        .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container {
          background-color: #EDECEA;
          height: 55%;
          width: 300px;
          position: absolute;
          top: 45%;
          border-bottom-left-radius: 3px;
          border-bottom-right-radius: 3px; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-title {
            margin-top: 2.5%;
            margin-left: 5.5%;
            margin-right: 5.5%;
            margin-bottom: 1.5%;
            font-weight: bolder;
            font-size: 1.5rem;
            font-family: "Roboto", sans-serif; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-rate {
            margin-top: 0%;
            margin-left: 2.5%;
            margin-right: 2.5%;
            margin-bottom: 0%;
            font-size: 1.15rem;
            font-weight: 600;
            font-family: "Roboto", sans-serif; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-card-button-apply {
            background-color: rgba(0, 0, 0, 0.9);
            width: 40%;
            height: 2.5rem;
            margin-left: 8%;
            margin-right: 0;
            margin-top: 5%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-radius: 3px;
            float: left; }
            .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-card-button-apply .job-button-text {
              color: white;
              font-weight: bold;
              font-size: 0.9rem; }
          .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-card-button-learn {
            background-color: rgba(0, 0, 0, 0.9);
            width: 40%;
            height: 2.5rem;
            margin-right: 8%;
            margin-top: 5%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-radius: 3px;
            float: right; }
            .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container .job-card-button-learn .job-button-text {
              color: white;
              font-weight: bold;
              font-size: 0.9rem; }
  .success-stories .success-text-container {
    min-height: 200px;
    height: 15vh; }
    .success-stories .success-text-container .job-page-title {
      font-size: 2.25rem; }
    .success-stories .success-text-container .job-page-subtitle {
      line-height: 1.1;
      font-size: 1rem;
      padding-left: 2.5%;
      padding-right: 2.5%; }
  .success-stories .success-stories-carousel #prev-success-circle {
    left: 1vw; }
  .success-stories .success-stories-carousel #next-success-circle {
    right: 1vw; } }

@media screen and (max-width: 650px) {
  .job-page-header-section {
    height: 460px;
    min-height: 460px;
    max-height: 460px; }
    .job-page-header-section .job-header-hero {
      height: 275px;
      min-height: 275px;
      max-height: 275px; }
    .job-page-header-section .job-header-text-container {
      height: 202.6px;
      min-height: 202.6px;
      max-height: 202.6px; }
  .open-jobs .open-job-carousel {
    height: 400px; }
    .open-jobs .open-job-carousel #prev-job-circle {
      left: 5vw !important; }
    .open-jobs .open-job-carousel #next-job-circle {
      right: 5vw !important; }
    .open-jobs .open-job-carousel .mrh-open-job-wrapper {
      top: -7.5%;
      width: 350px;
      height: 400px; }
      .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card {
        height: 400px;
        min-height: 400px;
        max-height: 400px;
        width: 325px;
        max-width: 325px;
        min-width: 325px; }
        .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container {
          width: 325px; }
  .open-jobs .apply-text-button-container .apply-text {
    font-size: 1.75rem;
    margin-top: 10px;
    margin-left: 5vw;
    margin-right: 5vw; }
  .job-blocks {
    height: 196vw;
    margin-bottom: 0%; }
    .job-blocks .jb-c1 {
      width: 98%;
      height: 96vw;
      margin-left: 1%;
      margin-right: 1%;
      overflow: hidden;
      margin-top: 1vw;
      margin-bottom: 0%; }
    .job-blocks .jb-c2 {
      width: 98%;
      height: 98vw;
      margin-left: 1%;
      margin-right: 1%;
      overflow: hidden;
      margin-bottom: 0vw; }
      .job-blocks .jb-c2 .jb-c2-row-top {
        width: 100%;
        height: 48vw;
        margin-bottom: 0%;
        background-size: 105%;
        margin-bottom: 1vw; }
      .job-blocks .jb-c2 .jb-c2-row-bottom {
        height: 48vw;
        width: 100%;
        overflow: visible;
        margin-top: 0%;
        top: 0vw; }
  .success-stories {
    height: 800px;
    min-height: 800px;
    max-height: 800px; }
    .success-stories .success-stories-carousel #prev-success-circle {
      left: 5vw; }
    .success-stories .success-stories-carousel #next-success-circle {
      right: 5vw; }
    .success-stories .success-stories-carousel .mrh-success-story-wrapper {
      width: 301.75px;
      min-width: 301.75px;
      max-width: 301.75px; } }

@media screen and (max-width: 550px) {
  .job-page-header-section .job-header-hero {
    height: 250px;
    min-height: 250px;
    max-height: 250px; }
  .job-page-header-section .job-header-text-container {
    height: 227.6px;
    min-height: 227.6px;
    max-height: 227.6px; }
    .job-page-header-section .job-header-text-container .job-page-title {
      font-size: 2.5rem; }
    .job-page-header-section .job-header-text-container .job-page-subtitle {
      font-size: 1rem;
      line-height: 1.1; }
  .success-stories .success-text-container {
    min-height: 200px;
    height: 15vh; }
    .success-stories .success-text-container .job-page-title {
      font-size: 2.25rem; }
    .success-stories .success-text-container .job-page-subtitle {
      line-height: normal;
      font-size: 0.85rem;
      padding-left: 2.5%;
      padding-right: 2.5%; } }

@media screen and (max-width: 480px) {
  .job-page-header-section {
    height: 430px;
    min-height: 430px;
    max-height: 430px; }
    .job-page-header-section .job-header-hero {
      height: 200px;
      min-height: 200px;
      max-height: 200px; }
    .job-page-header-section .job-header-text-container {
      height: 252.6px;
      min-height: 252.6px;
      max-height: 252.6px; }
      .job-page-header-section .job-header-text-container .job-page-title {
        font-size: 2rem; }
      .job-page-header-section .job-header-text-container .job-page-subtitle {
        line-height: normal;
        font-size: 1rem; }
  .open-jobs .open-job-carousel {
    height: 400px; }
    .open-jobs .open-job-carousel #prev-job-circle {
      left: 1.5vw !important; }
    .open-jobs .open-job-carousel #next-job-circle {
      right: 1.5vw !important; }
    .open-jobs .open-job-carousel .mrh-open-job-wrapper {
      top: -7.5%;
      width: 350px;
      height: 400px; }
      .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card {
        height: 400px;
        width: 325px;
        max-width: 325px;
        min-width: 325px; }
  .success-stories {
    height: 850px;
    min-height: 850px;
    max-height: 850px; }
    .success-stories .success-text-container .job-page-title {
      font-size: 2rem; }
    .success-stories .success-text-container .job-page-subtitle {
      line-height: normal;
      font-size: 1rem; } }

@media screen and (max-width: 450px) {
  .job-page-header-section {
    height: 455px;
    min-height: 455px;
    max-height: 455px; }
    .job-page-header-section .job-header-text-container {
      height: 277.6px;
      min-height: 277.6px;
      max-height: 277.6px; } }

@media screen and (max-width: 400px) {
  .job-page-header-section {
    height: 435px;
    min-height: 435px;
    max-height: 435px; }
    .job-page-header-section .job-header-hero {
      height: 175px;
      min-height: 175px;
      max-height: 175px; }
    .job-page-header-section .job-header-text-container {
      height: 277.6px;
      min-height: 277.6px;
      max-height: 277.6px; }
      .job-page-header-section .job-header-text-container .job-page-title {
        font-size: 1.75rem; }
      .job-page-header-section .job-header-text-container .job-page-subtitle {
        line-height: normal;
        font-size: 1rem; }
  .open-jobs .open-job-carousel {
    height: 350px; }
    .open-jobs .open-job-carousel #prev-job-circle {
      left: 0.5vw !important; }
    .open-jobs .open-job-carousel #next-job-circle {
      right: 0.5vw !important; }
    .open-jobs .open-job-carousel .mrh-open-job-wrapper {
      top: -8%;
      width: 325px;
      height: 400px; }
      .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card {
        height: 400px;
        width: 300px;
        max-width: 300px;
        min-width: 300px; }
        .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container {
          width: 300px; }
  .open-jobs .apply-text-button-container .apply-text {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-left: 5vw;
    margin-right: 5vw; }
  .success-stories .success-text-container .job-page-title {
    font-size: 1.75rem; }
  .success-stories .success-text-container .job-page-subtitle {
    line-height: normal;
    font-size: 1rem; } }

@media screen and (max-width: 359px) {
  .job-page-header-section .job-header-hero {
    height: 150px;
    min-height: 150px;
    max-height: 150px; }
  .job-page-header-section .job-header-text-container {
    height: 300px;
    min-height: 300px;
    max-height: 300px; }
    .job-page-header-section .job-header-text-container .job-page-title {
      font-size: 1.5rem; }
    .job-page-header-section .job-header-text-container .job-page-subtitle {
      line-height: normal;
      font-size: 1rem; }
  .open-jobs .open-job-carousel {
    height: 300px; }
    .open-jobs .open-job-carousel #prev-job-circle {
      left: 0.5vw !important; }
    .open-jobs .open-job-carousel #next-job-circle {
      right: 0.5vw !important; }
    .open-jobs .open-job-carousel .mrh-open-job-wrapper {
      top: -9.5%;
      width: 300px;
      height: 350px; }
      .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card {
        height: 350px;
        min-height: 350px;
        max-height: 350px;
        width: 275px;
        max-width: 275px;
        min-width: 275px; }
        .open-jobs .open-job-carousel .mrh-open-job-wrapper .open-job-card .job-info-container {
          width: 275px; }
  .success-stories .success-text-container .job-page-title {
    font-size: 1.5rem; }
  .success-stories .success-text-container .job-page-subtitle {
    line-height: normal;
    font-size: 1rem; } }

.full-height-video-hero-with-animated-scroll-down {
  height: calc(100vh - 120px);
  padding: 0 1.5em;
  margin-bottom: 1.25em; }
  .full-height-video-hero-with-animated-scroll-down .inner-container {
    position: relative;
    height: 95%;
    overflow: hidden;
    border-radius: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .full-height-video-hero-with-animated-scroll-down .inner-container .inner-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 5px; }
    .full-height-video-hero-with-animated-scroll-down .inner-container .overlay-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 5px; }
      .full-height-video-hero-with-animated-scroll-down .inner-container .overlay-container .h1 {
        color: #FFFFFF;
        font-size: 3.5vh; }

#home-center-text-wrapper {
  padding-top: 145px;
  padding-bottom: 80px;
  margin: 0 auto;
  text-align: center; }
  #home-center-text-wrapper #grow-text-fade-in {
    margin: 0;
    font-size: 46px;
    line-height: 58px;
    text-align: center; }

#mrh-scroll-video-image-text-hero img, #mrh-scroll-video-image-text-hero video {
  display: inline-block;
  vertical-align: baseline; }

#mrh-scroll-video-image-text-hero a {
  background-color: transparent;
  color: #7ec6cc;
  text-decoration: none; }

#mrh-scroll-video-image-text-hero h1 {
  margin-left: 0;
  margin-right: 0; }

#mrh-scroll-video-image-text-hero img {
  border-style: initial;
  border-width: 0;
  max-width: 100%;
  vertical-align: middle; }

#mrh-scroll-video-image-text-hero p {
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0; }

.inherited-styles-for-exported-element-5 {
  font-size: 0.9vw;
  line-height: 1.2em; }

@media screen and (min-width: 1440px) {
  .inherited-styles-for-exported-element-5 {
    font-size: 13px; } }

@media screen and (min-width: 1920px) {
  .inherited-styles-for-exported-element-5 {
    font-size: 14px; } }

@media screen and (max-width: 991px) {
  .inherited-styles-for-exported-element-5 {
    font-size: 12px; } }

@media screen and (max-width: 767px) {
  .inherited-styles-for-exported-element-5 {
    font-size: 11px; }
  #mrh-scroll-video-image-text-hero p {
    line-height: 1.4em; } }

#mrh-scroll-video-image-text-hero .w-inline-block {
  max-width: 100%; }

#mrh-scroll-video-image-text-hero .w-background-video {
  color: #fff;
  overflow: hidden; }

#mrh-scroll-video-image-text-hero .heading {
  letter-spacing: -0.02em;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  z-index: 2; }

#mrh-scroll-video-image-text-hero .cover-image {
  object-fit: cover;
  z-index: 1; }

#mrh-scroll-video-image-text-hero ._3d-block, #mrh-scroll-video-image-text-hero .cover-image, #mrh-scroll-video-image-text-hero .w-background-video > video {
  height: 100%;
  position: absolute;
  width: 100%; }

#mrh-scroll-video-image-text-hero ._3d-block, #mrh-scroll-video-image-text-hero .image-animation-trigger {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }

#mrh-scroll-video-image-text-hero ._3d-block {
  bottom: 0;
  left: 0;
  perspective: 1000px;
  right: 0;
  top: 0;
  z-index: 8; }

#mrh-scroll-video-image-text-hero .image-animation-trigger {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2; }

#mrh-scroll-video-image-text-hero .animation-color-bg {
  background-color: #2f4a4c;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3; }

#mrh-scroll-video-image-text-hero .parallax-animation, #mrh-scroll-video-image-text-hero .while-scrolling-effect-absolute {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

#mrh-scroll-video-image-text-hero .parallax-animation {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#mrh-scroll-video-image-text-hero .while-scrolling-effect-absolute {
  overflow: hidden; }

#mrh-scroll-video-image-text-hero .button-2 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  height: 6em;
  justify-content: center;
  position: relative;
  width: 8em;
  z-index: 20; }

#mrh-scroll-video-image-text-hero .button-2-content, #mrh-scroll-video-image-text-hero .button-2-text {
  position: absolute;
  text-align: center; }

#mrh-scroll-video-image-text-hero .button-2-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 20; }

#mrh-scroll-video-image-text-hero .button-2-text {
  color: #7ec6cc;
  display: none;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2em;
  width: 8em; }

#mrh-scroll-video-image-text-hero .button-2-icon {
  font-size: 2em;
  height: 1em;
  object-fit: contain;
  position: absolute;
  width: 1em;
  z-index: 2; }

#mrh-scroll-video-image-text-hero .button-2-border {
  backdrop-filter: blur(4px);
  background-color: rgba(126, 198, 204, 0.1);
  border: 1px solid rgba(126, 198, 204, 0.3);
  border-radius: 5em;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: border-radius 0.4s;
  z-index: 1; }

#mrh-scroll-video-image-text-hero ._3d-trigger {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 115%;
  justify-content: center;
  position: absolute;
  width: 110%;
  z-index: 2; }

#mrh-scroll-video-image-text-hero .image-3d-parallax {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

#mrh-scroll-video-image-text-hero.hero-1, #mrh-scroll-video-image-text-hero .hero-1-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%; }

#mrh-scroll-video-image-text-hero.hero-1 {
  color: #e5dbc9;
  color: white;
  height: 270vh;
  justify-content: flex-start;
  overflow: visible; }

#mrh-scroll-video-image-text-hero .hero-1-content {
  justify-content: center;
  padding: 18dvh 10vw;
  row-gap: 3dvh;
  width: 100%;
  z-index: 2; }

#mrh-scroll-video-image-text-hero .hero-1-text-1 {
  font-size: 1.5vw;
  margin-left: auto;
  margin-right: auto; }

#mrh-scroll-video-image-text-hero .hero-1-title-block-1, #mrh-scroll-video-image-text-hero .hero-1-title-block-2 {
  align-items: center;
  column-gap: 2vw;
  display: flex;
  justify-content: center;
  row-gap: 2vw;
  width: 100%; }

#mrh-scroll-video-image-text-hero .hero-1-title-block-2 {
  justify-content: center; }

#mrh-scroll-video-image-text-hero .hero-1-content-absolute {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

#mrh-scroll-video-image-text-hero .hero-1-sticky {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  top: calc(((100vh - (100vh - 155px) - 2rem) / 2));
  transition: margin-top ease 0.3s;
  width: 100%;
  height: 70vh; }

body.stuck #mrh-scroll-video-image-text-hero .hero-1-sticky {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  top: calc(((100vh - (100vh - 155px) - 2rem) / 2));
  margin-top: 37px;
  transition: margin-top ease 0.3s; }

#mrh-scroll-video-image-text-hero .hero-1-video {
  height: calc(100vh - 155px);
  z-index: 1;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 12px;
  overflow: hidden;
  transition: height ease 0.3s; }

#mrh-scroll-video-image-text-hero .hero-1-video.video__expand {
  height: calc(100vh - 2rem);
  z-index: 1;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 12px;
  overflow: hidden;
  transition: height ease 0.3s; }

body.stuck #mrh-scroll-video-image-text-hero .hero-1-video.video__expand {
  height: calc((100vh - 75px) - 2rem);
  z-index: 1;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 12px;
  overflow: hidden;
  transition: height ease 0.3s; }

#mrh-scroll-video-image-text-hero .hero-1-video, #mrh-scroll-video-image-text-hero .hero-1-video-absolute, #mrh-scroll-video-image-text-hero .hero-1-video-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

#mrh-scroll-video-image-text-hero .hero-1-video-overlay {
  background-color: transparent;
  opacity: 0;
  z-index: 1; }

#mrh-scroll-video-image-text-hero .hero-1-video-absolute {
  z-index: 1; }

#mrh-scroll-video-image-text-hero .hero-1-image-1 {
  bottom: auto;
  height: 20vh;
  left: 8vw;
  overflow: visible;
  position: absolute;
  right: auto;
  top: 70vh;
  width: 10vw;
  z-index: 1; }

#mrh-scroll-video-image-text-hero .hero-1-images {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

#mrh-scroll-video-image-text-hero .hero-1-image-2 {
  height: 30vh;
  left: auto;
  right: 11vw;
  top: 80vh;
  width: 20vw; }

#mrh-scroll-video-image-text-hero .hero-1-image-2, #mrh-scroll-video-image-text-hero .hero-1-image-3, #mrh-scroll-video-image-text-hero .hero-1-image-4, #mrh-scroll-video-image-text-hero .hero-1-image-5 {
  bottom: auto;
  overflow: visible;
  position: absolute;
  z-index: 1; }

#mrh-scroll-video-image-text-hero .hero-1-image-3 {
  height: 25vh;
  left: 28vw;
  right: auto;
  top: 120vh;
  width: 20vw; }

#mrh-scroll-video-image-text-hero .hero-1-image-4, #mrh-scroll-video-image-text-hero .hero-1-image-5 {
  width: 10vw; }

#mrh-scroll-video-image-text-hero .hero-1-image-4 {
  height: 12vh;
  left: 19vw;
  right: auto;
  top: 165vh; }

#mrh-scroll-video-image-text-hero .hero-1-image-5 {
  height: 20vh;
  left: auto;
  right: 20vw;
  top: 180vh; }

#mrh-scroll-video-image-text-hero .hero-1-gradient-color {
  background-image: linear-gradient(rgba(31, 49, 51, 0), #1f3133);
  height: 50vh;
  left: 0;
  right: 0;
  top: auto;
  z-index: 3;
  opacity: 0; }

#mrh-scroll-video-image-text-hero .hero-1-gradient-color, #mrh-scroll-video-image-text-hero .hero-1-scroll-down {
  bottom: 0;
  position: absolute; }

#mrh-scroll-video-image-text-hero .hero-1-video-sticky {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: calc(((100vh - (100vh - 155px) - 2rem) / 2));
  top: 0;
  width: 100%;
  transition: margin-top ease 0.3s; }

body.stuck #mrh-scroll-video-image-text-hero .hero-1-video-sticky {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: calc(((100vh - (100vh - 155px) - 2rem) / 2));
  top: 0;
  width: 100%;
  margin-top: 75px;
  transition: margin-top ease 0.3s; }

#mrh-scroll-video-image-text-hero .hero-1-gradient-mobile {
  display: none; }

@media screen and (max-width: 991px) {
  #mrh-scroll-video-image-text-hero .button-2 {
    font-size: 0.8em; }
  #mrh-scroll-video-image-text-hero .hero-1 {
    height: 270svh; }
  #mrh-scroll-video-image-text-hero .hero-1-text-1 {
    font-size: 2vw; }
  #mrh-scroll-video-image-text-hero .hero-1-sticky {
    min-height: 100svh; }
  #mrh-scroll-video-image-text-hero .hero-1-image-1 {
    width: 20vw; }
  #mrh-scroll-video-image-text-hero .hero-1-image-2 {
    width: 30vw; }
  #mrh-scroll-video-image-text-hero .hero-1-image-3 {
    width: 26vw; }
  #mrh-scroll-video-image-text-hero .hero-1-image-4 {
    width: 20vw; }
  #mrh-scroll-video-image-text-hero .hero-1-image-5 {
    width: 25vw; } }

@media screen and (max-width: 767px) {
  #mrh-scroll-video-image-text-hero .button-2 {
    font-size: 0.7em;
    height: 7em;
    width: 7em; }
  #mrh-scroll-video-image-text-hero .button-2-icon {
    font-size: 2em; }
  #mrh-scroll-video-image-text-hero.hero-1 {
    height: 270em; }
  #mrh-scroll-video-image-text-hero .hero-1-content {
    min-height: 100dvh;
    padding-bottom: 18em;
    padding-top: 18em; }
  #mrh-scroll-video-image-text-hero .hero-1-text-1 {
    font-size: 2.5vw; }
  #mrh-scroll-video-image-text-hero .hero-1-sticky {
    min-height: auto; }
  #mrh-scroll-video-image-text-hero .hero-1-image-1 {
    height: 20em;
    top: 70em; }
  #mrh-scroll-video-image-text-hero .hero-1-image-2 {
    height: 30em;
    top: 80em; }
  #mrh-scroll-video-image-text-hero .hero-1-image-3 {
    height: 24em;
    top: 120em; }
  #mrh-scroll-video-image-text-hero .hero-1-image-4 {
    height: 12em;
    top: 165em; }
  #mrh-scroll-video-image-text-hero .hero-1-image-5 {
    height: 20em;
    top: 200em; }
  #mrh-scroll-video-image-text-hero .hero-1-gradient-color {
    display: none;
    height: 50em; }
  #mrh-scroll-video-image-text-hero .hero-1-scroll-down {
    bottom: 7em; }
  #mrh-scroll-video-image-text-hero .hero-1-gradient-mobile, #mrh-scroll-video-image-text-hero .hero-1-video-sticky {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  #mrh-scroll-video-image-text-hero .hero-1-gradient-mobile {
    background-image: linear-gradient(rgba(31, 49, 51, 0), #1f3133);
    display: block;
    height: 12rem;
    padding: 0;
    top: auto;
    z-index: 2; } }

@media screen and (max-width: 479px) {
  #mrh-scroll-video-image-text-hero.hero-1 {
    height: 200em; }
  #mrh-scroll-video-image-text-hero .hero-1-content {
    padding: 12em 8vw; }
  #mrh-scroll-video-image-text-hero .hero-1-text-1 {
    font-size: 3.5vw; }
  #mrh-scroll-video-image-text-hero .hero-1-image-1 {
    height: 13em;
    top: 53.5em;
    width: 25vw; }
  #mrh-scroll-video-image-text-hero .hero-1-image-2 {
    height: 16em;
    top: 70em;
    width: 35vw; }
  #mrh-scroll-video-image-text-hero .hero-1-image-3 {
    height: 11em;
    top: 100em; }
  #mrh-scroll-video-image-text-hero .hero-1-image-4 {
    height: 10em;
    top: 120em; }
  #mrh-scroll-video-image-text-hero .hero-1-image-5 {
    height: 15em;
    top: 135em; } }

#mrh-scroll-video-image-text-hero a:active, #mrh-scroll-video-image-text-hero a:hover {
  outline: 0; }

#mrh-scroll-video-image-text-hero .w-background-video > video {
  background-position: 50% center;
  background-size: cover;
  bottom: -100%;
  left: -100%;
  margin: auto;
  object-fit: cover;
  right: -100%;
  top: -100%;
  z-index: -100; }

#mrh-scroll-video-image-text-hero .w-background-video > video::-webkit-media-controls-start-playback-button {
  appearance: none;
  display: none !important; }

#mrh-scroll-video-image-text-hero .heading.is-hero-1-title {
  color: rgba(229, 219, 201, 0.95);
  color: rgba(255, 255, 255, 0.85);
  color: #fff;
  mix-blend-mode: exclusion;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 1em;
  text-align: left; }

#mrh-scroll-video-image-text-hero .cover-image.is-parallax {
  bottom: auto;
  height: 120%;
  top: auto; }

@media screen and (max-width: 479px) {
  #mrh-scroll-video-image-text-hero .heading.is-hero-1-title {
    font-size: 8vw; } }

#mrh-scroll-video-image-text-hero .heading.is-hero-1-title.is-2nd {
  color: #e5dbc9;
  color: white;
  font-weight: 400;
  text-align: right; }

#mrh-learn-more {
  display: block;
  z-index: 10;
  z-index: 2;
  width: 100%;
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#mrh-learn-more img {
  border-style: initial;
  border-width: 0;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle; }

#mrh-learn-more h2, #mrh-learn-more p {
  margin-bottom: 0;
  margin-top: 0; }

.inherited-styles-for-exported-element-4 {
  color: #1f1f1f;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

#mrh-learn-more h2 {
  font-family: Morjuis, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2; }

@media screen and (min-width: 1440px) {
  .inherited-styles-for-exported-element-4 {
    font-family: Poppins, sans-serif; } }

@media screen and (max-width: 767px) {
  #mrh-learn-more h2 {
    font-size: 2rem; } }

#mrh-learn-more .w-button {
  border-style: initial;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  line-height: inherit;
  text-decoration: none; }

#mrh-learn-more .text-weight-semibold {
  font-weight: 600; }

#mrh-learn-more .text-size-medium {
  font-size: 1.25rem; }

#mrh-learn-more .text-size-small {
  font-size: .875rem; }

#mrh-learn-more .container-large {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  width: 100%; }

#mrh-learn-more .page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

#mrh-learn-more .text-color-grey {
  color: #4d4d4d; }

#mrh-learn-more .margin-xsmall {
  margin-bottom: .5rem; }

#mrh-learn-more .margin-small {
  margin-bottom: 1rem; }

#mrh-learn-more .margin-large {
  margin-bottom: 3rem; }

#mrh-learn-more .padding-xxhuge {
  padding-bottom: 0rem;
  padding-top: 12rem; }

#mrh-learn-more .text-style-allcaps {
  text-transform: uppercase; }

#mrh-learn-more .margin-bottom {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }

#mrh-learn-more .padding-vertical {
  padding-left: 0;
  padding-right: 0; }

#mrh-learn-more .text-color-accent {
  color: #724e23; }

#mrh-learn-more .bestsellers-component {
  position: relative;
  text-align: center; }

#mrh-learn-more .bestsellers-content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 512px;
  position: relative; }

#mrh-learn-more .button-black {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #1f1f1f;
  border-radius: 8px;
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
  justify-content: center;
  padding: .75rem 1.25rem;
  text-align: center;
  text-transform: uppercase; }

#mrh-learn-more .div-block {
  border-radius: 8px;
  bottom: auto;
  height: 230px;
  left: auto;
  margin-right: 32px;
  overflow: hidden;
  position: absolute;
  right: 81%;
  top: -10%;
  width: 184px; }

#mrh-learn-more .img-100 {
  height: 100%;
  object-fit: cover;
  transform: translate(0, 0);
  width: 100%; }

#mrh-learn-more .bestsellers-img-wrapper {
  border-radius: 8px;
  overflow: hidden;
  position: absolute; }

@media screen and (min-width: 1920px) {
  #mrh-learn-more .container-large {
    max-width: 80rem; }
  #mrh-learn-more .bestsellers-content-wrapper {
    max-width: 608px; }
  #mrh-learn-more .div-block {
    bottom: auto;
    height: 276px;
    left: auto;
    right: 90%;
    top: -24%;
    width: 220.8px; } }

@media screen and (max-width: 991px) {
  #mrh-learn-more .margin-large {
    margin: 2.5rem; }
  #mrh-learn-more .padding-xxhuge {
    padding: 8rem; }
  #mrh-learn-more .margin-bottom {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
  #mrh-learn-more .bestsellers-content-wrapper, #mrh-learn-more .padding-vertical {
    padding-left: 0;
    padding-right: 0; }
  #mrh-learn-more .bestsellers-content-wrapper {
    max-width: 448px; }
  #mrh-learn-more .div-block {
    bottom: auto;
    left: auto;
    right: 92%;
    top: 0; } }

@media screen and (max-width: 767px) {
  #mrh-learn-more .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  #mrh-learn-more .margin-large {
    margin: 1.5rem; }
  #mrh-learn-more .padding-xxhuge {
    padding: 4.5rem; }
  #mrh-learn-more .margin-bottom {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
  #mrh-learn-more .padding-vertical {
    padding-left: 0;
    padding-right: 0; }
  #mrh-learn-more .bestsellers-component {
    margin-left: 0;
    margin-right: 0; }
  #mrh-learn-more .bestsellers-content-wrapper {
    max-width: 384px; }
  #mrh-learn-more .div-block {
    height: 184px;
    right: 85%;
    width: 147.2px; } }

@media screen and (max-width: 479px) {
  #mrh-learn-more .margin-bottom {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
  #mrh-learn-more .padding-vertical {
    padding-left: 0;
    padding-right: 0; }
  #mrh-learn-more .bestsellers-content-wrapper {
    max-width: 256px; }
  #mrh-learn-more .div-block {
    display: none; } }

#mrh-learn-more a:active, #mrh-learn-more a:hover {
  outline: 0; }

#mrh-learn-more .margin-bottom.margin-small, #mrh-learn-more .margin-bottom.margin-xsmall {
  overflow: hidden; }

#mrh-learn-more .button-black.shadow {
  transition: all 200ms ease-in-out; }

#mrh-learn-more .bestsellers-img-wrapper._2 {
  bottom: 0;
  height: 187px;
  left: auto;
  margin-right: 32px;
  right: 79%;
  top: auto;
  width: 287px; }

#mrh-learn-more .bestsellers-img-wrapper._3 {
  bottom: auto;
  height: 274px;
  left: 85%;
  margin-left: 32px;
  right: auto;
  top: -23%;
  width: 244px; }

#mrh-learn-more .bestsellers-img-wrapper._4 {
  bottom: -12%;
  height: 220px;
  left: 80%;
  margin-left: 32px;
  right: auto;
  top: auto;
  width: 289px; }

@media screen and (min-width: 1440px) {
  #mrh-learn-more .button-black.shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 20px 0; }
  #mrh-learn-more .bestsellers-img-wrapper._3 {
    left: 77%; }
  #mrh-learn-more .bestsellers-img-wrapper._4 {
    left: 78%; } }

@media screen and (min-width: 1920px) {
  #mrh-learn-more .bestsellers-img-wrapper._2 {
    bottom: -29%;
    height: 224.4px;
    left: auto;
    right: 84%;
    top: auto;
    width: 344.4px; }
  #mrh-learn-more .bestsellers-img-wrapper._3 {
    bottom: auto;
    height: 328.8px;
    left: 87%;
    right: auto;
    top: -17%;
    width: 292.8px; }
  #mrh-learn-more .bestsellers-img-wrapper._4 {
    bottom: -25%;
    height: 264px;
    left: 80%;
    right: auto;
    top: auto;
    width: 346.8px; } }

@media screen and (max-width: 991px) {
  #mrh-learn-more .bestsellers-img-wrapper._2 {
    bottom: 6%;
    left: auto;
    right: 87%;
    top: auto; }
  #mrh-learn-more .bestsellers-img-wrapper._3 {
    bottom: auto;
    left: 92%;
    right: auto;
    top: 15%; }
  #mrh-learn-more .bestsellers-img-wrapper._4 {
    bottom: -15%;
    left: 97%;
    right: auto;
    top: auto; } }

@media screen and (max-width: 767px) {
  #mrh-learn-more .bestsellers-img-wrapper._2 {
    bottom: 0;
    height: 149.6px;
    right: 88%;
    width: 229.6px; }
  #mrh-learn-more .bestsellers-img-wrapper._3 {
    left: 87%;
    top: -11%; }
  #mrh-learn-more .bestsellers-img-wrapper._4 {
    height: 176px;
    left: 85%;
    width: 231.2px; } }

@media screen and (max-width: 479px) {
  #mrh-learn-more .bestsellers-img-wrapper._2, #mrh-learn-more .bestsellers-img-wrapper._3, #mrh-learn-more .bestsellers-img-wrapper._4 {
    display: none; } }

#mrh-learn-more .button-black.shadow:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0; }

#mrh-learn-more .slides-section {
  padding-top: 50px; }

#mrh-learn-more .content {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto;
  display: flex;
  height: 300px; }

#mrh-learn-more .text {
  width: 65%;
  color: white;
  font-size: 30px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#mrh-category-buttons-wrapper .btn {
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: .5rem 1rem;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  border: 0 solid #d7d3d1; }

@media (min-width: 640px) {
  #mrh-category-buttons-wrapper .btn {
    font-size: 16px; } }

#mrh-category-buttons-wrapper .btn--transparent {
  border-color: #000;
  border-width: 1px; }

#mrh-category-buttons-wrapper .bg-bg {
  background-color: #fcf8f6; }

#mrh-category-buttons-wrapper .block {
  display: block; }

#mrh-category-buttons-wrapper .flex {
  display: flex; }

#mrh-category-buttons-wrapper .flex-wrap {
  flex-wrap: wrap; }

#mrh-category-buttons-wrapper .mx-6 {
  margin-left: .375rem;
  margin-right: .375rem; }

#mrh-category-buttons-wrapper .-mx-6 {
  margin-left: -.375rem;
  margin-right: -.375rem; }

#mrh-category-buttons-wrapper .mb-12 {
  margin-bottom: .75rem; }

#mrh-category-buttons-wrapper .mb-24 {
  margin-bottom: 1.5rem; }

#mrh-category-buttons-wrapper .py-64 {
  padding-top: 4rem; }

#mrh-category-buttons-wrapper .pb-56 {
  padding-bottom: 3.5rem; }

#mrh-category-buttons-wrapper .text-center {
  text-align: center; }

@media (min-width: 640px) {
  #mrh-category-buttons-wrapper .sm\:mx-8 {
    margin-left: .5rem;
    margin-right: .5rem; }
  #mrh-category-buttons-wrapper .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto; }
  #mrh-category-buttons-wrapper .sm\:mb-16 {
    margin-bottom: 1rem; }
  #mrh-category-buttons-wrapper .sm\:pt-70 {
    padding-top: 4.375rem; } }

@media (min-width: 1024px) {
  #mrh-category-buttons-wrapper .md\:mb-32 {
    margin-bottom: 2rem; }
  #mrh-category-buttons-wrapper .md\:px-32 {
    padding-left: 0rem;
    padding-right: 2rem; } }

@media (min-width: 1190px) {
  #mrh-category-buttons-wrapper .lg\:w-3\/4 {
    width: 100%; }
  #mrh-category-buttons-wrapper .btn--transparent:hover {
    background-color: #000;
    color: #fff; } }

#mrh-category-buttons-wrapper :focus {
  outline: 0 !important; }

#mrh-learn-more .slides {
  width: 35%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  height: 300px; }

#mrh-learn-more .slide {
  width: 100%;
  height: 100%;
  flex: 1 0 100%;
  padding: 5% 0;
  display: flex;
  align-items: center;
  /*   border: 1px solid red; */ }

#mrh-learn-more .slide-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 15%; }

#mrh-learn-more .slide-content .slide__title {
  position: absolute;
  top: 7.5%;
  left: 7.5%;
  font-size: 2.5vw;
  color: #fff;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  padding: 0 8px;
  background: #724e23; }

#mrh-learn-more .slide-content .slide__img {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
  width: 100%; }

#mrh-learn-more .slide-content .slide__img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 8px;
  overflow: hidden; }

#mrh-learn-more .slide-content .slide__img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

#mrh-learn-more .slide-content .slide__category {
  background: #fff;
  position: absolute;
  top: 92.5%;
  right: 5%;
  font-size: 1.15vw;
  margin-top: 1.5%;
  overflow: visible;
  z-index: 2;
  color: #724e23;
  padding: 0 8px; }

.about__carousel img, .about__carousel p {
  font-family: inherit;
  font-weight: inherit; }

.about__carousel p {
  border-style: initial;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  vertical-align: baseline; }

.about__carousel img {
  border-style: none;
  font-size: inherit;
  height: auto;
  line-height: inherit;
  max-width: 100%;
  vertical-align: top; }

.inherited-styles-for-exported-element-1, .about__carousel h5 {
  color: #1d322d;
  font-family: Rom, sans-serif;
  font-weight: 400;
  text-decoration: none; }

.about__carousel div, .about__carousel h5, .about__carousel img, .about__carousel p {
  border-width: 0;
  font-feature-settings: inherit;
  font-kerning: inherit;
  font-optical-sizing: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-variant-position: inherit;
  font-variation-settings: inherit;
  padding: 0; }

.about__carousel div, .about__carousel h5, .about__carousel img {
  margin: 0; }

.about__carousel div, .about__carousel h5 {
  border-style: initial;
  vertical-align: baseline; }

.about__carousel div {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

.about__carousel a {
  text-decoration: none !important;
  color: unset; }

.about__carousel {
  font-size: .875rem;
  line-height: 1.375rem;
  position: relative;
  width: 100vw;
  height: 50vh;
  padding: 30px 0;
  display: flex;
  z-index: 2; }

.about__carousel .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 78px;
  padding: 0 5vw; }

.about__carousel .about-slide-item {
  height: 100%;
  padding: 65px 0; }

@media (min-width: 992px) {
  .about__carousel .about-slide-item {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    padding: 55px 0; } }

.about__carousel .about-slide-item__image {
  max-width: 65vw; }

@media (min-width: 992px) {
  .about__carousel .about-slide-item__image {
    margin-left: 35px;
    max-width: 206px; } }

@media (max-width: 991.98px) {
  .about__carousel .about-slide-item__image img {
    max-height: 225px; } }

.about__carousel .about-slide-item h5 {
  font-size: 70px;
  letter-spacing: -.175rem;
  line-height: 50px;
  word-break: break-all; }

@media (min-width: 992px) and (max-width: 1200px) {
  .about__carousel .about-slide-item h5 {
    padding-left: 12px; } }

@media (max-width: 1199.98px) {
  .about__carousel .about-slide-item h5 {
    font-size: 62px;
    margin: 0 0 25px; } }

.about__carousel .about-slide-item__image img {
  width: 100%; }

@media (max-width: 575.98px) {
  .about__carousel .about-slide-item__image img {
    max-height: 136px;
    object-fit: cover;
    object-position: center center; } }

.about__carousel .about-slide-item__image p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px; }

.about__carousel .about-slide {
  height: auto !important;
  width: auto !important;
  transition: 400ms ease-in-out;
  min-width: fit-content; }

#mrh-collections-wrapper a {
  background-color: transparent;
  color: inherit;
  line-height: 1;
  text-decoration: none; }

#mrh-collections-wrapper img {
  border-style: initial;
  border-width: 0;
  display: inline-block;
  vertical-align: middle; }

#mrh-collections-wrapper h2, #mrh-collections-wrapper p {
  margin-bottom: 0;
  margin-top: 0; }

.inherited-styles-for-exported-element-a {
  color: #131417;
  font-family: Manrope, sans-serif;
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.5; }

@media screen and (min-width: 1640px) {
  .inherited-styles-for-exported-element-a {
    font-size: 18.2222px; } }

@media screen and (max-width: 991px) {
  .inherited-styles-for-exported-element-a {
    font-size: 11.0111px; } }

#mrh-collections-wrapper .w-inline-block {
  max-width: 100%; }

#mrh-collections-wrapper .w-container {
  margin-left: auto;
  margin-right: auto; }

#mrh-collections-wrapper.section {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column; }

#mrh-collections-wrapper .container, .grid {
  position: relative;
  width: 100%; }

#mrh-collections-wrapper .container {
  z-index: 1; }

#mrh-collections-wrapper .grid {
  display: flex;
  flex-wrap: wrap; }

#mrh-collections-wrapper .grid-item {
  padding: 1.5em;
  position: relative; }

#mrh-collections-wrapper .decorative {
  font-weight: 300;
  line-height: 1.36;
  color: #cfd1d5; }

#mrh-collections-wrapper .hovery .decorative {
  color: #131417;
  color: #724e23; }

#mrh-collections-wrapper .button, #mrh-collections-wrapper .caption {
  font-size: 12px;
  font-weight: 500; }

#mrh-collections-wrapper .button {
  align-items: center;
  display: flex;
  font-family: Manrope, sans-serif;
  justify-content: center;
  line-height: 1;
  padding: 1.1em 1.5em;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-behavior: normal;
  opacity: 0; }

#mrh-collections-wrapper .hovery .button {
  opacity: 1; }

#mrh-collections-wrapper .caption {
  letter-spacing: .06em;
  line-height: 1.5;
  text-transform: uppercase; }

#mrh-collections-wrapper .service-wrapper {
  margin-top: 9.75em; }

#mrh-collections-wrapper .service-item {
  align-items: center;
  border-bottom: 1px solid #cfd1d7;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
  padding-top: 1em; }

#mrh-collections-wrapper .service-img-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }

#mrh-collections-wrapper .service-image {
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  width: 100%;
  opacity: 0; }

#mrh-collections-wrapper .visible {
  opacity: 1; }

@media screen and (max-width: 991px) {
  #mrh-collections-wrapper .container {
    padding-left: 1.5em;
    padding-right: 1.5em; }
  #mrh-collections-wrapper .service-wrapper {
    margin-top: 4em; } }

@media screen and (max-width: 767px) {
  #mrh-collections-wrapper .container {
    padding: 5em .5em; }
  #mrh-collections-wrapper .button {
    flex: 0 0 auto; } }

@media screen and (max-width: 479px) {
  #mrh-collections-wrapper .container {
    padding: 5em 0; } }

#mrh-collections-wrapper a:active, #mrh-collections-wrapper a:hover {
  outline: 0; }

#mrh-collections-wrapper .w-container::after, #mrh-collections-wrapper .w-container::before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

#mrh-collections-wrapper .w-container::after {
  clear: both; }

#mrh-collections-wrapper .grid-item._50 {
  width: 50%; }

#mrh-collections-wrapper .decorative.large {
  font-size: 3.5em; }

#mrh-collections-wrapper .button:hover {
  background-color: #b6c0d8; }

#mrh-collections-wrapper .button.is-dark {
  background-color: #323337;
  color: #fff; }

#mrh-collections-wrapper .caption.text-color-brand-secondary {
  color: #b6c0d8; }

@media screen and (max-width: 767px) {
  #mrh-collections-wrapper .decorative.large {
    font-size: 3em; } }

@media screen and (max-width: 479px) {
  #mrh-collections-wrapper .decorative.large {
    font-size: 2.5em; } }

@media screen and (max-width: 991px) {
  #mrh-collections-wrapper .grid-item._50.tablet-100 {
    width: 100%; }
  #mrh-collections-wrapper .grid-item._50.tablet-hidden {
    display: none; } }

#values-video-overlay-section img, #values-video-overlay-section video {
  display: inline-block;
  vertical-align: baseline; }

#values-video-overlay-section a {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.66);
  text-decoration: underline; }

#values-video-overlay-section img {
  border-style: initial;
  border-width: 0;
  vertical-align: middle; }

#values-video-overlay-section h2, #values-video-overlay-section h4, #values-video-overlay-section p {
  margin-top: 0; }

#values-video-overlay-section p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0; }

.inherited-styles-for-exported-element-values {
  color: #333;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px; }

#values-video-overlay-section h2, #values-video-overlay-section h4 {
  font-family: "Larken Web", sans-serif;
  font-weight: 100; }

#values-video-overlay-section h2 {
  font-size: 3rem;
  letter-spacing: -.05rem;
  line-height: 100%;
  color: #fff; }

#values-video-overlay-section h4 {
  font-size: 1.5rem;
  line-height: 130%;
  color: #fff; }

@media screen and (max-width: 991px) {
  #values-video-overlay-section h2 {
    font-size: 2.25rem; }
  #values-video-overlay-section h4 {
    font-size: 1.25rem; } }

@media screen and (max-width: 767px) {
  #values-video-overlay-section h2 {
    font-size: 2rem; } }

#values-video-overlay-section .w-inline-block, #values-video-overlay-section img {
  max-width: 100%; }

#values-video-overlay-section .w-background-video {
  color: #fff;
  overflow: hidden;
  position: relative; }

#values-video-overlay-section .content_wrapper {
  max-width: 100vw;
  position: relative;
  width: 100%;
  scale: 0.7;
  z-index: 2; }

#values-video-overlay-section .spacer_1rem {
  margin-bottom: 1rem; }

#values-video-overlay-section .container_treatment {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.1));
  border-radius: .5rem;
  column-gap: 0;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: auto;
  height: auto;
  row-gap: 0;
  z-index: 1; }

#values-video-overlay-section .wrapper_2rem {
  padding: 2rem; }

#values-video-overlay-section .spacer_7-5rem {
  margin-bottom: 7.5rem; }

#values-video-overlay-section .hr_white {
  background-color: #fff;
  opacity: .25; }

#values-video-overlay-section .fc-white {
  color: #fcfcf4; }

#values-video-overlay-section .opac-66 {
  opacity: .66; }

#values-video-overlay-section .spacer_-5rem {
  margin-bottom: .5rem; }

#values-video-overlay-section .flex-split {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

#values-video-overlay-section .arrow-white {
  border: 1px solid rgba(252, 252, 244, 0.33);
  border-radius: 24px;
  flex: 1 1 0;
  min-height: 32px;
  min-width: 32px; }

#values-video-overlay-section .halfcut_darkgreen {
  background-color: #182e27;
  bottom: 0;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
  z-index: 0; }

#values-video-overlay-section.treatment_container {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  position: relative;
  justify-content: center;
  margin-top: 5rem; }

#values-video-overlay-section .bg_treatment {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

@media screen and (max-width: 991px) {
  #values-video-overlay-section .container_treatment {
    border-radius: 0;
    grid-template-columns: 1fr; }
  #values-video-overlay-section .spacer_7-5rem {
    margin-bottom: 3rem; }
  #values-video-overlay-section.treatment_container {
    padding: 0; } }

@media screen and (max-width: 767px) {
  #values-video-overlay-section .container_treatment {
    grid-template-columns: 1fr; }
  #values-video-overlay-section .wrapper_2rem {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

#values-video-overlay-section a:active, #values-video-overlay-section a:hover {
  outline: 0; }

#values-video-overlay-section .w-background-video > video {
  background-position: 50% center;
  background-size: cover;
  bottom: -100%;
  height: 100%;
  left: -100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  right: -100%;
  top: -100%;
  width: 100%;
  z-index: -100; }

#values-video-overlay-section a:hover {
  color: #000; }

#values-video-overlay-section .w-background-video > video::-webkit-media-controls-start-playback-button {
  appearance: none;
  display: none !important; }

#values-video-overlay-section .hr_white.spacer_1rem {
  height: .75px; }

#values-video-overlay-section .arrow-white.treatment {
  align-items: center;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  margin-left: 2rem;
  transition: all .2s; }

@media screen and (max-width: 991px) {
  #values-video-overlay-section .flex-split.spacer_1rem {
    justify-content: space-between; }
  #values-video-overlay-section .arrow-white.treatment {
    max-height: 32px;
    max-width: 32px; } }

#values-video-overlay-section .arrow-white.treatment:hover {
  background-image: linear-gradient(#578673, #578673);
  border-color: #578673; }

#values-video-overlay-section #w-node-aa6d0b14-7140-1ed2-8c45-484fbfaa05a2-a59226c9, #values-video-overlay-section #w-node-b42f0be2-6b36-7007-d893-a11b2e314d76-a59226c9 {
  grid-column-end: span 1;
  grid-column-start: span 1;
  grid-row-end: span 1;
  grid-row-start: span 1; }

body.index.page-animated {
  overflow: auto; }

@keyframes fadein {
  0%, 50% {
    opacity: 0; }
  to {
    opacity: 1; } }

.mrh-values-section a, .mrh-values-section div, .mrh-values-section img {
  border-style: none;
  border-width: 0;
  font-feature-settings: inherit;
  font-kerning: inherit;
  font-optical-sizing: inherit;
  font-size: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-variant-position: inherit;
  font-variation-settings: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0; }

.mrh-values-section a, .mrh-values-section div {
  border-style: initial; }

.mrh-values-section div, .mrh-values-section img {
  font-family: inherit; }

.inherited-styles-for-exported-element-2 {
  font-size: 62.5%;
  line-height: 1.8em; }

.mrh-values-section ::selection {
  background-color: #fff7b6; }

.mrh-values-section a {
  touch-action: manipulation; }

*, ::after, ::before {
  box-sizing: border-box; }

.mrh-values-section {
  width: 100%;
  padding-top: 300px;
  padding-bottom: 300px;
  position: relative; }

.mrh-values-section .get-start-yellow {
  background-color: #ffd100;
  background-image: url(https://cdn.shopify.com/s/files/1/0557/9063/3057/files/snap.svg?v=1656443264);
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 50px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin: 10px auto 0;
  padding: 15px 0 15px 21px;
  text-align: left;
  text-transform: none;
  width: 150px; }

.mrh-values-section .hero-banner-container {
  min-height: 100vh; }

.mrh-values-section .banner-left, .mrh-values-section a, .mrh-values-section a:visited {
  transition-behavior: normal; }

.mrh-values-section .banner-left {
  width: calc(50% - 1px);
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: calc(100vh - 70px);
  top: 30px;
  position: relative;
  transform: translateX(0%);
  transition: all ease-in-out .6s; }

.mrh-values-section .banner-right {
  width: 50%;
  height: calc(100vh - 70px);
  text-align: center;
  position: relative;
  top: 0px;
  float: right;
  border-left: 1px #40180B solid;
  box-sizing: border-box;
  transition: all ease-in-out .4s; }

.mrh-values-section .banner-right::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 23px;
  bottom: 23px;
  left: 23px;
  background: url(https://cdn.shopify.com/s/files/1/0561/3735/1242/files/odeko-hero_f2bd6ef3-3a3f-438e-9ec3-bc94f15c132d.jpg?v=1654047658);
  background-repeat: no-repeat;
  background-position: center center;
  /* background-attachment: fixed; */
  background-size: cover;
  transition: all ease-in-out .4s; }

.mrh-values-section .fade1, .mrh-values-section .fade2, .mrh-values-section .fade3 {
  animation: fadein 1s forwards;
  animation-range-end: normal;
  animation-range-start: normal;
  animation-timeline: auto;
  left: 18%;
  position: absolute;
  top: 40%; }

.mrh-values-section .fade2, .mrh-values-section .fade3 {
  animation: fadein 2s forwards;
  left: 50%;
  top: 60%; }

.mrh-values-section .fade3 {
  animation: fadein 3s forwards;
  left: 60%;
  top: 20%; }

@media only screen and (max-width: 825px) {
  .mrh-values-section .hero-banner-container {
    min-height: 730px; }
  .mrh-values-section .banner-left, .mrh-values-section .banner-right {
    text-align: center;
    width: 100%; }
  .mrh-values-section .banner-left {
    display: block;
    float: none;
    height: auto;
    margin: auto;
    padding: 60px 0 0; }
  .mrh-values-section .banner-right {
    height: 730px;
    position: relative; } }

@media only screen and (max-width: 798px) {
  .mrh-values-section .fade1, .mrh-values-section .fade2, .mrh-values-section .fade3 {
    left: 8%;
    position: absolute;
    top: 40%; }
  .mrh-values-section .fade2, .mrh-values-section .fade3 {
    left: 30%;
    top: 60%; }
  .mrh-values-section .fade3 {
    left: 50%;
    top: 20%; } }

@media only screen and (max-width: 480px) {
  .mrh-values-section .banner-right {
    background-size: 100%;
    border-style: initial;
    border-width: 0;
    height: 630px;
    position: relative;
    text-align: center;
    width: 100%; }
  .mrh-values-section .fade1, .mrh-values-section .fade2, .mrh-values-section .fade3 {
    left: 8%;
    position: absolute;
    top: 25%; }
  .mrh-values-section .fade2, .mrh-values-section .fade3 {
    left: 28%;
    top: 45%; }
  .mrh-values-section .fade3 {
    left: 6%;
    top: 65%; } }

.mrh-values-section a, .mrh-values-section a:visited {
  color: #40180b;
  outline: 0;
  text-decoration: none;
  transition: color .1s linear; }

.mrh-values-section a:focus {
  outline: 5px auto -webkit-focus-ring-color; }

.mrh-values-section .banner-right::before, .get-start-yellow:hover {
  background-repeat: no-repeat;
  transition-behavior: normal; }

.mrh-values-section .banner-right::before {
  background-color: initial;
  background-image: url(https://cdn.shopify.com/s/files/1/0561/3735/1242/files/odeko-hero_f2bd6ef3-3a3f-438e-9ec3-bc94f15c132d.jpg?v=1654047658);
  background-position: center center;
  background-size: cover;
  bottom: 23px;
  content: "";
  display: block;
  left: 23px;
  position: absolute;
  right: 23px;
  top: 0px;
  transition: all ease-in-out .3s; }

@media only screen and (max-width: 825px) {
  .mrh-values-section .banner-right::before {
    background-image: url(https://cdn.shopify.com/s/files/1/0561/3735/1242/files/odeko-hero_46b24456-40a3-410e-8c38-4c89f46e9a36.jpg?v=1654135820); } }

@media only screen and (max-width: 480px) {
  .mrh-values-section .banner-right::before {
    background-image: url(https://cdn.shopify.com/s/files/1/0561/3735/1242/files/hero-image-mobile.png?v=1654047403); } }

.get-start-yellow:hover {
  background-color: #40180b;
  background-image: url(https://cdn.shopify.com/s/files/1/0557/9063/3057/files/snap_light.svg?v=1656444173);
  background-position: right center;
  color: #ffffdf;
  transition: background .5s; }

.mrh-values-section {
  margin: 0;
  padding: 0; }

.mrh-values-section .banner-left .text {
  color: #40180b;
  font-family: "Residenz Grotesk";
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  padding: 23px; }

.mrh-values-section .banner-left #get_started_btn {
  cursor: pointer; }

.mrh-values-section .banner-right .fade {
  display: none; }

@media only screen and (max-width: 825px) {
  .mrh-values-section .banner-left .text {
    font-size: 26px;
    line-height: 36px;
    padding-top: 100px; } }

.mrh-values-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.mrh-values-section ::selection {
  color: #40180b !important; }

.get-start-yellow, .mrh-values-section a {
  font-family: Roobert-Regular !important; }

@media only screen and (max-width: 480px) {
  .mrh-values-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important; } }

.mrh-values-section .banner-right .fade {
  display: none; }

.page-animated .mrh-values-section .banner-right .fade {
  display: block; }

.mrh-values-section .fade1 {
  position: absolute;
  top: 40%;
  left: 18%;
  -webkit-animation: 1s ease 0s normal forwards 1 fadein;
  animation: 1s ease 0s normal forwards 1 fadein; }

.mrh-values-section .fade2 {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-animation: 2s ease 0s normal forwards 1 fadein;
  animation: 2s ease 0s normal forwards 1 fadein; }

.mrh-values-section .fade3 {
  position: absolute;
  top: 20%;
  left: 60%;
  -webkit-animation: 3s ease 0s normal forwards 1 fadein;
  animation: 3s ease 0s normal forwards 1 fadein; }

.page-animated .mrh-values-section .banner-left {
  position: absolute;
  transform: translateX(-100%);
  transition: all ease-in-out .6s; }

.page-animated .mrh-values-section .banner-right {
  width: 100%;
  transition: all ease-in-out .4s; }

.page-animated .mrh-values-section .banner-right::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 23px;
  bottom: 23px;
  left: 23px;
  background: url(https://cdn.shopify.com/s/files/1/0561/3735/1242/files/odeko-hero_f2bd6ef3-3a3f-438e-9ec3-bc94f15c132d.jpg?v=1654047658);
  background-repeat: no-repeat;
  background-position: center center;
  /* background-attachment: fixed; */
  background-size: cover;
  transition: all ease-in-out .4s; }

@keyframes fadein {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media only screen and (max-width: 825px) {
  .mrh-values-section .hero-banner-container {
    min-height: 730px; }
  .mrh-values-section .banner-left {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
    position: absolute;
    margin: auto;
    padding: 60px 0 0px; }
  .mrh-values-section .banner-left .about-text {
    font-size: 26px;
    line-height: 36px;
    padding-top: 100px; }
  .mrh-values-section .banner-right {
    width: 100%;
    height: 730px;
    text-align: center;
    position: relative; }
  .mrh-values-section .banner-right::before {
    background-image: url(https://cdn.shopify.com/s/files/1/0561/3735/1242/files/odeko-hero_46b24456-40a3-410e-8c38-4c89f46e9a36.jpg?v=1654135820); } }

@media only screen and (max-width: 798px) {
  .mrh-values-section .fade1 {
    position: absolute;
    top: 40%;
    left: 8%; }
  .mrh-values-section .fade2 {
    position: absolute;
    top: 60%;
    left: 30%; }
  .mrh-values-section .fade3 {
    position: absolute;
    top: 20%;
    left: 50%; } }

@media only screen and (max-width: 480px) {
  .mrh-values-section .banner-right {
    width: 100%;
    height: 630px;
    background-size: 100%;
    text-align: center;
    position: relative;
    border: 0px; }
  .mrh-values-section .banner-right::before {
    background-image: url(https://cdn.shopify.com/s/files/1/0561/3735/1242/files/hero-image-mobile.png?v=1654047403); }
  .mrh-values-section .fade1 {
    position: absolute;
    top: 25%;
    left: 8%; }
  .mrh-values-section .fade2 {
    position: absolute;
    top: 45%;
    left: 28%; }
  .mrh-values-section .fade3 {
    position: absolute;
    top: 65%;
    left: 6%; } }

.about-text {
  font-size: 0.64rem;
  font-size: 2vw !important;
  line-height: 1.2 !important;
  text-align: left;
  margin-top: 0.3rem !important;
  letter-spacing: -0.0384rem;
  opacity: 0;
  padding: 23px !important;
  position: absolute !important;
  transform: translateY(-100vh); }

.about-text .split-line {
  opacity: 0; }

.about-hover {
  position: relative;
  display: inline-block;
  color: #cbcbcb;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  cursor: pointer;
  padding-right: 7.5vw; }

.about-hover.unhover {
  padding-right: 0; }

.about-hover.unhover .about-img {
  right: -0.1rem;
  width: 0; }

.about-hover .about-img:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.about-img {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  display: block;
  width: 7vw;
  height: 2.9vw;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.8s;
  transition: 0.8s; }

.about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition: 0.8s;
  transition: 0.8s; }

.about-down {
  width: 0.6rem;
  margin-top: 0.55rem;
  opacity: 0; }

.about-down img {
  width: 100%; }

.inherited-styles-for-exported-element-3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0; }

@media screen and (min-width: 750px) {
  .inherited-styles-for-exported-element-3 {
    font-size: 1.6rem; } }

.uspsLine-sectionWrapper img {
  border-style: none; }

.uspsLine-sectionWrapper :focus {
  outline-offset: .3rem; }

.uspsLine-sectionWrapper .u-h5 {
  font-family: Recoleta-Alt-Bold;
  font-size: 1rem;
  font-weight: 900; }

.uspsLine-sectionWrapper .AspectRatio {
  margin-left: auto;
  margin-right: auto;
  position: relative; }

@media (min-width: 1025px) {
  .uspsLine-sectionWrapper .u-h5 {
    font-size: 1.25rem; } }

.uspsLine-sectionWrapper .swiper, .uspsLine-sectionWrapper .swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1; }

.uspsLine-sectionWrapper .swiper {
  height: -moz-fit-content;
  height: fit-content;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  background-color: #fffbf8;
  background-color: #f5f4ef;
  padding: 16px 0;
  border-radius: 8px; }

.uspsLine-sectionWrapper .swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  transform: translateZ(0);
  transition: transform; }

.uspsLine-sectionWrapper .swiper-pointer-events {
  touch-action: pan-y; }

.uspsLine-sectionWrapper .swiper-slide {
  flex-shrink: 0;
  height: auto;
  position: relative;
  transition: transform; }

.uspsLine-sectionWrapper {
  background-color: #fffbf8;
  /* border-bottom: 1px solid #000; */
  /* border-top: 1px solid #000; */
  color: #000;
  display: block;
  padding: 16px 0;
  background-color: #182e27; }

.uspsLine-sectionWrapper .uspsLine-imageContainer {
  max-width: 48px; }

@media screen and (min-width: 1025px) {
  .uspsLine-sectionWrapper {
    padding: 1.5rem; } }

.uspsLine-sectionWrapper .AspectRatio > img {
  height: 100%;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0; }

.uspsLine-sectionWrapper .AspectRatio::before {
  content: "";
  display: block;
  padding-bottom: calc(100%/(1)); }

.uspsLine-sectionWrapper .lazyload[data-sizes=auto] {
  width: 100%; }

.uspsLine-sectionWrapper .swiper swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000; }

.uspsLine-sectionWrapper .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center; }

body:not(.user-is-tabbing) :focus {
  outline: 0; }

.uspsLine-sectionWrapper .AspectRatio--withFallback {
  padding-bottom: 0 !important; }

.uspsLine-sectionWrapper .swiper-wrapper {
  transition-timing-function: linear !important; }

#flowerDrawSvg {
  width: 30vw;
  max-height: 90vh; }

.super-hld {
  position: relative;
  background-color: #222222;
  background-color: #F2EEE3; }

.flower {
  position: absolute;
  will-change: transform; }
  .flower img {
    will-change: transform;
    display: inline-block; }
  .flower span {
    will-change: transform;
    animation: rocking 24.5s alternate infinite;
    display: inline-block; }

@keyframes rocking {
  0%, 100% {
    transform: translateY(0) rotate(0deg) translateX(0); }
  10% {
    transform: translateY(-3px) rotate(-3deg) translateX(6px); }
  17% {
    transform: translateY(2px) rotate(8deg) translateX(-2px); }
  30% {
    transform: translateY(1px) rotate(-2deg) translateX(4px); }
  42% {
    transform: translateY(1px) rotate(5deg) translateX(-2px); }
  52% {
    transform: translateY(-1px) rotate(-5deg) translateX(10px); }
  60% {
    transform: translateY(1px) rotate(3deg) translateX(-5px); }
  74% {
    transform: translateY(-10px) rotate(-4deg) translateX(2px); }
  82% {
    transform: translateY(1px) rotate(2deg) translateX(-2px); }
  91% {
    transform: translateY(-1px) rotate(-2deg) translateX(3px); } }

.super-hld .header-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
  width: 100%;
  text-align: center;
  background: #18181a;
  padding: 50px; }

.super-hld .header-text h3 {
  color: #FFFFFF;
  font-family: "Rany", Sans-serif;
  font-weight: 700; }

.super-hld .header-text p {
  color: #FFFFFF;
  font-family: "DM Sans", Sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.032px;
  max-width: 495px;
  margin: 0 auto; }

.super-hld #tabs {
  height: 300vh;
  position: relative;
  display: flex; }

.super-hld #tabs .switcher,
.super-hld #tabs .tab-hld {
  width: 50%;
  box-sizing: border-box; }

.super-hld #tabs .tab-hld .hld {
  max-width: 40vw; }

.herbal-edu-video-container {
  width: 100%;
  overflow: hidden; }
  .herbal-edu-video-container video {
    width: 100%; }

/* left menu */
.super-hld #tabs .tab,
.super-hld #tabs .switcher .menu-hld {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  padding: 50px;
  box-sizing: border-box; }

.super-hld #tabs .switcher .menu-hld {
  align-items: flex-start;
  padding-right: 0; }

.super-hld #tabs .switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%; }

.super-hld #tabs .switcher a {
  letter-spacing: 0.032px;
  hyphens: manual;
  text-align: left;
  font-family: "Rany", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 17px;
  color: #5B5B61;
  transition: all 0.2s ease;
  text-decoration: none; }

.super-hld #tabs .switcher .active a {
  color: #fff; }

.super-hld #tabs .switcher li {
  position: relative;
  padding: 20px 25px;
  border-right: 2px solid transparent;
  margin-right: -6px; }

.super-hld #tabs .switcher li.active {
  border-color: #DA5753; }

.super-hld #tabs .switcher .active a {
  color: #fff; }

/* right content */
.super-hld .tab-hld p {
  color: #FFFFFF;
  font-family: "DM Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; }

.inherited-styles-for-exported-element {
  color: #1d322d;
  font-family: Rom, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.375rem; }

.swiper-progressbar {
  height: .1875rem;
  margin-top: 2rem;
  position: relative;
  width: 100%; }

.swiper-progressbar__line {
  background-color: #cbcac0;
  height: 1px;
  position: absolute;
  top: calc(50% - .5px);
  width: 100%; }

.swiper-slide, .swiper-wrapper {
  position: relative;
  width: 100%; }

.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1; }

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform, -webkit-transform, -moz-transform, -o-transform;
  z-index: 1; }

.swiper-slide {
  flex-shrink: 0;
  height: 100%; }

.about__manifesto--heading {
  color: #1d322d;
  font-family: Teodor, sans-serif;
  font-size: 44px;
  font-weight: 100;
  letter-spacing: -.88px;
  line-height: normal;
  margin: 60px 0 67px;
  text-align: center; }

@media (max-width: 991.98px) {
  .about__manifesto--heading {
    font-size: 32px;
    letter-spacing: -.04rem;
    margin: 32px 0 19px; } }

.manifesto-slides {
  overflow: hidden;
  padding: 0 1rem; }

@media (min-width: 992px) {
  .manifesto-slides {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    padding: 0; } }

.manifesto-item__image img:not(.initial) {
  transition: opacity 1s;
  transition-behavior: normal; }

.manifesto-item__image img:not([src]) {
  visibility: hidden; }

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

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition: opacity; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

.about__manifesto--scroll .manifesto-item__text {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical; }

.about__manifesto--scroll .manifesto {
  position: relative; }

.about__manifesto--scroll .manifesto-scrollbar {
  background-color: #cbcac0;
  height: 675px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  width: 2px; }

@media (max-width: 991.98px) {
  .about__manifesto--scroll .manifesto {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: flex;
    flex-direction: column;
    margin: 0 0 62px;
    overflow: hidden; }
  .about__manifesto--scroll .manifesto-scrollbar {
    display: none; } }

.about__manifesto--scroll .manifesto-scrollbar__thumb {
  background-color: #1d322d;
  position: relative;
  transition: all .1s;
  transition-behavior: normal; }

.about__manifesto--scroll .manifesto-item {
  display: flex; }

@media (max-width: 991.98px) {
  .about__manifesto--scroll .manifesto-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding: 0; } }

.about__manifesto--scroll .manifesto-item__image {
  height: 578px;
  opacity: 1;
  position: relative;
  width: 100%; }

@media (min-width: 992px) {
  .about__manifesto--scroll .manifesto-item__image-wrapper {
    padding: 0 36px;
    width: 50%; } }

@media (min-width: 1200px) {
  .about__manifesto--scroll .manifesto-item__image-wrapper {
    padding: 0 100px; } }

@media (max-width: 991.98px) {
  .about__manifesto--scroll .manifesto-item__image {
    height: 384px;
    margin: 0;
    width: 100%; } }

.about__manifesto--scroll .manifesto-item__text {
  -webkit-box-pack: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 36px;
  width: 50%; }

@media (min-width: 1200px) {
  .about__manifesto--scroll .manifesto-item__text {
    padding: 0 100px; } }

@media (max-width: 991.98px) {
  .about__manifesto--scroll .manifesto-item__text {
    padding: 0;
    width: 100%; } }

.about__manifesto--scroll .background-image-tag {
  background-color: #fdfcee;
  border: 1px solid #cbcac0;
  bottom: 0;
  font-size: 14px;
  left: 0;
  line-height: 22px;
  padding: 20px 22px 20px 17px;
  position: absolute; }

.manifesto-slides .swiper-slide {
  -webkit-box-orient: vertical; }

@media (min-width: 992px) {
  .manifesto-slides .swiper-slide {
    height: 100vh; } }

.manifesto-slides .swiper-slide {
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.about__manifesto--scroll .manifesto-item__image img {
  height: 100%;
  object-fit: cover;
  width: 100%; }

@media (max-width: 991.98px) {
  .about__manifesto--scroll .manifesto-item__text h3 {
    margin-top: 20px; } }

.about__manifesto--scroll .manifesto-item__text h3 {
  font-family: Rom, sans-serif;
  font-size: 28px;
  letter-spacing: -.035rem;
  line-height: normal;
  margin-bottom: 16px; }

@media (min-width: 992px) {
  .about__manifesto--scroll .manifesto-item__text h3 {
    font-size: 40px;
    letter-spacing: -.05rem;
    line-height: 42px;
    margin-bottom: 33px; } }

.about__manifesto--scroll .manifesto-item__text p {
  font-size: 14px;
  line-height: 22px; }

.about__manifesto--scroll .manifesto-item__text h3 span {
  font-family: Teodor, sans-serif; }

@media (min-width: 992px) {
  .about__manifesto--scroll .manifesto-item__text h3 span {
    font-size: 2.375rem;
    letter-spacing: -.76px; } }

.about__manifesto--scroll .manifesto-item__text p:not(:first-of-type) {
  margin-top: 30px; }

@media (max-width: 991.98px) {
  .about__manifesto--scroll .manifesto-item__text p:not(:first-of-type) {
    margin-top: 20px; } }

::part(acsb-trigger) {
  border-color: #1d322d !important;
  color: #1d322d !important; }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; } }

.inherited-styles-for-exported-element {
  color: #1d322d;
  font-family: Rom, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.375rem; }

blockquote::after, blockquote::before {
  content: none; }

.testimonials [class^=icon-], .testimonials [class^=icon-]::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 400; }

.testimonials [class^=icon-] {
  font-feature-settings: normal;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-size: 14px;
  font-variant: normal;
  font-variant-position: normal;
  font-variation-settings: normal;
  line-height: 0;
  text-rendering: auto; }

.h1-st-1 {
  border-style: initial;
  border-width: 0;
  color: #1d322d;
  font-family: Rom, sans-serif;
  font-feature-settings: inherit;
  font-kerning: inherit;
  font-optical-sizing: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-variant-position: inherit;
  font-variation-settings: inherit;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  vertical-align: baseline; }

.h1-st-1 {
  font-size: 1.75rem;
  letter-spacing: -.56px;
  line-height: normal; }

@media (min-width: 992px) {
  .h1-st-1 {
    font-size: 2.5rem;
    letter-spacing: -.8px;
    line-height: 2.625rem; } }

.swiper-slide, .swiper-wrapper {
  position: relative;
  width: 100%; }

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform, -webkit-transform, -moz-transform, -o-transform;
  z-index: 1; }

.swiper-container-pointer-events {
  touch-action: pan-y; }

.swiper-slide {
  flex-shrink: 0;
  transition: transform, -webkit-transform, -moz-transform, -o-transform; }

.testimonial {
  grid-template-columns: repeat(2, 1fr); }

.testimonials {
  padding: 3.25rem 1rem 6.5rem;
  position: relative; }

@media (min-width: 992px) {
  .testimonials {
    padding: 4rem 2rem 9.25rem; } }

.testimonials__title {
  margin-bottom: 2.75rem;
  text-align: center; }

@media (max-width: 991.98px) {
  .testimonials__title {
    font-size: 1.8125rem;
    letter-spacing: -.03625rem;
    margin-bottom: 2rem; } }

.testimonial {
  display: grid;
  height: 100%; }

.testimonial__quote {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  background-color: #896d61;
  color: #fdfcee;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1.25rem 1rem; }

.testimonial__author {
  color: #fdfcee;
  margin-top: .75rem; }

@media (min-width: 992px) {
  .testimonial__quote {
    padding: 1.5rem 2rem; }
  .testimonial__author {
    margin-top: 1.25rem; } }

.testimonial__rating {
  align-self: flex-end; }

.testimonial__img {
  background-color: #f4f2e3;
  position: relative; }

.testimonial__img-hover, .testimonial__img-title {
  left: 0;
  position: absolute;
  transition-behavior: normal; }

.testimonial__img-hover {
  background-color: #f4f2e3;
  top: 0;
  transition: all .4s; }

.testimonial__img-title {
  bottom: 1.25rem;
  color: #1d322d;
  font-size: .875rem;
  padding: 0 .9375rem;
  text-align: center;
  transition: all .3s;
  width: 100%; }

@media (min-width: 992px) {
  .testimonial__img-title {
    bottom: 1.6875rem; } }

.testimonial__link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.testimonials [class^=icon-]::before {
  font-size: inherit;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: optimizelegibility;
  text-transform: none;
  vertical-align: middle; }

.icon-star::before {
  content: ""; }

a, a:hover {
  text-decoration: none; }

.testimonials i:not([class^=icon-]) {
  font-style: italic; }

img:not(.initial) {
  transition: opacity 1s;
  transition-behavior: normal; }

.testimonial:hover .testimonial__img-hover, img.swiper-lazy-loaded {
  opacity: 1; }

img:not([src]) {
  visibility: hidden; }

@media (max-width: 991.98px) {
  .testimonial__rating i {
    font-size: .625rem; } }

.testimonial__rating i {
  margin-right: .3125rem; }

.testimonial__img img, .testimonial__img picture {
  height: 100%;
  object-fit: cover;
  width: 100%; }

.testimonials .swiper-slide {
  height: auto; }

.testimonial:hover .testimonial__img-title {
  opacity: 0;
  visibility: hidden; }

::part(acsb-trigger) {
  border-color: #1d322d !important;
  color: #1d322d !important; }

section.groove-hero {
  position: relative;
  height: calc(100vh - 100px);
  margin-bottom: 0 !important;
  height: calc(100vh - 95px); }
  section.groove-hero .container {
    height: 100%;
    padding: 0 !important;
    max-width: 100% !important; }
  section.groove-hero .video {
    position: absolute;
    height: 100%;
    opacity: 1;
    padding: 1rem;
    margin-bottom: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    animation: grow 2s forwards;
    animation-delay: 3s; }

@keyframes grow {
  from {
    width: 90%; }
  to {
    width: 100%; } }
  section.groove-hero .content {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%); }
    section.groove-hero .content h1 {
      color: white;
      margin: 0;
      font-size: 4.5rem;
      text-align: center;
      white-space: nowrap;
      opacity: 0;
      animation: fadeIn 1s ease-out forwards;
      /* Adjust time and easing as desired */ }
      @media (max-width: 767px) {
        section.groove-hero .content h1 {
          font-size: 2.5rem; } }
      section.groove-hero .content h1 .word {
        animation: fadeIn 1s ease-out forwards;
        /* Adjust time and easing as desired */ }
  section.groove-hero video {
    border-radius: 2rem;
    height: 100%;
    object-fit: cover;
    width: 100%; }
  section.groove-hero .label {
    transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1);
    display: none; }
    @media (min-width: 998px) {
      section.groove-hero .label {
        display: block; } }
  section.groove-hero .groove-icon-bar {
    bottom: -60px;
    opacity: 0;
    right: 88px;
    animation: fadeUp 1.3s forwards;
    animation-delay: 2s; }
    @media (max-width: 998px) {
      section.groove-hero .groove-icon-bar .link {
        right: 0 !important; } }

@keyframes fadeUp {
  from {
    bottom: -60px;
    opacity: 0; }
  to {
    bottom: 62px;
    opacity: 1; } }

video, img {
  max-width: 100%; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.whlsl-body#whlsl-authorized[data-customer-group] {
  display: none !important; }

.whlsl-body#whlsl-authorized[data-customer-group="2"], .whlsl-body#whlsl-authorized[data-customer-group="4"], .whlsl-body#whlsl-authorized[data-customer-group="5"], .whlsl-body#whlsl-authorized[data-customer-group="6"], .whlsl-body#whlsl-authorized[data-customer-group="3"], .whlsl-body#whlsl-authorized[data-customer-group="8"] {
  display: block !important; }

.whlsl-body#whlsl-unauthorized {
  min-height: 70vh; }
  .whlsl-body#whlsl-unauthorized[data-customer-group] {
    display: block !important; }
  .whlsl-body#whlsl-unauthorized[data-customer-group="2"], .whlsl-body#whlsl-unauthorized[data-customer-group="4"], .whlsl-body#whlsl-unauthorized[data-customer-group="5"], .whlsl-body#whlsl-unauthorized[data-customer-group="6"], .whlsl-body#whlsl-unauthorized[data-customer-group="3"], .whlsl-body#whlsl-unauthorized[data-customer-group="8"] {
    display: none !important; }

section.whlsl-card-hero {
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.75vw;
  width: 100%;
  padding-top: 3rem !important; }
  section.whlsl-card-hero h1 {
    padding-bottom: 30px; }
    @media screen and (max-width: 1349px) {
      section.whlsl-card-hero h1 {
        font-size: 48px; } }
    @media screen and (max-width: 678px) {
      section.whlsl-card-hero h1 {
        font-size: 40px; } }
  section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner {
    position: relative;
    width: inherit;
    height: 18.75rem;
    background: #F7F7F5;
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden; }
    section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box {
      width: 100%;
      height: 100%;
      background: #F7F7F5;
      border-radius: 1.25rem;
      overflow: hidden; }
      section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-imgBox {
        position: absolute;
        inset: 0; }
        section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-imgBox img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-icon {
        position: absolute;
        bottom: -0.375rem;
        right: -0.375rem;
        width: 6rem;
        height: 6rem;
        background: #F7F7F5;
        border-top-left-radius: 50%; }
        section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-icon:hover a.whlsl-hero-card-inner-box-icon-iconBox {
          transform: scale(1.1); }
        section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-icon::before {
          position: absolute;
          content: "";
          bottom: 0.375rem;
          left: -1.25rem;
          background: transparent;
          width: 1.25rem;
          height: 1.25rem;
          border-bottom-right-radius: 1.25rem;
          box-shadow: 0.313rem 0.313rem 0 0.313rem #F7F7F5; }
        section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-icon::after {
          position: absolute;
          content: "";
          top: -1.25rem;
          right: 0.375rem;
          background: transparent;
          width: 1.25rem;
          height: 1.25rem;
          border-bottom-right-radius: 1.25rem;
          box-shadow: 0.313rem 0.313rem 0 0.313rem #F7F7F5; }
        section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-icon a.whlsl-hero-card-inner-box-icon-iconBox {
          background: #8bc53f;
          position: absolute;
          inset: 0.625rem;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
          section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-icon a.whlsl-hero-card-inner-box-icon-iconBox .span {
            color: #fff;
            font-size: 1.5rem; }
          section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-icon a.whlsl-hero-card-inner-box-icon-iconBox.sticky-whlsl-iconBox {
            position: fixed;
            width: 4.75rem;
            height: 4.75rem;
            right: 5.75vw;
            left: unset;
            top: 1.5rem;
            transition: top 0.2s ease-in-out;
            z-index: 2; }
  section.whlsl-card-hero .whlsl-hero-heading {
    padding: 60px 40px 40px; }
    section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      margin-right: -20px;
      margin-left: -20px; }
      section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colSm8 {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        min-height: 1px;
        position: relative; }
        @media (min-width: 768px) {
          section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colSm8 {
            width: 50%; } }
      section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        min-height: 1px;
        position: relative; }
        section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          gap: 10px; }
          section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .call {
            width: 425px;
            height: 80px;
            background-color: #fbf8f5;
            background-color: #e9e6dd;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }
            @media (max-width: 480px) {
              section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .call {
                width: 310px; } }
          section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .whlsl-contact-icon-call {
            height: 75%;
            width: 100px;
            background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/whlsl-call.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
            @media (max-width: 480px) {
              section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .whlsl-contact-icon-call {
                width: 30px;
                margin-right: 10px; } }
          section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .whlsl-contact-icon-email {
            height: 75%;
            width: 100px;
            background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/whlsl-email.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
            @media (max-width: 480px) {
              section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .whlsl-contact-icon-email {
                width: 30px;
                margin-right: 10px; } }
          section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .whlsl-contact-text {
            height: 90%;
            width: 325px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: left; }
            @media (max-width: 480px) {
              section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .whlsl-contact-text {
                width: 250px; } }
          section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .whlsl-contact-p {
            font-family: 'Roboto', sans-serif;
            font-weight: 800;
            font-size: 14px;
            line-height: 1.2;
            margin: 0 0 0 0;
            letter-spacing: 0.5px;
            color: #000;
            text-align: left;
            margin-bottom: 0 !important; }
          section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .email {
            width: 425px;
            height: 80px;
            background-color: #fbf8f5;
            background-color: #e9e6dd;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }
            @media (max-width: 480px) {
              section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .email {
                width: 310px; } }
          @media (max-width: 1024px) {
            section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact {
              flex-direction: column; } }
        @media (min-width: 768px) {
          section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 {
            width: 50%; } }
        @media (min-width: 1024px) {
          section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 {
            width: 100%; } }
      @media (max-width: 1024px) {
        section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row {
          flex-direction: column;
          align-items: center; } }
  @media (min-width: 1280px) {
    section.whlsl-card-hero {
      padding: 0 5.75vw;
      max-width: 1920px; } }

body.stuck section.whlsl-card-hero {
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.75vw;
  width: 100%;
  padding-top: 3rem !important; }
  body.stuck section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner {
    position: relative;
    width: inherit;
    height: 18.75rem;
    background: #F7F7F5;
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden; }
    body.stuck section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box {
      width: 100%;
      height: 100%;
      background: #F7F7F5;
      border-radius: 1.25rem;
      overflow: hidden; }
      body.stuck section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-imgBox {
        position: absolute;
        inset: 0; }
        body.stuck section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-imgBox img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      body.stuck section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-icon {
        position: absolute;
        bottom: -0.375rem;
        right: -0.375rem;
        width: 6rem;
        height: 6rem;
        background: #F7F7F5;
        border-top-left-radius: 50%; }
        body.stuck section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-icon:hover a.whlsl-hero-card-inner-box-icon-iconBox {
          transform: scale(1.1); }
        body.stuck section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-icon::before {
          position: absolute;
          content: "";
          bottom: 0.375rem;
          left: -1.25rem;
          background: transparent;
          width: 1.25rem;
          height: 1.25rem;
          border-bottom-right-radius: 1.25rem;
          box-shadow: 0.313rem 0.313rem 0 0.313rem #F7F7F5; }
        body.stuck section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-icon::after {
          position: absolute;
          content: "";
          top: -1.25rem;
          right: 0.375rem;
          background: transparent;
          width: 1.25rem;
          height: 1.25rem;
          border-bottom-right-radius: 1.25rem;
          box-shadow: 0.313rem 0.313rem 0 0.313rem #F7F7F5; }
        body.stuck section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-icon a.whlsl-hero-card-inner-box-icon-iconBox {
          background: #8bc53f;
          position: absolute;
          inset: 0.625rem;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
          body.stuck section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-icon a.whlsl-hero-card-inner-box-icon-iconBox .span {
            color: #fff;
            font-size: 1.5rem; }
          body.stuck section.whlsl-card-hero .whlsl-hero-card .whlsl-hero-card-inner .whlsl-hero-card-inner-box .whlsl-hero-card-inner-box-icon a.whlsl-hero-card-inner-box-icon-iconBox.sticky-whlsl-iconBox {
            position: fixed;
            width: 4.75rem;
            height: 4.75rem;
            right: 5.75vw;
            left: unset;
            top: calc(1.5rem + 95px);
            transition: top 0.2s ease-in-out; }
  body.stuck section.whlsl-card-hero .whlsl-hero-heading {
    padding: 60px 40px 40px; }
    body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      margin-right: -20px;
      margin-left: -20px; }
      body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colSm8 {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        min-height: 1px;
        position: relative; }
        @media (min-width: 768px) {
          body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colSm8 {
            width: 50%; } }
      body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        min-height: 1px;
        position: relative; }
        body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          gap: 10px; }
          body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .call {
            width: 425px;
            height: 80px;
            background-color: #fbf8f5;
            background-color: #e9e6dd;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }
            @media (max-width: 480px) {
              body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .call {
                width: 310px; } }
          body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .whlsl-contact-icon-call {
            height: 75%;
            width: 100px;
            background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/whlsl-call.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
            @media (max-width: 480px) {
              body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .whlsl-contact-icon-call {
                width: 30px;
                margin-right: 10px; } }
          body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .whlsl-contact-icon-email {
            height: 75%;
            width: 100px;
            background-image: url(https://cdn11.bigcommerce.com/s-8466dwhhql/product_images/uploaded_images/whlsl-email.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
            @media (max-width: 480px) {
              body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .whlsl-contact-icon-email {
                width: 30px;
                margin-right: 10px; } }
          body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .whlsl-contact-text {
            height: 90%;
            width: 325px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: left; }
            @media (max-width: 480px) {
              body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .whlsl-contact-text {
                width: 250px; } }
          body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .whlsl-contact-p {
            font-family: 'Roboto', sans-serif;
            font-weight: 800;
            font-size: 14px;
            line-height: 1.2;
            margin: 0 0 0 0;
            letter-spacing: 0.5px;
            color: #000;
            text-align: left;
            margin-bottom: 0 !important; }
          body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .email {
            width: 425px;
            height: 80px;
            background-color: #fbf8f5;
            background-color: #e9e6dd;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }
            @media (max-width: 480px) {
              body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact .email {
                width: 310px; } }
          @media (max-width: 1024px) {
            body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 .whlsl-hero-heading-row-colMd6-contact {
              flex-direction: column; } }
        @media (min-width: 768px) {
          body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 {
            width: 50%; } }
        @media (min-width: 1024px) {
          body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row .whlsl-hero-heading-row-colMd6 {
            width: 100%; } }
      @media (max-width: 1024px) {
        body.stuck section.whlsl-card-hero .whlsl-hero-heading .whlsl-hero-heading-row {
          flex-direction: column;
          align-items: center; } }
  @media (min-width: 1280px) {
    body.stuck section.whlsl-card-hero {
      padding: 0 5.75vw;
      max-width: 1920px; } }

section.section.certifications.whlsl-blocks {
  padding: 0 2.75vw 80px;
  width: 100%; }
  section.section.certifications.whlsl-blocks .ui-tabs .ui-tabs-nav li {
    border-radius: 6px !important;
    background-color: #866742;
    color: white; }
    section.section.certifications.whlsl-blocks .ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
      padding: 3.75rem 1rem !important;
      border-radius: 6px !important; }
    @media (min-width: 768px) {
      section.section.certifications.whlsl-blocks .ui-tabs .ui-tabs-nav li {
        max-width: unset !important; } }
    section.section.certifications.whlsl-blocks .ui-tabs .ui-tabs-nav li .partners-ecosystem-bg {
      bottom: 0;
      height: 100%;
      left: 0;
      max-width: none;
      object-fit: cover;
      position: absolute;
      right: 0;
      top: 0; }
  @media (min-width: 778px) {
    section.section.certifications.whlsl-blocks {
      padding: 0 3.75vw 80px;
      width: 100%; } }
  @media (min-width: 1280px) {
    section.section.certifications.whlsl-blocks {
      padding: 0 5.75vw 80px;
      max-width: 1920px; } }

section.whlsl-category-blocks {
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.75vw;
  width: 100%;
  background: #e3e0db !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important; }
  section.whlsl-category-blocks h2 {
    padding: 0 40px 2rem; }
  section.whlsl-category-blocks .whlsl-category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
    padding: 0 40px; }
    section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-card-inner {
      position: relative;
      width: inherit;
      height: 8.75rem;
      background: #e3e0db;
      border-radius: 1.25rem;
      border-bottom-right-radius: 0;
      overflow: hidden; }
      section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-card-inner .whlsl-cat-card-inner-box {
        width: 100%;
        height: 100%;
        background: #e3e0db;
        border-radius: 1.25rem;
        overflow: hidden; }
        section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-card-inner .whlsl-cat-card-inner-box .whlsl-cat-card-inner-box-imgBox {
          position: absolute;
          inset: 0; }
          section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-card-inner .whlsl-cat-card-inner-box .whlsl-cat-card-inner-box-imgBox img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-card-inner .whlsl-cat-card-inner-box .whlsl-cat-card-inner-box-icon {
          position: absolute;
          bottom: -0.375rem;
          right: -0.375rem;
          width: 4rem;
          height: 4rem;
          background: #e3e0db;
          border-top-left-radius: 50%; }
          section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-card-inner .whlsl-cat-card-inner-box .whlsl-cat-card-inner-box-icon:hover a.whlsl-cat-card-inner-box-icon-iconBox {
            transform: scale(1.1); }
          section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-card-inner .whlsl-cat-card-inner-box .whlsl-cat-card-inner-box-icon::before {
            position: absolute;
            content: "";
            bottom: 0.375rem;
            left: -1.25rem;
            background: transparent;
            width: 1.25rem;
            height: 1.25rem;
            border-bottom-right-radius: 1.25rem;
            box-shadow: 0.313rem 0.313rem 0 0.313rem #e3e0db; }
          section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-card-inner .whlsl-cat-card-inner-box .whlsl-cat-card-inner-box-icon::after {
            position: absolute;
            content: "";
            top: -1.25rem;
            right: 0.375rem;
            background: transparent;
            width: 1.25rem;
            height: 1.25rem;
            border-bottom-right-radius: 1.25rem;
            box-shadow: 0.313rem 0.313rem 0 0.313rem #e3e0db; }
          section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-card-inner .whlsl-cat-card-inner-box .whlsl-cat-card-inner-box-icon a.whlsl-cat-card-inner-box-icon-iconBox {
            background: #611500;
            position: absolute;
            inset: 0.65rem;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.3s; }
            section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-card-inner .whlsl-cat-card-inner-box .whlsl-cat-card-inner-box-icon a.whlsl-cat-card-inner-box-icon-iconBox span.material-symbols-outlined {
              color: #fff;
              font-size: 1.125rem; }
      @media (max-width: 1279px) {
        section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-card-inner {
          height: 7.75rem; } }
      @media (max-width: 1024px) {
        section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-card-inner {
          height: 9.75rem; } }
    section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-content {
      padding: 0.938rem 0.625rem; }
      section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-content h3 {
        text-transform: capitalize;
        font-size: 22px;
        margin-top: 0px; }
        @media (max-width: 1649px) {
          section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-content h3 {
            font-size: 20px; } }
        @media (max-width: 1449px) {
          section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-card .whlsl-cat-content h3 {
            font-size: 18px; } }
    @media (max-width: 1649px) {
      section.whlsl-category-blocks .whlsl-category-grid {
        gap: 1rem; } }
    @media (max-width: 1024px) {
      section.whlsl-category-blocks .whlsl-category-grid {
        grid-template-columns: repeat(3, 1fr); }
        section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-title {
          display: none; } }
    @media (max-width: 677px) {
      section.whlsl-category-blocks .whlsl-category-grid {
        grid-template-columns: repeat(2, 1fr); }
        section.whlsl-category-blocks .whlsl-category-grid .whlsl-cat-title {
          display: none; } }
    @media (max-width: 480px) {
      section.whlsl-category-blocks .whlsl-category-grid {
        padding: 0 0px; } }
  @media (min-width: 481px) {
    section.whlsl-category-blocks {
      padding-top: 80px !important;
      padding-bottom: 80px !important; } }
  @media (min-width: 1280px) {
    section.whlsl-category-blocks {
      padding: 0 5.75vw;
      max-width: 1920px; } }

section.whlsl-education-block {
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.75vw;
  width: 100%; }
  @media (min-width: 1280px) {
    section.whlsl-education-block {
      padding: 0 5.75vw;
      max-width: 1920px; } }

@keyframes logoloop {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }

#whlsl-edu section {
  display: block; }

#whlsl-edu a {
  background-color: transparent;
  text-decoration: inherit;
  text-underline-offset: 0.2rem; }

#whlsl-edu a:active,
#whlsl-edu a:hover {
  outline: 0; }

#whlsl-edu img {
  border-style: initial;
  border-width: 0;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%; }

#whlsl-edu svg:not(:root) {
  overflow: hidden; }

#whlsl-edu * {
  box-sizing: border-box; }

#whlsl-edu .w-inline-block {
  max-width: 100%; }

#whlsl-edu p {
  line-height: 1.2; }

#whlsl-edu .w-embed::after,
#whlsl-edu .w-embed::before {
  content: " ";
  display: table;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1; }

#whlsl-edu .w-embed::after {
  clear: both; }

.inherited-styles-for-exported-element-whlsl {
  color: #161814;
  font-family: Muoto, sans-serif;
  font-weight: 300;
  line-height: 1.5; }

#whlsl-edu h2,
#whlsl-edu p {
  margin-bottom: 0;
  margin-top: 0; }

#whlsl-edu .overflow-hidden {
  overflow: hidden; }

#whlsl-edu .padding-global {
  padding-left: 3.75vw;
  padding-right: 3.75vw; }
  @media (min-width: 1280px) {
    #whlsl-edu .padding-global {
      padding-left: 5.75vw;
      padding-right: 5.75vw; } }

#whlsl-edu .padding-large {
  padding-top: 80px; }

#whlsl-edu .padding-xsmall {
  padding-bottom: 1rem; }

#whlsl-edu .max-width-medium {
  max-width: 32rem;
  width: 100%; }

#whlsl-edu .text-align-center {
  text-align: center; }

#whlsl-edu .heading-style-h6 {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.2; }

#whlsl-edu .padding-medium {
  padding-bottom: 2rem; }

#whlsl-edu .heading-style-h4 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.2; }

#whlsl-edu .text-size-large {
  font-size: 1.25rem;
  letter-spacing: -0.02em; }
  @media (max-width: 400px) {
    #whlsl-edu .text-size-large {
      font-size: 1rem; } }

#whlsl-edu .container-large {
  max-width: 1920px;
  width: 100%; }

#whlsl-edu .margin-custom2 {
  margin-bottom: 1.5rem; }

#whlsl-edu .flex-vertical-centre {
  align-items: center;
  display: flex;
  flex-direction: column; }

#whlsl-edu .button-outline {
  align-items: center;
  border-image: none 100% 1 0 stretch;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  column-gap: 0.5rem;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  padding: 0.5rem 0.75rem;
  text-align: center;
  transition: all 0.25s;
  transition-behavior: normal; }

#whlsl-edu .button-outline.is-dark {
  border-color: #161814;
  color: #161814; }

#whlsl-edu .button-outline.is-dark:hover {
  background-color: #161814;
  color: white; }

#whlsl-edu .max-width-40 {
  max-width: 40rem; }

#whlsl-edu .difference-showcase {
  align-items: start;
  column-gap: 1rem;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 1rem; }

#whlsl-edu .difference-card {
  border-radius: 1rem;
  padding: 1.5rem; }

#whlsl-edu .difference-card.is-offset {
  margin-top: 4rem; }

#whlsl-edu .different-tile-img {
  border-radius: 0.5rem;
  margin-bottom: 1rem; }

#whlsl-edu .difference-card-divider {
  background-color: #161814;
  height: 1px;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  width: 100%; }

#whlsl-edu .spacer-3-5 {
  height: 3.5rem;
  width: 100%; }

#whlsl-edu .marquee-content {
  align-items: center;
  column-gap: 4rem;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-start; }

#whlsl-edu .marquee {
  display: flex;
  height: 8.2rem;
  position: relative;
  width: 100%; }

#whlsl-edu .marquee-css {
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

#whlsl-edu .svg-icon-wrapper {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center; }

#whlsl-edu .svg-code {
  display: none; }

#whlsl-edu .collection-logos-wrapper-2 {
  display: flex;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem; }

#whlsl-edu .collection-logos-wrapper-2.no-shrink {
  flex: 0 0 auto; }

@media screen and (max-width: 991px) {
  #whlsl-edu .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  #whlsl-edu .padding-large {
    padding-top: 2.5rem; }
  #whlsl-edu .heading-style-h4 {
    font-size: 2.5rem; } }

@media screen and (max-width: 767px) {
  #whlsl-edu .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  #whlsl-edu .padding-large {
    padding-top: 2rem; }
  #whlsl-edu .padding-xsmall {
    padding-bottom: 0.75rem; }
  #whlsl-edu .heading-style-h6 {
    font-size: 1.25rem; }
  #whlsl-edu .padding-medium {
    padding-bottom: 1.5rem; }
  #whlsl-edu .heading-style-h4 {
    font-size: 2rem; }
  #whlsl-edu .difference-showcase {
    grid-template-columns: 1fr;
    margin-top: 2.5rem; }
  #whlsl-edu .difference-card.is-offset {
    margin-top: 0; } }

@media screen and (max-width: 479px) {
  #whlsl-edu .padding-global {
    padding-left: 1rem;
    padding-right: 1rem; }
  #whlsl-edu .button-outline.is-dark {
    color: #161814; } }

#whlsl-edu #w-node-_8e995f38-0bec-002c-fe86-8adf3ac2b6f5-716f1762,
#whlsl-edu #w-node-_8e995f38-0bec-002c-fe86-8adf3ac2b6fc-716f1762,
#whlsl-edu #w-node-_8e995f38-0bec-002c-fe86-8adf3ac2b703-716f1762 {
  grid-column-end: span 1;
  grid-column-start: span 1;
  grid-row-end: span 1;
  grid-row-start: span 1; }

#whlsl-edu .container-large {
  margin-left: auto !important;
  margin-right: auto !important; }

#whlsl-edu .padding-top {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

#whlsl-edu .margin-bottom {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important; }

#whlsl-edu .padding-bottom {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important; }

#whlsl-edu .collection-logos-wrapper-2 {
  animation: logoloop 20s linear infinite;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  backface-visibility: hidden;
  transform: translateZ(0); }

@font-face {
  font-display: swap;
  font-family: Muoto;
  font-style: italic;
  font-weight: 400;
  src: url(https://cdn.prod.website-files.com/6357008bb1dd16395e9e2e70/6357015928e1a3900a55d7ac_Muoto%20-%20Italic-205TF.woff2) format("woff2"); }

@font-face {
  font-display: swap;
  font-family: Muoto;
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.prod.website-files.com/6357008bb1dd16395e9e2e70/63570145b97d19138d60293b_Muoto%20-%20Regular-205TF.woff2) format("woff2"); }

@font-face {
  font-display: swap;
  font-family: Muoto;
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.prod.website-files.com/6357008bb1dd16395e9e2e70/635702dfb97d199eb0603c9c_Muoto%20-%20Light-205TF.woff2) format("woff2"); }

@font-face {
  font-display: swap;
  font-family: Muoto;
  font-style: italic;
  font-weight: 300;
  src: url(https://cdn.prod.website-files.com/6357008bb1dd16395e9e2e70/635702eed3923b021174b7d6_Muoto%20-%20Light%20Italic-205TF.woff2) format("woff2"); }

@font-face {
  font-display: swap;
  font-family: Muoto;
  font-style: normal;
  font-weight: 500;
  src: url(https://cdn.prod.website-files.com/6357008bb1dd16395e9e2e70/635701515c67b517d0e8d4cf_Muoto%20-%20Medium-205TF.woff2) format("woff2"); }

@font-face {
  font-display: swap;
  font-family: Muoto;
  font-style: italic;
  font-weight: 500;
  src: url(https://cdn.prod.website-files.com/6357008bb1dd16395e9e2e70/6357016365007555a538339a_Muoto%20-%20Medium%20Italic-205TF.woff2) format("woff2"); }

.groove-text h2 {
  text-align: center;
  text-transform: uppercase; }

.groove-text .container {
  position: relative; }

.groove-text .dynamic-heading {
  font-size: 2rem;
  /* Initial font size */
  margin: 0 auto; }

.groove-text h2 {
  text-align: center; }

.groove-text .container {
  position: relative; }

.groove-text .dynamic-heading {
  margin: 6rem auto 8.5rem;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.0125px;
  color: #0d0e10;
  line-height: 1.2;
  font-size: 2.5vw; }
  @media (max-width: 1499px) {
    .groove-text .dynamic-heading {
      font-size: 2.75vw; } }
  @media (max-width: 1349px) {
    .groove-text .dynamic-heading {
      font-size: 3vw; } }
  @media (max-width: 1099px) {
    .groove-text .dynamic-heading {
      font-size: 3.5vw; } }
  @media (max-width: 899px) {
    .groove-text .dynamic-heading {
      font-size: 4.25vw; } }
  @media (max-width: 767px) {
    .groove-text .dynamic-heading {
      font-size: 4.5vw; } }
  @media (max-width: 599px) {
    .groove-text .dynamic-heading {
      font-size: 7vw; } }
  @media (max-width: 480px) {
    .groove-text .dynamic-heading {
      font-size: 8vw;
      margin: 4rem auto 6.5rem; } }
  @media (max-width: 399px) {
    .groove-text .dynamic-heading {
      font-size: 9vw; } }

.groove-text a.text-avatar {
  width: 4.5rem;
  height: 4.5rem;
  display: inline-block;
  background: blue; }

.groove-promo-banner {
  background: #e3e0db !important; }
  .groove-promo-banner > div {
    padding: 0 2rem; }
  .groove-promo-banner .groove-icon-bar {
    z-index: -2;
    opacity: 0;
    transition: opacity 1s ease-in;
    /* Fade in when opacity changes to 1 */ }
    .groove-promo-banner .groove-icon-bar.active {
      z-index: 1;
      opacity: 1; }
  .groove-promo-banner .groove-icon-bar:not(.active) {
    transition: none;
    /* No transition for opacity when active is removed */ }

@keyframes pulseAnimation {
  0% {
    width: 100%; }
  50% {
    width: 85%; }
  100% {
    width: 100%; } }
  .groove-promo-banner .text-container {
    max-width: 100%; }
    .groove-promo-banner .text-container .drop-in {
      max-width: 100%; }
  .groove-promo-banner.vertical-carousel .active video, .groove-promo-banner.vertical-carousel .active img {
    animation: pulseAnimation 1s ease-in-out;
    /* Customize the duration and easing as needed */ }
  .groove-promo-banner .grid {
    display: flex;
    flex-direction: column; }
    @media (min-width: 998px) {
      .groove-promo-banner .grid {
        grid-template-columns: repeat(12, minmax(0, 1fr)); } }
  @media (min-width: 998px) {
    .groove-promo-banner.vertical-carousel .carousel-bar {
      grid-row-start: 1;
      grid-column: 1 / span 1;
      flex-direction: column;
      row-gap: 16px;
      grid-template-rows: 42px auto 42px;
      display: grid;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 998px) {
    .groove-promo-banner.vertical-carousel .carousel-bar .grey-bar {
      margin: 0 auto;
      width: 1px;
      height: 100%; } }
  @media (min-width: 998px) {
    .groove-promo-banner.vertical-carousel .carousel-bar .green-bar {
      width: 3px;
      height: 5%;
      left: -1px; } }
  .groove-promo-banner h3 {
    text-align: left;
    margin-bottom: 1.25rem;
    font-size: 3.5rem;
    animation: fadeIn 0.5s ease-out forwards;
    /* Adjust time and easing as desired */ }
    .groove-promo-banner h3 .word {
      animation: fadeIn 0.5s ease-out forwards;
      /* Adjust time and easing as desired */ }
    .groove-promo-banner h3 .letter {
      animation-duration: 0.5s; }
  .groove-promo-banner video, .groove-promo-banner .video img {
    height: 500px;
    width: 100%;
    object-fit: cover !important;
    border-radius: 50px;
    margin: 0 auto; }
    @media (max-width: 997px) {
      .groove-promo-banner video, .groove-promo-banner .video img {
        height: 100%; } }
  .groove-promo-banner .video {
    opacity: 1; }
  .groove-promo-banner .videos {
    position: relative; }
    @media (min-width: 998px) {
      .groove-promo-banner .videos {
        grid-column: 7 / span 6; } }
    .groove-promo-banner .videos .video, .groove-promo-banner .videos .text-container {
      display: none; }
      .groove-promo-banner .videos .video.active, .groove-promo-banner .videos .text-container.active {
        display: block; }
  .groove-promo-banner .groove-icon-bar img {
    height: 4.375rem;
    width: 4.375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media (min-width: 998px) {
    .groove-promo-banner .text {
      grid-column: 2 / span 4;
      grid-row-start: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; } }
  .groove-promo-banner .text > .text-container {
    display: none; }
    .groove-promo-banner .text > .text-container.active {
      display: block; }
  .groove-promo-banner .prev {
    transform: rotate(-90deg); }
    @media (min-width: 998px) {
      .groove-promo-banner .prev {
        transform: unset  !important; } }
  .groove-promo-banner .next {
    transform: rotate(90deg); }
    @media (min-width: 998px) {
      .groove-promo-banner .next {
        transform: rotate(180deg) !important; } }

.groove-promo-banner > div {
  padding: 0 5.75vw; }
  @media (max-width: 1279px) {
    .groove-promo-banner > div {
      padding: 0 3.75vw; } }

@keyframes pulseAnimation {
  0% {
    width: 100%; }
  50% {
    width: 85%; }
  100% {
    width: 100%; } }

@keyframes pulseHeightAnimation {
  0% {
    width: 100%; }
  50% {
    width: 95%; }
  100% {
    width: 100%; } }

.groove-promo-banner.vertical-carousel .active video {
  animation: pulseAnimation 1s ease-in-out;
  /* Customize the duration and easing as needed */ }
  @media (max-width: 997px) {
    .groove-promo-banner.vertical-carousel .active video {
      animation: pulseHeightAnimation 1s ease-in-out; } }

@media (min-width: 998px) {
  .groove-promo-banner .grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr)); } }

.groove-promo-banner.vertical-carousel .carousel-bar {
  margin-top: 2.5rem; }
  @media (min-width: 998px) {
    .groove-promo-banner.vertical-carousel .carousel-bar {
      grid-row-start: 1;
      grid-column: 1 / span 1;
      flex-direction: column;
      row-gap: 16px;
      grid-template-rows: 42px auto 42px;
      display: grid;
      align-items: center;
      justify-content: flex-start;
      margin-top: 0; } }
  @media (min-width: 998px) {
    .groove-promo-banner.vertical-carousel .carousel-bar .grey-bar {
      margin: 0 auto;
      width: 1px;
      height: 100%; } }
  @media (min-width: 998px) {
    .groove-promo-banner.vertical-carousel .carousel-bar .green-bar {
      width: 3px;
      height: 5%;
      left: -1px; } }

.groove-promo-banner h3.drop-in {
  font-size: 44px !important;
  text-align: left !important;
  line-height: 1.3 !important;
  max-width: 90% !important;
  font-weight: 400;
  margin-bottom: 1rem; }
  @media (max-width: 480px) {
    .groove-promo-banner h3.drop-in {
      font-size: 40px !important;
      line-height: 1.2 !important; } }

.groove-promo-banner p.fade-in {
  font-size: 18px !important;
  line-height: 1.3 !important;
  text-align: left !important;
  margin-bottom: 0 !important; }
  @media (max-width: 480px) {
    .groove-promo-banner p.fade-in {
      font-size: 16px !important; } }

.groove-promo-banner video {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto; }
  @media (max-width: 997px) {
    .groove-promo-banner video {
      height: 100%;
      min-height: 300px; } }

.groove-promo-banner .video {
  opacity: 1; }

.groove-promo-banner .videos {
  position: relative; }
  @media (min-width: 998px) {
    .groove-promo-banner .videos {
      grid-column: 7 / span 6; } }
  .groove-promo-banner .videos > div {
    display: none; }
    .groove-promo-banner .videos > div.active {
      display: block; }

@media (min-width: 998px) {
  .groove-promo-banner .text {
    grid-column: 2 / span 4;
    grid-row-start: 1;
    display: flex;
    align-items: center; } }

.groove-promo-banner .text > div {
  display: none; }
  .groove-promo-banner .text > div.active {
    display: block; }

.groove-promo-banner .prev {
  transform: rotate(-90deg); }
  @media (min-width: 998px) {
    .groove-promo-banner .prev {
      transform: unset  !important; } }

.groove-promo-banner .next {
  transform: rotate(90deg); }
  @media (min-width: 998px) {
    .groove-promo-banner .next {
      transform: rotate(180deg) !important; } }

.groove-promo-banner-reviews > div {
  padding: 0 2rem;
  padding: 0 5.75vw; }
  @media (max-width: 1279px) {
    .groove-promo-banner-reviews > div {
      padding: 0 3.75vw; } }

@keyframes pulseAnimation {
  0% {
    width: 100%; }
  50% {
    width: 85%; }
  100% {
    width: 100%; } }

.groove-promo-banner-reviews .active video {
  animation: pulseAnimation 1s ease-in-out;
  /* Customize the duration and easing as needed */ }

.groove-promo-banner-reviews .active .video-img {
  animation: pulseAnimation 1s ease-in-out;
  /* Customize the duration and easing as needed */ }

.groove-promo-banner-reviews .grid {
  display: grid;
  grid-template-rows: 1fr auto auto; }
  @media (min-width: 998px) {
    .groove-promo-banner-reviews .grid {
      grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media (min-width: 998px) {
  .groove-promo-banner-reviews .carousel-bar {
    grid-row-start: 1;
    grid-column: 12 / span 1;
    flex-direction: column;
    row-gap: 16px;
    grid-template-rows: 42px auto 42px;
    display: grid;
    align-items: center;
    justify-content: flex-end; } }

@media (min-width: 998px) {
  .groove-promo-banner-reviews .carousel-bar .grey-bar {
    margin: 0 auto;
    width: 1px;
    height: 100%; } }

@media (min-width: 998px) {
  .groove-promo-banner-reviews .carousel-bar .green-bar {
    width: 3px;
    height: 5%;
    left: -1px; } }

.groove-promo-banner-reviews h3 {
  text-align: center;
  font-size: 3.5rem; }

.groove-promo-banner-reviews video {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto; }

.groove-promo-banner-reviews .video-img {
  height: 37.5vw;
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto; }

.groove-promo-banner-reviews .video {
  opacity: 1;
  height: 100%;
  margin-bottom: 0 !important; }

.groove-promo-banner-reviews .videos {
  position: relative; }
  @media (min-width: 998px) {
    .groove-promo-banner-reviews .videos {
      grid-column: 1 / span 6; } }
  .groove-promo-banner-reviews .videos > div {
    display: none; }
    .groove-promo-banner-reviews .videos > div.active {
      display: block; }

@media (min-width: 998px) {
  .groove-promo-banner-reviews .text {
    grid-column: 8 / span 4;
    grid-row-start: 1;
    display: flex;
    align-items: center; } }

.groove-promo-banner-reviews .text > div.groove-review-text {
  display: none; }
  .groove-promo-banner-reviews .text > div.groove-review-text.active {
    display: block; }
  .groove-promo-banner-reviews .text > div.groove-review-text img.groove-review-stars {
    width: 150px;
    margin-bottom: 1rem; }
  .groove-promo-banner-reviews .text > div.groove-review-text p.groove-review-title {
    font-size: 18px !important;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: none; }
  .groove-promo-banner-reviews .text > div.groove-review-text p.groove-review-copy {
    font-size: 16px !important; }
  .groove-promo-banner-reviews .text > div.groove-review-text p.groove-review-author {
    font-size: 14px !important;
    margin-top: 0.5rem; }
    .groove-promo-banner-reviews .text > div.groove-review-text p.groove-review-author.review-mb {
      margin-bottom: 1.5rem; }
  .groove-promo-banner-reviews .text > div.groove-review-text.hide-products p.groove-review-title {
    font-size: 18px !important;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block; }
  .groove-promo-banner-reviews .text > div.groove-review-text.hide-products .groove-review-product {
    display: none; }

.groove-promo-banner-reviews .prev {
  transform: rotate(-90deg); }
  @media (min-width: 998px) {
    .groove-promo-banner-reviews .prev {
      -webkit-transform: rotate(-90deg) !important;
      transform: rotate(-90deg) !important; } }

.groove-promo-banner-reviews .next {
  transform: rotate(90deg); }
  @media (min-width: 998px) {
    .groove-promo-banner-reviews .next {
      -webkit-transform: rotate(90deg) !important;
      transform: rotate(90deg) !important; } }

.btn__atc-badge {
  position: absolute;
  right: 10px;
  top: 0;
  transform: translateY(-50%);
  align-items: center;
  background: #9bc2ae;
  background-repeat: repeat;
  border-radius: 9999px;
  border-style: none;
  color: #3d3d3e;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 40px;
  justify-content: center;
  transition: all 0.25s;
  transition-behavior: normal;
  width: 40px; }

.product-tile {
  background: #f5eee9;
  background-repeat: repeat;
  border-radius: 10px;
  display: flex;
  height: 60px;
  min-width: 265px;
  position: relative;
  transition: background-color 0.25s;
  transition-behavior: normal;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.045);
  width: fit-content;
  margin-bottom: 0.5rem; }

.product-tile__main {
  color: #3d3d3e;
  display: flex;
  padding-right: 60px;
  text-decoration: none;
  width: 100%; }

.product-tile__img {
  background: #ffffff;
  background-repeat: repeat;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }

.product-tile__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  line-height: 1.5rem;
  margin-left: 10px;
  text-align: left;
  width: auto; }

.product-tile__title {
  font-family: 'Roboto', sans-serif; }

.product-tile__price {
  font-size: 14px;
  font-weight: 500; }

.product-tile__atc {
  position: absolute;
  right: 10px;
  top: 0;
  transform: translateY(-50%); }

.product__dosewith::-webkit-scrollbar {
  display: none;
  inline-size: 0 !important; }

.product-tile__img img {
  height: 65%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s;
  transition-behavior: normal;
  width: 100%; }

.btn__atc-badge:hover {
  background: #c7d4cd;
  background-repeat: repeat; }

.product__section:last-child {
  margin-bottom: 0; }

.product__section--dosewith .product__section-title {
  margin-bottom: 10px;
  padding-left: 5%; }

@media only screen and (min-width: 1044px) {
  .product__section--dosewith .product__section-title {
    padding-left: 50px; } }

@media only screen and (min-width: 1400px) {
  .product__section--dosewith .product__section-title {
    padding-left: 60px; } }

.product-tile:hover {
  background: #e8ddd2;
  background-repeat: repeat; }

.product-tile:hover .product-tile__img img {
  transform: scale(1.05); }

.product-tile__img {
  width: 60px !important; }

.groove-icon-bar {
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  border-radius: 100px;
  border-color: rgba(239, 239, 239, 0.4);
  background-color: rgba(239, 239, 239, 0.4);
  display: block !important;
  bottom: 3.5rem;
  padding: .25rem;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); }
  .groove-icon-bar > div {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    column-gap: 16px;
    padding-right: 1rem; }
  @media (min-width: 998px) {
    .groove-icon-bar > div {
      padding-right: 1rem; } }
  .groove-icon-bar .label, .groove-icon-bar .link {
    position: relative;
    color: #46443a;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1); }
  .groove-icon-bar:hover {
    background-color: #a7a596 !important;
    border-color: #a7a596 !important; }
    .groove-icon-bar:hover .icon {
      left: calc(100% - 54px); }
      .groove-icon-bar:hover .icon.svg {
        background: rgba(239, 239, 239, 0.8); }
    .groove-icon-bar:hover .label {
      color: ghostwhite;
      font-weight: 500;
      transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1); }
  .groove-icon-bar .icon {
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 100px;
    position: relative;
    border: 4px solid rgba(239, 239, 239, 0.4);
    border-radius: 100px;
    padding: 0;
    left: 0;
    transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1); }
    .groove-icon-bar .icon.svg {
      border: none;
      background: #a7a596; }
    .groove-icon-bar .icon img {
      border-radius: 100px; }
    .groove-icon-bar .icon svg {
      height: 1.5rem;
      width: 1.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

#map-container {
  position: relative;
  margin-bottom: 120px;
  margin-top: 80px; }
  #map-container .container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 75vh;
    /* Adjust height as needed */
    overflow: hidden; }
    @media (max-width: 480px) {
      #map-container .container {
        height: 80vh; } }
  #map-container .map-iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    transition: width ease; }

.groove-parallax-banner {
  margin-top: 160px;
  margin-bottom: 160px; }
  .groove-parallax-banner .text {
    position: relative; }
  .groove-parallax-banner .container {
    display: flex;
    flex-direction: column; }
    .groove-parallax-banner .container .text {
      margin-top: 90px; }
      .groove-parallax-banner .container .text h2 {
        font-size: 40px;
        line-height: 1.2;
        padding-right: 17vw;
        margin-bottom: 1rem; }
      .groove-parallax-banner .container .text p {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 2.5rem;
        padding-left: 17.5%; }
      .groove-parallax-banner .container .text .groove-icon-bar {
        left: 17.5%; }
    @media (min-width: 400px) {
      .groove-parallax-banner .container .text h2 {
        font-size: 40px;
        line-height: 1.2;
        padding-right: 29vw; }
      .groove-parallax-banner .container .text p {
        padding-left: 20.5%; }
      .groove-parallax-banner .container .text .groove-icon-bar {
        left: 20.5%; } }
    @media (min-width: 481px) {
      .groove-parallax-banner .container .text {
        margin-top: 85px; }
        .groove-parallax-banner .container .text h2 {
          font-size: 44px;
          line-height: 1.3;
          padding-right: 34vw; }
        .groove-parallax-banner .container .text p {
          padding-left: 35.5%; }
        .groove-parallax-banner .container .text .groove-icon-bar {
          left: 35.5%; } }
    @media (min-width: 600px) {
      .groove-parallax-banner .container .text {
        margin-top: 60px; }
        .groove-parallax-banner .container .text h2 {
          font-size: 48px;
          line-height: 1.3;
          padding-right: 41vw; }
        .groove-parallax-banner .container .text p {
          padding-left: 30%; }
        .groove-parallax-banner .container .text .groove-icon-bar {
          left: 30%; } }
    @media (min-width: 768px) {
      .groove-parallax-banner .container .text h2 {
        font-size: 40px;
        line-height: 1.3;
        margin-bottom: 2.5rem; } }
    @media (min-width: 998px) {
      .groove-parallax-banner .container {
        display: grid; }
        .groove-parallax-banner .container .text {
          grid-column: 2 / span 4; }
          .groove-parallax-banner .container .text h2 {
            font-size: 44px;
            font-weight: 400;
            line-height: 1.3;
            margin-bottom: 2.5rem; }
          .groove-parallax-banner .container .text p {
            font-size: 20px;
            line-height: 1.3;
            margin-bottom: 2.5rem; }
        .groove-parallax-banner .container .images {
          grid-column: 8 / span 5;
          display: grid; } }
    @media (min-width: 998px) and (min-width: 1024px) {
      .groove-parallax-banner .container .images.lg\:gap-x-4 {
        column-gap: 1rem; } }
    @media (min-width: 998px) and (min-width: 1024px) {
      .groove-parallax-banner .container .images.lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr)); } }
    @media (min-width: 998px) {
          .groove-parallax-banner .container .images.gap-y-16 {
            row-gap: 4rem; }
          .groove-parallax-banner .container .images.flex-col {
            flex-direction: column; } }
    @media (min-width: 1500px) {
      .groove-parallax-banner .container {
        display: grid; }
        .groove-parallax-banner .container .text {
          grid-column: 2 / span 4; }
          .groove-parallax-banner .container .text h2 {
            font-size: 60px;
            font-weight: 400;
            line-height: 1.3; }
          .groove-parallax-banner .container .text p {
            font-size: 18px;
            line-height: 1.3; }
        .groove-parallax-banner .container .images {
          grid-column: 8 / span 5;
          display: grid; } }
    @media (min-width: 1500px) and (min-width: 1024px) {
      .groove-parallax-banner .container .images.lg\:gap-x-4 {
        column-gap: 1rem; } }
    @media (min-width: 1500px) and (min-width: 1024px) {
      .groove-parallax-banner .container .images.lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr)); } }
    @media (min-width: 1500px) {
          .groove-parallax-banner .container .images.gap-y-16 {
            row-gap: 4rem; }
          .groove-parallax-banner .container .images.flex-col {
            flex-direction: column; } }
  .groove-parallax-banner .images img {
    width: 100%;
    position: absolute;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .groove-parallax-banner .images img {
        height: 150%;
        object-fit: cover; } }
  .groove-parallax-banner .images .aspect-w-9 {
    --tw-aspect-w: 9;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w)* 100%);
    position: relative; }
  .groove-parallax-banner .images .aspect-w-9 > * {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: unset;
    width: 100%; }
  .groove-parallax-banner .images .aspect-h-16 {
    --tw-aspect-h: 16; }
  .groove-parallax-banner .images .aspect-w-11 {
    --tw-aspect-w: 11;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w)* 100%);
    position: relative; }
  .groove-parallax-banner .images .aspect-w-11 > * {
    bottom: 200px;
    left: 0;
    position: absolute;
    right: 0;
    top: unset;
    width: 100%; }
  .groove-parallax-banner .images > div {
    position: relative; }
    .groove-parallax-banner .images > div:first-child {
      display: none; }
      @media (min-width: 768px) {
        .groove-parallax-banner .images > div:first-child {
          display: block; } }
  .groove-parallax-banner .images .\[clip-path\:url\(\#content-columns-clip-path-1\)\] {
    -webkit-clip-path: url(#content-columns-clip-path-1);
    clip-path: url(#content-columns-clip-path-1);
    overflow: hidden; }
  .groove-parallax-banner .images .\[clip-path\:url\(\#content-columns-clip-path-2\)\] {
    -webkit-clip-path: url(#content-columns-clip-path-2);
    clip-path: url(#content-columns-clip-path-2);
    overflow: hidden; }
  .groove-parallax-banner .images svg {
    position: absolute;
    width: 0;
    height: 0;
    top: 0 !important;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    vertical-align: middle; }

.groove-parallax-banner {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem !important; }
  .groove-parallax-banner .container .images {
    display: flex;
    column-gap: 1rem; }
    .groove-parallax-banner .container .images .image-1 {
      border-radius: 25px; }
    .groove-parallax-banner .container .images .image-2 {
      position: relative;
      top: 90px; }
  .groove-parallax-banner .container .text .groove-icon-bar {
    right: unset !important;
    bottom: unset !important;
    background-color: #a7a596; }
    .groove-parallax-banner .container .text .groove-icon-bar .label, .groove-parallax-banner .container .text .groove-icon-bar .link {
      position: relative;
      color: ghostwhite;
      font-weight: 500;
      transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1); }
    .groove-parallax-banner .container .text .groove-icon-bar .icon.svg {
      background-color: #efefef; }
    .groove-parallax-banner .container .text .groove-icon-bar:hover {
      background-color: #e0e1e1 !important;
      border-color: #a7a596 !important; }
      .groove-parallax-banner .container .text .groove-icon-bar:hover .icon.svg {
        background: #a7a596; }
      .groove-parallax-banner .container .text .groove-icon-bar:hover .label {
        color: #46443a;
        font-weight: 500;
        transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1); }
  .groove-parallax-banner .container .images-p {
    display: flex;
    column-gap: 1rem; }
    .groove-parallax-banner .container .images-p .image-2 {
      top: 90px; }
  @media (min-width: 320px) {
    .groove-parallax-banner .container .images {
      display: flex;
      column-gap: 1rem; }
      .groove-parallax-banner .container .images .image-1 {
        border-radius: 25px; }
      .groove-parallax-banner .container .images .image-2 {
        position: relative;
        top: 90px; }
    .groove-parallax-banner .container .text .groove-icon-bar {
      right: unset !important;
      bottom: unset !important;
      background-color: #a7a596; }
      .groove-parallax-banner .container .text .groove-icon-bar .label, .groove-parallax-banner .container .text .groove-icon-bar .link {
        position: relative;
        color: ghostwhite;
        font-weight: 500;
        transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1); }
      .groove-parallax-banner .container .text .groove-icon-bar .icon.svg {
        background-color: #efefef; }
      .groove-parallax-banner .container .text .groove-icon-bar:hover {
        background-color: #e0e1e1 !important;
        border-color: #a7a596 !important; }
        .groove-parallax-banner .container .text .groove-icon-bar:hover .icon.svg {
          background: #a7a596; }
        .groove-parallax-banner .container .text .groove-icon-bar:hover .label {
          color: #46443a;
          font-weight: 500;
          transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1); }
    .groove-parallax-banner .container .images-p {
      display: flex;
      column-gap: 1rem; } }
  @media (min-width: 768px) {
    .groove-parallax-banner .container {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      column-gap: 1rem;
      max-width: 100% !important;
      padding: 0 3.75vw !important; }
      .groove-parallax-banner .container .text {
        grid-column: 7 / span 6;
        align-content: center;
        position: relative;
        margin-left: 3vw; }
        .groove-parallax-banner .container .text h2 {
          font-weight: 250;
          margin-bottom: 2.5rem;
          padding-right: 6vw;
          font-size: 44px; }
        .groove-parallax-banner .container .text p {
          font-size: 20px;
          line-height: 1.3;
          padding-left: 7.5vw;
          margin-bottom: 2.5rem; }
        .groove-parallax-banner .container .text .groove-icon-bar {
          left: 7.5vw;
          right: unset !important;
          bottom: unset !important;
          background-color: #a7a596; }
          .groove-parallax-banner .container .text .groove-icon-bar .label, .groove-parallax-banner .container .text .groove-icon-bar .link {
            position: relative;
            color: ghostwhite;
            font-weight: 500;
            transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1); }
          .groove-parallax-banner .container .text .groove-icon-bar .icon.svg {
            background-color: #efefef; }
          .groove-parallax-banner .container .text .groove-icon-bar:hover {
            background-color: #e0e1e1 !important;
            border-color: #a7a596 !important; }
            .groove-parallax-banner .container .text .groove-icon-bar:hover .icon.svg {
              background: #a7a596; }
            .groove-parallax-banner .container .text .groove-icon-bar:hover .label {
              color: #46443a;
              font-weight: 500;
              transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1); }
      .groove-parallax-banner .container .images {
        grid-column: 1 / span 6;
        display: flex;
        column-gap: 1rem; }
        .groove-parallax-banner .container .images .image-2 {
          position: relative;
          top: 90px; }
      .groove-parallax-banner .container .images-p {
        grid-column: 1 / span 6;
        display: flex;
        column-gap: 1rem; } }
  @media (min-width: 1024px) {
    .groove-parallax-banner .container {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      column-gap: 1rem;
      max-width: 100% !important;
      padding: 0 5.75vw !important; }
      .groove-parallax-banner .container .text {
        grid-column: 7 / span 6;
        align-content: center;
        position: relative;
        margin-left: 5vw; }
        .groove-parallax-banner .container .text h2 {
          font-weight: 250;
          margin-bottom: 2.5rem;
          padding-right: 14vw;
          font-size: 48px; }
        .groove-parallax-banner .container .text p {
          padding-left: 7.5vw;
          margin-bottom: 2.5rem;
          font-size: 20px;
          line-height: 1.3; }
        .groove-parallax-banner .container .text .groove-icon-bar {
          left: 7.5vw; } }
  @media (min-width: 1280px) {
    .groove-parallax-banner .container {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      column-gap: 1rem;
      max-width: 100% !important;
      padding: 0 5.75vw !important; }
      .groove-parallax-banner .container .text {
        grid-column: 8 / span 5;
        align-content: center;
        position: relative; }
        .groove-parallax-banner .container .text h2 {
          font-weight: 250;
          margin-bottom: 2.5rem;
          padding-right: 6vw;
          font-size: 54px; }
        .groove-parallax-banner .container .text p {
          font-size: 20px;
          line-height: 1.3;
          padding-left: 5vw;
          margin-bottom: 2.5rem; }
        .groove-parallax-banner .container .text .groove-icon-bar {
          left: 5vw;
          right: unset !important;
          bottom: unset !important;
          background-color: #a7a596; }
          .groove-parallax-banner .container .text .groove-icon-bar .label, .groove-parallax-banner .container .text .groove-icon-bar .link {
            position: relative;
            color: ghostwhite;
            font-weight: 500;
            transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1); }
          .groove-parallax-banner .container .text .groove-icon-bar .icon.svg {
            background-color: #efefef; }
          .groove-parallax-banner .container .text .groove-icon-bar:hover {
            background-color: #e0e1e1 !important;
            border-color: #a7a596 !important; }
            .groove-parallax-banner .container .text .groove-icon-bar:hover .icon.svg {
              background: #a7a596; }
            .groove-parallax-banner .container .text .groove-icon-bar:hover .label {
              color: #46443a;
              font-weight: 500;
              transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1); }
      .groove-parallax-banner .container .images {
        grid-column: 1 / span 6;
        display: flex;
        column-gap: 1rem; }
        .groove-parallax-banner .container .images .image-2 {
          position: relative;
          top: 90px; } }
  @media (min-width: 1500px) {
    .groove-parallax-banner .container {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      column-gap: 1rem;
      max-width: 1328px !important;
      padding: 0 1rem !important; }
      .groove-parallax-banner .container .text {
        grid-column: 8 / span 5;
        align-content: center;
        position: relative; }
        .groove-parallax-banner .container .text h2 {
          font-weight: 250;
          margin-bottom: 2.5rem;
          padding-right: 6vw; }
        .groove-parallax-banner .container .text p {
          font-size: 20px;
          line-height: 1.3;
          padding-left: 5vw;
          margin-bottom: 2.5rem; }
        .groove-parallax-banner .container .text .groove-icon-bar {
          left: 5vw;
          right: unset !important;
          bottom: unset !important;
          background-color: #a7a596; }
          .groove-parallax-banner .container .text .groove-icon-bar .label, .groove-parallax-banner .container .text .groove-icon-bar .link {
            position: relative;
            color: ghostwhite;
            font-weight: 500;
            transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1); }
          .groove-parallax-banner .container .text .groove-icon-bar .icon.svg {
            background-color: #efefef; }
          .groove-parallax-banner .container .text .groove-icon-bar:hover {
            background-color: #e0e1e1 !important;
            border-color: #a7a596 !important; }
            .groove-parallax-banner .container .text .groove-icon-bar:hover .icon.svg {
              background: #a7a596; }
            .groove-parallax-banner .container .text .groove-icon-bar:hover .label {
              color: #46443a;
              font-weight: 500;
              transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1); }
      .groove-parallax-banner .container .images {
        grid-column: 1 / span 6;
        display: flex;
        column-gap: 1rem; }
        .groove-parallax-banner .container .images .image-2 {
          position: relative;
          top: 90px; } }
  .groove-parallax-banner .images img {
    width: 100%;
    position: absolute;
    top: -85%;
    transform: translateY(-50%);
    height: 200%;
    object-fit: cover;
    top: -300%; }
    @media (min-width: 320px) {
      .groove-parallax-banner .images img {
        height: 230%;
        -o-object-fit: cover;
        object-fit: cover;
        top: -185vw; } }
    @media (min-width: 360px) {
      .groove-parallax-banner .images img {
        height: 230%;
        -o-object-fit: cover;
        object-fit: cover;
        top: -140vw; } }
    @media (min-width: 400px) {
      .groove-parallax-banner .images img {
        height: 225%;
        -o-object-fit: cover;
        object-fit: cover;
        top: -200%; } }
    @media (min-width: 425px) {
      .groove-parallax-banner .images img {
        height: 200%;
        -o-object-fit: cover;
        object-fit: cover;
        top: -175%; } }
    @media (min-width: 481px) {
      .groove-parallax-banner .images img {
        height: 200%;
        object-fit: cover;
        top: -150%; } }
    @media (min-width: 1050px) {
      .groove-parallax-banner .images img {
        height: 200%;
        object-fit: cover;
        top: -50%; } }
  .groove-parallax-banner .images > div {
    position: relative;
    height: 65vw;
    width: 45vw; }
    @media (min-width: 768px) {
      .groove-parallax-banner .images > div {
        height: 350px;
        width: 324px; } }
    @media (min-width: 925px) {
      .groove-parallax-banner .images > div {
        height: 400px;
        width: 324px; } }
    @media (min-width: 998px) {
      .groove-parallax-banner .images > div {
        width: 324px;
        height: 425px; } }
    @media (min-width: 1075px) {
      .groove-parallax-banner .images > div {
        width: 324px;
        height: 475px; } }
    @media (min-width: 1280px) {
      .groove-parallax-banner .images > div {
        width: 324px;
        height: 525px; } }
    .groove-parallax-banner .images > div:first-child {
      display: block; }
      @media (min-width: 768px) {
        .groove-parallax-banner .images > div:first-child {
          display: block; } }
  .groove-parallax-banner .images .\[clip-path\:url\(\#content-columns-clip-path-1\)\] {
    -webkit-clip-path: url(#content-columns-clip-path-1);
    clip-path: url(#content-columns-clip-path-1);
    overflow: hidden; }
  .groove-parallax-banner .images .\[clip-path\:url\(\#content-columns-clip-path-2\)\] {
    -webkit-clip-path: url(#content-columns-clip-path-2);
    clip-path: url(#content-columns-clip-path-2);
    overflow: hidden; }
  .groove-parallax-banner .images svg {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    vertical-align: middle; }
  .groove-parallax-banner .images-p img {
    object-fit: cover;
    height: 150%;
    width: 100%;
    position: absolute;
    top: unset;
    bottom: 0;
    right: 0;
    left: 0; }
  .groove-parallax-banner .images-p > div {
    position: relative;
    height: 75vw;
    width: 45vw; }
    @media (min-width: 480px) {
      .groove-parallax-banner .images-p > div {
        height: 65vw;
        width: 45vw; } }
    @media (min-width: 768px) {
      .groove-parallax-banner .images-p > div {
        height: 350px;
        width: 324px; } }
    @media (min-width: 925px) {
      .groove-parallax-banner .images-p > div {
        height: 400px;
        width: 324px; } }
    @media (min-width: 998px) {
      .groove-parallax-banner .images-p > div {
        width: 324px;
        height: 425px; } }
    @media (min-width: 1075px) {
      .groove-parallax-banner .images-p > div {
        width: 324px;
        height: 475px; } }
    @media (min-width: 1280px) {
      .groove-parallax-banner .images-p > div {
        width: 324px;
        height: 525px; } }
    .groove-parallax-banner .images-p > div:first-child {
      display: block; }
      @media (min-width: 768px) {
        .groove-parallax-banner .images-p > div:first-child {
          display: block; } }
  .groove-parallax-banner .images-p .\[clip-path\:url\(\#content-columns-clip-path-1\)\] {
    -webkit-clip-path: url(#content-columns-clip-path-1);
    clip-path: url(#content-columns-clip-path-1);
    overflow: hidden; }
  .groove-parallax-banner .images-p .\[clip-path\:url\(\#content-columns-clip-path-2\)\] {
    -webkit-clip-path: url(#content-columns-clip-path-2);
    clip-path: url(#content-columns-clip-path-2);
    overflow: hidden; }
  .groove-parallax-banner .images-p svg {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    vertical-align: middle; }
  @media (max-width: 480px) {
    .groove-parallax-banner {
      margin-top: 120px;
      margin-bottom: 120px !important; } }

.groove-brand-value {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
  padding: 0;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .groove-brand-value .values-row {
    min-height: 200px !important; }
  .groove-brand-value h2 {
    text-align: left !important; }
  .groove-brand-value h3 {
    text-align: left !important;
    font-size: 3vw !important; }
  .groove-brand-value .clipping {
    transform: rotate(90deg) scale(1, -1); }
    .groove-brand-value .clipping img {
      transform: rotate(-90deg) scale(-1, 1); }
  .groove-brand-value p {
    text-align: left !important;
    font-size: 18px !important;
    line-height: 1.3 !important; }
    .groove-brand-value p span {
      display: block; }
    .groove-brand-value p a {
      text-decoration: underline;
      display: block; }
    .groove-brand-value p.visit-stores-title {
      font-size: 32px !important; }
  .groove-brand-value .relative {
    position: relative;
    top: -50%;
    transform: translatey(50%); }
  @media (max-width: 1499px) {
    .groove-brand-value .mrh-values-grid {
      max-width: 100%;
      padding: 0 5.75vw; } }
  @media (max-width: 1279px) {
    .groove-brand-value .values-row {
      gap: 4rem; }
      .groove-brand-value .values-row h3 {
        width: 37.5%; } }
  @media (max-width: 1023px) {
    .groove-brand-value .values-row h3 {
      width: 100%;
      text-align: center !important;
      font-size: 6vw !important;
      margin-bottom: 1rem; }
    .groove-brand-value .relative {
      transform: none;
      top: -10%; }
    .groove-brand-value .content {
      max-width: 100%; }
    .groove-brand-value p {
      text-align: center !important; } }
  @media (max-width: 767px) {
    .groove-brand-value .mrh-values-grid {
      max-width: 100%;
      padding: 0 3.75vw; }
    .groove-brand-value p.visit-stores-title {
      font-size: 28px !important; } }
  @media (max-width: 677px) {
    .groove-brand-value .values-row h3 {
      width: 100%;
      text-align: center !important;
      font-size: 7vw !important;
      margin-bottom: 1rem; } }
  @media (max-width: 549px) {
    .groove-brand-value .values-row h3 {
      width: 100%;
      text-align: center !important;
      font-size: 8vw !important;
      margin-bottom: 1rem; } }
  @media (max-width: 480px) {
    .groove-brand-value {
      margin-top: 120px;
      margin-bottom: 120px; }
      .groove-brand-value .values-row h3 {
        width: 100%;
        text-align: center !important;
        font-size: 9vw !important;
        margin-bottom: 1rem; }
      .groove-brand-value p.visit-stores-title {
        font-size: 26px !important; }
      .groove-brand-value.py-20 {
        padding-top: 0 !important;
        padding-bottom: 0 !important; } }
  @media (max-width: 399px) {
    .groove-brand-value .values-row h3 {
      width: 100%;
      text-align: center !important;
      font-size: 10vw !important;
      margin-bottom: 1.5rem; } }

.groove-hover-banner {
  margin-bottom: 0 !important; }
  .groove-hover-banner .a-replace {
    background: #302c2b;
    border-radius: 32px;
    position: relative; }
  .groove-hover-banner h2, .groove-hover-banner p {
    color: ghostwhite; }
  .groove-hover-banner h2 {
    font-size: 58px !important;
    padding-bottom: 1rem;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3); }
    @media (max-width: 480px) {
      .groove-hover-banner h2 {
        font-size: 12vw !important;
        line-height: 1.2; } }
  .groove-hover-banner p.subscribe-hover-subtitle {
    padding-bottom: 2.5rem;
    font-size: 29px !important;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25); }
    @media (max-width: 480px) {
      .groove-hover-banner p.subscribe-hover-subtitle {
        font-size: 5.5vw !important;
        line-height: 1.3;
        padding-bottom: 1rem; } }
  .groove-hover-banner p.subscribe-hover-disclaimer {
    position: relative;
    top: 6rem;
    font-size: 14px; }
    @media (max-width: 480px) {
      .groove-hover-banner p.subscribe-hover-disclaimer {
        top: 4rem; } }
  .groove-hover-banner a.mrh-subscribe-banner-policy-link {
    text-decoration: underline;
    font-weight: 500;
    color: lightgray; }
  .groove-hover-banner a.mrh-subscribe-banner-policy-link:hover {
    text-decoration: underline;
    font-weight: 500;
    color: darkgray;
    cursor: pointer; }
  .groove-hover-banner .groove-icon-bar {
    bottom: 0;
    right: 50%;
    transform: translateX(50%); }
  .groove-hover-banner .pdb-120 {
    padding-bottom: 4.5rem; }
    @media (max-width: 480px) {
      .groove-hover-banner .pdb-120 {
        padding-bottom: 2.5rem; } }
  .groove-hover-banner .hbspt-form {
    width: 82.5%;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .groove-hover-banner .hbspt-form {
        width: 100%; } }
  .groove-hover-banner .klaviyo-form-Tdh7Vf {
    width: 82.5%;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .groove-hover-banner .klaviyo-form-Tdh7Vf {
        width: 100%; } }
  .groove-hover-banner .input {
    width: 75%;
    float: left;
    padding: 10px 20px;
    margin-top: 10px;
    background: white; }
    @media (max-width: 480px) {
      .groove-hover-banner .input {
        width: 70%;
        padding: 10px 10px; } }
  .groove-hover-banner input {
    padding: 15px 10px;
    width: 100%; }
    @media (max-width: 480px) {
      .groove-hover-banner input {
        padding: 15px 0; } }
  .groove-hover-banner label {
    color: white; }
  .groove-hover-banner .hs_submit {
    background: white;
    padding: 10px 20px;
    margin-top: 10px;
    width: 25%;
    float: right;
    background-color: #000000;
    color: #ffffff; }
    @media (max-width: 480px) {
      .groove-hover-banner .hs_submit {
        width: 30%;
        padding: 10px 10px; } }
  .groove-hover-banner .submitted-message {
    border-color: rgba(239, 239, 239, 0.4);
    background-color: rgba(239, 239, 239, 0.4);
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    padding: 1rem;
    border-radius: 10px; }
    .groove-hover-banner .submitted-message p {
      font-weight: 500; }
  .groove-hover-banner .hs-error-msgs {
    display: none !important; }

.carousel-bar {
  display: flex;
  align-items: center;
  column-gap: 12px; }
  .carousel-bar button {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid gray;
    background: #d5d3c6;
    background: rgba(135, 118, 78, 0.6);
    display: flex;
    justify-content: center;
    align-items: center; }
    .carousel-bar button:hover {
      background: #cafcec;
      background: rgba(135, 118, 78, 0.4); }
  .carousel-bar .grey-bar {
    width: calc(100% - 108px);
    height: 1px;
    background-color: #ccd2d1;
    position: relative; }
  .carousel-bar .green-bar {
    width: 5%;
    height: 3px;
    background-color: #886930;
    position: absolute;
    top: -1px;
    transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1); }
  .carousel-bar .prev {
    transform: rotate(-90deg); }
  .carousel-bar .next {
    transform: rotate(90deg); }

.groove-image-gallery .carousel-bar {
  margin-top: 2.5rem; }

.groove-image-gallery .swiper-wrapper {
  position: relative; }
  .groove-image-gallery .swiper-wrapper .swiper-slide {
    width: calc(20% - 16px) !important;
    position: relative; }
    @media (max-width: 1499px) {
      .groove-image-gallery .swiper-wrapper .swiper-slide {
        width: calc(25% - 16px) !important; } }
    @media (max-width: 1024px) {
      .groove-image-gallery .swiper-wrapper .swiper-slide {
        width: calc(33.3% - 16px) !important; } }
    @media (max-width: 767px) {
      .groove-image-gallery .swiper-wrapper .swiper-slide {
        width: calc(50% - 16px) !important; } }
    @media (max-width: 480px) {
      .groove-image-gallery .swiper-wrapper .swiper-slide {
        width: calc(70% - 12.5px) !important;
        margin-right: 12.5px !important;
        width: 100% !important;
        margin-right: 12.5px !important; } }
    .groove-image-gallery .swiper-wrapper .swiper-slide img {
      object-fit: cover; }
    .groove-image-gallery .swiper-wrapper .swiper-slide .text-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 1.5rem; }
      .groove-image-gallery .swiper-wrapper .swiper-slide .text-overlay h3 {
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 24px;
        text-transform: uppercase; }

.groove-image-gallery.category-carousel .swiper-wrapper {
  position: relative; }
  .groove-image-gallery.category-carousel .swiper-wrapper .swiper-slide {
    width: calc(20% - 16px) !important;
    height: 17vw !important;
    position: relative; }
    @media (max-width: 1499px) {
      .groove-image-gallery.category-carousel .swiper-wrapper .swiper-slide {
        width: calc(25% - 16px) !important;
        height: 20vw !important; } }
    @media (max-width: 1024px) {
      .groove-image-gallery.category-carousel .swiper-wrapper .swiper-slide {
        width: calc(33.3% - 16px) !important;
        height: 27vw !important; } }
    @media (max-width: 767px) {
      .groove-image-gallery.category-carousel .swiper-wrapper .swiper-slide {
        width: calc(50% - 16px) !important;
        height: 42vw !important; } }
    @media (max-width: 480px) {
      .groove-image-gallery.category-carousel .swiper-wrapper .swiper-slide {
        width: calc(70% - 12.5px) !important;
        margin-right: 12.5px !important;
        height: 58vw !important;
        width: 100% !important;
        margin-right: 12.5px !important;
        height: 88vw !important; } }
    .groove-image-gallery.category-carousel .swiper-wrapper .swiper-slide img {
      object-fit: cover; }
    .groove-image-gallery.category-carousel .swiper-wrapper .swiper-slide .text-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 1.5rem; }
      .groove-image-gallery.category-carousel .swiper-wrapper .swiper-slide .text-overlay h3 {
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 24px;
        text-transform: uppercase; }

.groove-carousel-gallery .carousel-bar {
  margin-top: 2.5rem; }

.groove-carousel-gallery .swiper-wrapper {
  position: relative; }
  .groove-carousel-gallery .swiper-wrapper .swiper-slide {
    width: calc(20% - 16px) !important;
    position: relative; }
    .groove-carousel-gallery .swiper-wrapper .swiper-slide img {
      object-fit: cover; }
    .groove-carousel-gallery .swiper-wrapper .swiper-slide .text h3 {
      font-size: 24px; }
    .groove-carousel-gallery .swiper-wrapper .swiper-slide .text p {
      font-size: 16px; }

.groove-image-gallery.hbs-blogs-widget .text-below {
  padding-top: 1rem; }

.groove-image-gallery.hbs-blogs-widget h3 {
  font-size: 18px; }

.groove-image-gallery .groove-grid {
  max-width: unset !important;
  padding-left: 5.75vw !important;
  padding-right: 5.75vw !important; }

.groove-image-gallery .groove-category-title {
  text-decoration: none;
  margin-bottom: 0px;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.75vw;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: .025rem;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  overflow-wrap: break-word;
  width: 100%; }
  @media (max-width: 1499px) {
    .groove-image-gallery .groove-category-title {
      font-size: 2.25vw; } }
  @media (max-width: 1024px) {
    .groove-image-gallery .groove-category-title {
      font-size: 3vw; } }
  @media (max-width: 767px) {
    .groove-image-gallery .groove-category-title {
      font-size: 4.5vw; } }
  @media (max-width: 480px) {
    .groove-image-gallery .groove-category-title {
      font-size: 9.5vw; } }
  @media (max-width: 399px) {
    .groove-image-gallery .groove-category-title {
      font-size: 10vw; } }

.groove-image-gallery .carousel-bar {
  margin-top: 2.5rem; }

.groove-image-gallery h2.hbs-blogs-heading {
  font-size: 32px !important;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem; }
  @media (max-width: 767px) {
    .groove-image-gallery h2.hbs-blogs-heading {
      font-size: 28px !important; } }
  @media (max-width: 480px) {
    .groove-image-gallery h2.hbs-blogs-heading {
      font-size: 24px !important; } }

.groove-bottom-hero {
  margin-bottom: 0 !important;
  margin-top: 3.75rem; }
  .groove-bottom-hero.bg-slate-20 {
    background-color: #dbf1f1; }

section[class^='groove'], section[class*=' groove'] {
  background: #FCFCFA;
  background-color: #F1EFE6;
  background-color: #e3e0db;
  background-color: #F7F7F5; }
  section[class^='groove'] .container, section[class*=' groove'] .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.75vw; }
    @media (max-width: 1279px) {
      section[class^='groove'] .container, section[class*=' groove'] .container {
        padding: 0 3.75vw; } }
  section[class^='groove'] h1, section[class*=' groove'] h1 {
    font-size: 3.375rem; }
  section[class^='groove'] h2, section[class*=' groove'] h2 {
    font-size: 3rem; }
  section[class^='groove'] h3, section[class*=' groove'] h3 {
    font-size: 2.5rem; }
  section[class^='groove'] p, section[class*=' groove'] p {
    font-size: 1.5rem; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.drop-in {
  display: inline-block;
  word-break: keep-all;
  /* Prevents words from breaking across lines */
  opacity: 0; }
  .drop-in .word {
    white-space: nowrap; }

@keyframes letterFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes pullUp {
  to {
    opacity: 1;
    transform: translateY(0);
    /* End at the original position */ } }

.letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  /* Start from below */
  animation: pullUp 0.9s forwards;
  /* Adjust the animation duration as needed */
  animation-play-state: paused;
  animation-delay: 2s; }

#videoModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 10px;
  border-radius: 25px;
  z-index: 1000;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  /* Start with modal hidden */
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear; }
  #videoModal.show {
    visibility: visible;
    opacity: 1; }
  #videoModal .video-container {
    position: relative;
    width: 0%;
    /* Start width */
    height: 100%;
    /* Set height to full */
    transition: width 1s ease-out;
    /* Animate width change */
    overflow: hidden;
    /* Hide overflow during animation */
    border-radius: 25px; }
  #videoModal video {
    width: 100%;
    /* Ensure the video expands to the container's width */
    height: 100% !important;
    /* Maintain aspect ratio */
    object-fit: cover;
    border-radius: 25px; }
  #videoModal .close-button {
    position: absolute;
    top: 10px;
    right: 40px;
    cursor: pointer;
    color: white;
    border: 1px solid white;
    padding: 10px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.8); }
    #videoModal .close-button svg {
      fill: white;
      height: 20px;
      width: 20px; }

main {
  position: relative;
  background-color: #FCFBFA; }
  main.body {
    padding-top: 94.391px; }

body[data-page-type="default"] main {
  background-color: #F1EFE6;
  background-color: #e3e0db; }

.btn-primary {
  width: auto;
  padding: 12px;
  background: #A88D50;
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase; }

.home-modal {
  background: #d3d1c5;
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: 20;
  top: -95px;
  left: 0;
  overflow: hidden;
  animation: moveUp 0.8s forwards;
  animation-delay: 2.7s; }
  .home-modal span {
    text-align: center;
    display: block;
    font-size: 2.625rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .home-modal .home-modal-video-wrapper {
    display: flex;
    position: relative;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center; }
    .home-modal .home-modal-video-wrapper video {
      position: absolute;
      object-fit: cover;
      min-width: 100%;
      min-height: 100vh; }

@keyframes moveUp {
  from {
    top: -95px; }
  to {
    top: calc(-100vh - 95px); } }

.site-footer {
  position: relative;
  z-index: 1; }
  .site-footer > .container {
    z-index: 21;
    background: #d5d3c6;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 0px 0 40px 40px; }
    @media screen and (max-width: 767px) {
      .site-footer > .container {
        padding-top: 0px !important;
        padding-bottom: 30px !important; } }

.reveal-on-scroll {
  max-height: 100vh;
  overflow: hidden; }
  .reveal-on-scroll span {
    font-size: 100px;
    text-align: center;
    display: block; }

section[class^='groove'] .container, section[class*=' groove'] .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5.75vw; }
  @media (max-width: 1279px) {
    section[class^='groove'] .container, section[class*=' groove'] .container {
      padding: 0 3.75vw; } }

section[class^='groove'] h1, section[class*=' groove'] h1 {
  font-size: 3.375rem; }

section[class^='groove'] h2, section[class*=' groove'] h2 {
  font-size: 3rem; }

section[class^='groove'] h3, section[class*=' groove'] h3 {
  font-size: 2.5rem; }

section[class^='groove'] p, section[class*=' groove'] p {
  font-size: 1.5rem; }

.drop-in {
  display: inline-block;
  word-break: keep-all;
  /* Prevents words from breaking across lines */ }
  .drop-in .word {
    white-space: nowrap; }

@keyframes letterFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.letter {
  display: inline-block;
  opacity: 0;
  animation: letterFadeIn 0.2s forwards; }

#videoModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  /* Start with modal hidden */
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear; }
  #videoModal.show {
    visibility: visible;
    opacity: 1; }
  #videoModal .video-container {
    position: relative;
    width: 0%;
    /* Start width */
    height: 500px;
    /* Set height to full */
    transition: width 1s ease-out;
    /* Animate width change */
    overflow: hidden;
    /* Hide overflow during animation */ }
  #videoModal video {
    width: 100%;
    /* Ensure the video expands to the container's width */
    height: 100% !important;
    /* Maintain aspect ratio */ }
  #videoModal .close-button {
    position: absolute;
    top: 10px;
    right: 40px;
    cursor: pointer;
    color: white;
    border: 1px solid white;
    padding: 10px 20px;
    border-radius: 25px; }

@keyframes spinSlow {
  to {
    transform: rotate(1turn); } }

*, ::after, ::before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box; }

.inherited-styles-for-exported-element-ts-hero {
  font-family: "General Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.5;
  tab-size: 4; }
  .inherited-styles-for-exported-element-ts-hero p {
    margin-bottom: 0 !important; }
  .inherited-styles-for-exported-element-ts-hero .bg-white {
    display: flex;
    flex-direction: column;
    justify-content: center; }

:host {
  -webkit-tap-highlight-color: transparent;
  font-family: "General Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  tab-size: 4;
  text-size-adjust: 100%;
  line-height: 1.5; }

a,
button {
  color: inherit; }

a {
  text-decoration: inherit; }

button {
  appearance: button;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  font-family: inherit;
  font-feature-settings: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0;
  text-transform: none; }

h1 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }

button,
p,
ul {
  margin: 0; }

p {
  margin-bottom: 1.5rem !important; }

ul {
  list-style: none;
  padding: 0; }

:disabled {
  cursor: default; }

img,
svg {
  display: block;
  vertical-align: middle; }

img {
  height: auto;
  max-width: 100%; }

.container {
  width: 100%; }

@media (min-width: 480px) {
  .container {
    max-width: 480px; } }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 1370px) {
  .container {
    max-width: 1370px; } }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.inset-0 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

.top-0 {
  top: 0; }

.z-50 {
  z-index: 50; }

.m-6 {
  margin: 1.5rem; }

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.mb-10 {
  margin-bottom: 2.5rem; }

.mrh-mb-10 {
  margin-bottom: 9rem; }

.mb-12 {
  margin-bottom: 3rem; }

.mr-5 {
  margin-right: 1.5rem; }

.mb-3 {
  margin-bottom: 0.75rem; }

.mb-4 {
  margin-bottom: 1rem; }

.mb-6 {
  margin-bottom: 1.5rem; }

.mb-auto {
  margin-bottom: auto; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.mt-4 {
  margin-top: 1rem; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.flex {
  display: flex; }

.h-full {
  height: 100%; }

.hidden {
  display: none; }

.h-4 {
  height: 1rem; }

.h-44 {
  height: 11rem; }

.h-64 {
  height: 16rem; }

.w-44 {
  width: 11rem; }

.w-5\/12 {
  width: 41.6667%; }

.w-5\/6 {
  width: 83.3333%; }

.w-7\/12 {
  width: 58.3333%; }

.w-full {
  width: 100%; }

.max-w-md {
  max-width: 28rem; }

.max-w-sm {
  max-width: 28rem; }
  @media (min-width: 1280px) {
    .max-w-sm {
      max-width: 40rem; } }

.max-w-xs {
  max-width: 20rem; }

.animate-spinSlow {
  animation: spinSlow 15s linear infinite;
  animation-range-end: normal;
  animation-range-start: normal;
  animation-timeline: auto; }

.flex-col {
  flex-direction: column; }

.flex-wrap {
  flex-wrap: wrap; }

.items-center {
  align-items: center; }

.justify-center {
  justify-content: center; }

.overflow-hidden {
  overflow: hidden; }

.overflow-y-auto {
  overflow-y: auto; }

.rounded-t-4xl {
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem; }

.rounded-5xl {
  border-radius: 3.75rem; }

@media (max-width: 480px) {
  .mrh-rounded-5xl {
    border-radius: 2.75rem; } }

.rounded-full {
  border-radius: 9999px; }

.border {
  border-width: 1px; }

.border-b {
  border-bottom-width: 1px; }

.border-black {
  border-color: #000; }

.bg-blue-500 {
  background-color: rgba(8, 59, 239, var(--tw-bg-opacity));
  --tw-bg-opacity: 1; }

.bg-gray-800,
.bg-white {
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  --tw-bg-opacity: 1; }

.bg-white {
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); }

.object-cover {
  object-fit: cover; }

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem; }

.py-10 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem; }

.py-12 {
  padding-bottom: 3rem;
  padding-top: 3rem; }

.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem; }

.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }

.pb-10 {
  padding-bottom: 2.5rem; }

.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }

.pb-64 {
  padding-bottom: 16rem; }

.pt-12 {
  padding-top: 3rem; }

.font-medium {
  font-weight: 500; }

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

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

.font-heading {
  font-family: 'Roboto', Arial,Helvetica,sans-serif; }

.text-6xl {
  font-size: 3.5rem;
  line-height: 1; }

.text-5xl {
  line-height: 1; }

.font-medium {
  font-weight: 500; }

.text-black,
.text-white {
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  --tw-text-opacity: 1; }

.text-white {
  color: rgba(255, 255, 255, var(--tw-text-opacity)); }

.opacity-50 {
  opacity: 0.5; }

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.duration-200 {
  transition-duration: 0.2s; }

.hover\:bg-black:hover {
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 1; }

.hover\:bg-blue-600:hover {
  background-color: rgba(7, 53, 215, var(--tw-bg-opacity));
  --tw-bg-opacity: 1; }

.hover\:text-white:hover {
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-text-opacity: 1; }

@media (min-width: 320px) {
  .xs\:pb-40 {
    padding-bottom: 13.5rem; }
  .sm\:text-9xl {
    font-size: 13vw;
    line-height: 1; }
  .w-44 {
    width: 6rem; }
  .h-44 {
    height: 6rem; }
  .lg\:h-80 {
    height: 70vw; }
  .mrh-h-90 {
    height: 90vw; }
  .md\:block {
    display: block !important; }
  .lg\:w-5\/12 {
    width: 100% !important;
    margin-top: 1.5rem; }
  .mrh-w-5\/12 {
    display: none; }
  .mrh-w-7\/12 {
    width: 100%; } }

@media (min-width: 400px) {
  .xs\:pb-40 {
    padding-bottom: 13rem; }
  .sm\:text-9xl {
    font-size: 11.5vw;
    line-height: 1; }
  .lg\:h-80 {
    height: 70vw; }
  .mrh-h-90 {
    height: 90vw; }
  .md\:block {
    display: block !important; }
  .lg\:w-5\/12 {
    width: 100% !important;
    margin-top: 1.5rem; }
  .mrh-w-5\/12 {
    display: none; }
  .mrh-w-7\/12 {
    width: 100%; } }

@media (min-width: 480px) {
  .xs\:pb-40 {
    padding-bottom: 14rem; }
  .lg\:h-80 {
    height: 52.5vw; }
  .mrh-hero-container {
    max-width: 100% !important;
    padding: 0 5.75vw !important; }
  .md\:block {
    display: block !important; }
  .lg\:w-7\/12 {
    width: 100% !important; }
  .lg\:w-5\/12 {
    width: 100% !important;
    margin-top: 1.5rem; }
  .mrh-w-5\/12 {
    display: block; }
  .mrh-w-7\/12 {
    width: 58.3333%; } }

@media (min-width: 640px) {
  .sm\:text-7xl {
    line-height: 1; }
  .sm\:text-9xl {
    font-size: 4rem;
    line-height: 1; }
  .w-44 {
    width: 9rem; }
  .h-44 {
    height: 9rem; }
  .lg\:h-80 {
    height: 42.5vw; }
  .mrh-hero-container {
    max-width: 100% !important;
    padding: 0 5.75vw !important; }
  .md\:block {
    display: block !important; }
  .lg\:w-7\/12 {
    width: 100% !important; }
  .lg\:w-5\/12 {
    width: 100% !important;
    margin-top: 1.5rem; } }

@media (min-width: 768px) {
  .md\:max-w-md {
    max-width: 28rem; }
  .lg\:h-80 {
    height: 37.5vw; }
  .md\:w-6\/12 {
    width: 50%; }
  .md\:text-10xl {
    font-size: 5rem;
    line-height: 1;
    padding-right: 5vw; }
  .lg\:pb-12 {
    padding-bottom: 13.5rem; }
  .mrh-hero-container {
    max-width: 100% !important;
    padding: 0 5.75vw !important; }
  .md\:block {
    display: block !important; }
  .lg\:w-5\/12 {
    width: 41.6667% !important;
    margin-top: 0; }
  .lg\:w-7\/12 {
    width: 58.3333% !important; }
  .mrh-w-5\/12 {
    display: none; }
  .mrh-w-7\/12 {
    width: 100%; } }

@media (min-width: 1024px) {
  .lg\:h-80 {
    height: 25rem; }
  .lg\:mb-0 {
    margin-bottom: 0; }
  .lg\:w-5\/12 {
    width: 41.6667% !important; }
  .lg\:w-7\/12 {
    width: 58.3333% !important; }
  .lg\:pb-12 {
    padding-bottom: 14rem; }
  .md\:block {
    display: block !important; }
  .mrh-w-5\/12 {
    display: none; }
  .mrh-w-7\/12 {
    width: 100%; }
  .md\:text-10xl {
    font-size: 7vw;
    line-height: 1;
    padding-right: 15vw; } }

@media (min-width: 1280px) {
  .lg\:h-80 {
    height: 20rem; }
  .xl\:text-13xl {
    font-size: 6vw;
    line-height: 1;
    padding-right: 21vw; }
  .lg\:pb-12 {
    padding-bottom: 13rem; }
  .mrh-w-5\/12 {
    display: block; }
  .mrh-w-7\/12 {
    width: 58.3333%; } }

@media (min-width: 1500px) {
  .xl\:text-13xl {
    font-size: 6vw;
    line-height: 1;
    padding-right: 20.5vw; }
  .lg\:pb-12 {
    padding-bottom: 13rem; } }

@media (min-width: 1750px) {
  .xl\:text-13xl {
    font-size: 53px;
    line-height: 1; } }

@media (min-width: 1850px) {
  .xl\:text-13xl {
    font-size: 53px;
    line-height: 1; } }

.bg-mrh {
  background-color: #fcfbfa;
  background-color: #F1EFE6;
  background-color: #e3e0db;
  background-color: #F7F7F5; }

.ANYTHING {
  letter-spacing: 0;
  text-align: left; }

.mrh-header {
  font-size: 40px;
  font-weight: 900; }
  @media (max-width: 480px) {
    .mrh-header {
      font-size: 10vw; } }

@media (max-width: 480px) {
  .mrh-header-py-10 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

.mrh-font-heading {
  font-weight: 300;
  text-transform: none;
  letter-spacing: -.02em; }

p.hero-body-text {
  font-family: Muoto, sans-serif;
  font-weight: 300; }

.section_buy-header {
  display: block;
  padding-bottom: 2.5rem; }

a.button-mrh-6:active,
a.button-mrh-6:hover {
  outline: 0; }

h1.heading-style-h3 {
  margin: 0; }

.w-inline-block {
  max-width: 100%; }

p.text-size-large, p.text-size-medium {
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0; }

.max-width-medium p {
  margin-top: 1rem; }

.max-width-medium p:nth-child(0n+1) {
  margin-bottom: 0;
  margin-top: 0; }

.w-embed::after,
.w-embed::before {
  content: " ";
  display: table;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1; }

.w-embed::after {
  clear: both; }

.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr; }

.inherited-styles-for-exported-element-hero6 {
  color: #161814;
  font-family: Muoto, sans-serif;
  font-weight: 300;
  line-height: 1.5; }

.max-width-medium {
  max-width: 36rem;
  width: 100%; }

.button-mrh-6 {
  align-items: center;
  background-color: #e0e1e1;
  border: 1px solid var(--background_color);
  background-color: var(--background_color);
  border-image: none 100% 1 0 stretch;
  border-radius: 0.56rem;
  color: #161814;
  column-gap: 0.56rem;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  padding: 0.56rem 0.75rem;
  text-align: center;
  transition: background-color 0.5s; }

.button-mrh-6:hover {
  background-color: var(--hover_color);
  border: 1px solid var(--hover_color); }

.button-mrh-6.display-inlineflex {
  position: relative; }

.padding-custom2 {
  padding-bottom: 1.7rem; }

.padding-custom3 {
  padding-bottom: 1.7rem; }

.heading-style-h3,
.text-size-large {
  font-size: 1.4rem;
  letter-spacing: -0.02em; }
  @media (max-width: 1279px) {
    .heading-style-h3,
    .text-size-large {
      font-size: 1.3rem; } }
  @media (max-width: 1024px) {
    .heading-style-h3,
    .text-size-large {
      font-size: 1.2rem; } }

.text-size-medium {
  font-size: 1.2rem;
  letter-spacing: -0.02em; }
  @media (max-width: 1024px) {
    .text-size-medium {
      font-size: 1.1rem; } }

.heading-style-h3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1; }
  @media (max-width: 1279px) {
    .heading-style-h3 {
      font-size: 3.5rem; } }
  @media (max-width: 1024px) {
    .heading-style-h3 {
      font-size: 3rem; } }

.button-arrow {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 1.125rem;
  justify-content: center;
  position: relative;
  width: 1.125rem;
  z-index: 1; }

.image-cover {
  height: 100%;
  object-fit: cover;
  width: 100%; }

.split-module {
  column-gap: 0;
  grid-template-rows: minmax(100%, calc(100vh - 94.391px));
  row-gap: 0;
  min-height: 47.5vw; }
  @media (max-width: 1499px) {
    .split-module {
      min-height: 50vw; } }
  @media (max-width: 1279px) {
    .split-module {
      min-height: 59vw; } }
  @media (max-width: 1149px) {
    .split-module {
      min-height: 65vw; } }

.split-module-image {
  position: relative;
  width: 100%; }

.button-arrow-wrapper {
  overflow: hidden;
  position: relative; }

.button-arrow-2 {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 1.125rem;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.125rem; }

.bb-header-content-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center; }

.bb-header-hero-img {
  width: 80%; }

.bb-header-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 767px;
  padding: 2.25rem;
  row-gap: 1.7rem;
  width: 100%; }

.hero-eyebrow-outline {
  border-radius: 180px;
  font-size: 11px;
  letter-spacing: 0.5px;
  padding: 0.56rem 1.125rem;
  text-transform: uppercase; }

.purchase-hero-img-wrapper {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding-top: 4.5rem;
  position: absolute;
  right: 0;
  top: 0; }

@media screen and (max-width: 991px) {
  .heading-style-h3 {
    font-size: 40px; }
  .heading-style-h3.is-main-heading {
    font-size: 48px; }
  .split-module {
    grid-template-rows: minmax(100%, 720px);
    min-height: unset; }
  .bb-header-content {
    padding-left: 1.7rem;
    padding-right: 1.7rem; } }

@media screen and (max-width: 767px) {
  .heading-style-h3 {
    font-size: 54px; }
  .split-module {
    display: flex;
    flex-direction: column-reverse; }
  .bb-header-content-wrapper {
    padding-left: 22.5px;
    padding-right: 22.5px;
    row-gap: 81px; }
  .bb-header-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 80.85px;
    row-gap: 13.5px; }
  .padding-custom2 {
    padding-bottom: 0; }
  .padding-custom3 {
    padding-bottom: 1.7rem; }
  .purchase-hero-img-wrapper {
    padding-top: 0; } }

@media screen and (max-width: 479px) {
  .bb-header-content-wrapper {
    padding-left: 1.125rem;
    padding-right: 1.125rem; }
  .bb-header-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 57.85px;
    row-gap: 13.5px; }
  .bb-header-hero-img {
    width: 90%; }
  .heading-style-h3.is-main-heading {
    font-size: 38px; }
  .text-size-large {
    font-size: 1.1rem;
    letter-spacing: -0.02em; }
  .text-size-medium {
    font-size: 1rem;
    letter-spacing: -0.02em; } }

@media screen and (max-width: 399px) {
  .bb-header-content-wrapper {
    padding-left: 1.125rem;
    padding-right: 1.125rem; }
  .bb-header-hero-img {
    width: 90%; }
  .heading-style-h3.is-main-heading {
    font-size: 34px; }
  .text-size-large {
    font-size: 1rem;
    letter-spacing: -0.02em; }
  .text-size-medium {
    font-size: 0.9rem;
    letter-spacing: -0.02em; } }

#w-node-_920bddd3-4b14-4cd2-8ed0-62ef5a0fd4ac-716f18ef {
  grid-column-end: span 1;
  grid-column-start: span 1;
  grid-row-end: span 1;
  grid-row-start: span 1;
  justify-self: end; }

#w-node-_920bddd3-4b14-4cd2-8ed0-62ef5a0fd4bb-716f18ef {
  justify-self: start; }

a.button-mrh-6 {
  text-underline-offset: 0.2rem; }

.display-inlineflex {
  display: inline-flex; }

.padding-bottom {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important; }

.button-mrh-6 {
  text-decoration: none !important; }

.section_home-header {
  display: block; }

video.home-header-video {
  display: inline-block;
  vertical-align: baseline; }

a.button-mrh-6:active,
a.button-mrh-6:hover {
  outline: 0; }

.inherited-styles-for-exported-element-hero5 h1 {
  margin: 0; }

.inherited-styles-for-exported-element-hero5 svg:not(:root) {
  overflow: hidden; }

.inherited-styles-for-exported-element-hero5 * {
  box-sizing: border-box; }

.inherited-styles-for-exported-element-hero5 .w-inline-block {
  max-width: 100%; }

.inherited-styles-for-exported-element-hero5 p {
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0; }

.inherited-styles-for-exported-element-hero5 .w-embed::after,
.inherited-styles-for-exported-element-hero5 .w-embed::before {
  content: " ";
  display: table;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1; }

.inherited-styles-for-exported-element-hero5 .w-embed::after {
  clear: both; }

.inherited-styles-for-exported-element-hero5 {
  color: #161814;
  font-family: Muoto, sans-serif;
  font-weight: 300;
  line-height: 1.5; }

.inherited-styles-for-exported-element-hero5 .padding-global {
  padding-left: 2rem;
  padding-right: 2rem; }

.inherited-styles-for-exported-element-hero5 .button-mrh-6,
.inherited-styles-for-exported-element-hero5 h1.heading-style-h1 {
  font-size: 6.5rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1; }

.inherited-styles-for-exported-element-hero5 .button-mrh-6 {
  align-items: center;
  border: 1px solid var(--background_color);
  background-color: var(--background_color);
  border-image: none 100% 1 0 stretch;
  border-radius: 0.5rem;
  color: #161814;
  column-gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.5rem 0.75rem;
  text-align: center;
  transition: background-color 0.5s; }

.inherited-styles-for-exported-element-hero5 .button-mrh-6:hover {
  background-color: var(--hover_color);
  border: 1px solid var(--hover_color); }

.inherited-styles-for-exported-element-hero5 .button-mrh-6.display-inlineflex,
.z-index-2 {
  position: relative; }

.inherited-styles-for-exported-element-hero5 .z-index-2 {
  z-index: 2; }

.inherited-styles-for-exported-element-hero5 .padding-custom2 {
  padding-bottom: 1.5rem; }

.inherited-styles-for-exported-element-hero5 .container-large {
  max-width: 81.375rem;
  width: 100%; }

.inherited-styles-for-exported-element-hero5 .button-arrow {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 1rem;
  justify-content: center;
  position: relative;
  width: 1rem;
  z-index: 1; }

.section_home-header {
  height: 90vh;
  max-height: 52rem;
  min-height: 45rem;
  position: relative;
  margin-bottom: 9rem; }

.home-header-image-wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1; }

.home-header-content {
  align-items: center;
  color: white;
  column-gap: 16px;
  display: grid;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  height: 90vh;
  justify-content: center;
  max-height: 52rem;
  min-height: 45rem;
  padding-bottom: 2rem;
  row-gap: 16px;
  text-align: center; }

.inherited-styles-for-exported-element-hero5 .button-arrow-wrapper {
  overflow: hidden;
  position: relative; }

.inherited-styles-for-exported-element-hero5 .button-arrow-2 {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 1rem;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem; }

.home-header-support-text {
  font-size: 1.25rem; }

.max-width-xsmall-custom1 {
  max-width: 28rem;
  width: 100%; }

.home-header-video {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1; }

.hp1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }

@media screen and (max-width: 991px) {
  .inherited-styles-for-exported-element-hero5 .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .inherited-styles-for-exported-element-hero5 .heading-style-h1 {
    font-size: 3.25rem; }
  .section_home-header {
    max-height: 50rem; }
  .home-header-content {
    justify-content: center;
    max-height: 50rem;
    min-height: 45rem; } }

@media screen and (max-width: 767px) {
  .inherited-styles-for-exported-element-hero5 .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .inherited-styles-for-exported-element-hero5 h1.heading-style-h1 {
    font-size: 3rem; }
  .home-header-content {
    min-height: 38rem; }
  .home-header-support-text {
    font-size: 1.25rem; } }

@media screen and (max-width: 479px) {
  .inherited-styles-for-exported-element-hero5 .padding-global {
    padding-left: 1rem;
    padding-right: 1rem; }
  .section_home-header {
    height: auto; }
  .home-header-content {
    align-items: stretch;
    height: 85vh; } }

#w-node-_8e995f38-0bec-002c-fe86-8adf3ac2b61b-716f1762 {
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 2; }

#w-node-_8e995f38-0bec-002c-fe86-8adf3ac2b61d-716f1762 {
  align-self: end;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 4;
  grid-row-start: 3; }

@media screen and (max-width: 479px) {
  #w-node-_8e995f38-0bec-002c-fe86-8adf3ac2b61b-716f1762 {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 2; } }

.inherited-styles-for-exported-element-hero5 a {
  text-underline-offset: 0.2rem; }

.inherited-styles-for-exported-element-hero5 .container-large {
  margin-left: auto !important;
  margin-right: auto !important; }

.inherited-styles-for-exported-element-hero5 .display-inlineflex {
  display: inline-flex; }

.inherited-styles-for-exported-element-hero5 .padding-bottom {
  padding-top: 0 !important; }

.inherited-styles-for-exported-element-hero5 .padding-bottom,
.inherited-styles-for-exported-element-hero5 .padding-vertical {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.inherited-styles-for-exported-element-hero5 .button-mrh-6 {
  text-decoration: none !important; }

.swiper {
  overflow: visible; }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-pagination-progressbar {
  height: .2rem !important;
  display: block;
  margin: 0 auto;
  background-color: snow; }

.swiper-pagination-progressbar-fill {
  background-color: #886930 !important; }

.inherited-styles-for-exported-element-hero6 {
  font-family: "General Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  tab-size: 4; }

.inherited-styles-for-exported-element-hero6 *,
.inherited-styles-for-exported-element-hero6 ::after,
.inherited-styles-for-exported-element-hero6 ::before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box; }

.inherited-styles-for-exported-element-hero6 h2 {
  font-weight: inherit; }

.inherited-styles-for-exported-element-hero6 a {
  text-decoration: inherit; }

.inherited-styles-for-exported-element-hero6 h2,
.inherited-styles-for-exported-element-hero6 p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }

.inherited-styles-for-exported-element-hero6 img {
  max-width: 100%; }

.inherited-styles-for-exported-element-hero6 img,
.inherited-styles-for-exported-element-hero6 svg {
  display: block;
  vertical-align: middle; }

.inherited-styles-for-exported-element-hero6 :disabled {
  cursor: default; }

.inherited-styles-for-exported-element-hero6 .container {
  width: 100%; }

@media (min-width: 480px) {
  .inherited-styles-for-exported-element-hero6 .container {
    max-width: 100%; } }

.inherited-styles-for-exported-element-hero6 .absolute {
  position: absolute; }

.inherited-styles-for-exported-element-hero6 .relative {
  position: relative; }

.inherited-styles-for-exported-element-hero6 .left-0 {
  left: 0; }

.inherited-styles-for-exported-element-hero6 .top-0 {
  top: 0; }

.inherited-styles-for-exported-element-hero6 .mx-auto {
  margin-left: auto;
  margin-right: auto; }

.inherited-styles-for-exported-element-hero6 .mb-10 {
  margin-bottom: 2.5rem; }

.inherited-styles-for-exported-element-hero6 .mb-3 {
  margin-bottom: 0.75rem; }

.inherited-styles-for-exported-element-hero6 .mb-4 {
  margin-bottom: 1rem; }

.inherited-styles-for-exported-element-hero6 .mb-6 {
  margin-bottom: 1.5rem; }

.inherited-styles-for-exported-element-hero6 .mr-4 {
  margin-right: 1rem; }

.inherited-styles-for-exported-element-hero6 .mt-3 {
  margin-top: 0.75rem; }

.inherited-styles-for-exported-element-hero6 .mt-4 {
  margin-top: 1rem; }

.inherited-styles-for-exported-element-hero6 .mt-6 {
  margin-top: 1.5rem; }

.inherited-styles-for-exported-element-hero6 .mt-8 {
  margin-top: 1.75rem; }

.inherited-styles-for-exported-element-hero6 .inline-block {
  display: inline-block; }

.inherited-styles-for-exported-element-hero6 .inline-flex {
  display: inline-flex; }

.inherited-styles-for-exported-element-hero6 .block {
  display: block; }

.inherited-styles-for-exported-element-hero6 .inline-block {
  display: inline-block; }

.inherited-styles-for-exported-element-hero6 .flex {
  display: flex; }

.inherited-styles-for-exported-element-hero6 .inline-flex {
  display: inline-flex; }

.inherited-styles-for-exported-element-hero6 .h-full {
  height: 100%; }

.inherited-styles-for-exported-element-hero6 .w-full {
  width: 100%; }

.inherited-styles-for-exported-element-hero6 .max-w-md {
  max-width: 28rem; }

.inherited-styles-for-exported-element-hero6 .max-w-xl {
  max-width: 36rem; }

.inherited-styles-for-exported-element-hero6 .group:hover .group-hover\:rotate-45,
.inherited-styles-for-exported-element-hero6 .transform {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1); }

.inherited-styles-for-exported-element-hero6 .rounded-full {
  border-radius: 9999px; }

.inherited-styles-for-exported-element-hero6 .flex-col {
  flex-direction: column; }

.inherited-styles-for-exported-element-hero6 .flex-wrap {
  flex-wrap: wrap; }

.inherited-styles-for-exported-element-hero6 .justify-center {
  justify-content: center; }

.inherited-styles-for-exported-element-hero6 .items-center {
  align-items: center; }

.inherited-styles-for-exported-element-hero6 .overflow-hidden {
  overflow: hidden; }

.inherited-styles-for-exported-element-hero6 .rounded-4xl {
  border-radius: 2.5rem; }

.inherited-styles-for-exported-element-hero6 .border-1\.5 {
  border-width: 1.5px; }

.inherited-styles-for-exported-element-hero6 .border-b-2 {
  border-bottom-width: 2px; }

.inherited-styles-for-exported-element-hero6 .border-white {
  border-color: #fff; }

.inherited-styles-for-exported-element-hero6 .border-black {
  border-color: #000; }

.inherited-styles-for-exported-element-hero6 .bg-coolGray-50 {
  background-color: #f7f7f7; }

.inherited-styles-for-exported-element-hero6 .object-cover {
  object-fit: cover; }

.inherited-styles-for-exported-element-hero6 .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.inherited-styles-for-exported-element-hero6 .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.inherited-styles-for-exported-element-hero6 .px-4 {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 481px) {
  .inherited-styles-for-exported-element-hero6 .px-4 {
    padding-left: 5.75vw;
    padding-right: 5.75vw; } }

.inherited-styles-for-exported-element-hero6 .py-10 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem; }

.inherited-styles-for-exported-element-hero6 .py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.inherited-styles-for-exported-element-hero6 .py-24 {
  padding-bottom: unset;
  padding-top: unset;
  top: 50%;
  transform: translateY(-50%); }

.inherited-styles-for-exported-element-hero6 .font-heading {
  font-family: "General Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
  color: ghostwhite;
  font-weight: 400;
  letter-spacing: -.02em; }

.inherited-styles-for-exported-element-hero6 .pb-2 {
  padding-bottom: 0.5rem; }

.inherited-styles-for-exported-element-hero6 .text-center {
  text-align: center; }

.inherited-styles-for-exported-element-hero6 .leading-none {
  line-height: 1; }

.inherited-styles-for-exported-element-hero6 .text-5xl,
.inherited-styles-for-exported-element-hero6 .text-sm {
  font-size: 3rem;
  line-height: 1; }

.inherited-styles-for-exported-element-hero6 .text-lg {
  font-size: 1.125rem;
  line-height: 1.3; }

.inherited-styles-for-exported-element-hero6 .text-md {
  font-size: 1rem;
  line-height: 1.3; }

.inherited-styles-for-exported-element-hero6 .text-sm {
  font-size: 0.875rem; }

.inherited-styles-for-exported-element-hero6 .font-medium {
  font-weight: 500; }

.inherited-styles-for-exported-element-hero6 .tracking-tight {
  letter-spacing: -0.02em; }

.inherited-styles-for-exported-element-hero6 .text-coolGray-100,
.inherited-styles-for-exported-element-hero6 .text-white {
  color: ghostwhite;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  letter-spacing: -.02em; }

.inherited-styles-for-exported-element-hero6 .text-white {
  color: white;
  color: ghostwhite; }

.inherited-styles-for-exported-element-hero6 .transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.inherited-styles-for-exported-element-hero6 .duration-100 {
  transition-duration: 100ms; }

.inherited-styles-for-exported-element-hero6 .duration-200 {
  transition-duration: 200ms; }

.inherited-styles-for-exported-element-hero6 .bg-white {
  background-color: white; }

.inherited-styles-for-exported-element-hero6 .hover\:bg-black:hover {
  background-color: black; }

.inherited-styles-for-exported-element-hero6 .hover\:text-white:hover {
  color: white; }

.inherited-styles-for-exported-element-hero6 .text-black {
  color: black; }

.inherited-styles-for-exported-element-hero6 .py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem; }

.inherited-styles-for-exported-element-hero6 .px-8 {
  padding-left: 2rem;
  padding-right: 2rem; }

.inherited-styles-for-exported-element-hero6 .group:hover .group-hover\:rotate-45 {
  rotate: 45deg; }

.inherited-styles-for-exported-element-hero6 .group:hover .group-hover\:rotate-90 {
  rotate: 135deg; }

.inherited-styles-for-exported-element-hero6 .rotate-135 {
  rotate: 90deg; }

.inherited-styles-for-exported-element-hero6 p {
  font-weight: 500 !important; }

@media (min-width: 640px) {
  .inherited-styles-for-exported-element-hero6 .sm\:text-6xl {
    font-size: 3.5rem;
    line-height: 1; }
  .inherited-styles-for-exported-element-hero6 .sm\:mb-0 {
    margin-bottom: 0; }
  .inherited-styles-for-exported-element-hero6 .sm\:mr-4 {
    margin-right: 1rem; }
  .inherited-styles-for-exported-element-hero6 .sm\:flex-row {
    flex-direction: row; } }

@media (min-width: 768px) {
  .inherited-styles-for-exported-element-hero6 .md\:py-44 {
    padding-bottom: unset;
    padding-top: unset;
    top: 50%;
    transform: translateY(-50%); }
  .inherited-styles-for-exported-element-hero6 .md\:text-8xl {
    font-size: 4.5rem;
    line-height: 1; } }

@media (min-width: 1024px) {
  .inherited-styles-for-exported-element-hero6 .lg\:max-w-3xl {
    max-width: 48rem; }
  .inherited-styles-for-exported-element-hero6 .lg\:max-w-lg {
    max-width: 32rem; } }

@media (min-width: 1280px) {
  .inherited-styles-for-exported-element-hero6 .xl\:text-10xl {
    font-size: 5.5rem;
    line-height: 1; } }

.inherited-styles-for-exported-element-hero6 .txt-large {
  font-size: 20px; }

@media (min-width: 768px) {
  .inherited-styles-for-exported-element-hero6 .txt-large {
    font-size: 24px; } }

.hero-5-overlay {
  background-color: #1f3133;
  mix-blend-mode: multiply;
  opacity: 0.4;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /* z-index: 2; */ }

.inherited-styles-for-exported-element-hero-7 {
  font-family: "General Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  tab-size: 4; }

.inherited-styles-for-exported-element-hero-7 *,
.inherited-styles-for-exported-element-hero-7 ::after,
.inherited-styles-for-exported-element-hero-7 ::before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box; }

.inherited-styles-for-exported-element-hero-7 h2 {
  font-weight: inherit;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }

.inherited-styles-for-exported-element-hero-7 a {
  text-decoration: inherit; }

.inherited-styles-for-exported-element-hero-7 p {
  margin: 0; }

.inherited-styles-for-exported-element-hero-7 img,
.inherited-styles-for-exported-element-hero-7 svg {
  display: block;
  vertical-align: middle; }

.inherited-styles-for-exported-element-hero-7 img {
  max-width: 100%; }

.inherited-styles-for-exported-element-hero-7 :disabled {
  cursor: default; }

.inherited-styles-for-exported-element-hero-7 .container {
  width: 100%; }

@media (min-width: 480px) {
  .inherited-styles-for-exported-element-hero-7 .container {
    max-width: 480px; } }

@media (min-width: 640px) {
  .inherited-styles-for-exported-element-hero-7 .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .inherited-styles-for-exported-element-hero-7 .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .inherited-styles-for-exported-element-hero-7 .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .inherited-styles-for-exported-element-hero-7 .container {
    max-width: 1280px; } }

@media (min-width: 1370px) {
  .inherited-styles-for-exported-element-hero-7 .container {
    max-width: 1370px; } }

.inherited-styles-for-exported-element-hero-7 .-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.inherited-styles-for-exported-element-hero-7 .mx-auto {
  margin-left: auto;
  margin-right: auto; }

.inherited-styles-for-exported-element-hero-7 .mb-10 {
  margin-bottom: 2.5rem; }

.inherited-styles-for-exported-element-hero-7 .mb-20 {
  margin-bottom: 5rem; }

.inherited-styles-for-exported-element-hero-7 .mb-3 {
  margin-bottom: 0.75rem; }

.inherited-styles-for-exported-element-hero-7 .mb-4 {
  margin-bottom: 1rem; }

.inherited-styles-for-exported-element-hero-7 .mb-6 {
  margin-bottom: 1.5rem; }

.inherited-styles-for-exported-element-hero-7 .ml-auto {
  margin-left: auto; }

.inherited-styles-for-exported-element-hero-7 .mr-2 {
  margin-right: 0.5rem; }

.inherited-styles-for-exported-element-hero-7 .block {
  display: block; }

.inherited-styles-for-exported-element-hero-7 .inline-block {
  display: inline-block; }

.inherited-styles-for-exported-element-hero-7 .flex {
  display: flex; }

.inherited-styles-for-exported-element-hero-7 .inline-flex {
  display: inline-flex; }

.inherited-styles-for-exported-element-hero-7 .h-96 {
  height: 24rem; }

.inherited-styles-for-exported-element-hero-7 .w-5\/12 {
  width: 41.6667%; }

.inherited-styles-for-exported-element-hero-7 .w-7\/12 {
  width: 58.3333%; }

.inherited-styles-for-exported-element-hero-7 .h-full {
  height: 100%; }

.inherited-styles-for-exported-element-hero-7 .w-full {
  width: 100%; }

.inherited-styles-for-exported-element-hero-7 .max-w-2xl {
  max-width: 42rem; }

.inherited-styles-for-exported-element-hero-7 .max-w-md {
  max-width: unset; }

.inherited-styles-for-exported-element-hero-7 .items-center {
  align-items: center; }

.inherited-styles-for-exported-element-hero-7 .max-w-xs {
  max-width: 20rem; }

.inherited-styles-for-exported-element-hero-7 .group:hover .group-hover\:rotate-45,
.transform {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1); }

.inherited-styles-for-exported-element-hero-7 .flex-wrap {
  flex-wrap: wrap; }

.inherited-styles-for-exported-element-hero-7 .justify-center {
  justify-content: center; }

.inherited-styles-for-exported-element-hero-7 .rounded-4xl {
  border-radius: 2.5rem; }

.inherited-styles-for-exported-element-hero-7 .rounded-full {
  border-radius: 9999px; }

.inherited-styles-for-exported-element-hero-7 .border {
  border-width: 1px; }

.inherited-styles-for-exported-element-hero-7 .border-1\.5 {
  border-width: 1.5px; }

.inherited-styles-for-exported-element-hero-7 .border-black {
  border-color: #000; }

.inherited-styles-for-exported-element-hero-7 .bg-coolGray-50,
.inherited-styles-for-exported-element-hero-7 .bg-white {
  background-color: #f7f7f7; }

.inherited-styles-for-exported-element-hero-7 .bg-white {
  background-color: white; }

.inherited-styles-for-exported-element-hero-7 .object-cover {
  object-fit: cover; }

.inherited-styles-for-exported-element-hero-7 .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.inherited-styles-for-exported-element-hero-7 .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.inherited-styles-for-exported-element-hero-7 .px-4 {
  padding-left: 1rem;
  padding-right: 1rem; }

.inherited-styles-for-exported-element-hero-7 .px-8 {
  padding-left: 2rem;
  padding-right: 2rem; }

.inherited-styles-for-exported-element-hero-7 .py-10 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem; }

.inherited-styles-for-exported-element-hero-7 .py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.inherited-styles-for-exported-element-hero-7 .py-20 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem; }

.inherited-styles-for-exported-element-hero-7 .font-heading {
  font-family: "General Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; }

.inherited-styles-for-exported-element-hero-7 .py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem; }

.inherited-styles-for-exported-element-hero-7 .text-right {
  text-align: right; }

.inherited-styles-for-exported-element-hero-7 .text-black {
  color: black; }

.inherited-styles-for-exported-element-hero-7 .text-5xl,
.inherited-styles-for-exported-element-hero-7 .text-sm {
  font-size: 3rem;
  line-height: 1; }

.inherited-styles-for-exported-element-hero-7 .text-sm {
  font-size: 0.875rem; }

.inherited-styles-for-exported-element-hero-7 .font-medium {
  font-weight: 500; }

.inherited-styles-for-exported-element-hero-7 .leading-none {
  line-height: 1; }

.inherited-styles-for-exported-element-hero-7 .tracking-tight {
  letter-spacing: -0.02em; }

.inherited-styles-for-exported-element-hero-7 .text-coolGray-600 {
  color: #646464; }

.inherited-styles-for-exported-element-hero-7 .transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.inherited-styles-for-exported-element-hero-7 .duration-100 {
  transition-duration: 100ms; }

.inherited-styles-for-exported-element-hero-7 .duration-200 {
  transition-duration: 200ms; }

.inherited-styles-for-exported-element-hero-7 .hover\:bg-black:hover {
  background-color: black; }

.inherited-styles-for-exported-element-hero-7 .hover\:text-white:hover {
  color: white; }

.inherited-styles-for-exported-element-hero-7 .group:hover .group-hover\:rotate-45 {
  rotate: 45deg; }

@media (min-width: 640px) {
  .inherited-styles-for-exported-element-hero-7 .sm\:h-112 {
    height: 28rem; }
  .inherited-styles-for-exported-element-hero-7 .sm\:px-20 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .inherited-styles-for-exported-element-hero-7 .sm\:text-6xl {
    font-size: 3.5rem;
    line-height: 1; } }

@media (min-width: 768px) {
  .inherited-styles-for-exported-element-hero-7 .md\:h-150 {
    height: 37.5rem; } }

@media (min-width: 1024px) {
  .inherited-styles-for-exported-element-hero-7 .lg\:mb-0 {
    margin-bottom: 0; }
  .inherited-styles-for-exported-element-hero-7 .lg\:mb-32 {
    margin-bottom: 0rem; }
  .inherited-styles-for-exported-element-hero-7 .lg\:h-full {
    height: 100%; }
  .inherited-styles-for-exported-element-hero-7 .lg\:w-1\/2 {
    width: 50%; }
  .inherited-styles-for-exported-element-hero-7 .lg\:w-2\/12 {
    width: 16.6667%; }
  .inherited-styles-for-exported-element-hero-7 .lg\:w-4\/12 {
    width: 33.3333%; }
  .inherited-styles-for-exported-element-hero-7 .lg\:text-7xl {
    font-size: 3.875rem;
    line-height: 1; }
  .inherited-styles-for-exported-element-hero-7 .max-w-md {
    max-width: 28rem; }
  .inherited-styles-for-exported-element-hero-7 .py-20 {
    padding-bottom: 5rem;
    padding-top: 5rem; } }

@media (min-width: 1279px) {
  .inherited-styles-for-exported-element-hero-7 .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem; } }

.inherited-styles-for-exported-element-ts-hero .container.mx-auto.px-4, .inherited-styles-for-exported-element-hero-7 .container.mx-auto.px-4 {
  max-width: 100%;
  padding: 0 15px; }

@media (min-width: 481px) {
  .inherited-styles-for-exported-element-ts-hero .container.mx-auto.px-4, .inherited-styles-for-exported-element-hero-7 .container.mx-auto.px-4 {
    max-width: 100%;
    padding: 0 5.75vw; } }

.inherited-styles-for-exported-element-hero-top-text *,
.inherited-styles-for-exported-element-hero-top-text ::after,
.inherited-styles-for-exported-element-hero-top-text ::before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box; }

.inherited-styles-for-exported-element-hero-top-text {
  font-family: "General Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  tab-size: 4; }

.inherited-styles-for-exported-element-hero-top-text h1 {
  font-weight: inherit;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }

.inherited-styles-for-exported-element-hero-top-text a {
  text-decoration: inherit; }

.inherited-styles-for-exported-element-hero-top-text p {
  margin-bottom: 1.5rem !important; }

.inherited-styles-for-exported-element-hero-top-text .mb-0 {
  margin-bottom: 0 !important; }

.inherited-styles-for-exported-element-hero-top-text :disabled {
  cursor: default; }

.inherited-styles-for-exported-element-hero-top-text svg {
  display: block;
  vertical-align: middle; }

.inherited-styles-for-exported-element-hero-top-text *,
.inherited-styles-for-exported-element-hero-top-text ::after,
.inherited-styles-for-exported-element-hero-top-text ::before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-rotate: 0; }

.inherited-styles-for-exported-element-hero-top-text ::backdrop {
  --tw-scale-y: 1;
  --tw-scale-x: 1;
  --tw-skew-y: 0;
  --tw-skew-x: 0;
  --tw-rotate: 0;
  --tw-translate-y: 0;
  --tw-translate-x: 0; }

.inherited-styles-for-exported-element-hero-top-text .container {
  width: 100%; }

@media (min-width: 480px) {
  .inherited-styles-for-exported-element-hero-top-text .container {
    max-width: 480px; } }

@media (min-width: 640px) {
  .inherited-styles-for-exported-element-hero-top-text .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .inherited-styles-for-exported-element-hero-top-text .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .inherited-styles-for-exported-element-hero-top-text .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .inherited-styles-for-exported-element-hero-top-text .container {
    max-width: 1280px; } }

@media (min-width: 1370px) {
  .inherited-styles-for-exported-element-hero-top-text .container {
    max-width: 1370px; } }

.inherited-styles-for-exported-element-hero-top-text .-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem; }

.inherited-styles-for-exported-element-hero-top-text .mx-auto {
  margin-left: auto;
  margin-right: auto; }

.inherited-styles-for-exported-element-hero-top-text .mb-12 {
  margin-bottom: 3rem; }

.inherited-styles-for-exported-element-hero-top-text .mb-3 {
  margin-bottom: 0.75rem; }

.inherited-styles-for-exported-element-hero-top-text .mb-4 {
  margin-bottom: 1rem; }

.inherited-styles-for-exported-element-hero-top-text .mb-8 {
  margin-bottom: 2rem; }

.inherited-styles-for-exported-element-hero-top-text .mr-2\.5 {
  margin-right: 0.625rem; }

.inherited-styles-for-exported-element-hero-top-text .block {
  display: block; }

.inherited-styles-for-exported-element-hero-top-text .flex {
  display: flex; }

.inherited-styles-for-exported-element-hero-top-text .inline-flex {
  display: inline-flex; }

.inherited-styles-for-exported-element-hero-top-text .w-full {
  width: 100%; }

.inherited-styles-for-exported-element-hero-top-text .max-w-lg {
  max-width: 32rem; }

.inherited-styles-for-exported-element-hero-top-text .group:hover .group-hover\:rotate-45,
.inherited-styles-for-exported-element-hero-top-text .transform {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1); }

.inherited-styles-for-exported-element-hero-top-text .flex-col {
  flex-direction: column; }

.inherited-styles-for-exported-element-hero-top-text .flex-wrap {
  flex-wrap: wrap; }

.inherited-styles-for-exported-element-hero-top-text .items-center {
  align-items: center; }

.inherited-styles-for-exported-element-hero-top-text .items-flex-end {
  align-items: flex-end;
  justify-content: space-between; }

.inherited-styles-for-exported-element-hero-top-text .justify-center {
  justify-content: center; }

.inherited-styles-for-exported-element-hero-top-text .rounded-full {
  border-radius: 9999px; }

.inherited-styles-for-exported-element-hero-top-text .border-1\.5 {
  border-width: 1.5px; }

.inherited-styles-for-exported-element-hero-top-text .border-white {
  border-color: #fff; }

.inherited-styles-for-exported-element-hero-top-text .bg-black,
.inherited-styles-for-exported-element-hero-top-text .bg-white {
  background-color: black; }

.inherited-styles-for-exported-element-hero-top-text .bg-white {
  background-color: white; }

.inherited-styles-for-exported-element-hero-top-text .px-4 {
  padding-left: 1rem;
  padding-right: 1rem; }

.inherited-styles-for-exported-element-hero-top-text .px-8 {
  padding-left: 2rem;
  padding-right: 2rem; }

.inherited-styles-for-exported-element-hero-top-text.py-12 {
  padding-bottom: 3rem;
  padding-top: 3rem; }

.inherited-styles-for-exported-element-hero-top-text .py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem; }

.inherited-styles-for-exported-element-hero-top-text .font-heading {
  font-family: "General Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; }

.inherited-styles-for-exported-element-hero-top-text .text-5xl {
  font-size: 3rem;
  line-height: 1; }

.inherited-styles-for-exported-element-hero-top-text .text-sm {
  font-size: 0.875rem; }

.inherited-styles-for-exported-element-hero-top-text .leading-none,
.inherited-styles-for-exported-element-hero-top-text .text-sm {
  line-height: 1; }

.inherited-styles-for-exported-element-hero-top-text .tracking-tighter {
  letter-spacing: -0.04em; }

.inherited-styles-for-exported-element-hero-top-text .text-black {
  color: black; }

.inherited-styles-for-exported-element-hero-top-text .text-coolGray-500,
.inherited-styles-for-exported-element-hero-top-text .text-white {
  color: #a5a5a5; }

.inherited-styles-for-exported-element-hero-top-text .text-white {
  color: white; }

.inherited-styles-for-exported-element-hero-top-text .transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.inherited-styles-for-exported-element-hero-top-text .duration-150 {
  transition-duration: 150ms; }

.inherited-styles-for-exported-element-hero-top-text .duration-75 {
  transition-duration: 75ms; }

.inherited-styles-for-exported-element-hero-top-text .hover\:bg-blue-500:hover {
  background-color: #083bef; }

.inherited-styles-for-exported-element-hero-top-text .hover\:bg-white:hover {
  background-color: white; }

.inherited-styles-for-exported-element-hero-top-text .hover\:text-black:hover {
  color: black; }

.inherited-styles-for-exported-element-hero-top-text .hover\:text-white:hover {
  color: white; }

.inherited-styles-for-exported-element-hero-top-text .group:hover .group-hover\:rotate-45 {
  rotate: 45deg; }

@media (min-width: 640px) {
  .inherited-styles-for-exported-element-hero-top-text .sm\:mb-0 {
    margin-bottom: 0; }
  .inherited-styles-for-exported-element-hero-top-text .sm\:mr-6 {
    margin-right: 1.5rem; }
  .inherited-styles-for-exported-element-hero-top-text .sm\:flex-row {
    flex-direction: row; } }

@media (min-width: 768px) {
  .inherited-styles-for-exported-element-hero-top-text.md\:py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem; }
  .inherited-styles-for-exported-element-hero-top-text .md\:text-6xl {
    font-size: 3.5rem;
    line-height: 1; } }

@media (min-width: 1449px) {
  .inherited-styles-for-exported-element-hero-top-text .lg\:mb-0 {
    margin-bottom: 0; }
  .inherited-styles-for-exported-element-hero-top-text .lg\:mb-6 {
    margin-bottom: 1.5rem; }
  .inherited-styles-for-exported-element-hero-top-text .lg\:w-1\/4 {
    width: auto;
    max-width: 28.5%; }
  .inherited-styles-for-exported-element-hero-top-text .lg\:w-1\/2 {
    width: 50%; }
  .inherited-styles-for-exported-element-hero-top-text .lg\:w-3\/4 {
    width: auto;
    max-width: 72.5%; }
  .inherited-styles-for-exported-element-hero-top-text .lg\:max-w-none {
    max-width: none; }
  .inherited-styles-for-exported-element-hero-top-text .lg\:justify-end {
    justify-content: flex-end; } }

@media (min-width: 1280px) {
  .inherited-styles-for-exported-element-hero-top-text .xl\:max-w-none {
    max-width: none; }
  .inherited-styles-for-exported-element-hero-top-text .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.3; } }

.inherited-styles-for-exported-element-hero-top-text .mb-6 {
  margin-bottom: 1.5rem; }

@font-face {
  font-display: swap;
  font-family: Muoto;
  font-style: italic;
  font-weight: 400;
  src: url(https://cdn.prod.website-files.com/6357008bb1dd16395e9e2e70/6357015928e1a3900a55d7ac_Muoto%20-%20Italic-205TF.woff2) format("woff2"); }

@font-face {
  font-display: swap;
  font-family: Muoto;
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.prod.website-files.com/6357008bb1dd16395e9e2e70/63570145b97d19138d60293b_Muoto%20-%20Regular-205TF.woff2) format("woff2"); }

@font-face {
  font-display: swap;
  font-family: Muoto;
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.prod.website-files.com/6357008bb1dd16395e9e2e70/635702dfb97d199eb0603c9c_Muoto%20-%20Light-205TF.woff2) format("woff2"); }

@font-face {
  font-display: swap;
  font-family: Muoto;
  font-style: italic;
  font-weight: 300;
  src: url(https://cdn.prod.website-files.com/6357008bb1dd16395e9e2e70/635702eed3923b021174b7d6_Muoto%20-%20Light%20Italic-205TF.woff2) format("woff2"); }

@font-face {
  font-display: swap;
  font-family: Muoto;
  font-style: normal;
  font-weight: 500;
  src: url(https://cdn.prod.website-files.com/6357008bb1dd16395e9e2e70/635701515c67b517d0e8d4cf_Muoto%20-%20Medium-205TF.woff2) format("woff2"); }

@font-face {
  font-display: swap;
  font-family: Muoto;
  font-style: italic;
  font-weight: 500;
  src: url(https://cdn.prod.website-files.com/6357008bb1dd16395e9e2e70/6357016365007555a538339a_Muoto%20-%20Medium%20Italic-205TF.woff2) format("woff2"); }

@font-face {
  font-display: swap;
  font-family: "General Sans";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.fontshare.com/wf/HFTXPYOBEE22ON2ZH2TDSTBQLGERA7LU/4AOH2PGTMHZO2YX5HMTOAV52ONC3WIXE/TW4KNQIPR4LNP4I6I6C6HKQ23B2EQAU5.woff2) format("woff2"), url(https://cdn.fontshare.com/wf/HFTXPYOBEE22ON2ZH2TDSTBQLGERA7LU/4AOH2PGTMHZO2YX5HMTOAV52ONC3WIXE/TW4KNQIPR4LNP4I6I6C6HKQ23B2EQAU5.woff) format("woff"), url(https://cdn.fontshare.com/wf/HFTXPYOBEE22ON2ZH2TDSTBQLGERA7LU/4AOH2PGTMHZO2YX5HMTOAV52ONC3WIXE/TW4KNQIPR4LNP4I6I6C6HKQ23B2EQAU5.ttf) format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "General Sans";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.fontshare.com/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff2) format("woff2"), url(https://cdn.fontshare.com/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff) format("woff"), url(https://cdn.fontshare.com/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.ttf) format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "General Sans";
  font-style: normal;
  font-weight: 500;
  src: url(https://cdn.fontshare.com/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2) format("woff2"), url(https://cdn.fontshare.com/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff) format("woff"), url(https://cdn.fontshare.com/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.ttf) format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "General Sans";
  font-style: normal;
  font-weight: 600;
  src: url(https://cdn.fontshare.com/wf/K46YRH762FH3QJ25IQM3VAXAKCHEXXW4/ISLWQPUZHZF33LRIOTBMFOJL57GBGQ4B/3ZLMEXZEQPLTEPMHTQDAUXP5ZZXCZAEN.woff2) format("woff2"), url(https://cdn.fontshare.com/wf/K46YRH762FH3QJ25IQM3VAXAKCHEXXW4/ISLWQPUZHZF33LRIOTBMFOJL57GBGQ4B/3ZLMEXZEQPLTEPMHTQDAUXP5ZZXCZAEN.woff) format("woff"), url(https://cdn.fontshare.com/wf/K46YRH762FH3QJ25IQM3VAXAKCHEXXW4/ISLWQPUZHZF33LRIOTBMFOJL57GBGQ4B/3ZLMEXZEQPLTEPMHTQDAUXP5ZZXCZAEN.ttf) format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "General Sans";
  font-style: normal;
  font-weight: 700;
  src: url(https://cdn.fontshare.com/wf/KWXO5X3YW4X7OLUMPO4X24HQJGJU7E2Q/VOWUQZS3YLP66ZHPTXAFSH6YACY4WJHT/NIQ54PVBBIWVK3PFSOIOUJSXIJ5WTNDP.woff2) format("woff2"), url(https://cdn.fontshare.com/wf/KWXO5X3YW4X7OLUMPO4X24HQJGJU7E2Q/VOWUQZS3YLP66ZHPTXAFSH6YACY4WJHT/NIQ54PVBBIWVK3PFSOIOUJSXIJ5WTNDP.woff) format("woff"), url(https://cdn.fontshare.com/wf/KWXO5X3YW4X7OLUMPO4X24HQJGJU7E2Q/VOWUQZS3YLP66ZHPTXAFSH6YACY4WJHT/NIQ54PVBBIWVK3PFSOIOUJSXIJ5WTNDP.ttf) format("truetype"); }

.groove-reviews .border-1 {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
  background: white;
  padding: 16px;
  text-align: center; }
  .groove-reviews .border-1 img {
    border-radius: 100px; }
  .groove-reviews .border-1 span {
    display: block; }
  .groove-reviews .border-1 .stars span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFD700"><path d="M12 .587l3.668 7.568L24 9.763l-6 5.847L19.335 24 12 20.201 4.665 24 6 15.61 0 9.763l8.332-1.608L12 .587z"/></svg>');
    background-size: cover; }
  .groove-reviews .border-1 p {
    font-size: 1rem; }
  .groove-reviews .border-1 .strong {
    font-weight: 800; }
  .groove-reviews .border-1 img {
    margin: 0 auto; }

@media (min-width: 768px) {
  .groove-reviews-banner .grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr)); } }

.groove-reviews-banner .link {
  height: 4.5rem;
  width: 4.5rem;
  display: block; }

.groove-reviews-banner .text {
  flex-direction: column;
  position: relative;
  align-items: start;
  padding-top: 2.5rem; }
  @media (min-width: 768px) {
    .groove-reviews-banner .text {
      grid-column: 1 / span 6;
      grid-row-start: 1;
      display: flex; } }

@media (min-width: 768px) {
  .groove-reviews-banner .videos {
    grid-column: 7 / span 5; } }

.groove-reviews-banner div.carousel-bar {
  display: flex;
  position: absolute;
  bottom: 0rem;
  width: 90%; }
  @media (max-width: 767px) {
    .groove-reviews-banner div.carousel-bar {
      width: 100%; } }

.groove-reviews-banner .reviews-container {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)); }

.groove-reviews-banner .review-image {
  grid-column-start: 1;
  grid-row-start: 1;
  padding-bottom: 137%;
  position: relative;
  display: block;
  opacity: 0;
  grid-column-start: 1;
  grid-row-start: 1;
  padding-bottom: 137%;
  position: relative;
  display: block;
  opacity: 0;
  grid-column: 4 / span 9; }
  .groove-reviews-banner .review-image.active {
    opacity: 1;
    z-index: 2; }
  .groove-reviews-banner .review-image.ready {
    display: block !important;
    transform: translateX(calc(100% + 40px));
    scale: 0.75;
    opacity: 0.2; }
  .groove-reviews-banner .review-image img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  @media (max-width: 997px) {
    .groove-reviews-banner .review-image {
      padding-bottom: 160%; } }
  @media (max-width: 767px) {
    .groove-reviews-banner .review-image {
      padding-bottom: 55vh;
      grid-column: 2 / span 9; } }

.groove-reviews-banner .carousel-bar .grey-bar {
  width: calc(100% - 108px); }

.groove-reviews-banner .text {
  padding-bottom: 2.5rem; }
  .groove-reviews-banner .text .ratings {
    margin-bottom: 2.5rem; }
    @media (max-width: 767px) {
      .groove-reviews-banner .text .ratings {
        margin-bottom: 1rem; } }
  .groove-reviews-banner .text h3.review-title {
    text-align: left;
    margin-bottom: 2.5rem;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500; }
    @media (max-width: 997px) {
      .groove-reviews-banner .text h3.review-title {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .groove-reviews-banner .text h3.review-title {
        margin-bottom: 1rem; } }
  .groove-reviews-banner .text h3.review-text {
    text-align: left;
    margin-bottom: 2.5rem;
    font-size: 32px;
    line-height: 1.2; }
    @media (max-width: 997px) {
      .groove-reviews-banner .text h3.review-text {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .groove-reviews-banner .text h3.review-text {
        font-size: 22px;
        margin-bottom: 1rem; } }
  .groove-reviews-banner .text .fade-in {
    display: block; }
  @media (max-width: 767px) {
    .groove-reviews-banner .text {
      margin-bottom: 1rem; } }

.groove-reviews-banner .groove-icon-bar .link {
  display: inline-flex;
  align-items: center; }

.groove-reviews-banner .groove-icon-bar .icon {
  font-weight: 700; }
  .groove-reviews-banner .groove-icon-bar .icon img {
    transition-duration: 0.25s; }

.groove-reviews-banner .groove-icon-bar:hover .icon::after {
  content: "Quick Add";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  pointer-events: none; }

.groove-reviews-banner .groove-icon-bar:hover .icon svg {
  opacity: 0.3; }

.groove-reviews-banner .groove-icon-bar:hover .icon img {
  opacity: 0.4; }

.groove-reviews-banner .prev {
  transform: rotate(-90deg); }
  @media (min-width: 768px) {
    .groove-reviews-banner .prev {
      -webkit-transform: rotate(-90deg) !important;
      transform: rotate(-90deg) !important; } }

.groove-reviews-banner .next {
  transform: rotate(90deg); }
  @media (min-width: 768px) {
    .groove-reviews-banner .next {
      -webkit-transform: rotate(90deg) !important;
      transform: rotate(90deg) !important; } }

.groove-reviews-banner .product-tile.active {
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  display: flex !important;
  margin-left: 2.5vw;
  position: absolute;
  top: 65%; }
  @media (max-width: 767px) {
    .groove-reviews-banner .product-tile.active {
      top: 70%;
      margin-left: 0; } }

.groove-reviews-banner .product-tile:not(.active) {
  -webkit-transition: none;
  transition: none;
  z-index: -2;
  opacity: 0;
  display: flex !important;
  margin-left: 2.5vw;
  position: absolute;
  top: 65%; }
  @media (max-width: 767px) {
    .groove-reviews-banner .product-tile:not(.active) {
      top: 70%;
      margin-left: 0; } }

img.groove-review-stars {
  max-width: 175px; }
  @media (max-width: 480px) {
    img.groove-review-stars {
      max-width: 150px; } }

@media screen and (min-width: 768px) {
  .modal.modal--large.modal--quickShop {
    max-width: 650px; } }

@media screen and (min-width: 768px) {
  .modal.modal--large.modal--quickShop .quickShopPopup {
    position: static;
    max-height: 100%; }
    .modal.modal--large.modal--quickShop .quickShopPopup .price-wrapper p {
      line-height: 1.6em;
      margin-bottom: 1rem;
      margin-top: 1rem; } }

.groove-atc-modal {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center; }
  .groove-atc-modal > .productView-details {
    padding: 6.25rem;
    background: #f8f7f3 !important; }
    .groove-atc-modal > .productView-details .halo-quickShop-action {
      display: flex; }
    .groove-atc-modal > .productView-details .form-action {
      float: unset;
      width: 100%; }
    .groove-atc-modal > .productView-details .flex {
      flex-direction: row-reverse;
      column-gap: 1.25rem; }
      .groove-atc-modal > .productView-details .flex .button {
        margin: 0 !important;
        padding: 0.75rem 4rem !important; }
