@charset "UTF-8";
.new-main-product #main-product-container {
  width: 100%;
  background: #f0f0f0;
  padding: 0px 0 0;
}
@media only screen and (min-width: 992px) {
  .new-main-product #main-product-container {
    padding: 40px 0 60px;
  }
}
.new-main-product #main-product-container #main-product {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .new-main-product #main-product-container #main-product {
    padding: 0;
    grid-template-columns: 100%;
    gap: 0;
  }
}

.new-main-product#main-product-container #main-product .product-information {
  padding: 0;
}
@media only screen and (max-width: 991.98px) {
  .new-main-product#main-product-container #main-product .product-information {
    padding: 25px 0 0;
  }
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 15px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--separator-color);
}
@media only screen and (min-width: 992px) {
  .new-main-product#main-product-container #main-product .product-information .product-title-wrapper {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    gap: 10px 20px;
  }
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .breadcrumbs {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .new-main-product#main-product-container #main-product .product-information .product-title-wrapper .breadcrumbs {
    margin-bottom: 15px;
  }
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-title-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-title-group a:hover {
  color: #737373;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper h1.product-title {
  font-size: 20px;
  line-height: 0.95;
}
@media only screen and (max-width: 991.98px) {
  .new-main-product#main-product-container #main-product .product-information .product-title-wrapper h1.product-title {
    font-size: 18px;
  }
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-category {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  font-family: var(--font-heading-family);
  text-transform: uppercase;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-category > * {
  font-family: var(--font-heading-family);
  text-transform: uppercase;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-category:empty {
  display: none;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-title,
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-description,
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-info-group {
  flex: 100%;
  width: 100%;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-info-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 20px;
  color: var(--text-primary-color);
}
@media only screen and (max-width: 400px) {
  .new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-info-group {
    gap: 5px;
  }
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-info-group.product-price-hidden .product-price, .new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-info-group.product-price-hidden .discount-badge {
  display: none;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-info-group .product-reviews {
  font-size: 14px;
  line-height: 18px;
  min-height: 18px;
  font-family: "Brandon Text";
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  --star-size: 16px;
  --star-color: var(--separator-color);
  --star-background: var(--review-star-color);
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-info-group .product-reviews .stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-info-group .product-reviews .stars::before {
  content: "★★★★★";
  letter-spacing: 1px;
  background: linear-gradient(90deg, var(--review-star-color) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-info-group .product-reviews > div:last-of-type {
  font-family: "Brandon Text";
  font-size: 14px;
  line-height: 18px;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .jdgm-preview-badge .jdgm-star {
  color: #005050;
  font-size: 10px;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .jdgm-preview-badge .jdgm-prev-badge__text {
  font-size: 12px;
  font-weight: 400;
  margin-left: 4px;
  text-transform: capitalize;
  visibility: visible;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-price,
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-price-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-price .product-price-range,
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-price .product-price-range-sale,
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-price-wrapper .product-price-range,
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-price-wrapper .product-price-range-sale {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-price .product-price-range-sale,
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-price-wrapper .product-price-range-sale {
  opacity: 0.5;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-price .bundle-price,
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-price-wrapper .bundle-price {
  color: #FD6020;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .discount-badge {
  font-family: var(--font-heading-family);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--color);
  border: 1.5px solid var(--color);
  padding: 3px 6px;
  margin-right: auto;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .discount-badge > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .discount-badge.hide {
  display: none;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .discount-badge[data-discount-type=saving] span:not(.saving) {
  display: none;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .discount-badge[data-discount-type=percentage] span:not(.percentage) {
  display: none;
}
.new-main-product#main-product-container #main-product .product-information .product-title-wrapper .product-reviews {
  display: flex;
  align-items: center;
}
.new-main-product#main-product-container #main-product .product-information .product-form-inner {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  padding-bottom: 20px;
}
.new-main-product#main-product-container #main-product .product-information .product-form-inner .form-message {
  width: 100%;
  margin: 0 auto;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background: #fff;
}
.new-main-product#main-product-container #main-product .product-information .product-form-inner .form-message.error {
  color: #fff;
  background: #b3333a;
}
.new-main-product#main-product-container #main-product .product-information .product-description-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 5px;
}
.new-main-product#main-product-container #main-product .product-information .product-description-wrapper .read-more,
.new-main-product#main-product-container #main-product .product-information .product-description-wrapper .product-description {
  width: 100%;
}
.new-main-product#main-product-container #main-product .product-information .product-description-wrapper .read-more:not(h1, h2, h3, h4, h5, sup, sub), .new-main-product#main-product-container #main-product .product-information .product-description-wrapper .read-more *:not(h1, h2, h3, h4, h5, sup, sub),
.new-main-product#main-product-container #main-product .product-information .product-description-wrapper .product-description:not(h1, h2, h3, h4, h5, sup, sub),
.new-main-product#main-product-container #main-product .product-information .product-description-wrapper .product-description *:not(h1, h2, h3, h4, h5, sup, sub) {
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  color: var(--text-primary-color);
}
.new-main-product#main-product-container #main-product .product-information .product-description-wrapper .product-description {
  width: 100%;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new-main-product#main-product-container #main-product .product-information .product-description-wrapper .read-more {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}

.new-main-product#main-product-container .pdp-blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 0;
}
.new-main-product#main-product-container .pdp-blocks .pdp-block,
.new-main-product#main-product-container .pdp-blocks .accordion {
  width: 100%;
  border-bottom: solid 1px #dadada;
}
.new-main-product#main-product-container .pdp-blocks .pdp-block .heading,
.new-main-product#main-product-container .pdp-blocks .accordion .heading {
  font-family: var(--font-heading-family);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.new-main-product#main-product-container .pdp-blocks .pdp-block .heading > *,
.new-main-product#main-product-container .pdp-blocks .accordion .heading > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
.new-main-product#main-product-container .pdp-blocks .pdp-block:empty,
.new-main-product#main-product-container .pdp-blocks .accordion:empty {
  display: none !important;
}
.new-main-product#main-product-container .pdp-blocks .pdp-block.usps,
.new-main-product#main-product-container .pdp-blocks .accordion.usps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 40px 0;
}
.new-main-product#main-product-container .pdp-blocks .pdp-block.usps .usp-card,
.new-main-product#main-product-container .pdp-blocks .accordion.usps .usp-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 10px;
}
.new-main-product#main-product-container .pdp-blocks .pdp-block.usps .usp-card img.usp-icon,
.new-main-product#main-product-container .pdp-blocks .accordion.usps .usp-card img.usp-icon {
  width: 50px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.new-main-product#main-product-container .pdp-blocks .pdp-block.usps .usp-card .usp-title,
.new-main-product#main-product-container .pdp-blocks .accordion.usps .usp-card .usp-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .new-main-product#main-product-container .pdp-blocks .pdp-block.usps,
  .new-main-product#main-product-container .pdp-blocks .accordion.usps {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.new-main-product#main-product-container .pdp-blocks .accordion {
  padding: 17px 0 8px;
}
.new-main-product#main-product-container .pdp-blocks .accordion > div {
  pointer-events: none;
  font-size: 16px;
  text-align: left;
}
.new-main-product#main-product-container .pdp-blocks .panel {
  width: 100%;
}
.new-main-product#main-product-container .pdp-blocks .panel .content {
  width: 100%;
  padding: 10px 5px;
  border-bottom: solid 1px #dadada;
  font-size: 14px;
}
.new-main-product#main-product-container .pdp-blocks .panel .content p {
  margin: 5px 0px;
}
.new-main-product#main-product-container .pdp-blocks .panel .content .view-full-description {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 390;
  line-height: normal;
  text-decoration-line: underline;
}
.new-main-product#main-product-container .pdp-blocks .panel .content *:not(h1, h2, h3, h4, h5, sup, sub) {
  font-size: 14px;
}
.new-main-product#main-product-container .pdp-blocks .panel .content .gpsr-regulation__container {
  padding: 10px 0 0;
}
.new-main-product#main-product-container .pdp-blocks .panel .content .gpsr-regulation__list a {
  color: var(--text-primary-color);
  text-decoration: underline;
  font-weight: 700;
}

.new-main-product#main-product-container .gallery .gallery-container,
.product-gallery-block .gallery .gallery-container {
  display: flex;
  transition: all 0.3s;
  position: sticky;
  top: 120px;
  gap: 21px 18px;
  aspect-ratio: 610/528;
}
@media only screen and (max-width: 991.98px) {
  .new-main-product#main-product-container .gallery .gallery-container,
  .product-gallery-block .gallery .gallery-container {
    flex-direction: column-reverse;
  }
}
.new-main-product#main-product-container .gallery .gallery-container .swiper-slide.external-video,
.product-gallery-block .gallery .gallery-container .swiper-slide.external-video {
  cursor: pointer;
}
.new-main-product#main-product-container .gallery .gallery-container .thumb-gallery,
.product-gallery-block .gallery .gallery-container .thumb-gallery {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
  .new-main-product#main-product-container .gallery .gallery-container .thumb-gallery,
  .product-gallery-block .gallery .gallery-container .thumb-gallery {
    display: none;
  }
}
.new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-slide,
.product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-slide {
  overflow: hidden;
  aspect-ratio: 1;
}
.new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide,
.product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide .gallery-image-holder,
.product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide .gallery-image-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide .gallery-image-holder svg:not([lightbox-trigger] svg),
.product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide .gallery-image-holder svg:not([lightbox-trigger] svg) {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide .gallery-image-holder:hover img,
.product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide .gallery-image-holder:hover img {
  transform: scale(1.1);
}
.new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide .gallery-image-holder:hover svg,
.product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide .gallery-image-holder:hover svg {
  transform: scale(0.7);
}
.new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide .gallery-image-holder .icon-play,
.product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide .gallery-image-holder .icon-play {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(0.5);
  background: #fff;
  border-radius: 100%;
}
.new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide .gallery-image-holder .icon-play svg,
.product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide .gallery-image-holder .icon-play svg {
  fill: #000;
  transition: all 0.3s;
  width: 50% !important;
}
.new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide .gallery-image-holder img,
.product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-slide.thumb-swiper-slide .gallery-image-holder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.new-main-product#main-product-container .gallery .gallery-container .thumb-gallery--tall .swiper-slide,
.product-gallery-block .gallery .gallery-container .thumb-gallery--tall .swiper-slide {
  aspect-ratio: unset;
}
.new-main-product#main-product-container .gallery .gallery-container .thumb-gallery--tall .swiper-slide .gallery-image-holder,
.product-gallery-block .gallery .gallery-container .thumb-gallery--tall .swiper-slide .gallery-image-holder {
  padding-bottom: 125%;
}
@media only screen and (min-width: 992px) {
  .new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-button-prev,
  .new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-button-next,
  .product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-button-prev,
  .product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-button-next {
    margin-top: 0;
    translate: -50% 0;
  }
  .new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-button-prev.swiper-button-disabled,
  .new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-button-next.swiper-button-disabled,
  .product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-button-prev.swiper-button-disabled,
  .product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-button-next.swiper-button-disabled {
    opacity: 0;
  }
  .new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-button-prev,
  .product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-button-prev {
    rotate: 90deg;
    translate: -50% 0;
    inset: -34px auto auto 50%;
  }
  .new-main-product#main-product-container .gallery .gallery-container .thumb-gallery .swiper-button-next,
  .product-gallery-block .gallery .gallery-container .thumb-gallery .swiper-button-next {
    rotate: 90deg;
    inset: auto auto -34px 50%;
  }
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery,
.product-gallery-block .gallery .gallery-container .main-gallery {
  overflow: hidden;
  position: relative;
  aspect-ratio: 534/524;
  width: calc(88% - 9px);
}
@media only screen and (max-width: 991.98px) {
  .new-main-product#main-product-container .gallery .gallery-container .main-gallery,
  .product-gallery-block .gallery .gallery-container .main-gallery {
    width: 100%;
  }
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .product-badges,
.product-gallery-block .gallery .gallery-container .main-gallery .product-badges {
  inset: 17px auto auto 17px;
  width: unset;
  z-index: 99;
}
@media only screen and (max-width: 991.98px) {
  .new-main-product#main-product-container .gallery .gallery-container .main-gallery .product-badges,
  .product-gallery-block .gallery .gallery-container .main-gallery .product-badges {
    inset: 15px auto auto 15px;
  }
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .product-badges .product-badge,
.product-gallery-block .gallery .gallery-container .main-gallery .product-badges .product-badge {
  width: -moz-max-content;
  width: max-content;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .lightbox-trigger,
.product-gallery-block .gallery .gallery-container .main-gallery .lightbox-trigger {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .lightbox-trigger svg,
.product-gallery-block .gallery .gallery-container .main-gallery .lightbox-trigger svg {
  position: absolute;
  inset: 15px 15px auto auto;
  pointer-events: none;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-image-icon,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-image-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  z-index: 1;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-upgrade-badge,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-upgrade-badge {
  position: absolute;
  z-index: 5;
  right: 8px;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 10px 10px 10px 14px;
  border: 0;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
@media only screen and (min-width: 992px) {
  .new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-upgrade-badge,
  .product-gallery-block .gallery .gallery-container .main-gallery .gallery-upgrade-badge {
    display: none;
  }
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-upgrade-badge:hover,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-upgrade-badge:hover {
  background: rgba(255, 255, 255, 0.92);
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-upgrade-badge__flag,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-upgrade-badge__flag {
  font-family: var(--font-heading-family);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  color: #00bec8;
  letter-spacing: 0.05em;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-upgrade-badge__flag > *,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-upgrade-badge__flag > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-upgrade-badge__text,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-upgrade-badge__text {
  font-family: var(--font-heading-family);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  color: #1d1d1d;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-upgrade-badge__text > *,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-upgrade-badge__text > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
@media only screen and (min-width: 992px) {
  .new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-upgrade-badge__text,
  .product-gallery-block .gallery .gallery-container .main-gallery .gallery-upgrade-badge__text {
    font-size: 14px;
  }
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-upgrade-badge__icon,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-upgrade-badge__icon {
  flex: 0 0 auto;
  width: auto !important;
  height: auto !important;
  position: static !important;
}
@media only screen and (min-width: 992px) {
  .new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-upgrade-badge__icon,
  .product-gallery-block .gallery .gallery-container .main-gallery .gallery-upgrade-badge__icon {
    display: none !important;
  }
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-image-holder,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-image-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-image-holder video,
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-image-holder iframe,
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-image-holder model-viewer,
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-image-holder img:not(.lightbox-trigger img):not(.gallery-image-layer img),
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-image-holder svg:not(.lightbox-trigger svg),
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-image-holder video,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-image-holder iframe,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-image-holder model-viewer,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-image-holder img:not(.lightbox-trigger img):not(.gallery-image-layer img),
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-image-holder svg:not(.lightbox-trigger svg) {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f8f8f8;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-image-holder .gallery-image-layer,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-image-holder .gallery-image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-image-holder .gallery-image-layer img,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-image-holder .gallery-image-layer img {
  background: transparent;
  height: 100%;
  width: 100%;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .gallery-image-holder .icon-play svg,
.product-gallery-block .gallery .gallery-container .main-gallery .gallery-image-holder .icon-play svg {
  z-index: 1;
  transform: scale(0.27);
  color: hsla(0, 0%, 100%, 0.651);
  background-color: transparent !important;
  transition: all 0.3s;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .swiper-button-next,
.product-gallery-block .gallery .gallery-container .main-gallery .swiper-button-next {
  inset: 50% 10px auto auto;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery .swiper-button-prev,
.product-gallery-block .gallery .gallery-container .main-gallery .swiper-button-prev {
  inset: 50% auto auto 10px;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery--tall .gallery-image-holder,
.product-gallery-block .gallery .gallery-container .main-gallery--tall .gallery-image-holder {
  padding-bottom: 125%;
}
.new-main-product#main-product-container .gallery .gallery-container .main-gallery--tall .gallery-image-holder video,
.new-main-product#main-product-container .gallery .gallery-container .main-gallery--tall .gallery-image-holder iframe,
.new-main-product#main-product-container .gallery .gallery-container .main-gallery--tall .gallery-image-holder model-viewer,
.new-main-product#main-product-container .gallery .gallery-container .main-gallery--tall .gallery-image-holder img:not(.lightbox-trigger img),
.new-main-product#main-product-container .gallery .gallery-container .main-gallery--tall .gallery-image-holder svg:not(.lightbox-trigger svg),
.product-gallery-block .gallery .gallery-container .main-gallery--tall .gallery-image-holder video,
.product-gallery-block .gallery .gallery-container .main-gallery--tall .gallery-image-holder iframe,
.product-gallery-block .gallery .gallery-container .main-gallery--tall .gallery-image-holder model-viewer,
.product-gallery-block .gallery .gallery-container .main-gallery--tall .gallery-image-holder img:not(.lightbox-trigger img),
.product-gallery-block .gallery .gallery-container .main-gallery--tall .gallery-image-holder svg:not(.lightbox-trigger svg) {
  filter: unset;
}
.new-main-product#main-product-container .gallery .gallery-container .swiper-button-next,
.new-main-product#main-product-container .gallery .gallery-container .swiper-button-prev,
.product-gallery-block .gallery .gallery-container .swiper-button-next,
.product-gallery-block .gallery .gallery-container .swiper-button-prev {
  padding: 4px;
  margin-top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  color: transparent;
  translate: 0 -50%;
}
.new-main-product#main-product-container .gallery .gallery-container .swiper-button-next:focus,
.new-main-product#main-product-container .gallery .gallery-container .swiper-button-prev:focus,
.product-gallery-block .gallery .gallery-container .swiper-button-next:focus,
.product-gallery-block .gallery .gallery-container .swiper-button-prev:focus {
  outline: none;
}
.new-main-product#main-product-container .gallery .gallery-container .swiper-button-next:after,
.new-main-product#main-product-container .gallery .gallery-container .swiper-button-prev:after,
.product-gallery-block .gallery .gallery-container .swiper-button-next:after,
.product-gallery-block .gallery .gallery-container .swiper-button-prev:after {
  display: none;
}
.new-main-product#main-product-container .gallery .gallery-container .swiper-button-next svg,
.new-main-product#main-product-container .gallery .gallery-container .swiper-button-prev svg,
.product-gallery-block .gallery .gallery-container .swiper-button-next svg,
.product-gallery-block .gallery .gallery-container .swiper-button-prev svg {
  width: 30px;
  height: 30px;
}
.new-main-product#main-product-container .gallery .gallery-container .swiper-button-next svg:focus,
.new-main-product#main-product-container .gallery .gallery-container .swiper-button-prev svg:focus,
.product-gallery-block .gallery .gallery-container .swiper-button-next svg:focus,
.product-gallery-block .gallery .gallery-container .swiper-button-prev svg:focus {
  outline: none;
}

.image_modal,
.external_video_modal {
  border: none;
  height: auto;
  max-height: 450px;
  max-width: 700px;
  display: flex;
  justify-content: center;
  overflow-y: hidden;
  width: auto;
  translate: 0 100%;
  opacity: 0;
  background: transparent;
  transition: translate 0.2s ease-in 0s, opacity 0.1s ease-in 0s;
}
.image_modal[open],
.external_video_modal[open] {
  opacity: 1;
  translate: 0 0;
}
.image_modal.exit,
.external_video_modal.exit {
  opacity: 0;
  translate: 0 100%;
}
@media only screen and (max-width: 767.98px) {
  .image_modal,
  .external_video_modal {
    width: 100%;
    max-height: 370px;
    padding: 0;
  }
}
.image_modal::backdrop,
.external_video_modal::backdrop {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.73);
  pointer-events: all;
}
.image_modal__content,
.external_video_modal__content {
  align-items: center;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .image_modal__content,
  .external_video_modal__content {
    width: 100%;
  }
}
.image_modal .icon-close,
.external_video_modal .icon-close {
  height: 30px;
  position: absolute;
  width: 30px;
  cursor: pointer;
  z-index: 999;
  top: 50px;
  right: 55px;
  background: #FFF;
  border-radius: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .image_modal .icon-close,
  .external_video_modal .icon-close {
    top: 30px;
    right: 10px;
  }
}
.image_modal .icon-close:before, .image_modal .icon-close:after,
.external_video_modal .icon-close:before,
.external_video_modal .icon-close:after {
  background: #1d2122;
  content: "";
  height: 1px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 70%;
}
.image_modal .icon-close:before,
.external_video_modal .icon-close:before {
  transform: rotate(-45deg);
}
.image_modal .icon-close:after,
.external_video_modal .icon-close:after {
  transform: rotate(45deg);
}

/* NEW BACKPACK PDP */
.main-product {
  position: relative;
  z-index: 2;
}

#main-product-container.new-main-product {
  background: #fff;
}
@media only screen and (min-width: 992px) {
  #main-product-container.new-main-product {
    padding: 5px 0 45px;
  }
}
#main-product-container.new-main-product .breadcrumbs {
  margin: 0 0 16px;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container.new-main-product .breadcrumbs-container {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  #main-product-container.new-main-product .breadcrumbs {
    margin: 8px 0;
  }
}
#main-product-container.new-main-product #main-product.main-product {
  display: grid;
  grid-template-columns: auto 410px;
  gap: 24px;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container.new-main-product #main-product.main-product {
    padding: 0;
    grid-template-columns: 100%;
    gap: 0;
  }
}

#main-product-container.new-main-product #main-product.main-product .gallery .gallery-container,
.product-gallery-block .gallery .gallery-container {
  position: sticky;
  top: calc(var(--header-visible-height) + 16px);
  aspect-ratio: unset;
}
#main-product-container.new-main-product #main-product.main-product .gallery .gallery-container .main-gallery,
.product-gallery-block .gallery .gallery-container .main-gallery {
  width: 100%;
  aspect-ratio: unset;
}
#main-product-container.new-main-product #main-product.main-product .gallery .icon-play,
.product-gallery-block .gallery .icon-play {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#main-product-container.new-main-product #main-product.main-product .gallery .icon-play .button-play,
.product-gallery-block .gallery .icon-play .button-play {
  position: absolute;
  bottom: 30px;
  left: 15px;
  padding: 7px 12px 7px 16px;
  font-size: 14px;
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--button-transition);
}
#main-product-container.new-main-product #main-product.main-product .gallery .icon-play .button-play.button-play--center,
.product-gallery-block .gallery .icon-play .button-play.button-play--center {
  width: 50px;
  height: 50px;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-product-container.new-main-product #main-product.main-product .gallery .icon-play .button-play.button-play--center svg,
.product-gallery-block .gallery .icon-play .button-play.button-play--center svg {
  fill: #000;
  width: 16px !important;
  height: auto;
}
#main-product-container.new-main-product #main-product.main-product .gallery .icon-play .button-play.button-play--center:hover svg,
.product-gallery-block .gallery .icon-play .button-play.button-play--center:hover svg {
  fill: #fff;
}
#main-product-container.new-main-product #main-product.main-product .gallery .icon-play .button-play:hover,
.product-gallery-block .gallery .icon-play .button-play:hover {
  background: #000;
  color: #fff;
}
#main-product-container.new-main-product #main-product.main-product .gallery .icon-play .button-play:hover svg path,
.product-gallery-block .gallery .icon-play .button-play:hover svg path {
  stroke: #fff;
}
#main-product-container.new-main-product #main-product.main-product .gallery .icon-play .button-play span,
.product-gallery-block .gallery .icon-play .button-play span {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  transition: var(--button-transition);
}
#main-product-container.new-main-product #main-product.main-product .gallery .icon-play .button-play svg,
.product-gallery-block .gallery .icon-play .button-play svg {
  position: static;
  width: 12px;
  height: 13px;
  transform: none;
}
#main-product-container.new-main-product #main-product.main-product .gallery .main-swiper .main-product-gallery-navigation,
.product-gallery-block .gallery .main-swiper .main-product-gallery-navigation {
  display: none;
}
#main-product-container.new-main-product #main-product.main-product .gallery .main-swiper .main-product-gallery-expand,
.product-gallery-block .gallery .main-swiper .main-product-gallery-expand {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container.new-main-product #main-product.main-product .gallery .main-swiper .main-product-gallery-expand,
  .product-gallery-block .gallery .main-swiper .main-product-gallery-expand {
    display: none;
  }
}
#main-product-container.new-main-product #main-product.main-product .gallery .main-swiper .main-product-gallery-expand button,
.product-gallery-block .gallery .main-swiper .main-product-gallery-expand button {
  border: 2px solid #000;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 450;
  letter-spacing: 0.75px;
  font-size: 16px;
}
#main-product-container.new-main-product #main-product.main-product .gallery .main-swiper .main-product-gallery-expand button:not(.expanded) span:nth-of-type(2),
.product-gallery-block .gallery .main-swiper .main-product-gallery-expand button:not(.expanded) span:nth-of-type(2) {
  display: none;
}
#main-product-container.new-main-product #main-product.main-product .gallery .main-swiper .main-product-gallery-expand button.expanded span:first-of-type,
.product-gallery-block .gallery .main-swiper .main-product-gallery-expand button.expanded span:first-of-type {
  display: none;
}
#main-product-container.new-main-product #main-product.main-product .gallery .main-swiper .main-product-gallery-expand button.expanded svg,
.product-gallery-block .gallery .main-swiper .main-product-gallery-expand button.expanded svg {
  transform: rotate(180deg);
}
#main-product-container.new-main-product #main-product.main-product .gallery .main-swiper .main-product-gallery-expand button:hover,
.product-gallery-block .gallery .main-swiper .main-product-gallery-expand button:hover {
  background-color: #000;
  color: #fff;
}
#main-product-container.new-main-product #main-product.main-product .gallery .main-swiper .main-product-gallery-expand button:hover svg rect,
.product-gallery-block .gallery .main-swiper .main-product-gallery-expand button:hover svg rect {
  fill: #fff;
}
#main-product-container.new-main-product #main-product.main-product .gallery .main-swiper .swiper-controls .swiper-pagination,
.product-gallery-block .gallery .main-swiper .swiper-controls .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  display: flex;
  gap: 0;
  padding: 0;
  line-height: 0;
}
#main-product-container.new-main-product #main-product.main-product .gallery .main-swiper .swiper-controls .swiper-pagination:has(.swiper-pagination-bullet:only-child),
.product-gallery-block .gallery .main-swiper .swiper-controls .swiper-pagination:has(.swiper-pagination-bullet:only-child) {
  display: none;
}
#main-product-container.new-main-product #main-product.main-product .gallery .main-swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet,
.product-gallery-block .gallery .main-swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  flex: 1 0 0;
  width: auto;
  height: 4px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: rgba(115, 115, 115, 0.25);
  opacity: 1;
  transition: background-color 0.2s ease;
}
#main-product-container.new-main-product #main-product.main-product .gallery .main-swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet-active,
.product-gallery-block .gallery .main-swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
  background: #737373;
}
@media only screen and (min-width: 992px) {
  #main-product-container.new-main-product #main-product.main-product .gallery .main-swiper.swiper-disabled .swiper-wrapper,
  .product-gallery-block .gallery .main-swiper.swiper-disabled .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
#main-product-container.new-main-product #main-product.main-product .gallery .thumb-gallery,
.product-gallery-block .gallery .thumb-gallery {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container.new-main-product #main-product.main-product .gallery .thumb-gallery.thumb-gallery--tall .gallery-image-holder .icon-play,
  .product-gallery-block .gallery .thumb-gallery.thumb-gallery--tall .gallery-image-holder .icon-play {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
  }
}

@media only screen and (min-width: 992px) {
  #main-product-container.new-main-product #main-product.main-product .product-information .product-form {
    position: sticky;
    top: calc(var(--header-visible-height) + 16px);
    max-height: calc(100vh - var(--header-visible-height) - 32px);
    overflow-y: auto;
    scrollbar-width: thin;
  }
}
#main-product-container.new-main-product #main-product.main-product .product-information .product-form .product-submit-wrapper [add-to-cart][disabled] {
  cursor: not-allowed;
  pointer-events: none;
  background: var(--accent-1-color-transparent);
  border-color: revert;
  color: var(--text-main-color);
}
#main-product-container.new-main-product #main-product.main-product:has(.upgrade-summary-wrapper) .sticky-add-to-cart, #main-product-container.new-main-product #main-product.main-product:has(.product-cta-slot) .sticky-add-to-cart {
  display: none;
}
@media only screen and (min-width: 992px) {
  #main-product-container.new-main-product #main-product.main-product .product-submit-wrapper:has([data-focus-select-a-device]) {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  #main-product-container.new-main-product #main-product.main-product:not(:has(.upgrade-drawer)) .product-cta-group {
    position: sticky;
    bottom: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
  }
}
@media only screen and (max-width: 991.98px) {
  #main-product-container.new-main-product #main-product.main-product:not(:has(.upgrade-drawer)) .product-cta-group {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: #fff;
    box-shadow: 0 -2px 14px rgba(0, 0, 0, 0.1);
  }
}
#main-product-container.new-main-product #main-product.main-product .product-form-video {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 15px;
  padding-top: 15px;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container.new-main-product #main-product.main-product .product-form-video {
    padding-inline: 20px;
  }
}
#main-product-container.new-main-product #main-product.main-product .product-form-video > * {
  pointer-events: none;
}
#main-product-container.new-main-product #main-product.main-product .product-form-video__thumbnail {
  position: relative;
  width: 33%;
}
#main-product-container.new-main-product #main-product.main-product .product-form-video__thumbnail img {
  display: block;
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container.new-main-product #main-product.main-product .product-form-video__thumbnail img {
    aspect-ratio: 1/1;
  }
}
#main-product-container.new-main-product #main-product.main-product .product-form-video__thumbnail svg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container.new-main-product #main-product.main-product .product-form-video__thumbnail svg {
    width: 20px;
    height: auto;
  }
}
#main-product-container.new-main-product #main-product.main-product .product-form-video__thumbnail svg path {
  fill: #fff;
}
#main-product-container.new-main-product #main-product.main-product .product-form-video__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#main-product-container.new-main-product #main-product.main-product .product-form-video__content > * {
  font-size: 14px;
}
#main-product-container.new-main-product #main-product.main-product .product-form-video__content p {
  margin: 0;
}
