@charset "UTF-8";
h5 {
  font-weight: 800;
  color: #353535;
  font-size: 16px;
  line-height: 120%;
  margin: 16px 0;
  text-transform: uppercase;
}

.breadcrumbs {
  margin-bottom: 30px;
}

a, .link, .alink {
  color: #0088ce;
  transition: all 0.24s ease, height 0s;
}

.help-icon-cls-1 {
  fill: none;
  stroke: #047bbd;
  stroke-miterlimit: 10;
  stroke-width: 0.35px;
}

.help-icon-cls-2 {
  fill: #047bbd;
}

button {
  cursor: pointer;
}

.help-icon-cls-parent:hover circle {
  stroke: #f5821f;
}

.help-icon-cls-parent:hover path {
  fill: #f5821f;
}

.video-play-icon:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  width: 24px;
  background-size: 36px;
  background: url(https://www.jpplus.com/assets/images/gallery-sprite.png) -48px -24px;
  filter: contrast(1.15);
}

#productGallery .video-play-icon:after {
  height: 100px;
  width: 100px;
  background-size: 150px;
  background-position: -200px -100px;
}

.new-product-flag {
  font-size: 13px;
  font-weight: 600;
  line-height: 160%;
  position: absolute;
  z-index: 98;
  width: 46px;
  text-align: center;
  color: #fff;
  background: #f5821f;
  top: 12px;
}

.microdata {
  display: none;
}

.btnCl img {
  width: 100%;
  height: 100%;
}

.btnCl {
  display: flex;
  align-content: stretch;
  border-radius: 5rem;
  padding: 0;
  opacity: 0;
  margin: 1rem 0;
  max-width: 270px;
  min-width: 248px;
  width: 100%;
  outline: unset;
  transition: opacity ease-out 200ms, box-shadow ease-out 140ms;
  white-space: nowrap;
}

.btnCl svg {
  width: 78px;
  margin: 0 6px;
}

.btnCl span {
  font-size: 13px;
  color: #5c646c;
  line-height: 24px;
}

.btnCl .amount {
  color: #04acec;
  font-weight: 700;
}

.btnCl .button {
  border-radius: 32px;
  background: #04acec;
  color: #fff;
  height: 26px;
  padding: 4px 10px;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 19px;
  transition: 0.18s;
}

.btnCl .button:hover {
  filter: brightness(1.04);
}

.btnCl:active {
  transform: scale(0.985);
}

.btnCl:focus {
  filter: brightness(0.98);
  box-shadow: 0 0 0px 3px #3d3d3d;
  outline: unset;
}

.btnCl--show {
  opacity: 1 !important;
}

.btnClWrapp {
  background-color: unset !important;
  border: 0 !important;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-start;
}

@media only screen and (min-width: 1024px) {
  .btnCl {
    width: 88%;
    max-width: 255px;
  }
  .btnCl:active {
    transform: scale(0.985);
  }
  .btnClWrapp {
    flex-flow: row nowrap;
  }
}
body > main .rating-summary {
  overflow: hidden;
  white-space: nowrap;
  display: table-row;
  margin-right: 8px;
}
body > main .rating-summary .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
body > main .rating-summary .rating-result {
  margin-top: -3px;
  width: 83px;
  margin-right: 17px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
body > main .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  line-height: 28px;
  content: "★" "★" "★" "★" "★";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 20px !important;
  height: 20px !important;
  letter-spacing: 0;
  margin-left: 0;
}
body > main .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
body > main .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #f58220;
  line-height: 28px;
  content: "★" "★" "★" "★" "★";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 20px !important;
  height: 20px !important;
  letter-spacing: 0;
  margin-left: 0;
}
body > main .rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body > main .rating-summary .rating-result span:before {
  color: #f58220;
}

#vue-pdp {
  margin-left: auto;
  margin-right: auto;
  max-width: 92%;
  width: 1500px;
  /* Overlay States (Gallery, Mobile Configurable Selectors) */
  /* Main Product Section */
}
#vue-pdp a {
  text-decoration: none !important;
}
#vue-pdp section {
  margin: 0;
}
#vue-pdp section.overlay-wrapper {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#vue-pdp section.overlay-wrapper .gallery-hover, #vue-pdp section.overlay-wrapper .gallery-expanded, #vue-pdp section.overlay-wrapper .configurable-options {
  z-index: 10;
}
#vue-pdp section.overlay-wrapper > .background {
  background: rgba(0, 0, 0, 0.16);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
#vue-pdp section.overlay-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
#vue-pdp section.overlay-wrapper.active > .background {
  pointer-events: auto;
}
#vue-pdp section.jpp-product {
  display: flex;
  position: relative;
  overflow: hidden;
  /* Column 1 */
  /* Column 2 */
  /* Column 3 */
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product {
    flex-direction: column;
  }
}
#vue-pdp section.jpp-product div.gallery-area {
  display: flex;
  flex-wrap: wrap;
  flex: 2;
  min-width: 28%;
  position: relative;
  /*z-index:50;*/
  align-self: flex-start;
  margin-bottom: auto !important;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.gallery-area {
    width: 28%;
    flex: none;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.gallery-area {
    width: 100%;
    flex-direction: column;
  }
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs {
  transform: rotate(90deg) translate(0px, -100%);
  transform-origin: left top;
  position: absolute;
  display: flex;
  overflow: hidden;
  align-self: flex-start;
  transition: all 0.18s ease;
  opacity: 1;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs:not(.flickity-enabled) {
  opacity: 0;
  pointer-events: none;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs:not(.flickity-enabled) .image {
  opacity: 0;
  transition: 0s;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs.flickity-enabled .image {
  opacity: 1;
  transition: opacity 0.24s;
  transition-delay: 0.24s;
}
@media screen and (max-width: 991px) {
  #vue-pdp section.jpp-product div.gallery-area .gallery-thumbs {
    display: none;
  }
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .flickity-viewport {
  width: 100%;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .flickity-slider {
  height: 100%;
  width: 100%;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .flickity-button {
  position: absolute;
  background: #fff !important;
  width: 20px !important;
  height: 45px !important;
  transition: 0.18s ease;
  border-radius: 0px;
  border: 1px solid #dfdfdf;
  padding: 0;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .flickity-button:disabled {
  opacity: 0;
  pointer-events: none;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .flickity-button.previous {
  left: 0 !important;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .flickity-button.next {
  right: 0 !important;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .flickity-button.next svg {
  left: calc(50% - 1px);
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .flickity-button svg {
  transform: translateX(-50%) translateY(-50%);
  top: calc(50% - 0.5px);
  left: calc(50% + 1px);
  height: 12px;
  position: absolute;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs a {
  width: 100%;
  padding-bottom: 50%;
  margin-bottom: 8px;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: calc(100% - 16px);
  max-height: calc(100% - 16px);
  user-select: none;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .image {
  width: 45px;
  height: 45px;
  margin-right: 8px;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .image {
    margin-right: 6px;
  }
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .image.is-nav-selected {
  border: 1px solid #0088CE;
  cursor: default;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .image img {
  max-width: calc(100% - 8px);
  max-height: calc(100% - 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  user-select: none;
  font-size: 7px;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs img {
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  background: transparent;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .flickity-prev-next-button.previous {
  left: -40px;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-thumbs .flickity-prev-next-button.next {
  right: -40px;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport {
  border: 1px solid #dfdfdf;
  width: calc(100% - 55px);
  position: relative;
  float: right;
  margin-top: 0;
  margin-bottom: auto;
  margin-right: 0;
  margin-left: auto;
  background: #fff;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.gallery-area .main-image-viewport {
    float: none;
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.gallery-area .main-image-viewport {
    float: none;
    margin: 0 auto;
    width: 70.4vw;
    max-width: 100%;
  }
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .flickity-viewport {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .flickity-viewport .flickity-slider {
  height: 100%;
  width: 100%;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .product-images {
  width: 100%;
  transition: opacity 0.18s ease;
  padding-bottom: 100%;
  position: relative;
  background: #fff;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .product-images:not(.flickity-enabled) {
  opacity: 0;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .product-images .image {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .product-images .image img {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.gallery-area .main-image-viewport .product-images .image img {
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
  }
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .product-images .flickity-page-dots {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 28px);
}
@media (min-width: 992px) {
  #vue-pdp section.jpp-product div.gallery-area .main-image-viewport .product-images .flickity-page-dots {
    display: none;
  }
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .product-images .flickity-page-dots li.dot {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #969696;
  transition: 0.18s ease;
  margin-right: 10px;
  cursor: pointer;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .product-images .flickity-page-dots li.dot.is-selected {
  border: 1px solid #0088ce;
  background: #0088ce;
  cursor: default;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .product-images .flickity-page-dots li.dot:last-of-type {
  margin-right: 0;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .product-images .flickity-page-dots li.dot:only-child {
  display: none;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .extra-image-html-wrapper {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .extra-image-html-wrapper .preorder-sticker {
  position: absolute;
  width: 231px;
  height: 72px;
  top: 7px;
  color: #f58220;
  border: 5px solid #0088ce;
  border-radius: 100%/100%;
  background-color: white;
  font-size: 20px;
  line-height: 20px;
  padding-top: 10px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-10deg) scale(0.69) translateX(2px) translateY(28px);
  z-index: 9;
  transform-origin: top left;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .extra-image-html-wrapper div img {
  position: static !important;
  width: 49% !important;
  max-width: 126px;
  float: left;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .extra-image-html-wrapper:has(+ .new-product-flag) div img {
  float: right;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .bubble {
  position: absolute;
  pointer-events: none;
  top: 16px;
  left: 0;
  width: 102px;
  height: 38px;
  border-radius: 75%;
  z-index: 999;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .bubble.coming-soon, #vue-pdp section.jpp-product div.gallery-area .main-image-viewport .bubble.preorder {
  transform: rotate(-30deg);
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.gallery-area .main-image-viewport .bubble {
    top: 18px;
    left: 0px;
  }
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .bubble.coming-soon {
  background: #0048A9;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .bubble.coming-soon span {
  top: calc(50% + 0.5px);
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .bubble.preorder {
  background: #E68138;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .bubble.preorder span {
  white-space: nowrap;
}
#vue-pdp section.jpp-product div.gallery-area .main-image-viewport .bubble span {
  font-size: 12px;
  line-height: 11px;
  font-weight: 800;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  user-select: none;
}
#vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic {
  display: flex;
  margin-left: 73px;
  margin-top: 15px;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic {
    margin-left: 54px;
  }
}
@media (max-width: 1280px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic {
    margin-left: 0;
  }
}
@media (max-width: 1100px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic {
    margin-top: 23px;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic {
    align-items: center;
    justify-content: center;
  }
}
#vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-img {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-img {
    flex: none;
    max-width: 200px;
    padding-right: 60px;
  }
}
@media (max-width: 450px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-img {
    max-width: 113px;
    padding-right: 0;
  }
}
#vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-img a img {
  min-width: 122px;
}
@media (max-width: 1100px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-img a img {
    min-width: 110px;
  }
}
#vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-img a p {
  text-align: center;
  text-decoration: underline;
  color: #16a2d8;
  font-weight: 400;
  margin: 0;
  min-width: 122px;
}
@media (max-width: 1100px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-img a p {
    min-width: 110px;
  }
}
#vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount {
  display: flex;
  flex: 2;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount {
    flex: none;
  }
}
#vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount .bucks-receive {
  font-size: 27px;
  color: #08519f;
  top: 20px;
  font-weight: 900;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount .bucks-receive {
    font-size: 22px;
  }
}
@media (max-width: 1100px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount .bucks-receive {
    font-size: 20px;
  }
}
#vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount .bucks-dollar-amount {
  font-weight: 900;
  color: #08519f;
  display: flex;
}
#vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount .bucks-dollar-amount .bucks-dollar-sign {
  font-weight: 900;
  font-size: 40px;
  top: 11px;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount .bucks-dollar-amount .bucks-dollar-sign {
    font-size: 35px;
  }
}
@media (max-width: 1100px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount .bucks-dollar-amount .bucks-dollar-sign {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount .bucks-dollar-amount .bucks-dollar-sign {
    font-size: 25px;
  }
}
#vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount .bucks-dollar-amount .bucks-dollar-quantity {
  font-weight: 900;
  font-size: 85px;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount .bucks-dollar-amount .bucks-dollar-quantity {
    font-size: 75px;
  }
}
@media (max-width: 1100px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount .bucks-dollar-amount .bucks-dollar-quantity {
    font-size: 70px;
  }
}
@media (max-width: 450px) {
  #vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount .bucks-dollar-amount .bucks-dollar-quantity {
    font-size: 60px;
    padding: 5px 0;
  }
}
#vue-pdp section.jpp-product div.gallery-area .jpp-bucks-graphic .bucks-amount .bucks-description {
  font-weight: 100;
  font-size: 11px;
  color: #08519f;
  text-align: center;
  margin: 0;
  top: -18px;
  max-width: 165px;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-marketing {
  width: 100%;
  padding-left: 55px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.gallery-area .gallery-marketing {
    padding-left: 0;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: -18px;
  }
}
#vue-pdp section.jpp-product div.gallery-area .gallery-hover, #vue-pdp section.jpp-product div.gallery-area .gallery-expanded {
  position: absolute;
  top: 0;
  left: calc(100% + 32px);
  width: 66vh;
  height: 66vh;
  box-shadow: 0px 3px 44px rgba(2, 2, 2, 0.25);
  opacity: 0;
  transition: 0.24s ease;
  pointer-events: none;
  background: #fff;
  object-fit: contain;
  z-index: 999;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.gallery-area .gallery-hover, #vue-pdp section.jpp-product div.gallery-area .gallery-expanded {
    left: calc(100% + 16px);
  }
}
#vue-pdp section.jpp-product div.gallery-area .gallery-hover .full-image, #vue-pdp section.jpp-product div.gallery-area .gallery-expanded .full-image {
  opacity: 0;
  transition: 0.16s ease;
  position: relative;
  height: 100%;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-hover .full-image img, #vue-pdp section.jpp-product div.gallery-area .gallery-expanded .full-image img {
  display: block;
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#vue-pdp section.jpp-product div.gallery-area .gallery-hover .full-image.active, #vue-pdp section.jpp-product div.gallery-area .gallery-expanded .full-image.active {
  opacity: 1;
  transition: 0.32s ease;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-hover + .background, #vue-pdp section.jpp-product div.gallery-area .gallery-expanded + .background {
  background: rgba(0, 0, 0, 0.16);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 998;
  transition: 0.24s ease;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-hover:not(.active) + .background, #vue-pdp section.jpp-product div.gallery-area .gallery-expanded:not(.active) + .background {
  display: none !important;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-hover.active, #vue-pdp section.jpp-product div.gallery-area .gallery-expanded.active {
  opacity: 1;
  pointer-events: auto;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-hover.active + .background, #vue-pdp section.jpp-product div.gallery-area .gallery-expanded.active + .background {
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.gallery-area .gallery-hover {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.gallery-area .gallery-hover + .background {
    display: none !important;
  }
}
#vue-pdp section.jpp-product div.gallery-area .gallery-expanded {
  display: flex;
  flex-direction: column;
  width: 90vw;
  height: 90vh;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.gallery-area .gallery-expanded {
    width: 92vw;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.gallery-area .gallery-expanded {
    width: calc(100% - 32px);
    height: calc(100vw - 32px);
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.gallery-area .gallery-expanded {
    width: calc(100% - 16px);
    height: calc(140vw - 16px);
    max-width: calc(100% - 16px);
    max-height: calc(100% - 16px);
  }
}
#vue-pdp section.jpp-product div.gallery-area .gallery-expanded .gallery-thumbs {
  display: flex;
  transform: none;
  position: absolute;
  bottom: 16px;
  left: 16px;
  margin-right: 0;
  min-width: 100% !important;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.gallery-area .gallery-expanded .gallery-thumbs {
    min-width: calc(100% - 32px) !important;
  }
}
#vue-pdp section.jpp-product div.gallery-area .gallery-expanded .gallery-thumbs .image {
  transform: none;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-expanded .full-image {
  width: 100%;
  height: calc(100% - 60px);
}
#vue-pdp section.jpp-product div.gallery-area .gallery-expanded .full-image .product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-expanded a.close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-expanded a.close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#vue-pdp section.jpp-product div.gallery-area .gallery-expanded a.close svg g, #vue-pdp section.jpp-product div.gallery-area .gallery-expanded a.close svg line {
  transition: 0.18s ease;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-expanded a.close:hover svg g {
  opacity: 1;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-expanded a.close:hover svg line {
  stroke: #0088ce;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-expanded.active {
  z-index: 9999;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-expanded.active + .background {
  pointer-events: auto;
}
#vue-pdp section.jpp-product div.gallery-area .gallery-expanded.active img {
  transform: translateX(-50%) translateY(-50%) !important;
}
#vue-pdp section.jpp-product div.content-area {
  padding: 0 48px;
  flex: 3;
  position: relative;
  overflow: visible;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.content-area {
    width: calc(72% - 296px);
    padding: 0 24px;
    flex: none;
  }
}
@media (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area {
    padding: 0 18px;
    width: calc(72% - 268px);
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.content-area {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
}
#vue-pdp section.jpp-product div.content-area .product-header {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
@media (max-width: 1368px) {
  #vue-pdp section.jpp-product div.content-area .product-header {
    padding-bottom: 14px;
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.content-area .product-header {
    margin-bottom: 0;
    border-bottom: 0 solid transparent;
    padding-bottom: 8px;
  }
}
#vue-pdp section.jpp-product div.content-area .product-header h1 {
  font-size: 28px;
  color: #000;
  margin: 0;
  margin-bottom: 4px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.content-area .product-header h1 {
    font-size: 22px;
  }
}
#vue-pdp section.jpp-product div.content-area .product-header div {
  display: flex;
}
@media (max-width: 768px) {
  #vue-pdp section.jpp-product div.content-area .product-header div {
    flex-wrap: wrap;
  }
}
#vue-pdp section.jpp-product div.content-area .product-header div .sku {
  line-height: 18px;
  font-size: 13px;
}
#vue-pdp section.jpp-product div.content-area .product-header div .sku span, #vue-pdp section.jpp-product div.content-area .product-header div .sku a {
  height: 24px;
  line-height: 18px;
  font-size: inherit;
}
#vue-pdp section.jpp-product div.content-area .product-header div .sku {
  color: #666666;
  margin-right: 10px;
}
#vue-pdp section.jpp-product div.content-area .product-header div .sku span {
  color: #0048A9;
}
#vue-pdp section.jpp-product div.content-area .product-header .reviews a {
  color: #0048A9;
  line-height: 24px;
  transition: 0.18s ease;
  font-size: 13px;
  transform: translateY(-3px);
}
#vue-pdp section.jpp-product div.content-area .product-header .reviews .review-count {
  margin-right: 12px;
  position: relative;
}
#vue-pdp section.jpp-product div.content-area .product-header .reviews .review-count::after {
  position: absolute;
  content: "";
  top: 4px;
  bottom: 4px;
  width: 1px;
  left: calc(100% + 6px);
  background: #e7e7e7;
}
#vue-pdp section.jpp-product div.content-area .product-header .badges-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.content-area .product-header .badges-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    position: static;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
  }
  #vue-pdp section.jpp-product div.content-area .product-header .badges-wrapper::-webkit-scrollbar-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}
#vue-pdp section.jpp-product div.content-area .product-header .attribute-icons {
  margin-top: 5px;
  position: relative;
  transition: 0.24s ease;
  width: 28px;
  margin-right: 8px;
  user-select: none;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons {
    position: static;
  }
}
@media (min-width: 992px) {
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons:hover {
    transform: scale(1.08);
  }
}
#vue-pdp section.jpp-product div.content-area .product-header .attribute-icons .attribute-icons-wrapper {
  height: 32px;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons .attribute-icons-wrapper {
    position: static;
    align-items: center;
    height: 35px;
  }
}
#vue-pdp section.jpp-product div.content-area .product-header .attribute-icons .no-pointer-events {
  pointer-events: none;
}
#vue-pdp section.jpp-product div.content-area .product-header .attribute-icons img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  transition: 0.24s;
  transition-delay: 0s;
  z-index: -1;
  max-width: unset;
}
#vue-pdp section.jpp-product div.content-area .product-header .attribute-icons p {
  user-select: none;
  position: absolute;
  top: 20px;
  width: 19vw;
  max-width: 350px;
  min-width: 166px;
  background: #0088ce;
  color: #ffffff;
  z-index: 999;
  border-radius: 5px;
  padding: 5px 10px;
  box-shadow: 0 0 18px rgba(2, 2, 2, 0.24);
  font-weight: 500;
  font-size: 13px;
  transition: 0.24s ease;
  transition-delay: 0s;
}
@media (max-width: 1450px) {
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons p {
    width: 23vw;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons p {
    width: 36vw;
    top: unset;
    bottom: 48px;
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons p {
    bottom: 40px;
  }
}
#vue-pdp section.jpp-product div.content-area .product-header .attribute-icons p > span {
  display: flex;
  margin-top: 10px;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
#vue-pdp section.jpp-product div.content-area .product-header .attribute-icons p > span svg {
  margin-right: 5px;
}
@keyframes bounce {
  0%, 25%, 55%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-8px);
  }
  40% {
    transform: translateY(-5.5px);
  }
  70% {
    transform: translateY(-3px);
  }
}
#vue-pdp section.jpp-product div.content-area .product-header .attribute-icons p > span .bounce {
  animation: bounce 1.2s;
}
@media (min-width: 992px) {
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons .fade-enter-from {
    transform: translateY(14px);
    transition: 0.24s ease;
    transition-delay: 0s;
  }
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons .fade-enter-active {
    opacity: 0;
    transition-delay: 0s;
    transition: opacity 0s ease, transform 0s ease;
    transform: translateY(6px);
  }
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons .fade-leave-from {
    transition: 0.24s ease;
    transform: translateY(14px);
  }
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons .fade-leave-active {
    transition: 0.24s ease;
    transform: translateY(14px);
  }
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons .fade-leave-to {
    transition: 0.24s ease;
    opacity: 0;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons .fade-enter-active {
    transition: opacity 0.24s ease;
  }
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons .fade-enter-from {
    opacity: 0;
  }
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons .fade-leave-from {
    transition: 0.24s ease;
  }
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons .fade-leave-active {
    transition: opacity 0.24s ease;
  }
  #vue-pdp section.jpp-product div.content-area .product-header .attribute-icons .fade-leave-to {
    opacity: 0;
    transition: 0.24s ease;
  }
}
#vue-pdp section.jpp-product div.content-area .configurable-form {
  margin-top: 16px;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .fieldset:last-child {
  margin-bottom: 20px;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute .view-more-colors-button {
  background: #0088CE;
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 11px;
  font-weight: 700;
  color: #fff;
  transition: 0.24s ease;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute .view-more-colors-button:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  background-color: #1e95d4 !important;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute .swatch-option.disabled.swatch-option:hover {
  background-color: unset !important;
  opacity: 1 !important;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute .swatch-option.disabled {
  cursor: pointer;
  pointer-events: initial;
  color: #dedede !important;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute .swatch-option.disabled .swatch-label-popup {
  display: none;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute .swatch-option {
  transition: all 0.3s ease;
  overflow: visible;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute .swatch-option:not(.disabled):hover .swatch-label-popup {
  transition-delay: 0.18s;
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute .swatch-option:not(.disabled) .swatch-label-popup {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  -webkit-box-align: center;
  align-items: center;
  width: 268px;
  max-width: calc(100vw - 24px);
  transition-delay: 0s;
  transform: translateX(-50%) translateY(3px);
  transition: 0.24s;
  text-transform: none !important;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute .swatch-option:not(.disabled) .swatch-label-popup span {
  font-size: 12px;
  line-height: 14px;
  position: relative;
  bottom: 100%;
  left: 50%;
  display: inline-block;
  float: left;
  padding: 8px 10px;
  transform: translateX(-50%);
  color: #fff;
  border-radius: 4px;
  background: #0088ce;
  box-shadow: 0 0 12px rgba(2, 2, 2, 0.12);
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute:not(.text-options) .swatch-wrapper {
  border-color: #0088CE;
}
@media (max-width: 600px) {
  #vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute:not(.text-options) .swatch-wrapper {
    padding: 3px 3px 3px 3px;
    margin: 0 !important;
    border: 2px solid transparent;
  }
  #vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute:not(.text-options) .swatch-wrapper.selected {
    border-color: #0088CE;
  }
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute:not(.text-options) .swatch-wrapper .swatch-option {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 2px;
  text-align: left;
  border: 1.5px solid #dfdfdf;
  outline: none;
  background-size: cover !important;
  box-shadow: none !important;
}
@media (min-width: 600px) {
  #vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute:not(.text-options) .swatch-wrapper .swatch-option {
    width: 40px;
    min-width: unset;
    max-width: 40px;
    height: 40px;
    min-height: unset;
    max-height: 40px;
  }
}
@media (min-width: 992px) {
  #vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute:not(.text-options) .swatch-wrapper .swatch-option {
    width: 40px;
    min-width: unset;
    max-width: 40px;
    height: 40px;
    min-height: unset;
    max-height: 40px;
  }
}
@media (max-width: 600px) {
  #vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute:not(.text-options) .swatch-wrapper .swatch-option {
    height: 60px !important;
    width: 60px !important;
    border: none !important;
  }
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute:not(.text-options) .swatch-wrapper .swatch-option.image.selected {
  border: 1.5px solid #0088CE;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute:not(.text-options) .swatch-wrapper .swatch-option.image.disabled {
  border: 1.5px dashed #dedede !important;
  opacity: 0.3;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute:not(.text-options) .swatch-wrapper .swatch-option.image:not(.disabled):hover {
  border: 1.5px solid #0088ce;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute > span {
  font-size: 14px;
  font-weight: 600;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute > span.swatch-attribute-label {
  color: #000;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute > span.swatch-attribute-label:after {
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  transform: translateY(-50%);
  content: ":";
  color: #000;
}
#vue-pdp section.jpp-product div.content-area .configurable-form .swatch-attribute > span.swatch-attribute-selected-option {
  color: #0048A9;
}
#vue-pdp section.jpp-product div.content-area .swatch-attribute-options {
  margin-top: 9px;
}
@media (max-width: 600px) {
  #vue-pdp section.jpp-product div.content-area .swatch-attribute-options {
    line-height: 8px;
  }
}
#vue-pdp section.jpp-product div.content-area .swatch-attribute-options .swatch-wrapper {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
#vue-pdp section.jpp-product div.content-area .swatch-attribute-options .swatch-wrapper:not(.selected) .swatch-option.text:not(.selected):hover .swatch-label {
  color: #0088CE;
  transition: all 0.3s ease;
}
#vue-pdp section.jpp-product div.content-area .swatch-attribute-options .swatch-wrapper .swatch-option.disabled.swatch-option:hover {
  border-color: #b1b1b1 !important;
  background-color: unset !important;
  opacity: 1 !important;
}
#vue-pdp section.jpp-product div.content-area .swatch-attribute-options span.swatch-label {
  display: block;
  line-height: 28px;
  user-select: none;
}
#vue-pdp section.jpp-product div.content-area .adhesiveWrapper .product-options-wrapper .swatch-opt {
  margin: 20px 0;
}
@media (min-width: 600px) {
  #vue-pdp section.jpp-product div.content-area .adhesiveWrapper .product-options-wrapper .swatch-opt .swatch-attribute {
    margin-bottom: 18px;
  }
}
#vue-pdp section.jpp-product div.content-area .adhesiveWrapper .product-options-wrapper .swatch-opt .swatch-attribute > p.label {
  margin-bottom: 0;
}
#vue-pdp section.jpp-product div.content-area .adhesiveWrapper .product-options-wrapper .swatch-opt .swatch-attribute .label {
  display: flex;
  align-items: center;
}
#vue-pdp section.jpp-product div.content-area .adhesiveWrapper .product-options-wrapper .swatch-opt .swatch-attribute .label .swatch-attribute-label {
  font-size: 14px;
  font-weight: 600 !important;
}
#vue-pdp section.jpp-product div.content-area .coming-soon div.tag {
  background: #D9EDF2;
  color: #0048A9;
}
#vue-pdp section.jpp-product div.content-area .coming-soon span.coming-soon-message {
  color: #004F9D;
  font-size: 14px;
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.content-area .coming-soon span.coming-soon-message {
    width: 100%;
    display: block;
    margin-top: 8px;
  }
}
#vue-pdp section.jpp-product div.content-area .discontinued div.tag {
  background: #F9E6E6;
  color: #C81313;
  padding: 6px 10px 4px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}
#vue-pdp section.jpp-product div.content-area .adhesive-info {
  background-color: #0088ce;
  color: white;
  line-height: 18px;
  padding: 12px;
  border-radius: 0.375rem;
  margin-bottom: 8px;
}
#vue-pdp section.jpp-product div.content-area .adhesive-info a {
  color: white !important;
  text-decoration: underline !important;
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper {
  display: flex;
  flex-direction: column;
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper .prompt {
  padding: 8px 0;
  position: relative;
  display: flex;
  font-size: 14px;
  font-weight: 600;
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper .prompt span {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.content-area .prompts-wrapper .prompt {
    font-size: 13px;
  }
  #vue-pdp section.jpp-product div.content-area .prompts-wrapper .prompt span {
    font-size: 13px;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.content-area .prompts-wrapper .prompt {
    font-size: 14px;
  }
  #vue-pdp section.jpp-product div.content-area .prompts-wrapper .prompt span {
    font-size: 14px;
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.content-area .prompts-wrapper .prompt {
    font-size: 13px;
  }
  #vue-pdp section.jpp-product div.content-area .prompts-wrapper .prompt span {
    font-size: 13px;
    font-weight: 600;
  }
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.content-area .prompts-wrapper .prompt {
    padding-left: 36px;
  }
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper .prompt svg {
  margin-right: 9px;
  min-width: 26px;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.content-area .prompts-wrapper .prompt svg {
    left: 0;
    position: absolute;
  }
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper .prompt.non-returnable svg {
  margin-right: 6px;
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper .prompt.hazmat svg {
  margin-left: 2px;
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper .hazmat {
  color: #DE7F00;
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper .hazmat span {
  color: #DE7F00;
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper .hazmat svg path, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .hazmat svg rect {
  stroke: #DE7F00;
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper .truck-only, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .non-returnable, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .inner-pack, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .made-to-order, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .info-alert {
  color: #004F9D;
  line-height: 18px;
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper .truck-only span, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .non-returnable span, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .inner-pack span, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .made-to-order span, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .info-alert span {
  color: #004F9D;
  line-height: 18px;
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper .truck-only svg path, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .truck-only svg rect, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .non-returnable svg path, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .non-returnable svg rect, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .inner-pack svg path, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .inner-pack svg rect, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .made-to-order svg path, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .made-to-order svg rect, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .info-alert svg path, #vue-pdp section.jpp-product div.content-area .prompts-wrapper .info-alert svg rect {
  stroke: #004F9D;
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper > div .tag {
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  padding: 0 14px;
  text-align: center;
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  margin: 12px 12px 0 0;
  user-select: none;
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper > div:nth-of-type(1) .tag {
  margin-top: 0;
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper > div.active {
  padding: 16px 0;
}
#vue-pdp section.jpp-product div.content-area .prompts-wrapper > div span {
  font-size: 13px;
}
#vue-pdp section.jpp-product div.content-area .product-content {
  margin: 24px 0;
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.content-area .product-content {
    margin-bottom: 16px;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .content-tabs {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  transition: 0.18s ease;
}
@media (max-width: 1300px) {
  #vue-pdp section.jpp-product div.content-area .product-content .content-tabs {
    display: none;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .content-tabs a {
  background: #F5F5F5;
  color: #434343;
  font-size: 13.5px;
  text-align: center;
  height: 40px;
  line-height: 39.5px;
  padding: 0 18px;
  border: 1px solid #dfdfdf;
  transition: 0.18s ease;
  transform: translateY(1px);
  font-weight: 800;
  cursor: pointer;
  margin-left: -1px;
  user-select: none;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  #vue-pdp section.jpp-product div.content-area .product-content .content-tabs a {
    font-size: 12px;
    padding: 0 12px;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .content-tabs a.active {
  background: #fff;
  color: #0088ce;
  border-bottom: 1px solid #fff;
  cursor: default;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-tabs a:not(.active):hover {
  filter: brightness(1.02);
  color: #0088ce;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-tabs a:nth-of-type(1) {
  margin-left: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .availability .warehouse-stock-table .warehouse-stock {
  white-space: nowrap;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .availability .warehouse-stock-table .dropship-notify {
  color: #004f9d;
  background-color: #cce7f5;
  min-height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #004f9d;
  padding-left: 11px;
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 1301px) {
  #vue-pdp section.jpp-product div.content-area .product-content .content-accordions {
    display: none;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions .availability .warehouse-stock-table .warehouse-stock {
  white-space: nowrap;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions .availability .warehouse-stock-table .dropship-notify {
  color: #004f9d;
  background-color: #cce7f5;
  min-height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #004f9d;
  padding-left: 11px;
  font-weight: 600;
  font-size: 14px;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions > div {
  transition: height 0.68s;
  background: #fff;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions > div:not(.active) {
  height: 48px;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions > div:not(.active) > div {
  opacity: 0;
  pointer-events: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions > div.overview:not(.active) {
  height: 270px;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions > div > a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  background: #fff;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 800;
  color: #000;
  transition: 0.18s ease;
  position: relative;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions > div > a:hover {
  color: #0088ce;
  cursor: pointer;
  background: #f9f9f9;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions > div > a:hover svg path {
  stroke: #0088ce;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions > div > a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 15px;
  height: 10px;
  transition: 0.28s ease;
  transform-origin: center center;
  margin-top: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions > div > a svg path {
  transition: 0.18s ease;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions > div.active > a {
  color: #004f9d;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions > div.active > a svg {
  transform-origin: center center;
  transform: rotate(180deg) translateY(-50%);
  margin-top: -9px;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions > div.active > a svg path {
  stroke: #004f9d;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-accordions > div > div {
  padding: 20px 0;
  background: #fff;
  transition: opacity 0.4s ease;
}
#vue-pdp section.jpp-product div.content-area .product-content .tabs-arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #0088ce;
  background-image: url("https://d2we78jv268onp.cloudfront.net/pdp-content/icons/arrow-right-white.png");
  background-size: 9px;
  border-radius: 100%;
  box-shadow: 0px 1px 2px rgba(2, 2, 2, 0.12);
  pointer-events: none;
  opacity: 0;
  transition: 0.18s ease;
}
#vue-pdp section.jpp-product div.content-area .product-content .tabs-arrow.active {
  opacity: 1;
  pointer-events: auto;
}
#vue-pdp section.jpp-product div.content-area .product-content .tabs-arrow:hover {
  filter: brightness(1.1);
}
#vue-pdp section.jpp-product div.content-area .product-content .tabs-arrow:after {
  position: absolute;
  content: "";
  right: -12px;
  width: 32px;
  height: 38px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages {
  padding: 18px 0;
}
@media (max-width: 1300px) {
  #vue-pdp section.jpp-product div.content-area .product-content .content-pages {
    display: none;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .availability {
  font-size: 14px;
  color: #353535;
  font-weight: 400;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages > div {
  opacity: 0;
  position: absolute;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages > div.active {
  opacity: 1;
  position: relative;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages > div:not(.active) {
  pointer-events: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .product-attachment-container {
  font-size: 14px;
  padding: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .section-title {
  color: #353535;
  font-weight: bold;
  margin-bottom: 12px;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .section-files {
  padding: 0 0 10px 10px;
  padding-left: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .section-files .downloads-item:nth-of-type(1) {
  margin-top: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .section-files .downloads-item {
  margin-top: 6px;
  margin-bottom: 8px;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .section-files .downloads-item .item-description {
  padding-left: 25px;
  font-weight: 400;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .section-files .downloads-item .item-info {
  display: inline-block;
  margin-left: 6px;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .section-files .downloads-item .item-container {
  display: inline-block;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .section-files .downloads-item .item-container .item-link, #vue-pdp section.jpp-product div.content-area .product-content .content-pages .section-files .downloads-item .item-container .item-link a, #vue-pdp section.jpp-product div.content-area .product-content .content-pages .section-files .downloads-item .item-container .item-link b {
  display: inline-block;
  font-weight: 600;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .section-files .downloads-item .item-container .item-icon {
  display: inline-block;
  padding-right: 5px;
  padding-top: 0;
  vertical-align: middle;
  width: 20px;
  height: 16px;
}
#vue-pdp section.jpp-product div.content-area .product-content .content-pages .section-files .downloads-item .item-container .item-icon img {
  max-width: 100%;
}
#vue-pdp section.jpp-product div.content-area .product-content .overview video {
  max-width: 100%;
  display: block;
  min-height: 370px;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.content-area .product-content .overview video {
    min-height: 500px;
  }
}
@media (max-width: 769px) {
  #vue-pdp section.jpp-product div.content-area .product-content .overview video {
    min-height: 389px;
  }
}
@media (max-width: 450px) {
  #vue-pdp section.jpp-product div.content-area .product-content .overview video {
    min-height: 250px;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body {
  overflow-y: hidden;
  position: relative;
  transition: height 0.4s ease;
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body.expanded {
  max-height: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .inner {
  position: relative;
  overflow: visible;
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description {
    font-size: 14px;
    line-height: 1.34;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description div:has(.orange-banner) {
  display: inline-block;
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description div:has(.orange-banner) .orange-banner {
  background-color: #f58220;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  border-radius: 4px;
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description div:has(.orange-banner) .orange-banner h5 {
  padding: 0 12px;
  white-space: nowrap;
}
@media (max-width: 400px) {
  #vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description div:has(.orange-banner) .orange-banner h5 {
    font-size: 14px !important;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description p {
  line-height: 24px;
  margin-top: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description p a:hover {
  color: #f58220;
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description h2, #vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description h3, #vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description h4, #vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description h5, #vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description h6 {
  line-height: 24px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  margin-block-end: 1em;
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description ul {
  list-style-type: disc;
  margin-block-end: 25px;
  margin-bottom: 25px;
  margin-block-start: 0;
  margin-top: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description ul li {
  margin-bottom: 10px;
  line-height: 24px;
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description div[data-appearance=contained], #vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description div[data-content-type=row][data-appearance=contained] {
  max-width: 100% !important;
  font-size: 16px;
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description div[data-appearance=contained] > div, #vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description div[data-content-type=row][data-appearance=contained] > div {
  padding: 0 !important;
  font-weight: 500;
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description div[data-appearance=contained], #vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description div[data-content-type=row][data-appearance=contained] {
    font-size: 14px;
    line-height: 1.34;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description div[data-appearance=contained] span, #vue-pdp section.jpp-product div.content-area .product-content .overview .overview-body .description div[data-content-type=row][data-appearance=contained] span {
  font-size: inherit;
}
#vue-pdp section.jpp-product div.content-area .product-content .details .table-wrapper, #vue-pdp section.jpp-product div.content-area .product-content .availability .table-wrapper, #vue-pdp section.jpp-product div.content-area .product-content .description .table-wrapper {
  margin-bottom: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .details table, #vue-pdp section.jpp-product div.content-area .product-content .availability table, #vue-pdp section.jpp-product div.content-area .product-content .description table {
  width: 100%;
}
#vue-pdp section.jpp-product div.content-area .product-content .details table caption, #vue-pdp section.jpp-product div.content-area .product-content .availability table caption, #vue-pdp section.jpp-product div.content-area .product-content .description table caption {
  display: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .details tbody, #vue-pdp section.jpp-product div.content-area .product-content .availability tbody, #vue-pdp section.jpp-product div.content-area .product-content .description tbody {
  width: 100%;
  font-size: 13px;
  text-align: left;
}
#vue-pdp section.jpp-product div.content-area .product-content .details tbody tr, #vue-pdp section.jpp-product div.content-area .product-content .availability tbody tr, #vue-pdp section.jpp-product div.content-area .product-content .description tbody tr {
  background: #ededed;
}
#vue-pdp section.jpp-product div.content-area .product-content .details tbody tr > th, #vue-pdp section.jpp-product div.content-area .product-content .availability tbody tr > th, #vue-pdp section.jpp-product div.content-area .product-content .description tbody tr > th {
  width: 230px;
  font-weight: 700;
  color: #353535;
}
#vue-pdp section.jpp-product div.content-area .product-content .details tbody tr td, #vue-pdp section.jpp-product div.content-area .product-content .availability tbody tr td, #vue-pdp section.jpp-product div.content-area .product-content .description tbody tr td {
  font-weight: 500;
}
#vue-pdp section.jpp-product div.content-area .product-content .details tbody tr td a, #vue-pdp section.jpp-product div.content-area .product-content .availability tbody tr td a, #vue-pdp section.jpp-product div.content-area .product-content .description tbody tr td a {
  font-size: 16px;
  color: #0088ce;
}
#vue-pdp section.jpp-product div.content-area .product-content .details tbody tr th, #vue-pdp section.jpp-product div.content-area .product-content .details tbody tr td, #vue-pdp section.jpp-product div.content-area .product-content .availability tbody tr th, #vue-pdp section.jpp-product div.content-area .product-content .availability tbody tr td, #vue-pdp section.jpp-product div.content-area .product-content .description tbody tr th, #vue-pdp section.jpp-product div.content-area .product-content .description tbody tr td {
  border: 1px solid #fff;
  padding: 12px 12px 10px !important;
  line-height: 1.24;
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .details tbody tr th, #vue-pdp section.jpp-product div.content-area .product-content .details tbody tr td, #vue-pdp section.jpp-product div.content-area .product-content .availability tbody tr th, #vue-pdp section.jpp-product div.content-area .product-content .availability tbody tr td, #vue-pdp section.jpp-product div.content-area .product-content .description tbody tr th, #vue-pdp section.jpp-product div.content-area .product-content .description tbody tr td {
    border: 2px solid #fff;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .details tbody tr:nth-of-type(2n), #vue-pdp section.jpp-product div.content-area .product-content .availability tbody tr:nth-of-type(2n), #vue-pdp section.jpp-product div.content-area .product-content .description tbody tr:nth-of-type(2n) {
  background: #f9f9f9;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .charCount {
  font-size: small;
  color: #c0c0c0;
  margin-left: 5px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews #reviewSubmitButton[disabled] {
  cursor: wait;
  opacity: 0.5;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews #reviewSubmitButton[disabled]:hover, #vue-pdp section.jpp-product div.content-area .product-content .reviews #reviewSubmitButton[disabled]:focus {
  filter: none;
  box-shadow: none;
  background-color: #0088CE !important;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-image {
  margin: 0 5px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .hidden {
  display: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amreview-summary {
  font-size: 50px;
  letter-spacing: -0.08em;
  margin-right: 15px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amreview-rating-wrapper {
  margin: 0 15px 0 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amstars-rating-container {
  margin: 0 0 2px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin: 0 0 10px 0;
  width: 160px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amstars-rating-container .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjZjU4MjIwIi8+PC9zdmc+DQo=);
  height: 100%;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjZjU4MjIwIi8+PC9zdmc+DQo=);
  height: 100%;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amstars-stars .hidden {
  display: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amreview-count {
  font-size: 14px;
  margin: 0 0 15px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amreview-showmore {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  color: #1979c3;
  cursor: pointer;
  display: block;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amreview-showmore:focus, #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amreview-showmore:active {
  background: none;
  border: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amreview-showmore:hover {
  background: none;
  border: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amreview-showmore.disabled, #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amreview-showmore[disabled], fieldset[disabled] #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amreview-showmore {
  pointer-events: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amreview-showmore:focus {
  outline: 1px dotted #767676;
  outline-offset: 3px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amreview-percent-block {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amreview-percent-block .amreview-value {
  font-size: 30px;
  margin: 0 10px 0 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-info .amreview-percent-block .amreview-desc {
  font-size: 12px;
  max-width: 180px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details {
  border: none;
  pointer-events: none;
  width: 50%;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-button {
  pointer-events: auto;
  text-align: center;
  margin-top: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  border-radius: 2px;
  color: #0088ce;
  font-size: 14px;
  line-height: 100%;
  padding: 13px 25px;
  text-transform: uppercase;
  border: 1px solid #0088ce;
  cursor: pointer;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-button:hover {
  color: #fff;
  background-color: #0088ce;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label {
  min-width: 300px;
}
@media (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label {
    min-width: 150px;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label {
    min-width: 300px;
  }
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label {
    min-width: 150px;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label > .amreview-stars,
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label > .amreview-bar,
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label > .amreview-text {
  display: inline-block;
  line-height: 14px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label > .amreview-stars:hover,
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label > .amreview-bar:hover,
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label > .amreview-text:hover {
  color: #767676;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label > .amreview-stars {
  color: #767676;
  margin-bottom: 5px;
  min-width: 50px;
  text-align: right;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label .amreview-bar {
  background: #dfdfdf;
  height: 6px;
  margin: 0 16px;
  vertical-align: middle;
  width: 40%;
}
@media (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label .amreview-bar {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label .amreview-bar {
    width: 60%;
  }
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label .amreview-bar {
    width: 35%;
    margin: 0 5px;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-label .amreview-bar.-active {
  background: #f58220;
  margin: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-summary-details .amreview-text {
  color: #748593;
  margin: 0 0 0 auto;
  white-space: nowrap;
  width: 20%;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-label > .amreview-stars {
  display: flex;
  align-items: center;
  margin: 0;
  min-width: auto;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-label > .amreview-stars:before {
  align-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: flex;
  justify-content: center;
  filter: invert(61%) sepia(0%) saturate(17%) hue-rotate(154deg) brightness(95%) contrast(68%);
  height: 10px;
  margin: 0 2px;
  width: 10px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container {
  display: flex;
  flex-direction: column;
  color: #363636;
  flex-wrap: nowrap;
  font-size: 14px;
  justify-content: flex-end;
  padding: 0.5rem 0.75rem;
  background-color: rgb(237, 237, 237);
}
@media (max-width: 1802px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container {
    font-size: 12px;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container.-all .amrev-sorting {
  border-left: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container .filters-sorting {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container .filters-sorting {
    flex-direction: column;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container .amrev-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container .amrev-filter {
  margin: 0;
  padding: 10px 10px 10px 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container .amrev-sorting {
  display: flex;
  align-items: center;
  padding: 0 18px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container .amrev-sorting select {
  background-color: #FFFFFF;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container .amrev-sorting button {
  border: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container .amrev-sortbtn:hover:before,
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container .amrev-sortbtn:focus:before {
  color: #007bdb;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container .amrev-select {
  min-height: 25px !important;
  margin: 5px 0 5px 8px;
  max-width: 100px;
  padding: 0 0 0 10px;
  width: 100%;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-toolbar-container .amrev-label {
  margin: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-items-block {
  width: 100%;
  padding: 8px 24px;
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-items-block {
    padding: 8px 8px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-items-block {
    padding: 8px 8px;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details {
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: top;
  width: 25%;
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .details-span {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .details-span {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .right {
    align-items: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .right {
    align-items: flex-end;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .amreview-author {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 2px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .amreview-date {
  color: #767676;
  font-size: 12px;
  margin: 0 0 25px 0;
  position: static;
  right: 0;
  top: 0;
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .amreview-date {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .amreview-date {
    margin: 0;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .amreview-verified {
  color: #909090;
  font-size: 14px;
  margin: 0 0 2px;
  display: block;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .amreview-verified:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMnYxMkgweiIvPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI2IiBmaWxsPSIjQzJFQUJDIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljk3OCAzLjdhLjY3LjY3IDAgMCAxIC4wNC45MTVMNS44NCA4LjI2M2EuNTk0LjU5NCAwIDAgMS0uODUxLjA1NS42MjIuNjIyIDAgMCAxLS4xMDMtLjEwMmwtMS45Mi0yLjQwOGEuNjY5LjY2OSAwIDAgMSAuMDc5LS45MS41OTMuNTkzIDAgMCAxIC44NjUuMDc2bDEuNDkzIDEuODcxIDIuNzA2LTMuMTA3YS41OTQuNTk0IDAgMCAxIC44NjktLjAzN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .amreview-recommended {
  background: #f1f1f1;
  border-left: 2px solid #1ab900;
  color: #6b6b6b;
  font-size: 12px;
  line-height: 14px;
  margin: 20px 0;
  max-width: 78px;
  padding: 4px 4px 4px 6px;
  position: relative;
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .amreview-recommended {
    background: none;
    border: none;
    color: #1ab900;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .amreview-recommended {
    background: none;
    border: none;
    color: #1ab900;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .amreview-recommended:after {
  border: 18px solid transparent;
  border-left: 14px solid #f1f1f1;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: -32px;
  top: 0;
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .amreview-recommended:after {
    border: none;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-author-details .amreview-recommended:after {
    border: none;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-description-wrap {
  display: inline-block;
  position: relative;
  width: 70%;
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-description-wrap {
    margin-top: 16px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-description-wrap {
    margin-top: 16px;
    width: 100%;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-description-wrap .amrev-desc-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-description-wrap .amrev-desc-title {
    justify-content: normal;
    align-items: normal;
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-description-wrap .amrev-desc-title {
    justify-content: normal;
    align-items: normal;
    flex-direction: column;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-description-wrap .amrev-desc-title .amreview-title-review {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 5px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-description-wrap .amrev-desc-title .amrev-voteqty {
  color: #767676;
  font-size: 12px;
  line-height: 25px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-description-wrap .amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin: 0 0 10px 0;
  width: 160px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-description-wrap .amstars-rating-container .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjZjU4MjIwIi8+PC9zdmc+DQo=);
  height: 100%;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-description-wrap .amreview-description {
  color: #333333;
  font-size: 14px;
  line-height: 19px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-wrap: break-word;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-adminanswer-block {
  border: 1px solid #c8c8c8;
  border-radius: 0.375rem;
  background-color: white;
  padding: 10px;
  margin: 20px 10px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-adminanswer-block {
  color: #767676;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-adminanswer-block > .amreview-title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-adminanswer-block > .amreview-text {
  font-size: 14px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-proscons-container {
  display: flex;
  flex-direction: row;
  margin: 15px 0 0 0;
  word-break: break-word;
  word-wrap: break-word;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-proscons-container .amreview-proscons {
  flex-basis: 50%;
  line-height: 15px;
  margin-right: 10px;
  min-width: 0;
  padding: 0 0 0 20px;
  position: relative;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-proscons-container .amreview-proscons:before {
  content: "";
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  width: 15px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-proscons-container .amreview-proscons.-dislike {
  color: #d0021b;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-proscons-container .amreview-proscons.-like {
  color: #3e7405;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-proscons-container .amreview-proscons.-dislike:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoNTgydjQwMkgtMXoiLz48Y2lyY2xlIGZpbGw9IiNkODVhNGEiIHI9IjI1IiBjeT0iMjUiIGN4PSIyNSIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTM4IDI1SDEyIi8+PC9zdmc+) no-repeat;
  background-size: contain;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-proscons-container .amreview-proscons.-like:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IiM0M2IwNWMiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yNSAxM3YyNW0xMy0xM0gxMyIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-minus, #vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-plus {
  cursor: pointer;
  -webkit-appearance: button;
  background-color: initial;
  background-image: none;
  border: 0 solid #e5e7eb;
  color: #9ca3af;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-count {
  font-size: 14px;
  margin: 0 0 15px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amreview-review-items {
  padding: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
@media (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .review-item {
    display: flex;
    flex-direction: column;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar {
  display: flex;
  align-items: center;
  padding: 20px 0 0;
}
@media (max-width: 425px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar {
    flex-wrap: wrap;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar.-nocomments {
  justify-content: flex-end;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-reply {
  border-right: 1px solid #767676;
  box-sizing: border-box;
  padding-right: 24px;
}
@media (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-reply {
    padding-right: 8px;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-reply {
    padding-right: 24px;
  }
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-reply {
    padding-right: 8px;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-reply-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dff1ff;
  border: 1px solid #0088ce;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: #0088ce;
  flex-basis: 100%;
  font-size: 1rem;
  font-weight: 400;
  padding: 8px;
  position: relative;
  width: 100%;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-reply-btn:before {
  height: 8px;
  margin: auto 5px;
  width: 12px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-reply-btn:hover, #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-reply-btn:active, #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-reply-btn.-active {
  background: #026bb3;
  border-color: #026bb3;
  color: #ffffff;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-reply-btn:hover:before, #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-reply-btn:active:before, #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-reply-btn.-active:before {
  filter: brightness(10);
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-comment {
  padding: 0 16px;
  border-right: 1px solid #767676;
}
@media (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-comment {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-comment {
    padding: 0 16px;
  }
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-comment {
    padding: 0 8px;
  }
}
@media (max-width: 425px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-comment {
    border: none;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amreview-helpful-wrap {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
@media (max-width: 1280px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amreview-helpful-wrap {
    margin-left: 8px;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amreview-helpful-wrap {
    margin-left: 16px;
  }
}
@media (max-width: 640px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amreview-helpful-wrap {
    margin-left: 8px;
  }
}
@media (max-width: 425px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amreview-helpful-wrap {
    margin-top: 8px;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-comments-btn {
  color: #0088ce;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  background-color: #FFFFFF;
  height: 42px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-comments-btn:before {
  font-size: 10px;
  margin: 0 7px 0 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-comments-btn:hover {
  color: rgb(0, 102.3300970874, 155);
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-comments-btn.-active:before {
  transform: rotate(180deg) translateY(1px);
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-toolbar .amrev-comments-btn.-empty:before {
  display: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-block {
  background: #fafafa;
  border-radius: 2px;
  margin: 0 -15px 0 -15px;
  padding: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-block .amrev-title {
  border-bottom: 1px solid #c8c8c8;
  font-size: 12px;
  font-style: normal;
  margin: 0 0 20px 0;
  padding: 10px 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-block .amrev-qty {
  font-style: normal;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-block .amrev-message {
  padding: 15px 20px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-block .message {
  display: flex;
  padding: 0.5rem;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.25rem;
  width: 100%;
  font-weight: 100;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-block .message.error {
  color: #C81313;
  border-color: #C81313;
  background: #F9E6E6;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-block .message.success {
  border-color: #68bb5b;
  color: #68bb5b;
  background: #C9EDD4;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-list {
  color: #000000;
  padding: 20px 20px 0 20px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-list.-active {
  display: block;
  margin: 20px 0 0 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-list .amrev-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-list .amrev-comment {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #c8c8c8;
  border-radius: 0.375rem;
  background-color: white;
  padding: 10px;
  margin: 20px 10px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-list .amrev-name {
  margin: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-list .amrev-email {
  font-size: 12px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-list .amrev-date {
  display: block;
  font-size: 12px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-list .amreview-text {
  display: block;
  font-size: 14px;
  padding: 15px 0 0 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-fieldset {
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0 10px 0 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-label {
  color: darkgray;
  font-size: 14px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-label.required:after {
  color: red;
  content: "*";
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-input {
  background: #FFFFFF;
  border-color: transparent;
  color: #292929;
  font-size: 14px;
  height: 30px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-input ::placeholder {
  color: #adadad;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-area {
  height: auto;
  padding: 15px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-btn {
  background: #f58220;
  border: none;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 14px;
  margin: 15px auto 0 0;
  padding: 10px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-btn[disabled] {
  cursor: wait;
  opacity: 0.5;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-btn[disabled]:hover, #vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-btn[disabled]:focus {
  filter: none;
  box-shadow: none;
  background-color: #0088CE !important;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-btn:hover {
  background: rgb(240.7060085837, 116.5751072961, 10.7939914163);
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-field {
  position: relative;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-area-field {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .amrev-comment-form .amrev-input-field {
  flex-basis: 48%;
  margin: 0 0 15px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .form-rewards-message {
  border: 1px solid #004F9D;
  background-color: #cce7f5;
  color: #004F9D;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .upload-container .image-preview {
  display: flex;
  align-items: center;
  justify-content: center;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .upload-container .image-preview img {
  max-width: 150px;
  max-height: 150px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .upload-container .image-preview:hover img {
  opacity: 0.6;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .upload-container .image-preview::before {
  content: "X";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  font-size: 48px;
  color: grey;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews form,
#vue-pdp section.jpp-product div.content-area .product-content .reviews fieldset {
  min-inline-size: auto;
  border: none;
  /* Reserve space for single line form validation messages */
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews form .field,
#vue-pdp section.jpp-product div.content-area .product-content .reviews fieldset .field {
  margin-top: 16px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews form .field.field-reserved,
#vue-pdp section.jpp-product div.content-area .product-content .reviews fieldset .field.field-reserved {
  margin-bottom: 1.75rem;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews form .field.field-reserved ul:last-of-type,
#vue-pdp section.jpp-product div.content-area .product-content .reviews fieldset .field.field-reserved ul:last-of-type {
  margin-bottom: 1.5rem;
  padding-bottom: 0.25rem;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews form .field.field-reserved ul,
#vue-pdp section.jpp-product div.content-area .product-content .reviews fieldset .field.field-reserved ul {
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews form label,
#vue-pdp section.jpp-product div.content-area .product-content .reviews fieldset label {
  margin: 0.5rem;
  color: rgb(31, 41, 55);
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews form .field.choice,
#vue-pdp section.jpp-product div.content-area .product-content .reviews fieldset .field.choice {
  display: flex;
  align-items: end;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews form .field.choice input,
#vue-pdp section.jpp-product div.content-area .product-content .reviews fieldset .field.choice input {
  margin-right: 1rem;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews form .field.choice label,
#vue-pdp section.jpp-product div.content-area .product-content .reviews fieldset .field.choice label {
  margin-bottom: 0px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews form .field.field-error .messages,
#vue-pdp section.jpp-product div.content-area .product-content .reviews fieldset .field.field-error .messages {
  color: rgb(220, 38, 38);
  max-width: fit-content;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews form legend,
#vue-pdp section.jpp-product div.content-area .product-content .reviews fieldset legend {
  font-size: 1.25rem; /* 20px */
  line-height: 1.75rem; /* 28px */
  margin-bottom: 0.75rem; /* 12px */
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews form legend + br,
#vue-pdp section.jpp-product div.content-area .product-content .reviews fieldset legend + br {
  display: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews fieldset ~ fieldset {
  margin-top: 2rem; /* 32px */
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .field.required > label:after {
  position: relative;
  top: 0.25rem; /* 4px */
  color: rgb(220, 38, 38);
  font-size: 0.75rem; /* 12px */
  line-height: 1rem; /* 16px */
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .form-input,
#vue-pdp section.jpp-product div.content-area .product-content .reviews .form-email,
#vue-pdp section.jpp-product div.content-area .product-content .reviews .form-select,
#vue-pdp section.jpp-product div.content-area .product-content .reviews .form-multiselect,
#vue-pdp section.jpp-product div.content-area .product-content .reviews .form-textarea {
  border-width: 1px;
  border-color: rgb(209, 213, 219);
  border-radius: 0.375rem; /* 6px */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-height: 44px;
  background-color: #ededed;
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
  padding: 10px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .form-input:focus,
#vue-pdp section.jpp-product div.content-area .product-content .reviews .form-email:focus,
#vue-pdp section.jpp-product div.content-area .product-content .reviews .form-select:focus,
#vue-pdp section.jpp-product div.content-area .product-content .reviews .form-multiselect:focus,
#vue-pdp section.jpp-product div.content-area .product-content .reviews .form-textarea:focus {
  outline: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .card {
  padding: 1rem; /* 16px */
  border-radius: 0.125rem; /* 2px */
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 769px) {
  #vue-pdp section.jpp-product div.content-area .product-content .reviews .primary {
    display: inline-block;
  }
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .primary button.action {
  width: 383px;
  max-width: 100%;
  border: #f58220 !important;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .primary button:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  background-color: #1e95d4 !important;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .primary button {
  background: #f58220 !important;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .primary button span {
  font-weight: 800;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .upload-container {
  display: flex;
  flex-direction: row;
  height: 200px;
  border: 2px dashed #ccc;
  border-radius: 0.375rem;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: border-color 0.3s ease;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .upload-container img {
  max-width: 200px;
  max-height: 100%;
  border-radius: 10px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .upload-container p {
  color: gray;
  font-size: 16px;
  margin: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .upload-container input {
  display: none;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .review-form .star-rating {
  display: inline-block;
  direction: ltr; /* This makes it easier to work with the hover effect */
  unicode-bidi: bidi-override; /* Ensures the stars are displayed in the correct order */
  font-size: 2em;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .review-form .star-rating label {
  cursor: pointer;
  color: lightgray;
  position: relative;
  margin: 0 !important;
  padding: 0.5rem;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .review-form .star-rating label::before {
  content: "☆"; /* Unicode star character */
  left: 0;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .review-form .star-rating label.filled::before,
#vue-pdp section.jpp-product div.content-area .product-content .reviews .review-form .star-rating label.hovered::before {
  color: #f58220;
  content: "★";
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .review-form .star-rating input {
  cursor: pointer;
  opacity: 0;
  left: 2px;
  position: absolute;
  bottom: 12px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .review-form button.submit {
  height: 50px;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .review-form .images-preview {
  display: flex;
}
#vue-pdp section.jpp-product div.content-area .product-content .reviews .review-form .images-preview .image-preview img {
  width: 100%;
}
#vue-pdp section.jpp-product div.content-area .related-posts {
  width: 100%;
  position: relative;
  background: #fff;
}
#vue-pdp section.jpp-product div.content-area .related-posts:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 24px;
  background: #fff;
  pointer-events: none;
  content: "";
}
#vue-pdp section.jpp-product div.content-area .related-posts h5 {
  color: #0048A9;
  font-size: 16px;
  margin: 0;
  margin-bottom: 12px;
}
#vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  opacity: 0;
  transition: 0.24s ease;
}
#vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper.no-flickity {
  opacity: 1;
}
#vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper.flickity-enabled {
  display: block;
  opacity: 1;
}
@media (max-width: 600px) {
  #vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper.flickity-enabled {
    width: 85%;
    margin: 0 auto;
    outline: none;
  }
}
@media (max-width: 500px) {
  #vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper.flickity-enabled {
    width: 98%;
    margin: 0;
  }
}
#vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-viewport {
  width: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
#vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-viewport .post:last-of-type:not(:first-of-type) {
  transform: translateX(-48px);
}
#vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-viewport .flickity-slider {
  width: 100%;
}
@media (max-width: 500px) {
  #vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-viewport .flickity-slider {
    width: 105%;
  }
}
#vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #0088ce;
  background-image: url("https://d2we78jv268onp.cloudfront.net/pdp-content/icons/arrow-right-white.png");
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  z-index: 3;
  opacity: 1;
  transition: 0.18s ease;
  box-shadow: 0 0 6px rgba(2, 2, 2, 0.4);
  width: 34px;
  height: 34px;
}
#vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-button > svg {
  display: none;
}
#vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-button:hover {
  filter: brightness(1.1);
}
#vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-button:disabled {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  #vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-button {
    transform: translateX(-2px) translateY(-50%) scale(0.9);
  }
}
#vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-button.previous {
  left: 0;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top;
}
@media (max-width: 600px) {
  #vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-button.previous {
    left: -37px;
  }
}
@media (max-width: 500px) {
  #vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-button.previous {
    display: none;
  }
}
#vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-button.next {
  right: 0;
}
@media (max-width: 600px) {
  #vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-button.next {
    right: -39px;
  }
}
@media (max-width: 500px) {
  #vue-pdp section.jpp-product div.content-area .related-posts .posts-wrapper .flickity-button.next {
    display: none;
  }
}
#vue-pdp section.jpp-product div.content-area .related-posts .post {
  width: calc(33.333% - 12px);
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  position: relative;
  min-height: 200px;
  margin-right: 12px;
  overflow: visible;
  transition: 0.18s ease;
}
@media (min-width: 1660px) {
  #vue-pdp section.jpp-product div.content-area .related-posts .post {
    min-height: 218px;
  }
}
@media (max-width: 768px) {
  #vue-pdp section.jpp-product div.content-area .related-posts .post {
    width: 202px;
    min-width: 202px;
    min-height: 208px;
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.content-area .related-posts .post {
    width: 186px;
    min-width: 186px;
  }
}
#vue-pdp section.jpp-product div.content-area .related-posts .post div.image {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#vue-pdp section.jpp-product div.content-area .related-posts .post img {
  transition: 0.18s ease;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}
#vue-pdp section.jpp-product div.content-area .related-posts .post:hover {
  box-shadow: 0 0 12px rgba(2, 2, 2, 0.12);
  border: 1px solid rgba(0, 136, 206, 0.56);
}
#vue-pdp section.jpp-product div.content-area .related-posts .post:hover img {
  filter: brightness(1.05);
}
#vue-pdp section.jpp-product div.content-area .related-posts .post:hover span {
  color: #0088ce;
}
#vue-pdp section.jpp-product div.content-area .related-posts .post a {
  height: 100%;
  display: block;
}
#vue-pdp section.jpp-product div.content-area .related-posts .post a span {
  font-size: 14px;
  line-height: 18px;
  margin: 8px;
  color: #000;
  font-weight: 600;
  display: block;
  transition: 0.18s ease;
}
@media (max-width: 768px) {
  #vue-pdp section.jpp-product div.content-area .related-posts .post a span {
    font-size: 14px;
  }
}
#vue-pdp section.jpp-product div.content-area .related-posts .post img {
  width: 100%;
  background: #222;
  display: block;
}
#vue-pdp section.jpp-product div.sidebar-area {
  width: 308px;
  position: relative;
  z-index: 26;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.sidebar-area {
    width: 296px;
  }
}
@media (max-width: 1280px) {
  #vue-pdp section.jpp-product div.sidebar-area {
    width: 268px;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.sidebar-area {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block {
  padding: 24px;
  border-radius: 4px;
  background: #F7F7F7;
  border: 1px solid #DFDFDF;
  margin-bottom: 10px;
  order: 1;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.sidebar-area .primary-block {
    padding: 18px;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.sidebar-area .primary-block {
    order: 1;
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.sidebar-area .primary-block {
    border: 0px solid transparent;
    padding: 0;
    background: transparent;
    margin-bottom: 12px;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .pricing {
  position: relative;
  z-index: 1;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .pricing span.price {
  font-size: 28px;
  color: #0048A9;
  font-weight: 800;
  margin-right: 5px;
  z-index: 1;
  position: relative;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .pricing span.uom {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  z-index: 1;
  position: relative;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .pricing.loading:before {
  position: absolute;
  content: "";
  background: url("https://www.jpplus.com/assets/images/loader-blue.gif") left center no-repeat #F7F7F7;
  background-size: 26px;
  top: -1px;
  left: -8px;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.sidebar-area .primary-block .pricing.loading:before {
    background: url("https://www.jpplus.com/assets/images/loader-blue.gif") left center no-repeat #FFF;
    left: -2px;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block #financing-block {
  margin: 12px 0;
  max-width: 350px;
  display: flex;
  align-items: center;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block #financing-block::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: -6px;
  background-color: #C9EDD4;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block #financing-block > div {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #68BB5B;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block #financing-block > div b {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block #financing-block a.learn-more {
  white-space: nowrap;
  font-size: 14px;
  background-color: #68BB5B;
  color: white;
  padding: 6px 12px;
  margin-left: auto;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .savings span {
  font-size: 15px;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .savings span.list-price {
  color: #9D9D9D;
  margin-right: 2px;
  white-space: nowrap;
}
@media (max-width: 1300px) and (min-width: 992px) {
  #vue-pdp section.jpp-product div.sidebar-area .primary-block .savings span.list-price {
    display: block;
    width: 100%;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .savings span.list-price span {
  text-decoration: line-through;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .savings span.you-save {
  color: #0048A9;
  white-space: nowrap;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .savings span.you-save span {
  margin-left: 2px;
}
@media (max-width: 1300px) and (min-width: 992px) {
  #vue-pdp section.jpp-product div.sidebar-area .primary-block .savings span.you-save {
    display: block;
    width: 100%;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .promo span, #vue-pdp section.jpp-product div.sidebar-area .primary-block .preorder span {
  color: #61BB72;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  margin: 4px 0;
  display: block;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.sidebar-area .primary-block .promo span, #vue-pdp section.jpp-product div.sidebar-area .primary-block .preorder span {
    font-size: 14px;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .preorder span {
  color: #F5771F;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .clearance, #vue-pdp section.jpp-product div.sidebar-area .primary-block .stop-buy-seasonal {
  margin-top: 8px;
  display: inline-block;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .clearance span, #vue-pdp section.jpp-product div.sidebar-area .primary-block .stop-buy-seasonal span {
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(to right, #F5771F 0%, #F55A1F 100%);
  display: inline-block;
  padding: 5px 12px;
  user-select: none;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .availability {
  margin: 12px 0 5px;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .availability span {
  font-size: 14px;
  color: #000000;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.sidebar-area .primary-block .availability span {
    font-size: 14px;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .availability span span {
  color: #0048A9;
  font-size: inherit;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify input {
  font-size: 13.5px;
  margin-bottom: 8px;
  background: #fff;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify input:not(.active) {
  display: none;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify input::placeholder {
  opacity: 1;
  color: #777;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify input.active + a.notify-stock {
  border: 1px solid #0088ce;
  background: #0088ce;
  color: #fff;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify input.active + a.notify-stock svg path {
  stroke: #fff !important;
  transition: 0.18s ease;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify input.active + a.notify-stock:hover {
  background: #0088ce;
  color: #fff;
  border: 1px solid #0088ce;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify a.notify-stock {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #3B3B3B;
  text-align: center;
  font-weight: 800;
  line-height: 38px;
  height: 40px;
  display: block;
  font-size: 14px;
  margin-top: 2px;
  overflow: hidden;
  position: relative;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify a.notify-stock > svg {
  position: relative;
  z-index: 2;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify a.notify-stock svg {
  transform: translateY(5px);
  margin-right: 5px;
  position: relative;
  z-index: 2;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify a.notify-stock svg path {
  transition: 0.24s ease;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify a.notify-stock:hover {
  background: #0088ce;
  color: #fff;
  border: 1px solid #0088ce;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify a.notify-stock:hover svg path {
  stroke: #fff;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify a.notify-stock:before {
  background: #61BB72;
  position: absolute;
  content: "";
  top: -1.5px;
  left: calc(-100% - 3px);
  bottom: -1.5px;
  width: calc(100% + 3px);
  transition: 0.62s cubic-bezier(0.65, 0.05, 0.36, 1);
  z-index: 3;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify a.notify-stock .notified-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s ease;
  transition-delay: 0s;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  z-index: 4;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify a.notify-stock.notify-sent {
  border: 1px solid #61BB72 !important;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify a.notify-stock.notify-sent:hover {
  border: 1px solid #61BB72 !important;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify a.notify-stock.notify-sent:before {
  left: -1.5px;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify a.notify-stock.notify-sent .notified-message {
  opacity: 1;
  transition: 0.4s ease;
  transition-delay: 0.6s;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .notify + .add-to-cart-wrapper {
  margin-top: 8px;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper {
  display: flex;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper input {
  width: 76px;
  border-color: #dfdfdf;
  background: #fff;
  font-weight: 800;
  margin-right: 0;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .quantity-wrapper {
  position: relative;
  margin-right: 8px;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .quantity-wrapper input {
  height: 42px;
  width: 86px;
  padding: 0 9px;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
}
@media (max-width: 1280px) {
  #vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .quantity-wrapper input {
    width: 74px;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .quantity-wrapper input::-webkit-outer-spin-button,
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .quantity-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .quantity-wrapper input[type=number] {
  -moz-appearance: textfield;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .quantity-wrapper .qty-up, #vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .quantity-wrapper .qty-down {
  width: 20px;
  max-width: 20px;
  display: block;
  height: 21px;
  background: #dfdfdf;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.18s ease;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  padding: 0 !important;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .quantity-wrapper .qty-up:hover, #vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .quantity-wrapper .qty-down:hover {
  filter: brightness(1.02);
  border: 1px solid rgb(194, 194, 194);
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .quantity-wrapper .qty-up svg, #vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .quantity-wrapper .qty-down svg {
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .quantity-wrapper .qty-down {
  top: auto;
  bottom: 0.5px;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .add-to-cart-button {
  font-weight: 800;
  position: relative;
  flex: 1;
  padding: 12px !important;
  height: 42px;
  background-color: #0088ce;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.24s ease, height 0s;
  border: none;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .add-to-cart-button {
    width: 308px;
    max-width: 308px;
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .add-to-cart-button {
    width: 164px;
    max-width: 100%;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .add-to-cart-button:before {
  background: #0088ce;
  position: absolute;
  content: "ADDED!";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: 0.62s cubic-bezier(0.65, 0.05, 0.36, 1);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  line-height: 40px;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .add-to-cart-button:hover {
  filter: brightness(1.1);
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .add-to-cart-button.added:before {
  transition: 0.62s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 1;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .add-to-cart-button[disabled] {
  cursor: wait;
  opacity: 0.5;
}
#vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .add-to-cart-button[disabled]:hover, #vue-pdp section.jpp-product div.sidebar-area .primary-block .buttons .add-to-cart-wrapper .add-to-cart-button[disabled]:focus {
  filter: none;
  box-shadow: none;
  background-color: #0088CE !important;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  order: 2;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample {
    justify-content: center;
    flex-wrap: nowrap;
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample {
    min-width: 100%;
    flex-wrap: wrap;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample > div, #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample > a {
  flex: 1;
}
@media (max-width: 768px) {
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample > div, #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample > a {
    flex: 1;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample > div {
  width: 50%;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample > div {
    width: calc(33.333% - 8px);
  }
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button {
  width: 50%;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  display: flex;
  justify-content: center;
  height: 34px;
  margin-right: 8px;
  background: #fff;
  user-select: none;
  position: relative;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button {
    width: calc(33.333% - 8px);
  }
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button:nth-of-type(2) {
    margin-right: 8px;
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button:nth-of-type(1) {
    margin-bottom: 8px;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button svg {
  width: 17px;
  margin-right: 8px;
  align-self: center;
}
@media (max-width: 1280px), (min-width: 992px) {
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button svg {
    width: 16px;
    margin-right: 6px;
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button svg {
    width: 16px;
    margin-right: 6px;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button svg path, #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button svg rect {
  stroke: #0088ce;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button span {
  font-size: 11px;
  color: #0088ce;
  font-weight: 800;
  line-height: 33px;
}
@media (max-width: 1280px), (min-width: 992px) {
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button span {
    font-size: 10.5px;
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button span {
    font-size: 11px;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button:hover {
  background: #0088ce;
  border: 1px solid #0088CE;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button:hover svg path, #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button:hover svg rect {
  stroke: #fff;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button:hover span {
  color: #fff;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button.sample-button {
  width: 100%;
  min-width: 100%;
  margin: 0;
  margin-right: 8px;
  margin-top: 8px;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button.sample-button {
    width: 33.333%;
    min-width: 33.333%;
    margin-top: 0;
    margin-left: 8px;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button.sample-button {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button.sample-button svg {
  width: 19px;
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button.sample-button svg {
    width: 18px;
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample a.secondary-button.sample-button span {
    line-height: 32px;
    transform: translateY(1px);
    text-align: center;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample .add-to-list-wrapper {
  position: relative;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample .add-to-list-wrapper > a {
  width: 100%;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample .add-to-list-wrapper > a svg, #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample .add-to-list-wrapper > a span {
  pointer-events: none;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample .add-to-list-wrapper .user-lists {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  width: 200px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 8px rgba(2, 2, 2, 0.2);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  transform: translateY(4px);
  transition: 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
  z-index: 2;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample .add-to-list-wrapper .user-lists a {
  transition: 0.18s ease;
  border-bottom: 1px solid #dfdfdf;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  color: #000;
  width: 100%;
  display: block;
  cursor: pointer;
  user-select: none;
  font-weight: 600;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample .add-to-list-wrapper .user-lists a:hover {
  background: #f9f9f9;
  color: #0088ce;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample .add-to-list-wrapper .user-lists a:last-of-type {
  border-bottom: 1px solid transparent;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample .add-to-list-wrapper .user-lists a.create-new {
  font-size: 12px;
  text-transform: uppercase;
  color: #0088ce;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample .add-to-list-wrapper.active > a {
  background: #0088ce;
  border: 1px solid #0088CE;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample .add-to-list-wrapper.active > a svg path, #vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample .add-to-list-wrapper.active > a svg rect {
  stroke: #fff;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample .add-to-list-wrapper.active > a span {
  color: #fff;
}
#vue-pdp section.jpp-product div.sidebar-area .wishlist-favorites-sample .add-to-list-wrapper.active .user-lists {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#vue-pdp section.jpp-product div.sidebar-area .price-breaks {
  line-height: 20px;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.sidebar-area .price-breaks {
    order: 4;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .price-breaks span {
  text-align: center;
}
#vue-pdp section.jpp-product div.sidebar-area .price-breaks div.not-logged-in {
  opacity: 0.84;
  margin: 16px 0 20px;
}
#vue-pdp section.jpp-product div.sidebar-area .price-breaks div.not-logged-in a {
  color: #0088ce;
}
#vue-pdp section.jpp-product div.sidebar-area .price-breaks div.not-logged-in a:hover {
  color: #f58220;
}
#vue-pdp section.jpp-product div.sidebar-area .price-breaks div.not-logged-in span {
  text-align: center;
  margin: 0 auto;
  width: 260px;
  display: block;
  line-height: 20px;
  font-size: 15px;
}
#vue-pdp section.jpp-product div.sidebar-area .price-breaks div.not-logged-in span span {
  font-size: inherit;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.sidebar-area .price-breaks div.not-logged-in span {
    font-size: 14px;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .price-breaks div.logged-in {
  margin: 12px 0 16px;
  font-weight: 400;
  font-size: 14px;
}
#vue-pdp section.jpp-product div.sidebar-area .price-breaks div.logged-in h5 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin: 0 0 10px;
}
#vue-pdp section.jpp-product div.sidebar-area .price-breaks div.logged-in span span {
  line-height: 24px;
}
#vue-pdp section.jpp-product div.sidebar-area .price-breaks div.logged-in > span {
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
  line-height: 16px;
  font-size: 14px;
}
#vue-pdp section.jpp-product div.sidebar-area .price-breaks div.logged-in > span span {
  font-size: inherit;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.sidebar-area .price-breaks div.logged-in > span {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.sidebar-area .secondary {
    order: 3;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .secondary .alternate-item {
  border: 2px solid #FCD9C0;
  border-radius: 4px;
  padding: 16px;
  position: relative;
  background: #fff;
}
@media (max-width: 991px) {
  #vue-pdp section.jpp-product div.sidebar-area .secondary .alternate-item {
    width: 308px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  #vue-pdp section.jpp-product div.sidebar-area .secondary .alternate-item {
    width: 100%;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .secondary .alternate-item:before {
  content: "";
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 5px;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  background: #F5781F;
}
#vue-pdp section.jpp-product div.sidebar-area .secondary .alternate-item h5 {
  font-size: 16px;
  color: #F5781F;
  margin-top: 2px;
  margin-bottom: 8px;
}
#vue-pdp section.jpp-product div.sidebar-area .secondary .alternate-item span {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  #vue-pdp section.jpp-product div.sidebar-area .secondary .alternate-item span {
    font-size: 13px;
  }
}
#vue-pdp section.jpp-product div.sidebar-area .secondary .alternate-item div.product-image {
  width: 100%;
  height: 142px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#vue-pdp section.jpp-product div.sidebar-area .secondary .alternate-item div.product-image:before {
  position: absolute;
  content: "";
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.05;
}
#vue-pdp section.jpp-product div.sidebar-area .secondary .alternate-item div.product-image img {
  max-height: calc(100% - 20px);
  display: block;
  margin: 0 auto;
}
#vue-pdp section.jpp-product div.sidebar-area .secondary .alternate-item .product-title {
  font-size: 16px;
  margin: 12px 0;
  color: #000;
}
#vue-pdp section.jpp-product div.sidebar-area .secondary .alternate-item a.view-product {
  width: 100%;
  height: 40px;
  background: #F5781F;
  line-height: 41px;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 800;
  font-size: 14px;
}
#vue-pdp section.jpp-product div.sidebar-area .secondary .alternate-item a.view-product:hover {
  filter: brightness(1.1);
}
#vue-pdp .pagebuilder-column-group[data-pb-style="611CCF77B9C15"] {
  display: flex;
}
@media (max-width: 768px) {
  #vue-pdp .pagebuilder-column-group[data-pb-style="611CCF77B9C15"] {
    flex-wrap: wrap;
  }
}
#vue-pdp .pagebuilder-column-group[data-pb-style="611CCF77B9C15"] .pagebuilder-column[data-pb-style="611CCF77B9C5A"], #vue-pdp .pagebuilder-column-group[data-pb-style="611CCF77B9C15"] .pagebuilder-column[data-pb-style="611CCF77B9D6B"] {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  border-width: 1px;
  border-radius: 0;
  width: 50%;
  margin: 0;
  padding: 10px;
  align-self: stretch;
}
@media (max-width: 768px) {
  #vue-pdp .pagebuilder-column-group[data-pb-style="611CCF77B9C15"] .pagebuilder-column[data-pb-style="611CCF77B9C5A"], #vue-pdp .pagebuilder-column-group[data-pb-style="611CCF77B9C15"] .pagebuilder-column[data-pb-style="611CCF77B9D6B"] {
    flex-basis: 100%;
    max-width: 100%;
    background-attachment: scroll;
  }
}
#vue-pdp .pagebuilder-column-group[data-pb-style="611CCF77B9C15"] .pagebuilder-column[data-pb-style="611CCF77B9C5A"] figure, #vue-pdp .pagebuilder-column-group[data-pb-style="611CCF77B9C15"] .pagebuilder-column[data-pb-style="611CCF77B9D6B"] figure {
  text-align: center;
  margin: 0;
  padding: 0;
  border-style: none;
}

.modal-slide, .modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}

.modal-slide._show, .modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-slide._show .modal-inner-wrap, .modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}

.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}

.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-slide._inner-scroll .modal-header, .modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}

.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}

.modal-slide .modal-header, .modal-slide .modal-content, .modal-slide .modal-footer {
  padding: 0 26px 26px;
}

.modal-slide .modal-header {
  padding-bottom: 21px;
  padding-top: 21px;
}

.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}

.modal-popup.confirm .modal-inner-wrap {
  max-width: 500px;
}

.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.modal-popup .modal-inner-wrap {
  margin: 50px auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.modal-popup._inner-scroll {
  overflow-y: visible;
}

.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}

.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}

.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}

.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
  padding-left: 30px;
  padding-right: 30px;
}

.modal-popup .modal-header, .modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.modal-popup .modal-header {
  padding-bottom: 12px;
  padding-top: 30px;
}

.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 30px;
  padding-top: 30px;
}

.modal-popup .modal-footer-actions {
  text-align: right;
}

.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}

.modal-custom .action-close:focus, .modal-popup .action-close:focus, .modal-slide .action-close:focus, .modal-custom .action-close:active, .modal-popup .action-close:active, .modal-slide .action-close:active {
  background: none;
  border: none;
}

.modal-custom .action-close:hover, .modal-popup .action-close:hover, .modal-slide .action-close:hover {
  background: none;
  border: none;
}

.modal-custom .action-close.disabled, .modal-popup .action-close.disabled, .modal-slide .action-close.disabled, .modal-custom .action-close[disabled], .modal-popup .action-close[disabled], .modal-slide .action-close[disabled], fieldset[disabled] .modal-custom .action-close, fieldset[disabled] .modal-popup .action-close, fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}

.modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: "×";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before {
  color: inherit;
}

.modal-custom .action-close:active:before, .modal-popup .action-close:active:before, .modal-slide .action-close:active:before {
  color: inherit;
}

.modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before {
  color: #1a1a1a;
}

.modal-custom .action-close {
  margin: 25px;
}

.modal-popup {
  pointer-events: none;
}

.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}

.modal-popup .action-close {
  padding: 10px;
}

.modal-popup .action._hidden {
  display: none;
}

@media only screen and (max-width: 769px) {
  .modals-wrapper .modal-popup .modal-header {
    padding-top: 20px;
  }
  .modals-wrapper .modal-popup .modal-title {
    border-bottom: none;
    font-size: 18px;
    font-weight: 300;
  }
}
.modal-popup.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.modal-popup.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}

.modal-popup.modal-slide .modal-inner-wrap {
  margin: 50px auto;
  max-height: 90vh;
}

.modal-popup {
  pointer-events: auto;
}

.modal-popup.modal-slide .modal-inner-wrap {
  background-color: #fff;
}

.modal-popup.modal-slide._inner-scroll._show {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  height: auto;
  min-height: 100%;
}

.modal-popup .modal-title {
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 100px;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
    font-size: 13px;
  }
  .action-select-wrap.buttons {
    display: none;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
.modal-popup .modal-title {
  font-weight: 800;
  color: #353535;
  font-size: 22px;
  line-height: 120%;
  margin: 16px 0;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .modal-popup .modal-title {
    font-size: 28px;
    margin: 24px 0;
  }
}
.modal-popup.requisition-popup .modal-footer .primary {
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 16px !important;
}

.modal-popup.requisition-popup .modal-footer .secondary {
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 16px !important;
}

.modal-popup.requisition-popup .modal-footer .secondary span {
  color: #fff !important;
}

body._has-modal .modals-wrapper .modal-popup {
  pointer-events: auto;
  z-index: 15000;
}

@media all and (min-width: 769px), print {
  .modals-wrapper .modal-popup .modal-inner-wrap {
    width: 428px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap, .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap {
    max-width: 600px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-header h1, .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer, .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 10px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer button:not(:last-child), .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 5px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer .action.cancel, .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #1979c3;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext {
    font-weight: 700;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext span {
    display: block;
    font-weight: 400;
    padding-top: 10px;
  }
}
.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
  background: none;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 11px 20px;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}

.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.modal-popup .action.primary {
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  border-radius: 0 !important;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px !important;
  line-height: 100%;
  padding: 13px 25px !important;
  text-transform: uppercase;
  background-color: #0088ce !important;
  border: 1px solid #0088ce !important;
}
.modal-popup .action.primary span {
  font-weight: 800;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}
.modal-popup .action.secondary, .modal-popup .action.subscribe {
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  border-radius: 0 !important;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px !important;
  line-height: 100%;
  padding: 13px 25px !important;
  text-transform: uppercase;
  background-color: #f58220 !important;
  border: 1px solid #f58220 !important;
}
.modal-popup .action.secondary span, .modal-popup .action.subscribe span {
  font-weight: 800;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}
.modal-popup .action.secondary:hover, .modal-popup .action.secondary:focus, .modal-popup .action.subscribe:hover, .modal-popup .action.subscribe:focus {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  background-color: #f6913a !important;
}
.modal-popup .action.primary:hover, .modal-popup .action.primary:focus {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  background-color: #1e95d4 !important;
}
.modal-popup .modal-footer button:first-of-type {
  margin-right: 8px !important;
  margin-left: 0;
}
.modal-popup .modal-footer button:last-of-type {
  margin-left: 8px !important;
  margin-right: 0;
}
.modal-popup .modal-footer {
  display: flex;
  border-top: 1px solid #c1c1c1;
  text-align: right;
}
.modal-popup .modal-footer button {
  flex: 1;
}
.modal-popup input {
  width: 100%;
}

/* Crosssell/Upsell */
section.cross-sell {
  margin-top: 64px;
}
section.cross-sell .related, section.cross-sell .upsell {
  margin-bottom: 0 !important;
}
section.cross-sell h4 {
  font-weight: 800;
  text-transform: none;
  padding-top: 0;
  margin: 0;
  font-size: 24px;
}
section.cross-sell .block-title {
  border-bottom: 0px solid transparent;
}
section.cross-sell > div {
  min-height: 246px;
}
section.cross-sell > div.browse-similar {
  position: relative;
  min-height: 492px;
  padding-top: 40px;
}
@media (max-width: 480px) {
  section.cross-sell > div.browse-similar {
    padding-top: 24px;
  }
}
section.cross-sell > div.browse-similar:after {
  pointer-events: none;
  width: 100vw;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  background: #f9f9f9;
}
section.cross-sell.new {
  position: relative;
  margin-top: 64px !important;
  margin-bottom: 120px !important;
  z-index: 1;
}
@media (max-width: 991px) {
  section.cross-sell.new {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
}
@media (max-width: 768px) {
  section.cross-sell.new {
    margin-top: 40px !important;
    margin-bottom: 48px !important;
  }
}
@media (max-width: 480px) {
  section.cross-sell.new {
    margin-top: 32px !important;
  }
}
section.cross-sell.new .items-list {
  width: 100%;
  max-width: 100%;
  margin-top: 18px;
  margin-bottom: 48px;
  display: flex;
  position: relative;
  opacity: 0;
  transition: 0.18s ease;
}
@media (max-width: 480px) {
  section.cross-sell.new .items-list {
    min-width: calc(100% + 32px);
    margin-top: 12px;
    padding-bottom: 6px;
    margin-bottom: 12px;
    transform: translateX(-16px);
  }
  section.cross-sell.new .items-list.no-flickity {
    transform: translateX(0);
  }
}
section.cross-sell.new .items-list:not(.no-flickity):before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  background: #fff;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 480px) {
  section.cross-sell.new .items-list:not(.no-flickity):before {
    opacity: 0;
  }
}
section.cross-sell.new .items-list.no-flickity, section.cross-sell.new .items-list.flickity-enabled {
  opacity: 1;
}
section.cross-sell.new .items-list.flickity-enabled {
  overflow: hidden;
  outline: none;
}
section.cross-sell.new .items-list .flickity-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #0088ce;
  background-image: url("https://d2we78jv268onp.cloudfront.net/pdp-content/icons/arrow-right-white.png");
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  z-index: 3;
  opacity: 1;
  transition: 0.18s ease;
  box-shadow: 0px 0px 6px rgba(2, 2, 2, 0.4);
  width: 34px;
  height: 34px;
}
section.cross-sell.new .items-list .flickity-button > svg {
  display: none;
}
@media (max-width: 768px) {
  section.cross-sell.new .items-list .flickity-button {
    transform: translateX(-2px) translateY(-50%) scale(0.9);
  }
}
section.cross-sell.new .items-list .flickity-button:hover {
  filter: brightness(1.1);
}
section.cross-sell.new .items-list .flickity-button:disabled {
  opacity: 0;
  pointer-events: none;
}
section.cross-sell.new .items-list .flickity-button.previous {
  left: 0;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top;
}
section.cross-sell.new .items-list .flickity-button.next {
  right: 4px;
}
section.cross-sell.new .items-list .flickity-viewport {
  width: 100%;
  z-index: 1;
}
@media (max-width: 480px) {
  section.cross-sell.new .items-list .flickity-viewport {
    transform: translateX(16px);
  }
}
section.cross-sell.new .items-list .flickity-viewport .flickity-slider {
  height: 100%;
}
section.cross-sell.new .items-list .product {
  width: 202px;
  min-width: 202px;
  min-height: 208px;
  border: 1px solid #dfdfdf;
  background: #fff;
  border-radius: 4px;
  transition: 0.18s ease;
  position: relative;
  margin-right: 12px;
}
@media (min-width: 1565px) {
  section.cross-sell.new .items-list .product {
    width: 238px;
    min-width: 238px;
    min-height: 266px;
  }
}
@media (max-width: 1368px) {
  section.cross-sell.new .items-list .product {
    margin-right: 12px;
  }
}
@media (max-width: 991px) {
  section.cross-sell.new .items-list .product:last-of-type {
    margin-left: 48px;
    transform: translateX(-48px);
  }
}
@media (max-width: 480px) {
  section.cross-sell.new .items-list .product {
    width: 186px;
    min-width: 186px;
  }
}
section.cross-sell.new .items-list .product:hover {
  filter: brightness(1.05);
  box-shadow: 0px 0px 6px rgba(2, 2, 2, 0.12);
  border: 1px solid rgba(0, 136, 206, 0.56);
}
section.cross-sell.new .items-list .product:hover .image:before {
  opacity: 0.08;
}
section.cross-sell.new .items-list .product:hover .info span.product-title {
  color: #0088ce;
}
section.cross-sell.new .items-list .product a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
}
section.cross-sell.new .items-list .product a div.image {
  width: 100%;
  height: 120px;
  position: relative;
}
@media (min-width: 1440px) {
  section.cross-sell.new .items-list .product a div.image {
    height: 141.6px;
  }
}
section.cross-sell.new .items-list .product a div.image:before {
  position: absolute;
  content: "";
  background: #000;
  opacity: 0.05;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  transition: 0.18s ease;
}
section.cross-sell.new .items-list .product a div.image img {
  max-height: 76%;
  max-width: 56%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
}
section.cross-sell.new .items-list .product a .info {
  padding: 12px;
  flex: 1;
  padding-bottom: 30px;
}
section.cross-sell.new .items-list .product a .info span {
  display: block;
  width: 100%;
  transition: 0.18s ease;
}
section.cross-sell.new .items-list .product a .info .product-title {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.15px;
}
@media (min-width: 1440px) {
  section.cross-sell.new .items-list .product a .info .product-title {
    font-size: 15px;
  }
}
section.cross-sell.new .items-list .product a .info .product-price {
  color: #0048A9;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  bottom: 8px;
  left: 12px;
}
@media (min-width: 1440px) {
  section.cross-sell.new .items-list .product a .info .product-price {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  section.cross-sell.new .recommended-products {
    margin-bottom: 24px;
  }
}

.swatch-opt {
  margin: 20px 0;
}

.product-options-wrapper .swatch-opt .swatch-attribute {
  margin-bottom: 18px;
}

.product-options-wrapper .swatch-opt .swatch-attribute .swatch-option.text.selected {
  color: #fff;
  border-color: #0088ce;
  background-color: #0088ce !important;
}

.selectedPreApplied {
  border-color: #0088ce !important;
  border-width: thick !important;
}

.adhesive-button-open {
  border-color: #0088ce !important;
  color: #0088ce !important;
}

.adhesive-placeholder {
  background: #9d9d9d;
  border: #9d9d9d thin solid;
  border-radius: 4px;
  animation: pulse 1.5s infinite ease-in-out;
  width: 100%;
  height: 96px;
}

@keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.7;
  }
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-option.disabled {
  cursor: pointer;
  pointer-events: initial;
  color: #dedede !important;
  border: 1.5px dashed #dedede !important;
  box-shadow: unset;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-option.disabled .swatch-option:hover {
  border-color: #b1b1b1 !important;
  background-color: unset !important;
  opacity: 1 !important;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-option.disabled:before {
  font-size: 10px;
  position: absolute;
  z-index: 1;
  bottom: 124%;
  left: 100%;
  width: 150px;
  height: 26.67px;
  line-height: 26.67px;
  padding: 0 12px;
  content: "Click for available options";
  user-select: none;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0;
  color: #fff;
  border-radius: 4px;
  background: #555;
  transition: all 0.3s ease;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-option.disabled:after {
  content: none;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-option.disabled:hover::before {
  transition-delay: 0.38s;
  opacity: 1;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-option.disabled .swatch-label, .product-options-wrapper .swatch-opt .swatch-attribute .swatch-option.disabled .swatch-price {
  color: #b1b1b1 !important;
}

.product-options-wrapper .swatch-opt .swatch-attribute .swatch-option.text {
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  height: 30px;
  min-height: 30px;
  padding: 0 15px;
  color: #353535;
  border: 1.5px solid #dfdfdf;
  outline: 0;
  background-color: #fff;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-option.text:hover {
  border-color: #0088ce;
}

.product-options-wrapper .swatch-opt .swatch-attribute .swatch-option {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: visible;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-option:not(.disabled):hover {
  border-color: #0088ce;
}

.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}

#adhesiveWrapper .swatch-attribute.adhesive span.swatch-attribute-label {
  font-size: 14px;
  font-weight: 600 !important;
}

.product-options-wrapper .swatch-opt .swatch-attribute .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#adhesiveWrapper .swatch-attribute.adhesive > p.label {
  margin-bottom: 0;
  line-height: 28px;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.product-options-wrapper .swatch-opt .swatch-attribute .label > a {
  width: 20px;
  margin-left: 4px;
}

#adhesiveWrapper .swatch-attribute.adhesive span.swatch-attribute-selected-option {
  font-size: 14px;
  font-weight: 600 !important;
  padding-left: 0;
  color: #004f9d;
}

.product-options-wrapper .swatch-opt .swatch-attribute.text-options .swatch-label {
  font-size: 13px;
}

#adhesiveNotice .alert-info {
  font-size: 13px;
  font-weight: 400;
}

#adhesiveNotice-bottom .alert-info {
  font-size: 13px;
  font-weight: 400;
  margin: 0 8px 8px 0;
}

.jpp-readmore-component .wrapper {
  position: relative;
  overflow: hidden;
  transition: height 0.4s ease;
}
.jpp-readmore-component.controls:not(.expanded) .wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 26px;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.56) 40%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  opacity: 1;
  transition: 0.9s ease;
  z-index: 100;
}
.jpp-readmore-component .toggle {
  font-weight: 800;
  background: #fff;
  border: 0px solid transparent;
  border-radius: 0px;
  width: 400px;
  max-width: calc(100% - 32px);
  line-height: 40px;
  text-align: center;
  display: block;
  font-size: 14px;
  user-select: none;
  transition: 0.18s ease;
  box-shadow: 0px 0px 2px rgba(2, 2, 2, 0.28);
  padding: 0;
  opacity: 1;
  pointer-events: auto;
  margin: 20px auto 4px;
  height: 40px;
}
@media (max-width: 1440px) {
  .jpp-readmore-component .toggle {
    transform: scale(0.88);
  }
}
.jpp-readmore-component .toggle:hover {
  background: #0088ce;
  color: #fff;
  box-shadow: 0px 0px 2px rgba(2, 2, 2, 0.28);
  filter: brightness(1.1);
}
.jpp-readmore-component .toggle:hover span {
  color: #fff;
}
.jpp-readmore-component .toggle span {
  font-size: 14px;
  font-weight: 800;
  user-select: none;
  transition: 0.18s ease;
  color: #0088ce;
}

.video-play-icon:after {
  content: "";
  position: absolute;
  background: url("https://www.jpplus.com/static/version1630577563/frontend/Gauge/jp3/en_US/Magento_ProductVideo/img/gallery-sprite.png") bottom left;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  width: 24px;
  background-size: 36px;
  background-position: -48px -24px;
  filter: contrast(1.15);
}

#financing-options-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  overflow: hidden auto;
}

#financing-options-modal:not(.active) {
  display: none;
}

#financing-options-modal > .modal {
  width: 900px;
  max-width: 100%;
  background-color: #fff;
}

#financing-options-modal > .modal > .header {
  background: rgb(23, 98, 185);
  background: linear-gradient(90deg, rgb(23, 98, 185) 0%, rgb(27, 166, 218) 50%, rgb(27, 157, 177) 100%);
}

#financing-options-modal > .modal > .content > div {
  flex: 1;
  margin: 0 30px;
}

#financing-options-modal > .modal > .content > div.card-margin {
  margin: 0 30px 0 0;
}

#financing-options-modal > .modal > .content img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 50px;
  margin: 16px 0;
}

#financing-options-modal .content .list {
  order: 4;
}

#financing-options-modal .button {
  order: 5;
  padding: 12px 24px;
  min-width: 200px;
  display: inline-block;
}

#financing-options-modal .button:hover {
  filter: brightness(1.1);
}

@media screen and (max-width: 991px) {
  #financing-options-modal > .modal {
    width: 500px;
  }
  #financing-options-modal .button {
    order: 3;
  }
  #financing-options-modal .content {
    flex-direction: column;
    gap: 24px;
  }
  #financing-options-modal .content > div {
    width: 92% !important;
    margin: auto !important;
  }
  #financing-options-modal .content > div > *:not(.list) {
    width: 42%;
    position: absolute;
    min-width: 0;
  }
  #financing-options-modal .content .list {
    width: 50%;
    margin-left: auto;
  }
  #financing-options-modal .content > div > div:nth-of-type(1) {
    top: 90px;
  }
  #financing-options-modal .content > div > div:nth-of-type(2) {
    top: 125px;
  }
  #financing-options-modal .content > div .button {
    top: 180px;
  }
}

/*# sourceMappingURL=pdp.css.map */
