/** Shopify CDN: Minification failed

Line 186:0 Unexpected "/"

**/
.ih {
  overflow-y: hidden;
}
.pdp-info .collapsible-accordion {
  border-bottom: 1px solid #cacaca;
  padding: 8px 0;
}

.pdp-info .collapsible-accordion:first-child {
  border-top: 1px solid #cacaca;
}

.collapsible-category {
  display: inline-block;
  padding: 0 0 0 5px;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  font-family: 'med20';
}

.collapsible-category span.chevron {
  float: right;
  margin-right: 10px;
  transition: 200ms linear all;
}

.collapsible-category span.chevron.open {
  transform: rotate(-180deg);
  transition: 200ms linear all;
}

.collapsible-articles p {
  margin-top: 0;
  margin-left: 5px;
}

.collapsible-articles {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family: 'light20';
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.collapsible-articles a {
  text-decoration-color: #000;
}

#prod-prop65 {
  margin: 25px 0 16px 5px;
}

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}
.pswp {
  position: fixed;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pswp:focus {
  outline: 0;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--open {
  display: block;
}
.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}
.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}
.pswp,
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp {
  position: fixed;
}
.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__item {
  z-index: 1;
  overflow: hidden;
}
.pswp__hidden {
  display: none !important;
}
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}
/.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  pointer-events: none;
}
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}
.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}
.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}
.pswp__button--close,
.pswp__button--zoom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pswp__button--close .pswp__icn,
.pswp__button--zoom .pswp__icn {
  position: static;
}

.pswp__button--close .pswp__icn {
  width: 16px;
  height: 16px;
}

.pswp__button--zoom .pswp__icn {
  width: 18px;
  height: 18px;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}
.pswp__icn:focus {
  outline: 0;
}
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  will-change: opacity;
}
.pswp__button--close {
  margin-right: 6px;
}
[data-product-image-gallery] video,
[data-product-image-gallery] iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.product-gallery-video video {
  position: relative;
  z-index: 0;
}
.product-gallery-video__embed {
  z-index: 0;
}
.product-gallery-video.is-playing .product-gallery-video__poster,
.product-gallery-video.is-playing .product-gallery-video__play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
[data-product-image-gallery] .js-youtube,
[data-product-image-gallery] .js-vimeo {
  aspect-ratio: auto;
}
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}
.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
  display: none;
}
.pswp--touch .pswp__button--arrow {
  /*visibility: hidden;*/
}
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}
.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}
.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
}
.pswp__button--zoom {
  display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}
.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}
@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}
.pswp--one-slide .pswp__counter {
  display: none;
}

.ih a {
  display: inline-block;
  height: auto;
  line-height: 0px;
}
.ih a:hover {
  cursor: zoom-in;
}
#pair-with .qatc-options {
  white-space: pre-wrap;
}
#related-items .qatc-options,
.qatc-options {
  white-space: pre-wrap;
}
#t-viewed .qatc-options {
  white-space: pre-wrap;
}

.notallowed {
  cursor: not-allowed !important;
}
.atc-hovered,
.atc:hover {
  opacity: 0.7;
}

.size-box {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  padding: 10px 20px;
  background-color: white;
  color: black;
  border: 1px solid black;
  width: 132px;
  text-align: center;
  margin: 0 15px 15px 0;
  cursor: pointer;
}
.size-box:hover {
  background-color: black;
  color: white !important;
}
.size-box.selected {
  border: 1px solid #f30c76;
  background-color: #ee008a;
}
.size-box.shorthand {
  width: 100px !important;
  padding: 10px 0 !important;
}
.oos {
  opacity: 0.3;
}

#product-thumbs {
  width: 3%;
  float: left;
  margin-right: 0.5%;
}
.product-page-hero-media {
  display: inline-block;
  width: 64%;
  left: 0px;
  top: 0px;
  z-index: 2;
  position: relative;
}
#thumb-wrapper {
  margin: 0 6px;
}
#image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  left: 0px;
  min-height: 42vw;
  overflow-x: scroll;
}
#image-container::-webkit-scrollbar {
  display: none;
}
.ih {
  flex: 1;
  min-width: 45%;
  margin: 0 0.1% 0 0;
  background-color: #dedede;
}
@media screen and (max-width: 1571px) {
  .ih {
    min-width: 55%;
  }
}

.pdpimage {
  display: none;
}

.product-page-hero-media .fa {
  font-size: 30px;
  position: absolute;
  color: #9d9d9d;
  cursor: pointer;
  display: none;
}

.product-page-hero-media .fai {
  opacity: 0.3;
  cursor: none !important;
}

.product-page-hero-media .fa-chevron-left {
  top: 40%;
  left: 12px;
}

.product-page-hero-media .fa-chevron-right {
  top: 40%;
  right: 19px;
}

#image-container img {
  max-width: 100%;
}

.thumb img {
  width: 100% !important;
  height: auto;
  margin-bottom: 10px;
}
.product-page-hero-content {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  background-color: white;
  width: 35%;
}

.product-page-hero-content .padding-wrapper {
  padding: 10px 15px;
}

.product-page-hero-content .padding-wrapper {
  padding: 10px 15px;
}

#product-holder {
  margin: 0 0;
}

div.product-page-hero-content .vendor {
  font-size: 14px;
}

.vendor {
  display: block;
  font-size: 12px;
  color: #8f8f8f;
  margin-bottom: 2px;
}

h1 {
  margin: 0px;
}
.product-price {
  font-size: 16px;
  font-family: light20;
  margin-bottom: 0;
}

.product-price .strike {
  text-decoration: line-through;
  color: black !important;
}

.content-wrapper {
  padding: 10px 15px;
  /* margin-top: 25px; */
}

#cart-options {
  margin: 20px 0;
}

#atc-holder {
  float: left;
  width: 90%;
}
#wsh-holder {
  float: left;
  width: 7%;
  padding-left: 3%;
  text-align: left;
  font-size: 38px;
  margin-top: -4px;
}
#wsh-holder:hover {
  cursor: pointer;
}
button.atc {
  background-color: #ee008a;
  width: 100%;
  font-size: 20px;
  padding: 7px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  border: 0;
  cursor: pointer;
  padding-bottom: 5px;
  line-height: 40px;
}
#shipping-promos {
  margin: 0px;
}
#shipping-promos div {
  line-height: 40px;
  font-size: 12px;
  background-color: #f7f7f7;
  width: auto;
  text-transform: none !important;
  padding: 0px 10px;
}

#shipping-promos div i {
  font-size: 16px;
  font-weight: bold;
  margin-right: 2px;
  display: none;
}
.section-header {
  font-size: 13px;
  font-weight: bolder;
  text-transform: uppercase;
}
#description {
  text-align: left;
  font-size: 12px;
  line-height: 20px;
}
#description ul {
  margin-bottom: 20px;
}

#description .clink {
  color: black !important;
  text-decoration: underline;
}
#description .clinks span {
  display: inline-block;
  margin-right: 10px;
}
.grab {
  cursor: grab;
}

#product-main {
  margin-bottom: 20px;
}

#related-items {
  margin: 75px 0;
}

.carousel-head {
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 20px;
  margin-left: 15px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .carousel-head {
    margin-left: 7px;
  }

  @media screen and (max-width: 1886px) {
    .product-page-hero-media {
      width: 60%;
    }
    .product-page-hero-content {
      width: 39%;
    }
  }

  @media screen and (max-width: 1695px) {
    .size-box.shorthand {
      width: 75px !important;
      padding: 8px 0px !important;
    }
  }

  @media screen and (max-width: 1615px) {
    #shipping-promos {
      margin: 0px;
    }
  }

  .size-box.shorthand {
    width: 82px !important;
    padding: 10px 0px !important;
  }
}

@media screen and (max-width: 1391px) {
  #description {
    font-size: 11px;
    line-height: 19px;
  }
  .ih {
    min-width: 70%;
  }
}

@media screen and (max-width: 1191px) {
  #description {
    font-size: 11px;
    line-height: 17px;
  }
  .ih {
    min-width: 74%;
  }
}

/* mobile */
@media screen and (max-width: 900px) {
  #product-holder {
    margin: 0px;
    padding: 0px;
  }
  .product-page-hero-media {
    width: 100%;
  }
  .product-page-hero-content {
    width: 100%;
  }
  .content-wrapper,
  .product-page-hero-content .padding-wrapper {
    padding: 8px;
  }
  .vendor {
    font-size: 13px;
    line-height: 2em;
    margin-top: 10px;
    color: black;
  }
  #atc-holder {
    width: 88%;
  }
  #wsh-holder {
    width: 12%;
    font-size: 28px;
    padding-top: 6px;
    padding-left: 0;
    text-align: center;
  }
  #cart-options {
    margin: 14px 0;
  }
  #description {
    margin-top: 20px;
  }
  .clinks {
    line-height: 20px;
  }
  #related-items {
    margin: 30px 0 10px 0;
    padding: 1px;
  }
  .size-box.shorthand {
    width: 24% !important;
    margin: 10px 0.5%;
    padding: 10px 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #wsh-holder {
    margin-top: 6px;
  }
  #atc-holder {
    width: 80% !important;
  }
  #wsh-holder {
    width: 20% !important;
    margin-top: 6px;
  }
  .product-page-hero-content button.atc {
    font-size: 16px;
  }
  div.product-page-hero-content .vendor {
    font-size: 13px;
    margin-top: 5px;
  }
  div.product-page-hero-content h1 {
    font-size: 18px;
  }
  div.product-page-hero-content .size-box {
    /*border: 1px solid #CBCBCB;
        color: #CBCBCB;*/
  }
  div#product-contet button.atc {
    background-color: rgba(0, 0, 0, 0.7);
  }
  div#product-contet .atc[data-status='0'],
  .atc[data-status='0'] {
    background-color: rgba(0, 0, 0, 0.7);
  }
  div#product-contet .atc[data-status='1'],
  .atc[data-status='1'] {
    background-color: black;
  }
  #shipping-promos div {
    background-color: white;
    line-height: 20px;
    text-transform: capitalize;
    padding: 0px;
    width: auto;
  }
  #shipping-promos.shipping-promos-mobile {
    display: block !important;
    padding-top: 0px;
    width: 100% !important;
  }
  #shipping-promos .shipping-promo-text p {
    margin: 0px;
    padding: 0px;
  }
  #shipping-promos .shipping-promo-text .shipping-promo-1st-line {
    font-size: 12px;
    text-transform: uppercase;
  }
  #shipping-promos .shipping-promo-text .shipping-promo-1st-line img {
    width: 17px;
    margin-top: -2px;
    vertical-align: middle;
  }
  #shipping-promos .shipping-promo-text .shipping-promo-2nd-line {
    font-size: 11px;
  }
  .pdp-mobile-description,
  .pdp-mobile-details {
    display: block !important;
    margin-top: 20px;
    line-height: 20px;
  }
  #description,
  #shipping-promos {
    display: none !important;
  }
  .pdp-size_share {
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block !important;
    margin: 20px 0 15px;
  }
  .pdp-size_share .pdp-size-section,
  .pdp-size_share .pdp-share-section {
    float: left;
    position: relative;
    text-decoration: underline;
    width: 40%;
  }
  .pdp-size_share .pdp-size-section {
    padding-top: 2px;
  }
  .pdp-size_share .pdp-size-section img {
    width: 25px;
    margin-right: 10px;
  }
  .pdp-size_share .pdp-share-section img {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .pdp-size_return_pickup {
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block !important;
    margin: 20px 0 0 5px;
    font-family: 'med20';
  }
  .pdp_buy_pay_later span {
    color: #000000;
  }
}
/* end mobile */

#wsh-holder {
  margin-top: 2px;
}
.product-page-hero-content button.atc {
  font-size: 16px;
}
div.product-page-hero-content .vendor {
  font-size: 15px;
  margin-top: 5px;
}
div.product-page-hero-content h1 {
  font-size: 20px;
}
div.product-page-hero-content .size-box {
  /*border: 1px solid #CBCBCB;
    color: #CBCBCB;*/
}
div#product-contet button.atc {
  background-color: rgba(0, 0, 0, 0.7);
}
div#product-contet .atc[data-status='0'],
.atc[data-status='0'] {
  background-color: rgba(0, 0, 0, 0.7);
}
div#product-contet .atc[data-status='1'],
.atc[data-status='1'] {
  background-color: black;
}
#shipping-promos div {
  background-color: white;
  line-height: 20px;
  text-transform: capitalize;
  padding: 0px;
  width: auto;
}
#shipping-promos.shipping-promos-mobile {
  display: block !important;
  padding-top: 25px;
  width: 90%;
  margin-bottom: 0px;
}
#shipping-promos .shipping-promo-text p {
  margin: 0px;
  padding: 0px;
}
#shipping-promos .shipping-promo-text .shipping-promo-1st-line {
  font-size: 12px;
  text-transform: uppercase;
  font-family: light20;
}
#shipping-promos .shipping-promo-title {
  font-family: med20 !important;
}

#shipping-promos .shipping-promo-text .shipping-promo-2nd-line {
  font-size: 12px;
  text-transform: uppercase;
}
#shipping-promos .shipping-promo-text .shipping-promo-1st-line img {
  width: 17px;
  margin-top: -2px;
  vertical-align: middle;
}
#shipping-promos .shipping-promo-text .shipping-promo-2nd-line {
  font-size: 11px;
}
.pdp-mobile-description,
.pdp-mobile-details {
  display: block !important;
  margin-top: 20px;
  line-height: 20px;
}
#description,
#shipping-promos {
  display: none !important;
}
.pdp-size_share {
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block !important;
  margin: 20px 0 15px;
}
.pdp-size_share .pdp-size-section,
.pdp-size_share .pdp-share-section {
  float: left;
  position: relative;
  text-decoration: underline;
  width: 40%;
}
.pdp-size-section:hover,
.pdp-share-section:hover {
  cursor: pointer;
}
.pdp-size_share .pdp-size-section {
  padding-top: 2px;
}
.pdp-size_share .pdp-size-section img {
  width: 25px;
  margin-right: 10px;
}
.pdp-size_share .pdp-share-section img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.pdp-size_return_pickup {
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block !important;
  margin: 20px 0 0 5px;
  font-family: 'med20';
  line-height: 2;
  text-decoration: underline;
}
.pdp-size-section:hover,
.pdp-return-section:hover,
.pdp-pickup-section:hover {
  cursor: pointer;
}

.pdp-info {
  margin-top: 20px;
}

.pdp_buy_pay_later {
  display: inline-block !important;
  font-family: light20;
  /* margin-left:12px;*/
  color: black;
  font-size: 12px;
}

.shipping-promo-1st-line:hover,
.shipping-promo-2nd-line:hover {
  cursor: pointer;
}

.pdp-dk-countdown-timer {
  text-align: left;
  width: 100%;
  font-family: light20;
}
.pdp-timer_label {
  font-size: 12px;
}
.pdp-countdown-numbers span {
  font-size: 12px;
  text-transform: uppercase;
}
.pdp-countdown-numbers .pdp-countdown-title {
  font-size: 12px;
  text-transform: uppercase;
}
#shipping-promos div.shipping-promo-text {
  display: flex;
  justify-content: center;
  gap: 3px;
  align-items: baseline;
}
@media (max-width: 767px) {
  .pdp-countdown-numbers span,
  .pdp-countdown-numbers .pdp-countdown-title,
  .expired_text {
    font-size: 10px;
  }
}

.uk-tax-duties {
  font-size: 11px;
  color: #a6a6a6;
}
@media (max-width: 1080px) {
  #shipping-promos .shipping-promo-text .shipping-promo-2nd-line {
    font-size: 10px;
  }
  #shipping-promos .shipping-promo-text .shipping-promo-1st-line {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  #shipping-promos div.shipping-promo-text {
    flex-wrap: wrap;
  }
  #shipping-promos.shipping-promos-mobile {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .modal-backdrop.yotpo-media-modal .yotpo-media-modal-body {
    display: flow-root;
  }
  .yotpo-device-desktop .yotpo-media-modal .yotpo-media-modal-media,
  .yotpo-device-desktop .yotpo-media-modal .yotpo-media-modal-media {
    width: 100%;
    height: 50%;
  }
  .modal-backdrop.yotpo-media-modal .yotpo-media-modal-media {
    height: 30%;
    width: 100%;
  }
  .modal-backdrop.yotpo-media-modal .yotpo-media-modal-review .yotpo-review-center-panel {
    overflow-x: unset;
  }
  .yotpo-device-desktop .yotpo-media-modal .yotpo-modal,
  .yotpo-display-l .yotpo-media-modal .yotpo-modal {
    max-width: 100%;
  }
  .yotpo-display-s .yotpo-review .yotpo-review-center-panel .yotpo-review-title,
  .yotpo-media-modal .yotpo-review .yotpo-review-center-panel .yotpo-review-title {
    white-space: break-spaces;
    line-height: 2;
  }
}
.finalPriceSection {
  color: black;
  font-size: 11px;
  text-transform: uppercase;
  display: none;
}
.finalPriceInfo {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.125 8.25H6.75A.75.75 0 016 7.5V5.625a.375.375 0 00-.375-.375H5.25m.563-1.875a.188.188 0 100 .375.188.188 0 000-.375z' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M.375 6a5.625 5.625 0 1011.25 0A5.625 5.625 0 00.375 6v0z' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  display: inline-block;
}
.finalPriceInfo:hover {
  cursor: pointer;
}
.finalPriceInfoBox {
  font-size: 11px;
  color: white;
  border: 1px solid black;
  border-radius: 4px;
  background-color: black;
  position: absolute;
  width: 150px;
  width: 180px;
  height: 60px;
  z-index: 1;
  transform: translate(-57.5%);
  padding: 5px;
  text-align: center;
  margin-top: 22px;
  display: none;
  text-transform: none;
}
.finalPriceInfoBox:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8'%3E%3Cimage width='16' height='8' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAQAAABaf7ccAAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZ cwAACxMAAAsTAQCanBgAAAAHdElNRQflCQcXOA1q3Q/qAAAAXElEQVQY02NgQAF19XX1qCLMqNIS DSwO5gwHDzJgA3X10/5////+f99/dFOQpP///49dCUIaq5K6+j4kaQwldfV9/9//RwcwJcx19QIN iQwCGG7iYNBkuOFgzgAAR0Fd0abtVRwAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjEtMDktMDdUMjA6 NTY6MTMrMDM6MDBK3srfAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTA5LTA3VDIwOjU2OjEzKzAz OjAwO4NyYwAAAABJRU5ErkJggg=='/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
  height: 8px;
  left: 50%;
  position: absolute;
  top: -8px;
  width: 16px;
  z-index: 1;
  filter: invert(1);
}
.finalPriceInfoBox a {
  color: white !important;
  text-decoration: underline;
}

#product-page-recommendations {
  margin-top: 20px;
  background: black;
  padding: 2rem 0 .5rem 0;
}

#product-page-recommendations .scroller .product-card:first-child,
carousel-combinator .button-container {
  margin-left: 1rem;
}

#product-page-recommendations .scroller .product-card {
  margin: 0;
}

#pair-with .product-card,
#r-viewed .product-card {
  margin-right: 1rem;
}

#product-page-recommendations .dk_carousel .product-card {
  margin-right: 12px;
}

