.image-gallery-icon {
    color: #fff;
    transition: all 0.3s ease-out;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 4;
    filter: drop-shadow(0 2px 2px rgb(25.5, 25.5, 25.5));
  }
  @media (hover: hover) and (pointer: fine) {
    .image-gallery-icon:hover {
      color: #337ab7;
    }
    .image-gallery-icon:hover .image-gallery-svg {
      transform: scale(1.1);
    }
  }
  .image-gallery-icon:focus {
    outline: 2px solid #337ab7;
  }
  .image-gallery-using-mouse .image-gallery-icon:focus {
    outline: none;
  }
  .image-gallery-fullscreen-button,
  .image-gallery-play-button {
    bottom: 0;
    padding: 20px;
  }
  .image-gallery-fullscreen-button .image-gallery-svg,
  .image-gallery-play-button .image-gallery-svg {
    height: 28px;
    width: 28px;
  }
  @media (max-width: 768px) {
    .image-gallery-fullscreen-button,
    .image-gallery-play-button {
      padding: 15px;
    }
    .image-gallery-fullscreen-button .image-gallery-svg,
    .image-gallery-play-button .image-gallery-svg {
      height: 24px;
      width: 24px;
    }
  }
  @media (max-width: 480px) {
    .image-gallery-fullscreen-button,
    .image-gallery-play-button {
      padding: 10px;
    }
    .image-gallery-fullscreen-button .image-gallery-svg,
    .image-gallery-play-button .image-gallery-svg {
      height: 16px;
      width: 16px;
    }
  }
  .image-gallery-fullscreen-button {
    right: 0;
  }
  .image-gallery-play-button {
    left: 0;
  }
  .image-gallery-top-nav,
  .image-gallery-bottom-nav {
    padding: 10px 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .image-gallery-top-nav .image-gallery-svg,
  .image-gallery-bottom-nav .image-gallery-svg {
    height: 120px;
    width: 90px;
  }
  @media (max-width: 768px) {
    .image-gallery-top-nav .image-gallery-svg,
    .image-gallery-bottom-nav .image-gallery-svg {
      height: 72px;
      width: 48px;
    }
  }
  @media (max-width: 480px) {
    .image-gallery-top-nav .image-gallery-svg,
    .image-gallery-bottom-nav .image-gallery-svg {
      height: 48px;
      width: 36px;
    }
  }
  .image-gallery-top-nav[disabled],
  .image-gallery-bottom-nav[disabled] {
    cursor: disabled;
    opacity: 0.6;
    pointer-events: none;
  }
  .image-gallery-top-nav {
    top: 0;
  }
  .image-gallery-bottom-nav {
    bottom: 0;
  }
  .image-gallery-left-nav,
  .image-gallery-right-nav {
    padding: 50px 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .image-gallery-left-nav .image-gallery-svg,
  .image-gallery-right-nav .image-gallery-svg {
    height: 120px;
    width: 60px;
  }
  @media (max-width: 768px) {
    .image-gallery-left-nav .image-gallery-svg,
    .image-gallery-right-nav .image-gallery-svg {
      height: 72px;
      width: 36px;
    }
  }
  @media (max-width: 480px) {
    .image-gallery-left-nav .image-gallery-svg,
    .image-gallery-right-nav .image-gallery-svg {
      height: 48px;
      width: 24px;
    }
  }
  .image-gallery-left-nav[disabled],
  .image-gallery-right-nav[disabled] {
    cursor: disabled;
    opacity: 0.6;
    pointer-events: none;
  }
  .image-gallery-left-nav {
    left: 0;
  }
  .image-gallery-right-nav {
    right: 0;
  }
  .image-gallery {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
  }
  .image-gallery.fullscreen-modal {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .image-gallery.fullscreen-modal .image-gallery-content {
    top: 50%;
    transform: translateY(-50%);
  }
  .image-gallery-content {
    position: relative;
    line-height: 0;
    top: 0;
  }
  .image-gallery-content.fullscreen {
    background: #000;
  }
  .image-gallery-content .image-gallery-slide .image-gallery-image {
    max-height: calc(100vh - 80px);
  }
  .image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,
  .image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image {
    max-height: 100vh;
  }
  .image-gallery-slide-wrapper {
    position: relative;
  }
  .image-gallery-slide-wrapper.image-gallery-thumbnails-left,
  .image-gallery-slide-wrapper.image-gallery-thumbnails-right {
    display: inline-block;
    width: calc(100% - 110px);
  }
  @media (max-width: 768px) {
    .image-gallery-slide-wrapper.image-gallery-thumbnails-left,
    .image-gallery-slide-wrapper.image-gallery-thumbnails-right {
      width: calc(100% - 87px);
    }
  }
  .image-gallery-slide-wrapper.image-gallery-rtl {
    direction: rtl;
  }
  .image-gallery-slides {
    line-height: 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-align: center;
    touch-action: none;
  }
  .image-gallery-slide {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .image-gallery-slide.image-gallery-center {
    position: relative;
  }
  .image-gallery-slide .image-gallery-image {
    width: 100%;
    object-fit: contain;
  }
  .image-gallery-slide .image-gallery-description {
    background: rgba(0, 0, 0, 0.4);
    bottom: 70px;
    color: #fff;
    left: 0;
    line-height: 1;
    padding: 10px 20px;
    position: absolute;
    white-space: normal;
  }
  @media (max-width: 768px) {
    .image-gallery-slide .image-gallery-description {
      bottom: 45px;
      font-size: 0.8em;
      padding: 8px 15px;
    }
  }
  .image-gallery-bullets {
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 80%;
    z-index: 4;
  }
  .image-gallery-bullets .image-gallery-bullets-container {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .image-gallery-bullets .image-gallery-bullet {
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 2px hsl(0, 0%, 10%);
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    outline: none;
    padding: 5px;
    transition: all 0.2s ease-out;
  }
  @media (max-width: 768px) {
    .image-gallery-bullets .image-gallery-bullet {
      margin: 0 3px;
      padding: 3px;
    }
  }
  @media (max-width: 480px) {
    .image-gallery-bullets .image-gallery-bullet {
      padding: 2.7px;
    }
  }
  .image-gallery-bullets .image-gallery-bullet:focus {
    transform: scale(1.2);
    background: #337ab7;
    border: 1px solid #337ab7;
  }
  .image-gallery-bullets .image-gallery-bullet.active {
    transform: scale(1.2);
    border: 1px solid #fff;
    background: #fff;
  }
  @media (hover: hover) and (pointer: fine) {
    .image-gallery-bullets .image-gallery-bullet:hover {
      background: #337ab7;
      border: 1px solid #337ab7;
    }
    .image-gallery-bullets .image-gallery-bullet.active:hover {
      background: #337ab7;
    }
  }
  .image-gallery-bullets.image-gallery-bullets-vertical {
    left: 20px;
    right: auto;
    bottom: auto;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet {
    display: block;
    margin: 12px 0;
  }
  @media (max-width: 768px) {
    .image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet {
      margin: 6px 0px;
      padding: 3px;
    }
  }
  @media (max-width: 480px) {
    .image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet {
      padding: 2.7px;
    }
  }
  .image-gallery-thumbnails-wrapper {
    position: relative;
  }
  .image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal {
    touch-action: pan-y;
  }
  .image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical {
    touch-action: pan-x;
  }
  .image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
    direction: rtl;
  }
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
    display: inline-block;
    vertical-align: top;
    width: 100px;
  }
  @media (max-width: 768px) {
    .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,
    .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
      width: 81px;
    }
  }
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails {
    height: 100%;
    width: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
  }
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail {
    display: block;
    margin-right: 0;
    padding: 0;
  }
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left
    .image-gallery-thumbnails
    .image-gallery-thumbnail
    + .image-gallery-thumbnail,
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right
    .image-gallery-thumbnails
    .image-gallery-thumbnail
    + .image-gallery-thumbnail {
    margin-left: 0;
    margin-top: 2px;
  }
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
    margin: 0 5px;
  }
  @media (max-width: 768px) {
    .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,
    .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
      margin: 0 3px;
    }
  }
  .image-gallery-thumbnails {
    overflow: hidden;
    padding: 5px 0;
  }
  @media (max-width: 768px) {
    .image-gallery-thumbnails {
      padding: 3px 0;
    }
  }
  .image-gallery-thumbnails .image-gallery-thumbnails-container {
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
  }
  .image-gallery-thumbnail {
    display: inline-block;
    border: 4px solid rgba(0, 0, 0, 0);
    transition: border 0.3s ease-out;
    width: 100px;
    background: rgba(0, 0, 0, 0);
    padding: 0;
  }
  @media (max-width: 768px) {
    .image-gallery-thumbnail {
      border: 3px solid rgba(0, 0, 0, 0);
      width: 81px;
    }
  }
  .image-gallery-thumbnail + .image-gallery-thumbnail {
    margin-left: 2px;
  }
  .image-gallery-thumbnail .image-gallery-thumbnail-inner {
    display: block;
    position: relative;
  }
  .image-gallery-thumbnail .image-gallery-thumbnail-image {
    vertical-align: middle;
    width: 100%;
    line-height: 0;
  }
  .image-gallery-thumbnail.active,
  .image-gallery-thumbnail:focus {
    outline: none;
    border: 4px solid #337ab7;
  }
  @media (max-width: 768px) {
    .image-gallery-thumbnail.active,
    .image-gallery-thumbnail:focus {
      border: 3px solid #337ab7;
    }
  }
  @media (hover: hover) and (pointer: fine) {
    .image-gallery-thumbnail:hover {
      outline: none;
      border: 4px solid #337ab7;
    }
  }
  @media (hover: hover) and (pointer: fine) and (max-width: 768px) {
    .image-gallery-thumbnail:hover {
      border: 3px solid #337ab7;
    }
  }
  .image-gallery-thumbnail-label {
    box-sizing: border-box;
    color: #fff;
    font-size: 1em;
    left: 0;
    line-height: 1em;
    padding: 5%;
    position: absolute;
    top: 50%;
    text-shadow: 0 2px 2px hsl(0, 0%, 10%);
    transform: translateY(-50%);
    white-space: normal;
    width: 100%;
  }
  @media (max-width: 768px) {
    .image-gallery-thumbnail-label {
      font-size: 0.8em;
      line-height: 0.8em;
    }
  }
  .image-gallery-index {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    line-height: 1;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
  }
  @media (max-width: 768px) {
    .image-gallery-index {
      font-size: 0.8em;
      padding: 5px 10px;
    }
  }
  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
  }
  body {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .productHero__wrapper {
    padding: 40px 16px;
    display: flex;
    justify-content: center;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .productHero__wrapper {
      padding: 24px 16px;
    }
  }
  @media screen and (max-width: 767px) {
    .productHero__wrapper {
      margin-top: 16px;
      padding-top: 0;
      padding-bottom: 16px;
    }
  }
  @media screen and (max-width: 320px) {
    .productHero__wrapper--productPickerV2 {
      padding: 0 8px 0 8px;
    }
  }
  .productHero__galleryWrapper {
    grid-row: 1/9;
  }
  @media screen and (max-width: 767px) {
    .productHero__galleryWrapper > .grid-row-6 {
      margin-top: 4px;
    }
  }
  .productHero__container {
    max-width: 1072px;
    display: grid;
    grid-template-columns: 530px auto;
    column-gap: 40px;
    padding: 0 16px;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .productHero__container {
      padding: unset;
      grid-template-columns: minmax(358px, 440px) minmax(360px, max-content);
      column-gap: 16px;
    }
  }
  @media screen and (max-width: 767px) {
    .productHero__container {
      padding: unset;
      column-gap: 0;
      grid-template-columns: unset;
    }
  }
  .productHero__container > *:not(:last-child) {
    margin-bottom: 16px;
  }
  @media screen and (max-width: 767px) {
    .productHero__container > *:not(:last-child) {
      margin-bottom: 12px;
    }
  }
  .productHero__innerContainer {
    display: grid;
    gap: 12px;
  }
  .productHero__heading {
    color: var(--hero-text-primary, #000);
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 900;
    align-self: stretch;
    font-size: 24px;
    line-height: 32px;
  }
  @media screen and (min-width: 1032px) {
    .productHero__heading {
      font-size: 32px;
      line-height: 40px;
    }
  }
  .productHero__flagIcon {
    width: 16px;
    height: 16px;
  }
  .productHero__description {
    color: var(--hero-text-secondary, #666);
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    align-self: stretch;
    margin-top: -4px;
    margin-bottom: -4px;
  }
  @media screen and (max-width: 767px) {
    .productHero__description {
      margin-top: 0;
      margin-bottom: 0;
    }
  }
  .productHero__sellingPoints__container {
    gap: 16px;
    display: flex;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .productHero__sellingPoints__container {
      justify-content: space-between;
    }
  }
  @media screen and (max-width: 767px) {
    .productHero__sellingPoints__container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
  }
  .productHero__sellingPoints__item {
    flex: 1 1 0;
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--PP-Gray---dark, #333);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  @media screen and (max-width: 767px) {
    .productHero__sellingPoints__item:not(:last-child) {
      margin-right: 0;
    }
    .productHero__sellingPoints__item:not(:last-child) > span {
      padding: 0 16px;
    }
  }
  @media screen and (max-width: 767px) and (max-width: 400px) {
    .productHero__sellingPoints__item:not(:last-child) > span {
      padding: 0;
      font-size: 11px;
    }
  }
  @media screen and (max-width: 767px) {
    .productHero__sellingPoints__item {
      width: 100%;
    }
    .productHero__sellingPoints__item > span {
      padding: 0 16px;
    }
  }
  @media screen and (max-width: 767px) and (max-width: 400px) {
    .productHero__sellingPoints__item > span {
      padding: 0;
      font-size: 11px;
    }
  }
  .productHero__sellingPoints__item img {
    height: 24px;
    width: 24px;
  }
  .productHero__specialOffer {
    color: var(--hero-text-flag, #000);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
  }
  .productHero__specialOffer span {
    margin-left: 8px;
  }
  .productHero__ratingLine {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 8px;
    width: fit-content;
  }
  .productHero__ratingLine__rating {
    color: var(--hero-text-secondary, #666);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  .productHero__ratingLine__divider {
    width: 1px;
    height: 13px;
    background: #666;
  }
  .productHero__ratingLine__text {
    color: var(--hero-text-secondary, #666);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .productHero__ratingLine__stars {
    max-height: 16px;
  }
  .productHero__ratingLine__stars img:not(:last-child),
  .productHero__ratingLine__stars svg:not(:last-child) {
    margin-right: 1px;
  }
  .productHero__benefits {
    display: grid;
    gap: 8px;
  }
  .productHero__benefits__item {
    display: flex;
    align-items: center;
    color: var(--hero-text-secondary, #666);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .productHero__benefits__item img,
  .productHero__benefits__item svg {
    margin-right: 12px;
    position: relative;
    top: 2px;
    align-self: flex-start;
    flex-shrink: 0;
  }
  @media screen and (max-width: 767px) {
    .productHero__benefits__item img,
    .productHero__benefits__item svg {
      top: 1px;
    }
  }
  @media screen and (max-width: 767px) {
    .productHero__benefits__item {
      font-size: 14px;
      line-height: 20px;
    }
  }
  .productHero__bottomLine {
    width: 100%;
    background-color: #fafafa;
    height: 16px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  @media screen and (max-width: 767px) {
    .productHero__bottomLine {
      border-bottom: 0;
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .productHero__socialMediaBanner {
      width: 100%;
    }
  }
  .productHero__socialMediaBanner__text {
    color: var(--Gray-2, #4f4f4f);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .productHero__socialMediaBanner__text:first-child {
    margin-right: 8px;
  }
  .productHero__socialMediaBanner__text .bold {
    color: #000;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }
  .productHero__socialMediaBanner__avatars {
    display: grid;
    grid-auto-flow: column;
    max-width: 498px;
    padding: 8px 16px;
    align-items: center;
    gap: 12px;
    width: fit-content;
    border-radius: 10px;
    border: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .productHero__socialMediaBanner__avatars {
      width: 100%;
      max-width: unset;
      justify-content: center;
    }
  }
  .productHero__socialMediaBanner__avatars__cont {
    display: flex;
    align-items: end;
    margin-left: 16px;
  }
  .productHero__socialMediaBanner__avatars__item {
    height: auto;
    width: 96px;
  }
  @media screen and (max-width: 767px) {
    .productHero__socialMediaBanner__avatars__item {
      height: auto;
      width: 72px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .productHero__socialMediaBanner__avatars__item {
      height: auto;
    }
  }
  .productHero__socialMediaBanner__avatars__checkmark {
    background-color: #00b890;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: -14px;
  }
  .image-gallery-slide-wrapper {
    border-radius: 10px;
    border: 1px solid var(--gallery-border-color, #d9ccbd);
    overflow: hidden;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .image-gallery-slide-wrapper {
      width: 100%;
      height: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .image-gallery-slide-wrapper {
      width: 100%;
      height: auto;
    }
  }
  .image-gallery-swipe {
    height: 100%;
  }
  .image-gallery-nav-button {
    width: 32px;
    height: 32px;
    background-color: #fff;
    opacity: 0.7;
    padding: 0;
    border-radius: 6.4px;
    margin: 0 16px 0 16px;
  }
  @media (pointer: fine) {
    .image-gallery-nav-button:hover {
      opacity: 0.9;
    }
  }
  .image-gallery-thumbnail {
    width: 80px;
    border-radius: 4px;
    border: 0;
    transition: none;
    margin-top: 0 !important;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .image-gallery-thumbnail {
      margin-left: 0 !important;
    }
  }
  @media screen and (max-width: 767px) {
    .image-gallery-thumbnail {
      margin-left: 8px !important;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .image-gallery-thumbnail {
      width: auto;
      height: 64px;
    }
  }
  .image-gallery-icon {
    filter: none;
  }
  .image-gallery-thumbnail.active,
  .image-gallery-thumbnail.active:hover {
    border: 0;
  }
  .image-gallery-thumbnail.active .image-gallery-thumbnail-inner {
    border: 1px solid var(--gallery-border-color, #d9ccbd);
  }
  .image-gallery-thumbnail:hover {
    border: none;
  }
  .image-gallery-thumbnail-inner {
    width: 80px;
    height: 80px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .image-gallery-thumbnail-inner {
      width: auto;
      height: 100%;
    }
  }
  .image-gallery-thumbnail-image {
    border-radius: 4px;
    object-fit: cover;
    border: 0;
  }
  @media screen and (max-width: 767px) {
    .image-gallery-thumbnail-image {
      width: auto;
      height: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .image-gallery-thumbnail-image {
      width: auto !important;
      height: 100%;
    }
  }
  .hero-gallery__videoWrapper {
    max-width: 100%;
    height: auto;
  }
  @media screen and (min-width: 1032px) {
    .hero-gallery__videoWrapper {
      width: 440px;
      height: auto;
    }
  }
  .hero-gallery__video {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 100%;
  }
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left {
    margin: 0;
    width: 80px;
    margin-right: 10px;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left {
      width: auto;
      height: 100%;
    }
  }
  .image-gallery-thumbnails .image-gallery-thumbnails-container {
    display: grid;
    gap: 10px;
    max-height: 80px;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .image-gallery-thumbnails .image-gallery-thumbnails-container {
      display: flex;
      width: 100%;
      max-height: 64px;
    }
  }
  @media screen and (max-width: 767px) {
    .image-gallery-thumbnails .image-gallery-thumbnails-container {
      display: block;
      margin-top: 8px;
    }
  }
  .image-gallery-slide .image-gallery-image {
    height: 100%;
    width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
    object-fit: fill;
  }
  .image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image {
    max-height: unset;
  }
  @media screen and (min-width: 1032px) {
    .image-gallery-slide-wrapper.image-gallery-thumbnails-left {
      width: calc(100% - 90px) !important;
    }
  }
  .image-gallery-slides {
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
  }
  @media screen and (max-width: 767px) {
    .image-gallery-slides {
      height: 100%;
    }
  }
  .image-gallery-slide.image-gallery-center {
    height: auto;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .image-gallery-slide.image-gallery-center {
      height: auto;
      width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .image-gallery-slide.image-gallery-center {
      border-radius: 9px;
      height: 100%;
      width: 100%;
    }
  }
  .image-gallery-slide {
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
  }
  .image-gallery {
    max-width: max-content;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .image-gallery {
      max-width: 440px;
      width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .image-gallery {
      padding-right: 16px;
      padding-left: 16px;
      width: 100vw;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .image-gallery-slide-wrapper {
      max-width: 768px;
      margin: 0 auto;
      height: auto;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) and (min-width: 768px) and (max-width: 1071px) {
    .image-gallery-thumbnails {
      display: flex;
      max-height: 100%;
      margin-top: 5px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) and (max-width: 767px) {
    .image-gallery-thumbnails {
      max-width: 768px;
      margin: 0 auto;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .productHero__innerWrapper {
      max-width: 768px;
      width: 100%;
      margin: 0 auto;
    }
    .image-gallery-content .image-gallery-slide .image-gallery-image {
      max-height: 100% !important;
    }
  }
  @media screen and (min-width: 784px) and (max-width: 1071px) {
    .productHero__innerWrapper {
      padding-left: 0 !important;
    }
  }
  @media screen and (max-width: 767px) {
    .image-gallery-content .image-gallery-slide .image-gallery-image {
      max-height: 100%;
    }
  }
  .hero-grid-column-2 {
    grid-column: 2/3;
  }
  @media screen and (max-width: 767px) {
    .hero-grid-column-2 {
      grid-column: 1/2;
    }
  }
  .video-image {
    width: 100%;
    height: auto;
  }
  @media screen and (min-width: 1032px) {
    .video-image {
      width: 440px;
      height: 440px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .hero-selling-points-tablet {
      grid-column: 1/3 !important;
    }
  }
  @media screen and (max-width: 767px) {
    .hero-swiper-container {
      width: calc(100vw - 16px - 16px);
    }
  }
  @media screen and (max-width: 320px) {
    .hero-swiper-container__productPickerV2 {
      width: calc(100vw - 16px);
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .hero-swiper-container {
      display: flex;
      flex-direction: column;
    }
  }
  @media screen and (min-width: 1072px) {
    .hero-swiper-container {
      display: flex;
      flex-direction: row;
      height: 440px;
    }
  }
  .thumbs-swiper .swiper-slide {
    height: auto;
    min-height: 64px !important;
  }
  .thumbs-swiper .swiper-slide-thumb-active {
    border: 2px solid #e0e0e0;
    box-sizing: border-box;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: calc(50% + 16px);
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: 32px !important;
    height: 32px !important;
    background-color: hsla(0, 0%, 100%, 0.7019607843);
    padding: 0;
    border-radius: 6px;
    margin: 0;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: "";
    height: 0;
    width: 0;
    display: none;
    font-size: 16px !important;
  }
  .swiper-button-next > svg,
  .swiper-button-prev > svg {
    width: 16px;
    height: 16px;
  }
  .heading-2 {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    padding-bottom: 16px;
  }
  .heading-2__img {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
  }
  .heading-2__text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: "Roboto", sans-serif, sans-serif;
    color: #333;
    text-transform: uppercase;
  }
  @media screen and (max-width: 767px) {
    .heading-2__text {
      font-size: 16px;
    }
  }
  .heading-2--noBorder {
    border-bottom: none;
    padding-bottom: 0;
  }
  .fields--group:nth-child(3) .fields--group__wrapper > .input-container:nth-child(1),
  .fields--group:nth-child(3) .fields--group__wrapper > .input-container:nth-child(2),
  .fields--group:nth-child(3) .fields--group__wrapper > .input-container:nth-child(3) {
    margin-bottom: 16px;
  }
  .fields--group:nth-child(3) .fields--group__wrapper > .input-container:nth-child(5) .input,
  .fields--group:nth-child(3) .fields--group__wrapper > .input-container:nth-child(6) .input {
    height: 52px;
  }
  .fields--group:nth-child(3) .fields--group__wrapper > .input-container:nth-child(5) .input--select__container,
  .fields--group:nth-child(3) .fields--group__wrapper > .input-container:nth-child(6) .input--select__container {
    height: 100%;
  }
  .fields--group:nth-child(3) .fields--group__wrapper > .input-container:nth-child(5) .input--customSelect:before,
  .fields--group:nth-child(3) .fields--group__wrapper > .input-container:nth-child(6) .input--customSelect:before {
    top: calc(50% - 8px);
  }
  .fields--group:nth-child(3) .fields--group__wrapper > .input-container:nth-child(5) .input--select,
  .fields--group:nth-child(3) .fields--group__wrapper > .input-container:nth-child(6) .input--select {
    top: 0px;
  }
  .fields--group:nth-child(3) .fields--group__wrapper > .input-container:nth-child(5) .input .styledLabel,
  .fields--group:nth-child(3) .fields--group__wrapper > .input-container:nth-child(6) .input .styledLabel {
    top: 6px;
  }
  .fields--group:nth-child(1) .fields--group__wrapper > .input-container {
    margin-bottom: 16px;
  }
  @media screen and (max-width: 767px) {
    .fields--group:nth-child(1) .fields--group__wrapper > .input-container {
      margin-bottom: 12px;
    }
  }
  .fields--group:nth-child(6) {
    margin-bottom: 0px;
  }
  .fields--group {
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 32px;
    border: 1px solid #e8e8e8;
  }
  @media screen and (max-width: 1024px) {
    .fields--group--mobileBox {
      margin-top: 0px !important;
      border-radius: 0px;
      overflow: visible;
    }
    .fields--group--mobileBox > .fields--group__wrapper {
      margin-bottom: 24px;
    }
    .fields--group--mobileBox > .heading-2 {
      padding: 16px 16px 16px 0px;
    }
  }
  @media screen and (max-width: 1024px) and (max-width: 767px) {
    .fields--group--mobileBox > .heading-2 {
      padding: 0px 0px 12px 0px;
    }
  }
  @media screen and (max-width: 767px) {
    .fields--group {
      padding: 0;
      border: none;
      background: rgba(0, 0, 0, 0);
      margin-top: 0px;
      margin-bottom: 0px;
    }
  }
  .fields--group__wrapper {
    display: flex;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0);
  }
  .fields--group__wrapper > .input-container {
    margin-bottom: 12px;
  }
  .fields--group__wrapper > .input-container:last-child {
    margin-bottom: 0px;
  }
  .fields--group__heading {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: Roboto;
    color: #333;
    background: rgba(0, 0, 0, 0);
  }
  .fields--group__heading__lower {
    font-weight: 700;
    font-family: Roboto;
    color: #333;
    background: rgba(0, 0, 0, 0);
    font-size: 18px;
    line-height: 24px;
  }
  .fields--group__heading__sslText {
    color: var(--CC-Shopify-Ligth-gray, #828282);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 16px;
  }
  .topLine {
    max-width: 1072px;
    padding: 16px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media screen and (max-width: 767px) {
    .topLine {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 16px;
    }
  }
  .topLine__logo {
    height: 42px;
    object-fit: cover;
    width: auto;
  }
  @media screen and (max-width: 767px) {
    .topLine__logo {
      height: 34px;
    }
  }
  .topLine__header {
    border-bottom: 1px solid #e0e0e0;
  }
  .topLine__shoppingBag {
    width: 24px;
    height: 24px;
  }
  @media screen and (max-width: 767px) {
    .topLine__shoppingBag {
      width: 20px;
      height: 20px;
    }
  }
  .topLine__itemsLeft {
    display: grid;
    grid-template-rows: repeat(2, min-content);
  }
  @media screen and (max-width: 767px) {
    .topLine__itemsLeft {
      text-align: center;
    }
  }
  .topLine__itemsLeft > span:first-of-type {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif, sans-serif;
    color: #333;
  }
  .topLine__itemsLeft > span:first-of-type span {
    color: #ff2d2b;
  }
  .topLine__ribbon {
    border-radius: 25px;
    height: 12px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1490196078) inset;
    background-image: linear-gradient(90deg, #cbfe00 0%, #fee500 48.44%, #ff2b2b 73%, #fff 73%);
  }
  .bars__container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 32px;
  }
  .bars__container--productHero {
    margin: 16px;
  }
  @media screen and (max-width: 767px) {
    .bars__container {
      padding: 0px;
    }
  }
  .bars__bar_1 {
    border-radius: 4px;
    border: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
    background: #fff5f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    white-space: nowrap;
  }
  .bars__bar_1__colorBar {
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    background: #fff;
    display: flex;
    width: 100%;
    height: 12px;
  }
  .bars__bar_1__colorBar_colored {
    transition: all 2s ease-in-out;
    background: linear-gradient(90deg, #cbfe00 0%, #fee500 48.44%, #ff2b2b 100%);
    border-radius: 100px 0px 0px 100px;
  }
  .bars__bar_1__colorBar_colored.disabled {
    width: 0px !important;
  }
  .bars__bar_1_leftText {
    color: var(--CC-Shopify-Dark-gray, #333);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    margin-right: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  .bars__bar_1_leftText_red {
    color: var(--CC-Shopify-Dark-gray, #ff2d2b);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  .bars__bar_1_rightText {
    color: var(--CC-Shopify-Dark-gray, #333);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-left: 24px;
  }
  .bars__bar_2 {
    border-radius: 4px;
    border: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
    background: #f0f5ff;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    align-self: stretch;
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .bars__bar_2 img,
  .bars__bar_2 svg {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .bars__bar_2 {
      font-size: 12px;
    }
  }
  .bars__bar_3 {
    border-radius: 4px;
    border: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
    background: #fffef3;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    align-self: stretch;
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .bars__bar_3 img,
  .bars__bar_3 svg {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .bars__bar_3 {
      font-size: 12px;
    }
  }
  .bars__bar_3_clockLabel {
    width: 100%;
  }
  .bars__bar_3_clockTime {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  @media screen and (max-width: 767px) {
    .bars__bar_3_clockTime {
      font-size: 12px;
    }
  }
  .bars__bar_4 {
    border-radius: 4px;
    border: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
    background: #f3fff4;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    align-self: stretch;
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .bars__bar_4 img,
  .bars__bar_4 svg {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .bars__bar_4 {
      font-size: 12px;
    }
  }
  .bars__bar_4_clockTime {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  @media screen and (max-width: 767px) {
    .bars__bar_4_clockTime {
      font-size: 12px;
    }
  }
  @media screen and (max-width: 320px) {
    .bars__container.bars__container--productPickerV2 {
      margin: 16px 8px;
    }
  }
  .onlyMobileBars {
    display: none !important;
  }
  @media screen and (max-width: 1032px) {
    .onlyMobileBars {
      display: flex !important;
    }
  }
  .top-2 {
    position: relative;
    top: 2px;
  }
  .banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .banner {
      display: none;
    }
  }
  .banner__content {
    position: relative;
    z-index: 10;
    max-height: 240px;
    max-width: 1000px;
    padding: 40px 0px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .banner__header {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Poppins", sans-serif, sans-serif;
    color: #fff;
    max-width: 655px;
    width: 100%;
  }
  .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  @media screen and (max-width: 767px) {
    .grid-row-1 {
      grid-row: 1/2 !important;
      margin: 0 16px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .grid-row-1 {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .grid-row-2 {
      grid-row: 2/3 !important;
    }
  }
  @media screen and (max-width: 767px) {
    .grid-row-2 {
      grid-row: 1/9;
      grid-column: 1/2;
    }
  }
  @media screen and (max-width: 767px) {
    .grid-row-3 {
      grid-row: 3/4 !important;
    }
  }
  @media screen and (max-width: 767px) {
    .grid-row-4 {
      grid-row: 4/5 !important;
    }
  }
  @media screen and (max-width: 767px) {
    .grid-row-5 {
      grid-row: 5/6 !important;
    }
  }
  @media screen and (max-width: 767px) {
    .grid-row-6 {
      grid-row: 6/7 !important;
    }
  }
  .main {
    background-color: #f5f5f5;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
  }
  @media screen and (max-width: 767px) {
    .main {
      display: initial;
      padding: 16px 0 16px;
      background-color: #fff;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .main {
      display: initial;
      width: 100%;
    }
  }
  .main_leftSide {
    height: 100%;
    width: 100%;
    background-color: #fff;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .main_leftSide {
      padding-left: 16px;
    }
  }
  .main_rightSide {
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .main_rightSide {
      padding-right: 16px;
    }
  }
  .contentContainer {
    max-width: 1072px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .contentContainer {
      flex-direction: column;
      padding: 0;
    }
  }
  .contentContainer > .productContainer {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 598px;
    padding: 24px 38px 24px 0px;
    border-right: 1px solid #e0e0e0;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .contentContainer > .productContainer {
      width: 52%;
      padding: 24px 24px 16px 16px;
    }
  }
  .contentContainer > .productContainer.v2 {
    padding-top: 32px;
  }
  @media screen and (max-width: 767px) {
    .contentContainer > .productContainer.v2 {
      padding: 16px 16px 0px;
      border-top: 0px;
      padding-top: 0px;
      border-bottom: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
    }
  }
  @media screen and (max-width: 767px) {
    .contentContainer > .productContainer.noProductPicker {
      border-top: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
    }
  }
  @media screen and (max-width: 767px) {
    .contentContainer > .productContainer {
      padding: 24px 16px 0px;
      margin-bottom: 0px;
      width: 100%;
      border-right: 0px;
    }
  }
  @media screen and (max-width: 320px) {
    .contentContainer > .productContainer__productPickerV2 {
      padding: 16px 8px 0px;
    }
  }
  .contentContainer > .summaryContainer {
    width: 443px;
    background-color: #f5f5f5;
    padding: 40px 0px 40px 38px;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .contentContainer > .summaryContainer {
      width: 48%;
      padding: 24px 0px 24px 24px;
    }
  }
  .contentContainer > .summaryContainer.v2 {
    padding-top: 24px;
  }
  @media screen and (max-width: 767px) {
    .contentContainer > .summaryContainer.v2 {
      padding-top: 16px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .contentContainer > .summaryContainer.v2 {
      padding-right: 16px;
    }
  }
  .contentContainer > .summaryContainer > form > div.form-order > div:nth-child(3) > div > div > div:nth-child(1) > img {
    width: auto;
    height: 24px;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .contentContainer
      > .summaryContainer
      > form
      > div.form-order
      > div:nth-child(3)
      > div
      > div
      > div:nth-child(1)
      > img {
      height: 22px;
    }
  }
  @media (min-width: 767px) and (max-width: 860px) {
    .contentContainer
      > .summaryContainer
      > form
      > div.form-order
      > div:nth-child(3)
      > div
      > div
      > div:nth-child(1)
      > img {
      height: 16px;
    }
  }
  @media screen and (max-width: 767px) {
    .contentContainer
      > .summaryContainer
      > form
      > div.form-order
      > div:nth-child(3)
      > div
      > div
      > div:nth-child(1)
      > img {
      margin-bottom: 0px;
    }
  }
  @media screen and (max-width: 767px) {
    .contentContainer > .summaryContainer {
      width: 100%;
      padding: 16px 16px 24px 16px;
    }
  }
  .contentContainer > .summaryContainer_white {
    background-color: #fff;
  }
  .contentContainer > .summaryContainer [data-lazy-load-state="hidden"] {
    pointer-events: none;
    overflow: hidden;
  }
  @media screen and (max-width: 320px) {
    .contentContainer > .summaryContainer__productPickerV2 {
      padding: 16px 8px 24px 8px;
    }
  }
  .contentContainer--alt > .productContainer {
    width: calc(50% - 10px);
  }
  @media screen and (max-width: 767px) {
    .contentContainer--alt > .productContainer {
      width: 100%;
    }
  }
  .contentContainer--alt > .formContainer {
    width: 50%;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 767px) {
    .contentContainer--alt > .formContainer {
      margin-bottom: 0px;
    }
  }
  .contentContainer--alt
    > .formContainer
    > form
    > div.form-order
    > div:nth-child(3)
    > div
    > div
    > div:nth-child(1)
    > img {
    width: auto;
    height: 32px;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .contentContainer--alt
      > .formContainer
      > form
      > div.form-order
      > div:nth-child(3)
      > div
      > div
      > div:nth-child(1)
      > img {
      height: 24px;
    }
  }
  @media (min-width: 767px) and (max-width: 860px) {
    .contentContainer--alt
      > .formContainer
      > form
      > div.form-order
      > div:nth-child(3)
      > div
      > div
      > div:nth-child(1)
      > img {
      height: 16px;
    }
  }
  @media (min-width: 321px) and (max-width: 375px) {
    .contentContainer--alt
      > .formContainer
      > form
      > div.form-order
      > div:nth-child(3)
      > div
      > div
      > div:nth-child(1)
      > img {
      height: 16px;
    }
  }
  @media (max-width: 320px) {
    .contentContainer--alt
      > .formContainer
      > form
      > div.form-order
      > div:nth-child(3)
      > div
      > div
      > div:nth-child(1)
      > img {
      height: 14px;
    }
  }
  @media screen and (max-width: 767px) {
    .contentContainer--alt
      > .formContainer
      > form
      > div.form-order
      > div:nth-child(3)
      > div
      > div
      > div:nth-child(1)
      > img {
      margin-bottom: 0px;
    }
  }
  @media screen and (max-width: 767px) {
    .contentContainer--alt > .formContainer {
      width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .contentContainer--alt {
      padding: 0 16px;
    }
  }
  @media screen and (max-width: 767px) {
    .contentContainer--alt {
      padding: 0 16px;
    }
  }
  @media screen and (min-width: 1041px) {
    main
      > section.contentContainer.contentContainer--alt
      > article.formContainer
      > form
      > div
      > div.cardInformation
      > div.cardInformation__heading
      > img {
      height: 24px;
    }
  }
  @media screen and (max-width: 767px) {
    main
      > section.contentContainer.contentContainer--alt
      > article.formContainer
      > form
      > div
      > div.cardInformation
      > div.cardInformation__heading
      > img {
      height: 24px;
    }
  }
  @media (max-width: 375px) {
    main
      > section.contentContainer.contentContainer--alt
      > article.formContainer
      > form
      > div
      > div.cardInformation
      > div.cardInformation__heading
      > img {
      height: 22px;
    }
  }
  @media (max-width: 355px) {
    main
      > section.contentContainer.contentContainer--alt
      > article.formContainer
      > form
      > div
      > div.cardInformation
      > div.cardInformation__heading
      > img {
      height: 20px;
    }
  }
  @media (max-width: 355px) {
    main
      > section.contentContainer.contentContainer--alt
      > article.formContainer
      > form
      > div
      > div.cardInformation
      > div.cardInformation__heading
      > img {
      height: 18px;
    }
  }
  @media (max-width: 320px) {
    main
      > section.contentContainer.contentContainer--alt
      > article.formContainer
      > form
      > div
      > div.cardInformation
      > div.cardInformation__heading
      > img {
      height: 16px;
    }
  }
  @media screen and (min-width: 1032px) {
    main
      > section.contentContainer.contentContainer
      > article.formContainer
      > form
      > div
      > div.cardInformation
      > div.cardInformation__heading
      > img {
      height: 24px;
    }
  }
  @media (min-width: 768px) and (max-width: 850px) {
    main
      > section.contentContainer.contentContainer
      > article.formContainer
      > form
      > div
      > div.cardInformation
      > div.cardInformation__heading
      > img {
      height: 20px;
    }
  }
  .message {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .productContainer {
    width: 598px;
  }
  @media screen and (max-width: 767px) {
    .productContainer {
      padding: 0;
      border: none;
      background-color: rgba(0, 0, 0, 0);
      margin-bottom: 16px;
    }
  }
  .productContainer > .fields--group {
    margin-top: 8px;
    background-color: #fff;
  }
  @media screen and (max-width: 767px) {
    .productContainer > .fields--group {
      background: rgba(0, 0, 0, 0);
      margin-top: 12px;
    }
  }
  .sliderContainer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 767px) {
    .sliderContainer {
      margin-top: 16px;
      margin-bottom: 16px;
    }
  }
  .sliderContainer--mobile {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .sliderContainer--mobile {
      display: block;
    }
  }
  .sliderContainer--desktop {
    display: none;
  }
  @media screen and (min-width: 768px) {
    .sliderContainer--desktop {
      display: block;
    }
  }
  .formContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    border-radius: 10px;
    padding: 16px;
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .formContainer {
      margin-bottom: 0px;
    }
  }
  .formContainer--fullWidth {
    grid-row: 1/7;
  }
  .formContainer > form .fields--group:first-of-type {
    margin-top: 0px;
  }
  @media screen and (max-width: 767px) {
    .formContainer {
      grid-row: 3/4;
      grid-column: 1/2;
      background: rgba(0, 0, 0, 0);
      border: none;
      padding: 0px;
    }
  }
  .paymentMethodClassic > .fields--group:first-child {
    margin-top: 0px;
  }
  @media screen and (max-width: 1024px) {
    .paymentMethodClassic > .fields--group .fields--group:not(:last-of-type) {
      margin-bottom: 12px;
    }
  }
  .bottomContainer {
    display: block;
    padding: 0 16px;
  }
  .bottomContainer--half {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .bottomContainer--half {
      display: block;
    }
  }
  .only-mobile-badges {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .only-mobile-badges {
      display: grid;
    }
  }
  .onlyMobile {
    display: none;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .onlyMobile {
      display: block;
    }
  }
  .onlyDesktop {
    display: block;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .onlyDesktop {
      display: none;
    }
  }
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  .bodyOverflow {
    overflow-y: hidden;
    height: 100%;
  }
  .mobileSectionSeperator {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .mobileSectionSeperator {
      display: block;
      width: 100vw;
      height: 16px;
      border-top: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
      border-bottom: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
      background: var(--CC-Shopify-BG-summary, #f5f5f5);
      position: relative;
      left: 0;
      margin-left: -16px;
      margin-top: 16px;
      margin-bottom: 16px;
    }
  }
  .warranty__checkbox {
    width: 100%;
    display: grid;
    grid-template-columns: min-content;
    grid-template-rows: min-content min-content;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .warranty__checkbox {
      margin: 4px 0px;
    }
  }
  .warranty__input {
    display: none;
  }
  .warranty__label {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
  }
  .warranty__input:checked ~ .warranty__check {
    background-color: #333;
    border: 0px !important;
  }
  .warranty__input:checked ~ .warranty__check > span {
    display: inline-block;
  }
  .warranty__check {
    cursor: pointer;
    grid-row: 1/2;
    margin-right: 8px;
    grid-column: 1/2;
    position: relative;
    z-index: 2;
    display: grid;
    justify-content: center;
    align-content: center;
    width: 16px;
    border-radius: 4px;
    height: 16px;
    border: 1px solid #bdbdbd;
    align-self: flex-start;
    top: 2px;
  }
  .warranty__check span {
    display: none;
    width: 10.31px;
    height: 9.45px;
    background-color: #333;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mailSubscription__checkbox {
    width: 100%;
    display: grid;
    grid-template-columns: min-content;
    grid-template-rows: min-content min-content;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .mailSubscription__checkbox {
      margin: 4px 0px;
    }
  }
  .mailSubscription__checkbox span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: "Roboto", sans-serif, sans-serif;
    color: #4f4f4f;
  }
  .mailSubscription__input {
    display: none;
  }
  .mailSubscription__label {
    color: #4f4f4f;
    grid-column: 2/3;
    grid-row: 1/2;
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
  }
  .mailSubscription__label > a {
    text-decoration: none;
    color: #2f80ed;
  }
  .mailSubscription__link:link,
  .mailSubscription__link:visited,
  .mailSubscription__link:active,
  .mailSubscription__link:hover {
    color: #2f80ed;
    text-decoration: none;
  }
  .mailSubscription__input:checked ~ .mailSubscription__check {
    background-color: #333;
    border: 0px !important;
  }
  .mailSubscription__input:checked ~ .mailSubscription__check > span {
    display: inline-block;
  }
  .mailSubscription__check {
    cursor: pointer;
    grid-row: 1/2;
    margin-right: 8px;
    grid-column: 1/2;
    position: relative;
    z-index: 2;
    display: grid;
    justify-content: center;
    align-content: center;
    width: 16px;
    border-radius: 4px;
    height: 16px;
    border: 1px solid #bdbdbd;
    align-self: center;
  }
  .mailSubscription__check span {
    display: none;
    width: 10.31px;
    height: 9.45px;
    background-color: #333;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .separator {
    display: flex;
    align-items: center;
    color: var(--CC-Shopify-Dark-gray, #333);
    margin: 16px 0px;
  }
  .separator__benefits {
    margin-top: 24px;
  }
  @media screen and (max-width: 767px) {
    .separator__benefits {
      margin-top: 16px;
    }
  }
  .separator__text {
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0px 16px;
  }
  .separator__noText {
    padding: 0px !important;
  }
  .separator::before,
  .separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e0e0e0;
  }
  .topbarOffer {
    background: var(--pp-topbar-1, #000);
    text-align: center;
    color: var(--PP-White, #fff);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 16px;
  }
  @media screen and (max-width: 320px) {
    .topbarOffer {
      padding: 4px 8px;
    }
  }
  .input input:focus ~ .styledLabel,
  .input .styledLabel--active {
    top: 8px;
    transition:
      top 150ms ease-in,
      font-size 150ms ease-in;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif, sans-serif;
  }
  .react-international-phone-country-selector-dropdown {
    position: initial !important;
  } /*# sourceMappingURL=critical.css.map */