/** Shopify CDN: Minification failed

Line 726:44 Expected "]" to go with "["
Line 726:84 Unexpected "]"
Line 729:44 Expected "]" to go with "["
Line 729:84 Unexpected "]"
Line 772:40 Expected "]" to go with "["
Line 772:81 Unexpected "]"

**/
.main-product-container {
  display: flex;
  grid-gap: 44px;
  gap: 44px;
  max-width: 1440px;
  padding: 34px 110px 40px;
  margin: 0 auto;
}
.main-product-left {
  width: calc(716 / 1220 * 100%);
}
.main-product-right {
  min-width: 312px;
  width: calc(460 / 1220 * 100%);
}
.product-main-carousel-wrapper {
  position: relative;
}
.product-main-carousel-wrapper .label-list {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.product-main-carousel-wrapper .label:not(:first-child):not(:nth-child(2)) {
  display: none;
}
.main-product-content-wrapper {
  --x-gap: clamp(12px, calc(12px + (16 - 12) * (100vw - 834px)), 16px);
  display: flex;
  flex-direction: column;
  grid-gap: var(--x-gap) 0;
  gap: var(--x-gap) 0;
}
.bottom-badge-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  max-width: calc(100% - 100px);
}
.bottom-badge {
  display: flex;
  align-items: center;
  grid-gap: 0 6px;
  gap: 0 6px;
  background-color: var(--background-color);
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: clamp(13px, calc(13px + (16 - 13) * ((100vw - 360px) / (1440 - 360))), 16px);
  line-height: clamp(
    16px,
    calc(16px + (28 - 16) * ((100vw - 360px) / (1440 - 360))),
    28px
  );
  color: var(--primary-color);
}
.bottom-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.main-product-general-info {
  --x-gap: 6px;
  display: flex;
  flex-direction: column;
  grid-gap: var(--x-gap) 0;
  gap: var(--x-gap) 0;
}
.main-product-general-info .jdgm-widget.jdgm-widget {
  display: none;
}
.main-product-general-info .jdgm-preview-badge--with-link {
  align-self: flex-start;
}
.main-product-general-info .jdgm-prev-badge {
  display: flex !important;
  align-items: center;
}
.main-product-general-info .jdgm-star {
  font-size: 14px;
}
.main-product-general-info .jdgm-prev-badge__text {
  margin-left: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--primary-color);
  text-decoration: underline;
}
.main-product-general-info
  .jdgm-preview-badge--with-link:active
  .jdgm-prev-badge__text {
  text-decoration: none;
}
.main-product-title {
  margin: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: var(--primary-color);
}
.main-product-description {
  font-size: clamp(
    14px,
    calc(14px + (16 - 14) * ((100vw - 360px) / (1440 - 360))),
    16px
  );
  line-height: clamp(
    20px,
    calc(20px + (22 - 20) * ((100vw - 360px) / (1440 - 360))),
    22px
  );
  color: var(--primary-color);
}
.main-product-icons {
  display: flex;
  flex-wrap: nowrap;
  grid-gap: 0 clamp(10px, calc(10px + (20 - 10) * (100vw - 834px)), 20px);
  gap: 0 clamp(10px, calc(10px + (20 - 10) * (100vw - 834px)), 20px);
}
.main-product-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 15px);
}
.main-product-icon-image {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
.main-product-form {
  display: flex;
  flex-direction: column;
}
.main-product-form variant-radios {
  display: block;
  margin-bottom: var(--x-gap);
}
.main-product-warranty {
  display: flex;
  flex-direction: column;
  grid-gap: 5px 0;
  gap: 5px 0;
  background-color: rgba(129, 147, 199, 0.12);
  padding: 18px 20px;
  border: 0;
  border-radius: 4px;
}
.main-product-warranty-title {
  margin: 0;
  font-weight: 500;
  font-size: clamp(
    16px,
    calc(16px + (18 - 16) * ((100vw - 360px) / (1440 - 360))),
    18px
  );
  line-height: 20px;
}
.main-product-warranty-content {
  font-size: clamp(
    12px,
    calc(12px + (13 - 12) * ((100vw - 360px) / (1440 - 360))),
    13px
  );
  line-height: clamp(
    17px,
    calc(17px + (18 - 17) * ((100vw - 360px) / (1440 - 360))),
    18px
  );
}
.main-product-warranty-content a:not(.button) {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
}
.main-product-warranty-content a:not(.button):active {
  text-decoration: none;
}
.main-product-iwt {
  display: flex;
  flex-wrap: nowrap;
  grid-gap: 0 6px;
  gap: 0 6px;
}
.main-product-iwt-item {
  display: flex;
  align-items: center;
  grid-gap: 0 2px;
  gap: 0 2px;
  width: calc(33.3333% - 4px);
}
.main-product-iwt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.main-product-iwt-image {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
.main-product-iwt-text {
  font-size: 11px;
  line-height: 14px;
}
.main-product-iwt-text a:not(.button) {
  text-decoration: underline;
}
.main-product-iwt-text a:not(.button):active {
  text-decoration: none;
}
.main-product-slide {
  aspect-ratio: 716/744;
}
.main-product-slide--image-container,
.main-product-slide--image-container picture {
  display: flex;
  justify-content: center;
}
.main-product-slide-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  margin-top: auto;
}
.product-carousel-wrapper {
  --thumbnails-width: calc(94 / 716 * 100%);
  --gap: 12px;
  position: relative;
  display: grid;
  grid-template-columns: var(--thumbnails-width) minmax(0, 1fr);
  grid-column-gap: var(--gap);
}
.product-carousel-wrapper.hide-arrows .product-carousel-arrows {
  display: none;
}
.product-main-carousel {
  opacity: 0;
  height: 0;
}
.product-main-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 15px;
  height: 16px;
  background-color: initial;
  background-image: url(icon-carousel-arrow.svg?v1980f3f4a8d);
  background-size: 15px 16px;
  background-repeat: no-repeat;
  background-position: 50%;
  font-size: 0;
}
.product-main-carousel .slick-prev {
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.product-main-carousel .slick-next {
  right: 20px;
}
.product-main-carousel.slick-initialized {
  opacity: 1;
  height: auto;
}
.main-slide:not(.slick-active) {
  pointer-events: none;
}
.main-slide-media {
  aspect-ratio: 610/744;
}
.main-slide-media,
.main-slide-media picture {
  display: flex;
  justify-content: center;
  max-height: 100%;
}
.main-slide-img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
  margin-bottom: auto;
}
.main-slide-external-video,
.main-slide-video {
  position: relative;
}
.main-slide-external-video iframe,
.main-slide-external-video video,
.main-slide-video iframe,
.main-slide-video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
}
.product-thumbnails-wrapper {
  position: relative;
  height: 100%;
}
.product-thumbnails-carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: auto;
}
.product-thumbnails-carousel.slick-initialized {
  opacity: 1;
  height: 100%;
}
.product-thumbnails-carousel .slick-list {
  height: 100% !important;
  overflow-x: visible;
  overflow-y: clip;
}
.thumbnail-slide {
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}
.thumbnail-slide.slick-slide {
  border: 0;
}
.thumbnail-slide.slick-current {
  border-color: var(--primary-color);
}
.thumbnail-slide.slick-current:after {
  opacity: 1;
}
.thumbnail-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  opacity: 0;
  width: 3px;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 100px;
}
.thumbnail-image-wrapper,
.thumbnail-video-wrapper {
  position: relative;
  aspect-ratio: 94/114;
}
.thumbnail-image-wrapper img,
.thumbnail-image-wrapper picture,
.thumbnail-video-wrapper img,
.thumbnail-video-wrapper picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.thumbnail-video-wrapper {
  pointer-events: none;
}
.thumbnail-video-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: auto;
  margin: auto;
  color: var(--white);
}
.thumbnails-stop .slick-track {
  transform: none !important;
  width: auto !important;
}
.thumbnails-stop .slick-track .thumbnail-slide:last-child {
  margin-right: 0;
}
.price {
  display: flex;
  align-items: center;
  grid-gap: 0 6px;
  gap: 0 6px;
  margin: 0;
}
.price:not(.price--on-sale) .price__sale {
  display: none;
}
.price dd {
  margin: 0;
}
.price-item {
  display: inline-block;
  font-size: clamp(
    16px,
    calc(16px + (20 - 16) * ((100vw - 360px) / (1440 - 360))),
    20px
  );
  line-height: clamp(
    22px,
    calc(22px + (24 - 22) * ((100vw - 360px) / (1440 - 360))),
    24px
  );
  color: var(--primary-color);
}
.price--on-sale .price-item-sale {
  color: var(--on-sale-color);
}
.price--on-sale .price-item-regular {
  font-size: clamp(
    14px,
    calc(14px + (16 - 14) * ((100vw - 360px) / (1440 - 360))),
    16px
  );
  line-height: clamp(
    18px,
    calc(18px + (20 - 18) * ((100vw - 360px) / (1440 - 360))),
    20px
  );
  color: var(--light-text-color);
  text-decoration: line-through;
}
body.has-product-form-sticky {
  padding-bottom: var(--product-form-sticky-height);
}
.product-form .form {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0 3px;
  gap: 0 3px;
}
.product-form.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  background-color: #FFF; 
  padding: 8px 24px 18px;
}
.product-form-quantity .product-form-label {
  display: none;
}
.product-form-button {
  width: calc(100% - 92px);
}
delivery-promise-wc {
  width: 100%;
}
.button.product-form-button {
  width: 100%;
  /* --button-background: var(--accent1-color); */
  --button-height: clamp(40px, calc(40px + (48 - 40) * (100vw - 834px)), 48px);
  font-size: 16px;
  line-height: 20px;
}
.button.product-form-button:active {
  /* --button-background: var(--primary-color); */
}
.product-form__input {
  padding: 0;
  border: 0;
  margin: 0;
}
.form__label {
  padding: 0;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: clamp(
    14px,
    calc(14px + (16 - 14) * ((100vw - 360px) / (1440 - 360))),
    16px
  );
  line-height: clamp(
    20px,
    calc(20px + (22 - 20) * ((100vw - 360px) / (1440 - 360))),
    22px
  );
  color: var(--primary-color);
}
.form__label-selected-value {
  color: var(--light-text-color);
}
.form-options-wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-gap: clamp(4px, calc(4px + (8 - 4) * (100vw - 834px)), 8px);
  gap: clamp(4px, calc(4px + (8 - 4) * (100vw - 834px)), 8px);
}
.form-option {
  position: relative;
  min-width: calc(33.333% - 5.33px);
}
.form-option input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.form-option[\:has\(input\:checked\)] .form-option-label {
  background-color: #FFFAF4;
  border-color: var(--primary-color);
}
.form-option:has(input:checked) .form-option-label {
  background-color: #FFFAF4;
  border-color: var(--primary-color);
}
.form-option-label {
  display: flex;
  flex-direction: column;
  grid-gap: 2px 0;
  gap: 2px 0;
  height: 100%;
  background-color: var(--white);
  padding: clamp(12px, calc(12px + (16 - 12) * (100vw - 1023px)), 16px);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form-option-label:active {
  background-color: var(--selected-background-color);
  border-color: var(--primary-color);
}
.form__label-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: var(--primary-color);
}
.form__label-mini-description {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
  color: var(--primary-color);
}
body.product-zoom-modal-show {
  overflow: hidden;
}
body.product-zoom-modal-show > div > .needsclick {
  display: none;
}
.product-zoom-modal-open {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border-radius: 50%;
  overflow: hidden;
  color: var(--primary-color);
}
.product-zoom-modal-open:active {
  background-color: var(--primary-color);
  color: var(--white);
}
.product-zoom-modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--white);
}
.product-zoom-modal-close svg {
  width: 14px;
  height: 14px;
}
.product-zoom-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  padding: 0 20px;
  transition: 0.15s ease-in-out;
}
.product-zoom-modal-wrapper.show {
  visibility: visible;
  opacity: 1;
}
.product-zoom-modal-wrapper .zoomImg {
  border-radius: 10px;
}
.product-zoom-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 44px;
  height: 44px;
  background-color: var(--secondary-color);
  background-image: url(icon-pagination-next.svg?v1980a5112e3);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  font-size: 0;
}
.product-zoom-carousel .slick-arrow:active {
  background-color: var(--primary-hover-color);
}
.product-zoom-carousel {
  display: flex;
  justify-content: center;
  max-width: 898px;
  width: calc(100% - 40px);
  max-height: 744px;
}
.product-zoom-carousel .slick-list {
  width: 100%;
}
.product-zoom-carousel .slick-track {
  display: flex;
  height: 100%;
}
.product-zoom-carousel .slick-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.product-zoom-carousel .slick-next {
  right: 0;
}
.zoom-slide-media {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .main-product-container {
    display: block;
    padding: 20px 24px 40px;
    overflow: hidden;
  }
  .main-product-left,
  .main-product-right {
    width: 100%;
  }
  .main-product-right {
    min-width: 0;
  }
  .product-carousel-wrapper {
    display: block;
  }
  .product-thumbnails-wrapper {
    display: none;
  }
  .bottom-badge-wrapper,
  .product-main-carousel-wrapper .label-list {
    position: static;
  }
  .product-form:not(.sticky) {
    margin-bottom: 6px;
  }
  .product-main-carousel {
    --slides-gap: 8px;
    width: 65.385%;
    margin-left: calc(var(--slides-gap) / -2);
    margin-right: calc(var(--slides-gap) / -2);
    margin-bottom: 12px;
  }
  .product-main-carousel .slick-list {
    overflow: visible;
  }
  .product-main-carousel .slick-track {
    display: flex;
  }
  .main-slide {
    height: auto;
    padding: 0 calc(var(--slides-gap) / 2);
  }
  .main-slide-media {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
  .product-main-carousel-wrapper[\:not-has\(.bottom-badge-wrapper\,\%20.label-list\)] {
    margin-bottom: 12px;
  }
  .product-main-carousel-wrapper[\:not-has\(.bottom-badge-wrapper\,\%20.label-list\)]
    .product-main-carousel {
    margin-bottom: 0;
  }
  .product-main-carousel-wrapper:not(:has(.bottom-badge-wrapper, .label-list)) {
    margin-bottom: 12px;
  }
  .product-main-carousel-wrapper:not(:has(.bottom-badge-wrapper, .label-list))
    .product-main-carousel {
    margin-bottom: 0;
  }
  .product-main-carousel-wrapper .label-list {
    flex-direction: row;
    grid-gap: 4px;
    gap: 4px;
    margin-bottom: 6px;
    pointer-events: auto;
  }
  .product-main-carousel-wrapper
    .label-list:not(.label-list--horizontal)
    .label:not(:last-child) {
    margin: 0;
  }
  .bottom-badge-wrapper {
    max-width: none;
    margin-bottom: 6px;
  }
  .bottom-badge {
    justify-self: flex-start;
  }
  .main-product-icon {
    width: calc(25% - 7.5px);
  }
  .product-zoom-modal-open {
    display: none;
  }
}
@media (max-width: 834px) {
  .product-form-button {
    width: calc(100% - 80px);
  }
}
@media (min-width: 835px) {
  .product-main-carousel-wrapper[\:has\(.main-slide-external-video.slick-active\)]
    .bottom-badge-wrapper,
  .product-main-carousel-wrapper[\:has\(.main-slide-video.slick-active\)]
    .bottom-badge-wrapper,
  .product-main-carousel-wrapper[\:has\(.main-slide-external-video.slick-active\)]
    .label-list,
  .product-main-carousel-wrapper[\:has\(.main-slide-video.slick-active\)]
    .label-list,
  .product-main-carousel-wrapper[\:has\(.main-slide-external-video.slick-active\)]
    .product-zoom-modal-open,
  .product-main-carousel-wrapper[\:has\(.main-slide-video.slick-active\)]
    .product-zoom-modal-open {
    visibility: hidden;
  }
  .product-main-carousel-wrapper:has(.main-slide-external-video.slick-active)
    .bottom-badge-wrapper,
  .product-main-carousel-wrapper:has(.main-slide-video.slick-active)
    .bottom-badge-wrapper,
  .product-main-carousel-wrapper:has(.main-slide-external-video.slick-active)
    .label-list,
  .product-main-carousel-wrapper:has(.main-slide-video.slick-active)
    .label-list,
  .product-main-carousel-wrapper:has(.main-slide-external-video.slick-active)
    .product-zoom-modal-open,
  .product-main-carousel-wrapper:has(.main-slide-video.slick-active)
    .product-zoom-modal-open {
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .main-slide-external-video iframe,
  .main-slide-external-video video,
  .main-slide-video iframe,
  .main-slide-video video {
    height: 100%;
  }
}
@media (hover: hover) {
  .main-product-general-info
    .jdgm-preview-badge--with-link:hover
    .jdgm-prev-badge__text {
    text-decoration: none;
  }
  .main-product-iwt-text a:not(.button):hover,
  .main-product-warranty-content a:not(.button):hover {
    text-decoration: none;
  }
  /* .button.product-form-button:hover {
    --button-background: var(--primary-color);
  } */
  .form-option-label:hover {
    background-color: #FFFAF4;
    border-color: var(--primary-color);
  }
  .product-zoom-modal-open {
    transition: 0.15s ease-in-out;
  }
  .product-zoom-modal-open:hover {
    background-color: var(--secondary-color);
    color: var(--white);
  }
  .product-zoom-carousel .slick-arrow:hover {
    background-color: var(--primary-hover-color);
  }
}

@media (width <= 360px) {
  .product-content__featured-products-list .product-item__image-wrapper {
    width: clamp(85px, calc(85px + (104 - 85) * ((100vw - 320px) / (360 - 320))), 104px) !important;
  }
}
