@font-face {
  font-family: FontAwesome;
  src: url(//shu-media.cdn-rs.com/layout/rs/new/fonts/rs/fontawesome-webfont.eot?v=v4.7.0-1);
  src: url(//shu-media.cdn-rs.com/layout/rs/new/fonts/rs/fontawesome-webfont.eot#iefix&v=v4.7.0-1)
      format('embedded-opentype'),
    url(//shu-media.cdn-rs.com/layout/rs/new/fonts/rs/fontawesome-webfont.woff2?v=v4.7.0-1)
      format('woff2'),
    url(//shu-media.cdn-rs.com/layout/rs/new/fonts/rs/fontawesome-webfont.woff?v=v4.7.0-1)
      format('woff'),
    url(//shu-media.cdn-rs.com/layout/rs/new/fonts/rs/fontawesome-webfont.ttf?v=v4.7.0-1)
      format('truetype'),
    url(//shu-media.cdn-rs.com/layout/rs/new/fonts/rs/fontawesome-webfont.svg?v=v4.7.0-1#fontawesomeregular)
      format('svg');
  font-weight: 400;
  font-style: normal;
}

.rsHidden {
  display: none;
}

.rs-lg {
  font-size: 1.333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.rs-2x {
  font-size: 2em;
}
.rs-3x {
  font-size: 3em;
}
.rs-4x {
  font-size: 4em;
}
.rs-5x {
  font-size: 5em;
}
.rs-fw {
  text-align: center;
  width: 1.285714em;
}
.rs-ul {
  list-style-type: none;
  margin-left: 2.142857em;
  padding-left: 0;
}
.rs-ul > li {
  position: relative;
}
.rs-li {
  left: -2.142857em;
  position: absolute;
  text-align: center;
  top: 0.142857em;
  width: 2.142857em;
}
.rs-li.rs-lg {
  left: -1.857143em;
}
.rs-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.rs-pull-left {
  float: left;
}
.rs-pull-right {
  float: right;
}
.rs-pull-left.rsCartIcon:before,
.rs-pull-left.rsNotifyIcon:before,
.rs-pull-left.rsShippingLocationIcon:before,
.rs-pull-left.rsUserIcon:before,
.rs.rs-pull-left {
  margin-right: 0.3em;
}
.rs-pull-right.rsCartIcon:before,
.rs-pull-right.rsNotifyIcon:before,
.rs-pull-right.rsShippingLocationIcon:before,
.rs-pull-right.rsUserIcon:before,
.rs.rs-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.pull-left.rsCartIcon:before,
.pull-left.rsNotifyIcon:before,
.pull-left.rsShippingLocationIcon:before,
.pull-left.rsUserIcon:before,
.rs.pull-left {
  margin-right: 0.3em;
}
.pull-right.rsCartIcon:before,
.pull-right.rsNotifyIcon:before,
.pull-right.rsShippingLocationIcon:before,
.pull-right.rsUserIcon:before,
.rs.pull-right {
  margin-left: 0.3em;
}
.rs-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.rs-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.rs-rotate-90 {
  filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rs-rotate-180 {
  filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rs-rotate-270 {
  filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rs-flip-horizontal {
  filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.rs-flip-vertical {
  filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
:root .rs-flip-horizontal,
:root .rs-flip-vertical,
:root .rs-rotate-90,
:root .rs-rotate-180,
:root .rs-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.rs-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.rs-stack-1x,
.rs-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.rs-stack-1x {
  line-height: inherit;
}
.rs-stack-2x {
  font-size: 2em;
}
.rs-inverse {
  color: #fff;
}
.rs-angle-double-right:before {
  content: '';
}
.rs-arrow-circle-left:before {
  content: '';
}
.rs-arrow-circle-right:before {
  content: '';
}
.rs-arrow-circle-o-left:before {
  content: '';
}
.rs-bars:before {
  content: '';
}
.rs-bell:before {
  content: '';
}
.rs-check-circle:before {
  content: '';
}
.rs-check-square-o:before {
  content: '';
}
.rs-check:before {
  content: '';
}
.rs-chevron-down:before {
  content: '';
}
.rs-chevron-left:before {
  content: '';
}
.rs-chevron-right:before {
  content: '';
}
.rs-circle:before {
  content: '';
}
.rs-circle-thin:before {
  content: '';
}
.rs-close:before {
  content: '';
}
.rs-envelope:before {
  content: '';
}
.rs-exclamation-circle:before {
  content: '';
}
.rs-facebook:before {
  content: '';
}
.rs-file-o:before {
  content: '';
}
.rs-file-pdf-o:before {
  content: '';
}
.rs-file-sound-o:before {
  content: '';
}
.rs-file-text-o:before {
  content: '';
}
.rs-glass:before {
  content: '';
}
.rs-heart:before {
  content: '';
}
.rs-info-circle:before {
  content: '';
}
.rs-instagram:before {
  content: '';
}
.rs-lock:before {
  content: '';
}
.rs-money:before {
  content: '';
}
.rs-music:before {
  content: '';
}
.rs-phone:before {
  content: '';
}
.rs-play:before {
  content: '';
}
.rs-plus:before {
  content: '';
}
.rs-print:before {
  content: '';
}
.rs-rss:before {
  content: '';
}
.rs-rss-square:before {
  content: '';
}
.rs-question-circle:before {
  content: '';
}
.rs-search:before {
  content: '';
}
.rs-shopping-cart:before {
  content: '';
}
.rs-star-half-empty:before,
.rs-star-half-full:before,
.rs-star-half-o:before {
  content: '';
}
.rs-star-half:before {
  content: '';
}
.rs-star-o:before {
  content: '';
}
.rs-star:before {
  content: '';
}
.rs-th:before {
  content: '';
}
.rs-th-large:before {
  content: '';
}
.rs-th-list:before {
  content: '';
}
.rs-thumbs-o-up:before {
  content: '';
}
.rs-times-circle:before {
  content: '';
}
.rs-trash:before {
  content: '';
}
.rs-truck:before {
  content: '';
}
.rs-twitter:before {
  content: '';
}
.rs-user:before {
  content: '';
}
.rs-warning:before {
  content: '';
}
.rs-youtube-play:before {
  content: '';
}
.rs-spinner:before {
  content: '';
}
.rs-facebook-official:before {
  content: '';
}
.rs-twitter-square:before {
  content: '';
}
.rs-map-marker:before {
  content: '';
}
.rs-minus:before {
  content: '';
}
.rsUserIcon:before {
  content: '';
  padding-right: 4px;
}
.rsShippingLocationIcon:before {
  content: '';
  padding-right: 4px;
}
.rsNotifyIcon:before {
  content: '';
  padding-right: 4px;
}
.rsUserAccountLink {
  margin-right: 4px;
}
.rsModalWrapper {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}
.rsModalWrapper * {
  box-sizing: border-box;
}
.rsModalOverlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
}
.rsModal {
  background-color: #fff;
  left: 50vw;
  margin-left: 15px;
  margin-right: 15px;
  position: absolute;
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.rsModalHeader,
.rsModalSubHeader {
  width: 100%;
  padding: 8px 16px !important;
}
.rsModalHeader {
  border-bottom: 1px solid #d3d3d3;
}
.rsModalBody {
  padding: 16px !important;
}
.rsModalTitle {
  padding-right: 30px !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
.rsModalCloseX {
  color: #000 !important;
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 7px;
}
.rsModalCloseX:hover {
  color: grey;
  cursor: pointer;
}
.rsZipCode {
  text-decoration: underline;
}
.rsZipCode:hover {
  cursor: pointer;
}
.rsNotifyMeModalSubmit,
.rsZipCodeModalSubmit {
  display: block;
  margin-top: 10px auto 0;
}
.rsPopoverWrapper * {
  box-sizing: border-box;
}
.rsPopoverWrapper {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding: 20px;
  position: absolute;
  -webkit-transform: translateY(calc(-100% - 13px));
  transform: translateY(calc(-100% - 13px));
}
.rsPopoverTriangle {
  border: 10px solid #fff;
  bottom: -9px;
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.26);
  height: 0;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0;
}
.rsPopoverBody {
  white-space: nowrap;
}
.rsPopoverCloseX {
  color: #d3d3d3;
  font-size: 22px;
  line-height: 1;
  position: absolute;
  right: 6px;
  top: 0;
}
.rsPopoverCloseX:hover {
  color: grey;
  cursor: pointer;
}
.rsContinueShoppingModalWrapper .rsModalButton {
  cursor: pointer;
  text-decoration: none;
}
.retail-solutions__listbox {
  margin-bottom: 24px;
}
.retail-solutions__info {
  color: #626264;
  font-weight: 400;
  margin: 16px 0 16px;
  font-family: 'DinRegular', Arial, Helvetica, sans-serif;
  line-height: 16px;
  .rsAffirmPrices {
    font-size: 0.75rem; /* 12px */
    margin-bottom: 5px;
    a {
      &:hover {
        text-decoration: none;
      }
    }
    .rsAffirmLearnMore {
      text-decoration: underline;
    }
  }
}
.retail-solutions__info .rsAffirmPrices a,
.retail-solutions__info .rsAffirmPrices .__affirm-logo.__affirm-logo-primary,
.retail-solutions__info .rsAffirmPrices .__affirm-logo.__affirm-logo-blue {
  color: #fff;
}

.retail-solutions__shipping,
.rsReferencePriceMessageWrapper.rsVisible,
.rsInventoryLowStockQuantityWrapper.rsVisible,
.rsFreeNDayShippingWrapper.rsVisible,
.rsInventoryOutOfStock.rsVisible,
.rsInventoryOutOfStockPreorder.rsVisible {
  display: inline;
}

.rsInventoryLowStockQuantityWrapper.rsVisible {
  &:after {
    content: '|';
    margin: 0 4px;
  }
}

.rsReferencePriceMessageWrapper.rsVisible .rsReferencePriceMessage {
  &:after {
    content: '|';
    margin: 0 4px;
  }
}

.rsFreeNDayShippingWrapper.rsVisible {
  &:after {
    content: '|';
    margin: 0 4px;
  }
}

.rsInventoryOutOfStockPreorder.rsVisible {
  &:after {
    content: '|';
    margin: 0 4px;
  }
}

.rsInventoryOutOfStock.rsVisible {
  &:after {
    content: '|';
    margin: 0 4px;
  }
}

.rsInventoryOutOfStock--hide-pipe {
  &:after {
    content: '' !important;
    margin: 0;
  }
}

.rsShippingOrderWithinWrapper.rsVisible {
  margin-left: 3px;
}

.__affirm-logo {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'affirm', Arial, Helvetica, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}
.__affirm-logo.__ligature__affirm_full_logo__:after {
  content: '\E90C';
}
.__affirm-logo.__affirm-logo-blue.__ligature__affirm_full_logo__:after {
  color: #4a4af4;
}

.__affirm-logo.__ligature__affirm_full_logo__:after,
.__affirm-logo.__ligature__affirm_short_logo__:after {
  position: absolute;
  left: 0;
  bottom: 0;
}

.affirm-site-modal {
  cursor: pointer;
}

.rsProductOfferContainer {
  position: relative;
  padding-top: 53px;
  margin-bottom: 16px;
  max-width: 486px;
  width: 100%;
}

.rsProductOfferContainer .rsAffirmProductMessage {
  width: 100%;
  padding: 10px 16px;
  font-size: 0.75rem; /* 12px */
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid #b2b2b4;
  color: #626264;
  font-family: 'DinRegular', Arial, Helvetica, sans-serif;
}

a.affirm-modal-trigger {
  color: #000;
  text-decoration: underline;
}

a.affirm-modal-trigger:hover {
  text-decoration: none;
}

.__affirm-logo.__affirm-logo-blue {
  color: #000;
}

.add-to-cart-icon {
  opacity: 0;
}

.retail-solutions__price-cta {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 16px;
  border-top: 1px solid #b2b2b4;
}

.retail-solutions__price-cta .rsPriceWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  flex: 0 1 180px;
}

.retail-solutions__price-cta .retail-solutions__cta {
  flex: 0 1 306px;
}

.retail-solutions__price-promo {
  color: #800080;
}
.rsForm {
  position: relative;
}

.retail-solutions .rsReferencePrice {
  font-size: 1rem; /* 16px */
  color: #626264;
  text-decoration: none;
  font-family: 'DinRegular', Arial, Helvetica, sans-serif;
  padding: 0 2px;
  position: absolute;
  top: -10px;
  left: 4px;
}

.retail-solutions .rsReferencePrice:before {
  background: #41d3f8;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 100%;
}

.retail-solutions .rsPrice {
  font-size: 1.5rem; /* 24px */
  font-weight: 700;
  line-height: 1;
  font-family: 'DinBold', Arial, Helvetica, sans-serif;
}

.retail-solutions .rsAddToCartForm {
  width: auto;
}

.retail-solutions .rsAddToCartForm input[type='submit'] {
  border: none;
  margin: 0;
  padding: 12px 16px 12px 0px;
  width: auto;
  display: inline-block;
  min-width: 154px;
  height: 48px;
  background-color: #b2ff33;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'DinBold', Arial, Helvetica, sans-serif;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}

.retail-solutions .rsAddToCartForm input[type='submit']:hover {
  background-color: #000;
  color: #fff;
}

.retail-solutions .rsAddToCartForm input[type='submit']:focus:not(:focus-visible) {
  box-shadow: unset;
}

.retail-solutions .rsAddToCartForm input[type='submit']:focus-visible {
  box-shadow: 0 0 0 3px #ffff, 0 0 0 6px rgba(59, 130, 246, 0.5);
}

.retail-solutions .rsAddToCartForm--pre-order + span {
  right: 158px;
}

.retail-solutions .rsAddToCartForm--hide-cta input[type='submit'] {
  display: none;
}

.retail-solutions__cta > span {
  position: absolute;
  top: 80px;
  right: 160px;
  pointer-events: none;
}

.retail-solutions__cta > span svg {
  transition: all 300ms;
  width: 28px;
  height: 28px;
  fill: #000 !important;
}

.retail-solutions .rsAddToCartForm:hover + span svg {
  fill: #fff !important;
}

.retail-solutions-find-retailer-btn {
  position: relative;
  border: none;
  margin: 0;
  padding: 12px 16px 12px 0px;
  width: auto;
  display: inline-block;
  min-width: 154px;
  height: 48px;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'DinBold', Arial, Helvetica, sans-serif;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
}

.rsAddToCartForm.rsVisible.rsAddToCartForm--hide-cta + span {
  position: absolute;
  top: 80px;
  left: 298px;
  pointer-events: none;
}

.retail-solutions-find-retailer-btn:hover {
  background-color: #b2ff33;
  color: #000;
}

.retail-solutions-find-retailer-btn:focus:not(:focus-visible) {
  box-shadow: unset;
}

.retail-solutions-find-retailer-btn:focus-visible {
  box-shadow: 0 0 0 3px #ffff, 0 0 0 6px rgba(59, 130, 246, 0.5);
}

.retail-solutions__cta {
  .rsAddToCartForm.rsHidden + span {
    display: none;
  }

  .rsAddToCartForm.rsHidden ~ .cta-button-wrapper.cta-button-variant {
    &:after {
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
    }
  }
}

.add-to-cart-icon {
  position: absolute;
  left: 72%;
  bottom: 12px;
}

.cta-button-wrapper.cta-button-variant {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1rem; /* 16px */
  font-family: 'DinBold', Arial, Helvetica, sans-serif;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  &:after {
    content: '';
    position: absolute;
    width: 99px;
    height: 3px;
    left: 25px;
    bottom: 10px;
    background-color: #b2ff33;
  }
}

.rsErrorMessage.rsVisible {
  font-size: 1rem; /* 16px */
  color: #626264;
  font-weight: 300;
}

.retail-solutions .rsFreeNDayShippingWrapper,
.retail-solutions .rsShippingGetItByWrapper,
.retail-solutions .rsShippingOrderWithinWrapper,
.retail-solutions .rsReferencePriceMessageWrapper,
.retail-solutions .rsInventoryLowStockQuantityWrapper,
.retail-solutions .rsInventoryOutOfStock,
.retail-solutions .rsInventoryOutOfStockPreorder {
  font-size: 0.75rem; /* 12px */
  line-height: 18px;
}
.retail-solutions--hidden {
  display: none;
}
.retail-solutions-container--hide-price {
  .rsPriceWrapper {
    display: none;
  }
  .product-variant-price-cta {
    margin: 0 0 10px;
  }
  .product-variant-price {
    width: 100%;
  }
}
.retail-solutions-details {
  .rsPrice {
    display: block;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.25px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .rsAddToCartForm {
    margin-top: 10px;
    input[type='submit'] {
      margin: 0;
    }
  }
}
.retail-solutions-details .rsFreeNDayShippingWrapper,
.retail-solutions-details .rsShippingGetItByWrapper,
.retail-solutions-details .rsShippingOrderWithinWrapper {
  color: #626264;
  font-size: 13px;
}
.retail-solutions-details-hidden {
  display: none;
}
.retail-solutions-product-nav .rsPriceWrapper,
.retail-solutions-product-nav .rsFreeNDayShippingWrapper,
.retail-solutions-product-nav .rsShippingGetItByWrapper,
.retail-solutions-product-nav .rsShippingOrderWithinWrapper {
  display: none;
}
.retail-solutions-product-nav {
  .rsAddToCartForm {
    input[type='submit'] {
      border-radius: inherit;
      margin: 0;
    }
  }
}

.product-main {
  color: #fff;
  padding: 0 48px;
  .wrapper {
    grid-column-gap: 48px;
    grid-template-columns: 448px auto;
    grid-template-rows: repeat(8, auto);
    max-width: 1400px;
    display: flex;
    flex-direction: column;
  }
  .bundle-one-product__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none !important;
  }
  .bundle-one-product__content--left {
    flex: 0 0 33.333333333333336%;
    text-align: right;
    padding: 0 0 0 24px;
    letter-spacing: 2px;
  }
  .bundle-one-product__content--middle {
    flex: 0 0 33.333333333333336%;
    img {
      object-fit: cover;
      width: 149px;
      height: 115px;
    }
  }
  .bundle-one-product__content--right {
    flex: 0 0 33.333333333333336%;
    padding: 0 24px 0 0;
    span {
      display: block;
      line-height: 1.38;
      &:first-child {
        color: darkModeCopy;
      }
      &:last-child {
        color: ignition;
      }
    }
  }
  .bundle-two-products {
    & > span {
      padding: 12px 12px 6px;
      margin-bottom: 0;
      letter-spacing: 2px;
    }
  }
  .bundle-two-products__inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 12px 12px;
  }
  .bundle-two-products__content {
    display: flex;
    align-items: flex-start;
    flex: 0 1 48%;
    text-decoration: none !important;
    span {
      display: block;
      line-height: 1.38;
      margin-top: 8px;
      &:first-child {
        color: darkModeCopy;
      }
      &:last-child {
        margin-top: 0;
        color: ignition;
      }
    }
    &:first-of-type {
      position: relative;
      &:after {
        position: absolute;
        content: '';
        top: 0;
        right: -9px;
        width: 1px;
        height: 90%;
        background-color: darkGray;
        opacity: 0.5;
      }
    }
  }
  .bundle-two-products__content--image-wrapper {
    img {
      object-fit: cover;
      width: 149px;
      height: 115px;
    }
  }
  .bundle-two-products__content--text-wrapper {
    flex: 0 1 50%;
  }
  .bundle-three-plus__button-wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
    & > span {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      padding: 12px 12px 0;
      margin-bottom: 0;
      letter-spacing: 2px;
    }
    button {
      display: inline;
      text-align: center;
      overflow: hidden;
      position: relative;
      border: none;
      background: transparent;
      cursor: pointer;
      left: -7px;
      width: 20px;
      z-index: 2;
      span {
        padding: 8px;
        position: relative;
        font-size: 15px;
        pointer-events: none;
      }
      &:first-of-type {
        span {
          color: darkModeCopy;
          opacity: 0.4;
          left: -9px;
        }
      }
      &:last-of-type {
        span {
          color: darkModeCopy;
          transform: rotate(180deg);
          left: -15px;
        }
      }
    }
    .hide-buttons-on-desktop {
      visibility: hidden;
      pointer-events: none;
    }
  }
  .bundle-three-plus__outer-wrapper {
    padding: 0 6px 12px;
  }
  .bundle-three-plus__inner-wrapper {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    transition: all 0.25s ease-in-out;
    left: 0;
  }
  .bundle-three-plus__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 0 1 133.33px;
    text-decoration: none !important;
    margin: 0 6px;
    &:after {
      position: absolute;
      content: '';
      top: 0;
      right: -5%;
      width: 1px;
      height: 98%;
      background-color: darkGray;
      opacity: 0.5;
    }
  }
  .bundle-three-plus__content--image-wrapper {
    img {
      object-fit: cover;
      width: 149px;
      height: 115px;
    }
  }
  .bundle-three-plus__content--text-wrapper {
    max-width: 125px;
    width: 100%;
    text-align: center;
    span {
      display: block;
      line-height: 1.38;
      &:first-child {
        color: darkModeCopy;
      }
      &:last-child {
        color: ignition;
      }
    }
  }
  .product-variant-listbox {
    label {
      letter-spacing: 2px;
      line-height: 1;
      margin: 0 0 15px;
      text-transform: uppercase;
    }
  }
  .listbox-container {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid lightGray;
    &:before {
      background: none;
    }
    select {
      color: #fff;
    }
  }
}
.product-main__title {
  grid-column: 1;
  grid-row: 2;
  margin: 48px 0 16px;
  order: 1;
  .flag {
    margin-bottom: 16px;
  }
  .overline {
    margin-bottom: 5px;
  }
  h1 {
    color: ignition;
  }
}
.product-main__title h1,
.product-main__title h2 {
  margin: 0;
}
.product-main__image-carousel {
  align-self: flex-start;
  flex-grow: 2;
  grid-column: 2;
  grid-row: 1 / span 8;
  justify-self: center;
  max-width: 896px;
  width: 100%;
  position: relative;
  order: 6;
  img {
    display: block;
    margin: 0 auto;
    max-height: 700px;
    width: auto;
  }
}
.product-main__selectors {
  grid-column: 1;
  grid-row: 5;
  order: 4;
}
.product-main__pricing {
  grid-column: 1;
  grid-row: 6;
  margin: 24px 0 48px;
  order: 5;
  .product-variant-price-cta--no-price {
    justify-content: flex-start;
    .product-variant-price {
      flex: 0;
      padding: 0;
    }
  }
  .product-contact-us {
    a {
      &.button {
        padding: 9px 16px !important;
      }
    }
  }
  .product-dealer-locator--styled {
    button {
      background: none;
      color: #000;
      display: block;
      font-size: 12px;
      font-weight: bold;
      margin: 10px auto 0;
      padding: 0;
      text-decoration: underline !important;
      text-transform: none;
      transition: none;
      &:hover {
        background: none;
        color: #000;
        text-decoration: none !important;
      }
    }
  }
  .rs-dealer-locator {
    button {
      margin: 10px 0 0;
    }
  }
}
.product-main__promos {
  grid-column: 1;
  grid-row: 4;
  max-width: 448px;
  order: 3;
  img {
    display: block;
    margin-bottom: 24px;
  }
}
.product-main__desc {
  grid-column: 1;
  grid-row: 3;
  order: 2;
  p {
    margin: 0 0 16px;
  }
}
.product-main__bundle {
  background-color: rgba(0, 0, 0, 0.15);
  grid-column: 1;
  grid-row: 7;
  margin: 32px 0 48px;
  overflow: hidden;
  width: 448px;
  .caption {
    &:first-of-type {
      transition: color 300ms ease-out;
    }
  }
  a {
    &:hover {
      .caption {
        &:first-of-type {
          color: #fff;
        }
      }
    }
  }
}
.product-main__certification {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 5px;
  img {
    margin: 0 18px 10px 0;
    max-height: 50px;
    max-width: 110px;
    &:first-child {
      margin-left: 0;
    }
  }
}
.product-main__award {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 5px;
  img {
    margin: 0 0 10px 10px;
    max-height: 60px;
    max-width: 150px;
    &:first-child {
      margin-left: 0;
    }
  }
}
.product-main__variant-imgs {
  max-height: 700px;
}
.product-main__variant-imgs--hidden {
  display: none;
}
.product-main__tab-section {
  display: block;
  height: 0;
  opacity: 0;
  transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out;
  visibility: hidden;
}
.product-main__tab-section--visible {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.product-main__tabs {
  bottom: 24px;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  li {
    margin-left: size-percent(24, 856);
    &:first-child {
      margin: 0;
    }
    button {
      background: #fff;
      border: none;
      cursor: pointer;
      max-width: 72px;
      min-width: 40px;
      opacity: 0.9;
      outline: none;
      padding: 0;
      position: relative;
      transition: all 200ms ease;
      .cloudImage360button {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .cloudImage360button__icon {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        width: 24px;
        height: 24px;
        background-color: rgba(0, 0, 0, 0.75);
        box-shadow: rgba(255, 255, 255, 0.75) 0 0 10px 0;
        color: #fff;
        span {
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 18px;
        }
      }
      img {
        max-height: 72px;
      }
    }
  }
  img {
    display: block;
  }
}
.product-main__tabs li button.selected,
.product-main__tabs li button:focus,
.product-main__tabs li button:hover {
  opacity: 1;
}
.product-main__tabs li button.selected:before,
.product-main__tabs li button:focus:before,
.product-main__tabs li button:hover:before {
  bottom: -3px;
  content: '';
  display: block;
  border: 3px solid ignition;
  left: -3px;
  opacity: 1;
  position: absolute;
  right: -3px;
  top: -3px;
}
.product-main__bg-pattern {
  background-color: #319e01;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-main__awards {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 72px;
  max-width: 100px;
}
.product-main__awards__images {
  text-align: center;
  img {
    max-width: 100px;
    margin-bottom: 10px;
    display: inline-block;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-main {
    padding: 48px;
  }
  .product-main__title,
  .product-main__desc,
  .product-main__promos,
  .product-main__selectors,
  .product-main__pricing {
    max-width: 448px;
  }
  .product-variant-price-cta {
    display: flex;
    flex-wrap: wrap;
  }
}

.product-variant-price-cta--no-price .product-variant-price__label,
.product-variant-price-cta--no-price .product-variant-price {
  display: none !important;
}
.product-variant-price-cta--no-price {
  .product-variant-cta {
    margin: 0 !important;
  }
}
.product-variant-price-cta--no-promo {
  .product-variant-price__promo {
    display: none;
  }
}
.product-variant-price,
.product-variant-cta {
  flex-grow: 1;
  margin: 0;
  width: 50%;
}
.product-variant-price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  padding-right: 10px;
  & + .cta-button-wrapper {
    margin-top: 0;
  }
}
.product-variant-price__label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}
.product-variant-price__label--rrp {
  display: block;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.25px;
  margin-bottom: 8px;
  text-transform: none;
  width: 100%;
}
.product-variant-price__promo {
  color: lightGray;
  font-weight: 100;
  margin: 0;
  padding: 0 2px;
  position: relative;
  bottom: 1px;
}
.product-variant-cta {
  button {
    width: 100%;
  }
  .system-addtl-cta {
    display: flex;
    .system-contact-us {
      margin-right: 12px;
      a {
        &.button {
          border-radius: 0;
        }
      }
    }
  }
}
.product-variant-sizing {
  .button {
    height: 48px;
    margin-left: 20px;
    padding: 0;
    width: 48px;
    &:first-child {
      margin-left: 0;
    }
  }
}
.product-variant-colors .overline,
.product-variant-connectors .overline {
  display: inline-block;
  margin: 0 5px 10px 0;
}
.product-variant-colors__wrapper {
  display: contents;
  justify-content: space-between;
  & > div {
    align-items: center;
    display: flex;
    float: right;
    button {
      outline: none;
      margin-left: 10px;
      &:first-child {
        margin-left: 0;
      }
    }
  }
  label {
    display: inline;
    line-height: 1;
    margin: 0;
    &.product-variant-colors__label--hidden {
      display: none;
    }
  }
}
.product-variant-colors__labels {
  display: flex;
  .overline {
    margin-bottom: 0 !important;
  }
}
.product-variant-colors__buttons,
.product-variant-colors + .product-variant-connectors {
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 20px;
}
.product-variant-colors {
  fieldset {
    border: none;
    margin: 0;
    padding: 0;
  }
}
.product-variant-connectors {
  legend {
    &.overline {
      margin-bottom: 10px;
    }
  }
}
.product-variant-connectors__btns {
  button {
    line-height: 1.5;
    word-break: break-word;
    height: auto;
    margin-bottom: 8px;
    margin-right: 5px;
    &:last-child {
      margin-right: 0;
    }
    &:focus {
      outline: 2px solid ignition;
    }
  }
}
.product-radial-bg__left,
.product-radial-bg__right {
  background: #8c8c8c;
}
.product-radial-bg__right {
  background: radial-gradient(circle at 66% 50%, #a9a9aa, #414142 75%);
}
.product-radial-bg__left {
  background: radial-gradient(circle at 33% 50%, #d7d7d9 0%, #8c8c8e 100%);
}
.product-linear-bg {
  background: linear-gradient(119deg, #408d02 4%, #008d97);
}
.product-nav {
  background: #000;
  min-height: 49px;
  ul {
    display: flex;
    list-style: none;
    margin: 0 24px;
    padding: 0;
    li {
      display: none;
      justify-content: center;
      margin: 0px;
      padding: 5px 16px;
      position: relative;
      text-align: center;
      &.product-nav__visible {
        display: flex;
      }
    }
    a {
      align-items: center;
      color: #fff;
      display: flex;
      .material-icons {
        font-size: 0.85rem;
        margin-left: 4px;
      }
    }
  }
}
.product-nav__inner {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  min-height: 49px;
  padding: 0 24px;
  position: relative;
  text-transform: uppercase;
  .cta-button-wrapper {
    .button {
      &.cart {
        &.pressed {
          box-shadow: none;
        }
      }
    }
    .product-dealer-locator {
      display: none;
    }
  }
}
.product-nav__inner .cta-button-wrapper button,
.product-nav__inner .cta-button-wrapper .button {
  border-radius: initial;
  padding: 16px;
  width: 100%;
}
.product-nav__inner .cta-button-wrapper button:hover,
.product-nav__inner .cta-button-wrapper .button:hover {
  background: darkGray;
  color: #000;
}
.product-nav__product-title,
.product-nav__cta {
  opacity: 0;
  visibility: hidden;
}
.product-nav__product-title {
  max-width: 300px;
  padding: 6px 0;
  .h5 {
    line-height: 1;
    text-transform: uppercase;
    a {
      color: ignition;
      &:hover {
        color: #fff;
        text-decoration: none;
        .title-entity {
          color: #fff;
        }
      }
      .title-entity {
        color: ignition;
        font-size: 11px;
        line-height: 1.5;
        margin-left: 2px;
      }
    }
  }
  .overline {
    margin: 0;
  }
}
.product-nav__cta {
  min-width: 215px;
}
.product-nav--stuck {
  animation: animateNav 0.8s ease;
  border-top: 1px solid #424c59;
  font-size: 14px;
  left: 0;
  position: fixed;
  right: 0;
  top: 65px;
  width: 100%;
  z-index: 999;
}
.product-nav--stuck .product-nav__product-title,
.product-nav--stuck .product-nav__cta {
  animation: animateNavTitle 0.8s ease forwards;
  opacity: 1;
}
.product-nav ul a:hover,
.product-nav ul a.product-nav__active-link {
  color: ignition;
  text-decoration: none;
}
.product-details {
  margin: 16px 0 0;
  label {
    color: rgba(0, 0, 0, 0.6);
  }
  select {
    margin: 0;
    &:focus {
      border: 1px solid #000;
    }
  }
  .product-variant-price-cta {
    .product-variant-price {
      font-weight: 600;
      letter-spacing: 0.25px;
    }
  }
  .product-variant-price-cta--no-price {
    .product-variant-cta {
      .button {
        width: 100%;
      }
    }
  }
  .cta-button-wrapper {
    .product-dealer-locator--styled {
      button {
        background: none;
        color: #000;
        display: block;
        font-size: 12px;
        font-weight: bold;
        margin-top: 10px;
        padding: 0;
        text-decoration: underline !important;
        text-transform: none;
        transition: none;
      }
    }
  }
  .variant-disclaimer {
    border: 1px solid lightGray;
  }
}
.product-details .product-variant-price-cta .product-variant-price__label,
.product-details .product-variant-price-cta .product-variant-price__label--rrp {
  color: bodyGray;
}
.product-details-wrapper {
  .hero__content-wrap--middle {
    align-items: flex-start;
  }
  .hero__img {
    img {
      align-self: flex-start;
      width: auto;
    }
  }
}
.product-details__desc {
  h2 {
    font-family: 'DinRegular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.6;
    margin: 20px 0 10px;
    text-transform: none;
  }
  h1 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.product-details__tabbed {
  margin-top: 16px;
}
.product-details__tabbed-nav {
  display: flex;
  list-style: none;
  margin: 0 0 20px !important;
  padding: 0;
  div {
    flex-grow: 1;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    &:before {
      display: none;
    }
    .button-trigger {
      font-size: 12px;
      padding: 6px;
      position: relative;
      text-transform: uppercase;
      &:after {
        content: '';
        display: block;
        transition: width 0.5s ease;
        width: 0;
      }
    }
  }
}
.product-details__tabbed-nav--single {
  div {
    .button-trigger {
      text-align: left;
    }
  }
}
.product-details__tabbed-nav div .button-trigger:hover:after,
.product-details__tabbed-nav div .button-trigger.selected:after {
  background: ignition;
  bottom: -4px;
  height: 4px;
  left: 0;
  position: absolute;
  transition: width 0.5s ease-out;
  width: 100%;
}
.product-details__tabbed-nav--hidden {
  display: none;
}
.product-details__foot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  .cta-button-wrapper {
    flex-grow: 1;
    width: 50%;
  }
}
.product-details__foot-price {
  color: #000;
  flex-grow: 1;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 1;
  padding-right: 10px;
  width: 50%;
}
.product-details__foot-price-promo {
  color: lightGray;
  font-size: 30px !important;
  margin: 0;
  position: relative;
  &:before {
    background: lightGray;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    padding: 0 3px;
    position: absolute;
    top: 50%;
    width: 100%;
  }
}
.product-details__foot-price-rrp {
  color: bodyGray;
  display: block;
  font-size: 11px;
  margin-top: 5px;
}
.product-details__foot .cta-button-wrapper button,
.product-details__foot .cta-button-wrapper a.button {
  padding: 9px 16px;
}
.product-details__cta-button button,
.product-details__cta-button a.button {
  display: block;
  padding: 16px;
  width: 100%;
}
.product-details .cta-button-wrapper .product-dealer-locator--styled button:hover,
.product-details .cta-button-wrapper .product-dealer-locator--styled button:focus {
  text-decoration: none !important;
}
#product-details__tabbed-section {
  margin-bottom: 24px;
}
.atc-panel-wrapper {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.4s;
  visibility: hidden;
  z-index: 999;
}
.atc-panel-wrapper--visible {
  height: 100%;
  opacity: 1;
  visibility: visible;
  .atc-panel {
    right: 0;
  }
}
.atc-panel {
  background: #fff;
  height: 100%;
  max-width: 700px;
  overflow: hidden;
  padding: 53px 0 48px;
  position: absolute;
  right: -700px;
  top: 0;
  transition: right 0.5s;
  width: 100%;
  .button-trigger {
    color: #008000;
    display: inline-block;
    font-size: 12px;
    left: 48px;
    letter-spacing: 0.5px;
    line-height: 2;
    margin-bottom: 5px;
    position: absolute;
    top: 24px;
    width: auto;
    i {
      font-size: 12px;
      margin-top: -3px;
      vertical-align: middle;
    }
    &:hover {
      text-decoration: underline;
    }
  }
}
.atc-panel__content {
  height: 100%;
  overflow: auto;
  padding: 0 48px;
}
.atc-panel__header {
  h3 {
    margin: 0 0 20px;
  }
  p {
    border-bottom: 1px solid bodyGray;
    color: bodyGray;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 1.71;
    margin: 0;
    padding-bottom: 20px;
  }
}
.atc-panel__sku {
  border-top: 1px solid bodyGray;
  padding: 16px 0;
  &:first-child {
    border-top: none;
  }
}
.atc-panel__sku-info {
  display: flex;
  margin-bottom: 10px;
}
.atc-panel__sku-img {
  flex: 0 0 150px;
  margin-right: 16px;
  img {
    display: block;
  }
}
.atc-panel__sku-desc {
  width: 100%;
  p {
    font-size: 18px;
    letter-spacing: 0.1px;
    line-height: 1.78;
    margin: 0 0 10px;
  }
  .overline {
    color: bodyGray;
  }
}
.atc-panel__sku-foot {
  display: flex;
  justify-content: space-between;
  button {
    font-size: 16px;
  }
}
.atc-panel__sku-price {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.6;
  margin-right: 20px;
}
#product-combo__tabbed-section {
  margin: 0 auto;
}
.atc-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.product-featured {
  background-color: #000;
  position: relative;
  h2 {
    &.section-title {
      color: darkModeCopy;
    }
  }
  .hero--medium {
    min-height: 65vh;
  }
  .product-download {
    background: radial-gradient(circle at 50% 50%, #868686 0%, #000 100%);
    .text-box {
      color: #fff;
      h2 {
        color: #fff;
      }
      .h2 {
        &.inline {
          color: ignition;
        }
      }
      h3 {
        margin-bottom: 24px;
      }
      .button {
        color: #000;
        &:hover {
          color: #fff;
        }
      }
    }
  }
  .product-setcard {
    background: darkModeBGGray;
    color: darkModeCopy;
    h4 {
      color: #808080;
    }
  }
  .product-setcard__img {
    background: radial-gradient(circle at 50% 50%, #3d3d3e, #1b1b1b 83%);
  }
  .formstack {
    .hero--dim__bg {
      opacity: 0.3;
    }
    .text-box {
      max-width: 600px;
    }
  }
}
.product-featured__main {
  overflow: hidden;
  padding: 0;
  .hero {
    padding: 0;
    position: relative;
    .hero__content-wrap {
      position: relative;
    }
    .text-box {
      h1 {
        color: #fff;
        span {
          &.h1 {
            &.inline {
              color: ignition;
            }
          }
        }
      }
    }
    &.hero--fade-out {
      .product-featured__main-slider {
        filter: blur(10px);
        transition: filter 1s ease;
      }
    }
  }
  .hero__content-wrap {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px 24px 0;
    a {
      &.hero__scroll-down {
        position: static;
      }
    }
  }
  .text-box__icon {
    margin-bottom: 16px;
    max-width: 46px;
  }
}
.product-featured__main-slider,
.product-featured__main-slide {
  height: 100%;
  width: 100%;
}
.product-featured__main-slider {
  filter: blur(0);
  left: 0;
  position: fixed;
  top: 0;
  transition: filter 1s ease;
  &:after {
    background-color: #000;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
  }
}
.product-featured__main-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  position: absolute;
  z-index: 1;
  transition: opacity 1s, transform 6s ease-out;
  &.active {
    opacity: 1;
    transform: scale(1.08) rotate(0.1deg);
  }
}
.product-featured .product-setcard h3,
.product-featured .product-setcard h3 a {
  color: #fff;
}
.product-featured__support {
  background: darkModeBGGray;
  padding-bottom: 48px;
  #support {
    color: #fff;
    .support-docs-group__doc-title {
      color: #fff !important;
    }
    .support-answers {
      a {
        color: #fff !important;
      }
    }
  }
}
.product-featured__support #support .section-divided__aside .h5,
.product-featured__support #support .section-divided__aside h5 {
  color: lightGray;
}
.product-featured__support #support .support-docs-group__doc-language,
.product-featured__support #support .support-docs-group__doc-details {
  color: darkModeCopy !important;
}
.product-featured__support #support .support-notes .h5 button,
.product-featured__support #support .support-notes h5 button {
  color: darkModeCopy;
}
.software-downloads-wrapper {
  .text-box {
    h2 {
      margin: 0;
    }
    .h6 {
      color: bodyGray;
      a {
        color: bodyGray;
        text-decoration: underline;
        &:hover {
          text-decoration: none;
        }
      }
    }
  }
}
.software-downloads__desc {
  margin-top: 24px;
}
.software-downloads__item {
  .h5 {
    margin: 0;
  }
  p {
    &.body-small {
      color: bodyGray;
      margin: 0 0 10px;
      a {
        color: bodyGray;
        text-decoration: underline;
        &:hover {
          text-decoration: none;
        }
      }
    }
  }
  a {
    &.button {
      margin-top: 10px;
      min-width: 200px;
    }
  }
}
.software-downloads__item-download {
  padding: 24px 0 0;
}
.software-downloads__note {
  color: bodyGray;
  margin: 10px 0 0 !important;
  a {
    color: #000;
    text-decoration: underline;
    &:hover {
      text-decoration: none;
    }
  }
}
.software-downloads__android-direct-link {
  color: #000;
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
  &:hover {
    text-decoration: none;
  }
}
.software-downloads__android-direct-link-disclaimer {
  color: bodyGray;
  a {
    color: #000;
    text-decoration: underline;
    &:hover {
      text-decoration: none;
    }
  }
}
.software-downloads__android-direct-link-disclaimer a:hover,
.software-downloads__android-direct-link-disclaimer a:visited {
  color: #000;
}
.variant-disclaimer {
  align-items: center;
  background-color: #fff;
  color: #000;
  display: none;
  margin-bottom: 24px;
  padding: 8px 10px;
  text-align: left;
  width: 100%;
  .material-icons {
    color: ignition;
    flex: 0 0 auto;
    margin-right: 12px;
  }
}
.variant-disclaimer__note {
  flex: 1 1 auto;
}
.variant-disclaimer--visible {
  display: flex;
}
.software-licensing-ctas {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  width: 100%;
}
.product-klarna-wrapper {
  font-weight: 400;
  font-size: 0.8125rem;
  margin: 12px 0 0;
  p {
    font-style: italic;
    font-size: 0.75rem;
    line-height: 1.25;
    margin: 4px 0 0;
  }
}
.history-link-section {
  min-height: 50vh;
  background-image: url('https://content-files.shure.com/History/us_patent_sm7.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.history-link-section__content {
  padding-left: 138px;
  padding-top: 50px;
  padding-bottom: 50px;
  h2 {
    margin-bottom: 0;
    width: 25%;
  }
  p {
    width: 30%;
  }
}
.sr-only {
  display: none !important;
}

.quantity-selector {
  position: absolute;
  width: 74px;
  height: 40px;
  top: -2px;
  left: 180px;
  border: 1px solid #b2b2b4;
  border-radius: 3px;
}

.quantity-selector span:first-of-type {
  position: absolute;
  top: 8px;
  right: 5px;
}

.quantity-selector span:last-of-type {
  position: absolute;
  top: 8px;
  left: 5px;
}

.quantity-selector span:first-of-type svg {
  width: 18px;
  fill: #000;
}

.quantity-selector span:last-of-type svg {
  position: absolute;
  width: 18px;
  fill: #8c8c8e;
}

.quantity-selector__label {
  position: absolute;
  top: 6px;
  left: -180px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #626264;
}

.rsItemQtySelect {
  position: absolute;
  top: -72px;
  left: 0;
  display: inline-block;
  width: 64px;
  height: 40px;
  background: transparent;
  padding-left: 12px;
  font-weight: 700;
  border-radius: 3px;
  cursor: pointer;
}

.rsItemQtySelect:focus-visible {
  outline: none;
}

select.keyboard-focus:focus-visible,
.affirm-modal-trigger:focus-visible {
  box-shadow: 0 0 0 3px #ffff, 0 0 0 6px rgba(59, 130, 246, 0.5);
}

.affirm-modal-trigger:focus:not(:focus-visible) {
  box-shadow: none;
}

.retail-solutions__cta {
  display: flex;
}

input .daysLeftOnSale {
  font-size: 0.75rem;
  font-weight: 100;
  font-family: 'DinRegular', Arial, Helvetica, sans-serif;
  position: relative;
  bottom: 12px;
  margin-left: 15px;
  letter-spacing: 1.99px;
  color: #b2b2b4;
  text-transform: uppercase;
}

.rsMiniCartModalWrapper .rsModalSubheader {
  padding: 16px 24px 12px !important;
}

.rsMiniCartModalWrapper .rsCheckIcon {
  color: #0969a9 !important;
}

.rsMiniCartModalWrapper .rsModalCloseX {
  color: #151515 !important;
  font-size: 25px !important;
  font-weight: 400;
  right: 20px !important;
  top: 8px !important;
}

.rsMiniCartModalWrapper .rsModalTitle {
  color: #151515;
  font-size: 14px;
  text-decoration: none;
}

.rsProductTitle {
  height: 61px !important;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400;
  color: #151515 !important;
}

.rsProductInfoContainer .rsPrice {
  font-size: 14px !important;
  color: #151515 !important;
  font-weight: 400;
}

.rsProductInfoContainer .rsItemQtySelectLabelText {
  font-weight: 500;
  font-size: 12px;
  color: #151515;
  text-transform: none !important;
  display: block !important;
}

.rsMiniCartSummary .rsCartIcon {
  background-color: #fff !important;
  color: #151515bf;
  font-size: 14px;
  font-weight: 400 !important;
}

.rsMiniCartSummary .rsCartCount {
  background-color: #fff !important;
  color: #151515 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-left: 0px !important;
  padding: 0px 2px 0px 0px !important;
  right: 0px !important;
  top: 0px !important;
}

.rsMiniCartSummary .rsCartSubtotal {
  background-color: #fff !important;
  color: #151515;
  font-size: 14px;
  font-weight: 400 !important;
  padding: 0px 0px 0px 2px !important;
}

.rsMiniCartSummaryContainer .rsModalCloseButton {
  padding: 6px !important;
  text-align: center !important;
  color: #0a69a9 !important;
  background: #fff !important;
  border: solid 1px #0a69a9 !important;
  margin: 0px 0px 8px !important;
  font-size: 14px !important;
  text-transform: capitalize;
  font-weight: 500 !important;
  justify-content: space-around !important;
  transition: 0.3s !important;
  border-radius: 3px !important;
  text-decoration: none !important;
}

.rsMiniCartSummaryContainer .rsModalCloseButton:hover {
  color: #fff !important;
  background: #0a69a9 !important;
  border: solid 1px #0a69a9 !important;
}

.rsMiniCartSummaryContainer .rsViewCartButton {
  padding: 6px !important;
  text-align: center !important;
  color: #fff !important;
  background: #0a69a9 !important;
  border: solid 1px #0a69a9 !important;
  margin: 0px 0px !important;
  font-size: 14px !important;
  text-transform: capitalize;
  font-weight: 500 !important;
  justify-content: space-around !important;
  transition: 0.3s !important;
  border-radius: 3px !important;
  text-decoration: none !important;
}

.rsMiniCartSummaryContainer .rsViewCartButton:hover {
  color: #fff !important;
  background: #185380 !important;
  border: solid 1px #185380 !important;
}

.rsProductInfo {
  padding: 0px 10px;
}

@media (max-width: 768px) {
  .rsProductInfo {
    padding: 0px 0px 0px 10px !important;
  }
}

.rsPriceMiniCart {
  font-size: 18px;
}

.rsCartIconMiniCart {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 2px;
}

.rsMiniCartSummary {
  font-size: 14px;
  font-weight: 400;
}

.rsRiTitleLink {
  color: #151515;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.rsRiAddToCartButton {
  padding: 10px 10px 10px 10px;
  text-align: center;
  color: #0a69a9;
  background: #fff;
  border: solid 1px #0a69a9;
  margin: 0px 0px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  justify-content: space-around;
  transition: 0.3s;
  border-radius: 3px;
  text-decoration: none;
}

.rsRiAddToCartButton:hover {
  color: #fff;
  background: #0a69a9;
  border: solid 1px #0a69a9;
}

.rsRelatedItemsContainer {
  height: 112px !important;
  width: 100%;
}

/* START Notify Me Modal */

.notify-modal.rsProductOfferContainer {
  padding-top: 0;
  margin-bottom: 12px;
}

.notify-modal.rsProductOfferContainer .retail-solutions__price-cta {
  margin-bottom: 14px;
}

/* 
DELETE WHEN IT IS CONFIRMED NON-NESTED CSS BELOW IS SET UP CORRECTLY
.rsNotifyMeModalWrapper .rsModal {
  z-index: 1;
  background-color: #fff;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 90%;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #000;
  box-shadow: 0 0.25rem 0.5rem 0.25rem #000 !important;
  font-family: 'DinRegular', Arial, Helvetica, sans-serif;

  label {
    font-size: 0.8125rem;
    letter-spacing: 0.5px;
    line-height: 2;
    margin-top: 16px;
  }

  input {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid #6e6e70;
  }

  .rs-notify-me-newsletter-opt-in-label {
    position: relative;
    padding-left: 18px;
    display: block;
    input {
      position: absolute;
      top: -12px;
      left: 0;
      width: unset;
      padding: 0;
      margin: 0;
      cursor: pointer;
    }
    span {
      display: inline-block;
      font-size: 0.6875rem;
      line-height: 1.5em;
      a {
        color: #000;
        text-decoration: underline;
      }
    }
  }
} */

.rsNotifyMeModalWrapper .rsModal {
  z-index: 1;
  background-color: #fff;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 90%;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #000;
  box-shadow: 0 0.25rem 0.5rem 0.25rem #000 !important;
  font-family: 'DinRegular', Arial, Helvetica, sans-serif;
}

.rsNotifyMeModalWrapper .rsModal label {
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-top: 16px;
}

.rsNotifyMeModalWrapper .rsModal input {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px;
  border: 1px solid #6e6e70;
}

.rsNotifyMeModalWrapper .rsModal .rs-notify-me-newsletter-opt-in-label {
  position: relative;
  padding-left: 18px;
  display: block;
}

.rsNotifyMeModalWrapper .rsModal .rs-notify-me-newsletter-opt-in-label input {
  position: absolute;
  top: -12px;
  left: 0;
  width: unset;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.rsNotifyMeModalWrapper .rsModal .rs-notify-me-newsletter-opt-in-label span {
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1.5em;
}

.rsNotifyMeModalWrapper .rsModal .rs-notify-me-newsletter-opt-in-label span a {
  color: #000;
  text-decoration: underline;
}

.rsNotifyMeModalWrapper .rsNotifyMeModalSubmit {
  margin-top: 16px !important;
  text-transform: uppercase !important;
  background: #b2ff33 !important;
  border: #b2ff33 !important;
  color: #000 !important;
  padding: 8px !important;
  letter-spacing: 1.39px;
  cursor: pointer;
}

/* 
DELETE WHEN IT IS CONFIRMED NON-NESTED CSS BELOW IS SET UP CORRECTLY
.rsNotifyMeInStockLink {
  border: none;
  position: relative;
  margin: 0;
  padding: 12px 36px 12px 16px;
  width: auto;
  display: inline-block;
  min-width: 154px;
  height: 48px;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'DinBold', Arial, Helvetica, sans-serif;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  &:before {
    position: absolute;
    top: 12px;
    right: 8px;
    color: #b2ff33;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
  }
  &:hover {
    background: #b2ff33;
    color: #000;
    &:before {
      color: #000;
    }
  }
} */

.rsNotifyMeInStockLink {
  border: none;
  position: relative;
  margin: 0;
  padding: 12px 36px 12px 16px;
  width: auto;
  display: inline-block;
  min-width: 154px;
  height: 48px;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'DinBold', Arial, Helvetica, sans-serif;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}

.rsNotifyMeInStockLink:before {
  position: absolute;
  top: 12px;
  right: 8px;
  color: #b2ff33;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
}

.rsNotifyMeInStockLink:hover {
  background: #b2ff33;
  color: #000;
}

.rsNotifyMeInStockLink:hover:before {
  color: #000;
}

/* End Notify Me Modal */

/* START Mini Cart Modal Styling */

.rsMiniCartModalWrapper .rsModal {
  width: 60%;
  margin-left: 0px;
  max-width: 670px;
}

.rsMiniCartModalWrapper .rsModal .rsModalBody {
  padding: 24px 24px 16px 24px !important;
}

.rsMiniCartModalWrapper .rsModal .rsModalBody .rsMiniCartContainer {
  display: flex;
  margin-bottom: 24px !important;
}

.rsMiniCartModalWrapper .rsModal .rsModalBody .rsMiniCartContainer .rsProductInfoContainer {
  display: flex;
  padding-right: 0rem !important;
  max-width: 316px;
}

.rsMiniCartModalWrapper
  .rsModal
  .rsModalBody
  .rsMiniCartContainer
  .rsProductInfoContainer
  .rsProductInfo {
  width: 100%;
}

.rsMiniCartModalWrapper
  .rsModal
  .rsModalBody
  .rsMiniCartContainer
  .rsProductInfoContainer
  .rsProductInfo
  .rsProductTitle {
  margin: 0px;
  height: 100px;
  width: 100%;
}

.rsMiniCartModalWrapper
  .rsModal
  .rsModalBody
  .rsMiniCartContainer
  .rsProductInfoContainer
  .rsProductInfo
  .rsProductInfoFooter {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.rsMiniCartModalWrapper
  .rsModal
  .rsModalBody
  .rsMiniCartContainer
  .rsProductInfoContainer
  .rsProductInfo
  .rsProductInfoFooter
  select {
  width: 3rem;
  padding-right: 1rem;
}

.rsMiniCartModalWrapper .rsModal .rsModalBody .rsMiniCartSummaryContainer {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.rsMiniCartModalWrapper .rsModal .rsModalBody .rsMiniCartSummaryContainer .rsMiniCartSummary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.rsMiniCartModalWrapper .rsModal .rsModalBody .rsMiniCartSummaryContainer button {
  margin: 0.5rem;
  width: 90%;
}

.rsMiniCartModalWrapper .rsModalButton {
  display: block;
  cursor: pointer;
}

.rsMiniCartModalWrapper .rsRelatedItemsContainer {
  height: 150px;
  width: 100%;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

.rsProductImageWrapper {
  height: auto;
  max-height: 130px;
  max-width: 130px;
  border: 1px solid #dee2e6;
  display: flex;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 3px !important;
}

.rsProductImageWrapper:before {
  padding-top: 100%;
  content: '';
  display: block;
}

.rsProductImageWrapper .rsProductImage {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: absolute;
  width: auto;
  height: auto;
  margin: auto;
}

@media (max-width: 768px) {
  .rsMiniCartModalWrapper .rsModal .rsModalBody .rsMiniCartSummaryContainer {
    width: 100% !important;
  }

  .rsMiniCartModalWrapper .rsModal .rsModalSubHeader {
    border-bottom: 1px solid #ccc;
  }

  .rsMiniCartModalWrapper .rsModal .rsModalBody .rsMiniCartContainer {
    display: block !important;
  }

  .rsMiniCartModalWrapper .rsModal .rsModalBody .rsMiniCartContainer .rsProductInfoContainer {
    display: flex;
    border-bottom: 0px solid #ccc !important;
    margin-bottom: 10px !important;
  }

  .rsMiniCartModalWrapper
    .rsModal
    .rsModalBody
    .rsMiniCartContainer
    .rsProductInfoContainer
    .rsProductImage {
    max-height: 100px;
    margin-right: 2rem;
  }

  .rsMiniCartModalWrapper
    .rsModal
    .rsModalBody
    .rsMiniCartContainer
    .rsProductInfoContainer
    .rsProductInfo {
    width: 100% !important;
  }

  .rsMiniCartModalWrapper .rsModal .rsModalBody .rsMiniCartContainer .rsProductInfoContainer {
    display: flex;
    padding-right: 0rem !important;
    max-width: 410px !important;
    width: 100% !important;
  }

  .rsMiniCartModalWrapper
    .rsModal
    .rsModalBody
    .rsMiniCartContainer
    .rsProductInfoContainer
    .rsProductInfo
    .rsProductTitle {
    margin: 0px;
    height: 100px;
    width: 100%;
  }

  .rsMiniCartModalWrapper
    .rsModal
    .rsModalBody
    .rsMiniCartContainer
    .rsProductInfoContainer
    .rsProductInfo
    .rsProductInfoFooter {
    display: flex;
    justify-content: space-between;
  }

  .rsMiniCartModalWrapper
    .rsModal
    .rsModalBody
    .rsMiniCartContainer
    .rsProductInfoContainer
    .rsProductInfo
    .rsProductInfoFooter
    select {
    width: 3rem;
    padding-right: 1rem;
  }

  .rsMiniCartModalWrapper .rsModal .rsModalBody .rsMiniCartSummaryContainer button {
    display: inline;
    width: 45%;
    padding: 8px;
  }
}

@media (max-width: 639px) {
  .quantity-selector__label {
    left: -150px;
  }

  .quantity-selector {
    left: 148px;
  }

  .retail-solutions__cta {
    margin-top: 16px;
  }

  .retail-solutions__price-cta .rsPriceWrapper {
    flex: 0 1 100%;
  }

  .rsItemQtySelect {
    top: -112px;
    left: 140px;
    padding-left: 12px;
  }

  .retail-solutions__price-cta {
    flex-wrap: wrap;
  }

  .retail-solutions__cta > span {
    top: 121px;
    left: 106px;
  }

  .rsAddToCartForm--pre-order + span {
    left: 120px;
  }

  .rsAddToCartForm.rsVisible.rsAddToCartForm--hide-cta + span {
    top: 121px;
    left: 118px;
  }
}

@media (max-width: 576px) {
  .rsMiniCartModalWrapper
    .rsModal
    .rsModalBody
    .rsMiniCartContainer
    .rsProductInfoContainer
    .rsProductImage {
    margin-right: 0rem !important;
  }
}

@media screen and (max-width: 414px) {
  .rsMiniCartModalWrapper .rsModal {
    top: 0vh;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0%, -100%);
    left: 30vw;
    width: 100%;
    max-width: 414px;
  }
}

@media screen and (max-width: 411px) {
  .rsMiniCartModalWrapper .rsModal {
    top: 0vh;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0%, -100%);
    left: 30vw;
    width: 100%;
    max-width: 411px;
  }
}

@media screen and (max-width: 375px) {
  .rsMiniCartModalWrapper .rsModal {
    top: 0vh;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0%, -100%);
    left: 30vw;
    width: 100%;
    max-width: 375px;
    border-radius: 0px;
  }

  .rsModal {
    top: 53% !important;
  }
}

@media screen and (max-width: 320px) {
  .rsMiniCartModalWrapper .rsModal {
    top: 0vh;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0%, -100%);
    left: 30vw;
    width: 100%;
    max-width: 320px;
    border-radius: 0px;
  }
}

.rsRiCarouselCard {
  position: relative;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0rem !important;
  scroll-snap-align: start;
  margin-left: 0px;
  min-width: 305px;
  max-height: 112px;
}

.rsRiCarouselCard .rsRiCarouselCardContainer {
  flex: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.rsRiCarouselCard .rsRiCarouselCardContainer .rsRiThumbnailContainer {
  width: 100%;
  flex: 0 0 29.166667%;
  max-width: 29.166667%;
  position: relative;
  padding-left: 0;
  text-align: center;
}

.rsRiCarouselCard .rsRiCarouselCardContainer .rsRiThumbnailContainer .rsRiThumbnailWrapper {
  text-align: center;
  height: 100px;
  line-height: 90px;
  width: 90px;
  vertical-align: middle;
  display: table-cell;
}

.rsRiCarouselCard
  .rsRiCarouselCardContainer
  .rsRiThumbnailContainer
  .rsRiThumbnailWrapper
  .rsRiThumbnailImg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.rsRiCarouselCard .rsRiCarouselCardContainer .rsRiThumbnailContainer .rsRiThumbnailBadge {
  background: #0969a9 !important;
  color: #fff !important;
  font-size: 10px !important;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  border-top-left-radius: 2px;
}

.rsRiCarouselCard .rsRiCarouselCardContainer .rsRiProductInfoContainer {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  position: relative;
  width: 100%;
  flex: 0 0 70.833333%;
  max-width: 70.833333%;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0.5rem;
}

.rsRiCarouselCard .rsRiCarouselCardContainer .rsRiProductInfoContainer .rsRiTitleLinkContainer {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 0.5rem;
}

.rsRiCarouselCard
  .rsRiCarouselCardContainer
  .rsRiProductInfoContainer
  .rsRiTitleLinkContainer
  .rsRiTitleLink {
  display: block;
  margin-left: 0rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rsRiCarouselCard .rsRiCarouselCardContainer .rsRiProductInfoContainer .rsRiPriceContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-left: 0.5rem;
  margin-top: 16px;
}

.rsRiCarouselCard
  .rsRiCarouselCardContainer
  .rsRiProductInfoContainer
  .rsRiPriceContainer
  .rsRiPrice {
  margin-top: 0.25rem;
  margin-left: 0.5rem;
  font-size: 14px !important;
  color: #151515 !important;
}

.rsRiCarouselCard
  .rsRiCarouselCardContainer
  .rsRiProductInfoContainer
  .rsRiPriceContainer
  .rsRiAddToCartButton {
  overflow: visible;
  display: inline;
  cursor: pointer;
  height: 40px;
}

button.rsCarouselArrow {
  /*width: 40px;*/
  /*height: 40px;*/
  height: 0px !important;
  padding: 8px;
  transition: opacity 0.3s;
  width: 30px !important;
  bottom: 72px;
  color: #151515bf;
  position: absolute;
  border-radius: 50%;
}

button.rsCarouselArrow svg {
  position: relative;
  bottom: 10px;
}

.rsCarouselArrow--prev {
  bottom: 100px;
  margin-left: -3px !important;
}

.rsCarouselArrow--next {
  bottom: 100px;
  left: 93% !important;
  margin-left: 20px;
}

@media (max-width: 992px) {
  .rsCarouselArrow--next {
    margin-left: 16px !important;
  }
}

@media (max-width: 991px) {
  .rsCarouselArrow--next {
    margin-left: 12px !important;
  }
}

@media (max-width: 840px) {
  .rsCarouselArrow--next {
    margin-left: 10px !important;
  }
}

@media (max-width: 768px) {
  .rsCarouselArrow--next {
    margin-left: 8px !important;
  }
}

@media (max-width: 556px) {
  .rsCarouselArrow--next {
    margin-left: 14px !important;
  }
}

/* END Mini Cart Modal Styling */

/* Start Carousel Styling */
.rsCarouselContainer {
  width: 100% !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-left: 0px !important;
}

.rsCarouselScroller {
  position: relative;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
  transform: translateZ(0);
  will-change: scroll-position;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 767.98px) {
  .rsCarouselScroller {
    padding-bottom: 10px;
  }
}

.rsCarouselScroller::-webkit-scrollbar {
  display: none;
}

.rsCarouselSlide {
  flex: none;
  -ms-flex: none;
  position: relative;
}

.rsCarouselArrow,
.rsCarouselThumb {
  font-size: 100%;
  font-family: inherit;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: 0 0;
  color: #222;
  text-align: center;
  appearance: none;
}

button.rsCarouselArrow:not(.rsComparisonTableArrow).rsCarouselArrow--next {
  right: 0;
}

button.rsCarouselArrow:not(.rsComparisonTableArrow).rsCarouselArrow--prev {
  left: 0;
}

button.rsCarouselArrow.rsCarouselArrow--prev svg {
  transform: scale(-1);
  transform: scale(-1);
}

button.rsCarouselArrow.rsCarouselArrow--next svg {
  transform: scale(1);
}

button.rsCarouselArrow:focus,
button.rsCarouselArrow:hover {
  background: 0 0;
}

@media (max-width: 767.98px) {
  button.rsCarouselArrow {
    display: none;
  }
}

.rsCarouselBullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.rsCarouselBullets button {
  display: block;
  width: 13px;
  height: 13px;
  color: #444;
  border: none;
  background: 0 0;
  padding: 0;
}

.rsCarouselBullets .rsCarouselBullet--playpause {
  width: 20px;
  height: 20px;
  display: flex;
}

.rsCarouselBullets .rsCarouselBullet--playpause button svg {
  display: block;
  width: inherit;
  height: inherit;
}

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

@media (max-width: 767.98px) {
  .rsCarouselBullets {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 20px;
    align-items: center;
    justify-content: center;
  }

  .rsCarouselBullets .rsCarouselBullet {
    width: 20px;
    height: 20px;
  }

  .rsCarouselBullets .rsCarouselBullet .rsCarouselBulletDot {
    content: '';
    display: block;
    margin-top: 7px;
    margin-left: 5px;
    width: 13px;
    height: 13px;
    background: #ddd;
    border-radius: 50%;
  }

  .rsCarouselBullets .rsCarouselBullet--playpause {
    margin-right: 0;
    align-items: center;
    justify-content: center;
  }

  .rsCarouselBullets .rsCarouselBullet--playpause button {
    margin-top: 6px;
  }

  .rsCarouselBullets .rsCarouselBullet--active .rsCarouselBulletDot {
    background: #444;
  }
}

.rsCarouselFullsizeImgLink {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 20px;
}

@media (max-width: 767.98px) {
  .rsCarouselFullsizeImgLink {
    font-size: 80%;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: -17px;
  }
}

.rsCarouselControlsContainer {
  position: absolute;
  right: 0;
  top: -30px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.rsCarouselThumbs {
  position: absolute;
  left: -74px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 64px;
  overflow: hidden;
}

.rsCarouselThumbsScroller {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -20px;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: content-box;
}

.rsCarouselNavDisabled .rsCarouselArrow,
.rsCarouselNavDisabled .rsCarouselBullets,
.rsCarouselNavDisabled .rsCarouselControlsContainer {
  display: none;
}

/* END Carousel */

