.discount__error {
    color: #ff2d2b;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .discount__inputContainer {
    margin-top: 16px;
    margin-bottom: 8px;
    display: flex;
  }
  .discount__inputContainer__input {
    border: 1px solid #e0e0e0;
    height: 54px;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
    display: inline;
    flex-grow: 1;
    margin-right: 12px;
  }
  .discount__inputContainer__applyButton {
    border-radius: 6px;
    border: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
    background: var(--CC-Shopify-BG---light-gray, #fafafa);
    padding: 16px;
  }
  .discount__inputContainer__applyButton__text {
    color: var(--CC-Shopify-Medium-gray, #5c5c5c);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    height: 20px;
    display: block;
  }
  .discount__inputContainer__styledInput {
    transition: padding 0.3s;
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 16px;
    outline: none;
    width: 100%;
    color: var(--CC-Shopify-Ligth-gray, #828282);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle;
  }
  .discount__pill {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 4px 8px;
    box-sizing: border-box;
    border: 1px solid var(--Top5-Borders, #e0e0e0);
    background: var(--CC-Shopify-BG---light-gray, #fafafa);
    max-height: 30px;
  }
  .discount__pill:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .discount__pill__container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    gap: 8px;
  }
  .discount__pill__tag {
    align-self: center;
  }
  .discount__pill__text {
    margin-left: 4px;
    margin-right: 12px;
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    max-height: 20px;
  }
  .discount__pill__closeBtn {
    cursor: pointer;
    display: flex;
    align-self: center;
    height: 14px;
    width: 14px;
  }
  .skeleton {
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: skeleton-loading 1.5s infinite ease-in-out;
    width: 100%;
    height: 112px;
  }
  @keyframes skeleton-loading {
    0% {
      background-color: #e0e0e0;
    }
    50% {
      background-color: #f0f0f0;
    }
    100% {
      background-color: #e0e0e0;
    }
  }
  .warranty {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    position: relative;
    z-index: 40;
  }
  .warranty--top {
    margin-top: 12px;
  }
  .warranty__checkbox {
    width: 100%;
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
  }
  .warranty__checkbox span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    color: #4f4f4f;
  }
  .warranty__input {
    display: none;
  }
  .warranty__label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    color: #4f4f4f;
    grid-column: 2/3;
    grid-row: 1/2;
    text-transform: capitalize;
    cursor: pointer;
  }
  .warranty__input {
    align-self: flex-start;
  }
  .warranty__input:checked ~ .warranty__check {
    background-color: #bdbdbd;
  }
  .warranty__input:checked ~ .warranty__check > span {
    display: inline-block;
  }
  .warranty__check {
    cursor: pointer;
    grid-row: 1/2;
    grid-column: 1/2;
    position: relative;
    z-index: 20;
    display: grid;
    justify-content: center;
    align-self: flex-start;
    width: 16px;
    height: 16px;
    border: 1px solid #bdbdbd;
    align-self: flex-start;
  }
  .warranty__check span {
    display: none;
    width: 10.31px;
    height: 9.45px;
    background-color: #bdbdbd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .warranty__text {
    padding: 8px 16px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
  }
  @media screen and (max-width: 767px) {
    .warranty__text {
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      font-family: Roboto, sans-serif;
    }
  }
  .warranty__text strong {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
  }
  .policy__checkbox {
    width: 100%;
    display: grid;
    grid-template-columns: min-content;
    grid-template-rows: min-content min-content;
    column-gap: 8px;
    align-items: center;
    margin: 4px 0px 16px 0px;
  }
  @media screen and (max-width: 767px) {
    .policy__checkbox {
      margin: 4px 0px;
    }
  }
  .policy__checkbox span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    color: #4f4f4f;
  }
  .policy__input {
    visibility: hidden;
    grid-row: 1/2;
  }
  .policy__label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: #4f4f4f;
    grid-column: 2/3;
    grid-row: 1/2;
    cursor: pointer;
  }
  .policy__label > a {
    text-decoration: none;
    color: #2f80ed;
  }
  .policy__link:link,
  .policy__link:visited,
  .policy__link:active,
  .policy__link:hover {
    color: #2f80ed;
    text-decoration: none;
  }
  .policy__input:checked ~ .policy__check {
    background-color: #bdbdbd;
  }
  .policy__input:checked ~ .policy__check > span {
    display: inline-block;
  }
  .policy__check {
    cursor: pointer;
    grid-row: 1/2;
    align-self: flex-start;
    grid-column: 1/2;
    position: relative;
    z-index: 2;
    display: grid;
    justify-content: center;
    align-content: center;
    width: 16px;
    height: 16px;
    border: 1px solid #bdbdbd;
  }
  .policy__check span {
    display: none;
    width: 10.31px;
    height: 9.45px;
    background-color: #bdbdbd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  @keyframes render {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .screen-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    visibility: visible;
    animation: render 150ms ease-in 0ms;
  }
  .screen-overlay--blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .screen-overlay--loadingPaypal {
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .screen-overlay--loadingCreditCard {
    background: rgba(0, 0, 0, 0);
    z-index: 999;
  }
  .spin {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
  }
  .spin div {
    width: 100%;
    height: 100%;
    border: 7px solid hsla(0, 0%, 100%, 0.5);
    border-bottom: 7px solid #fff;
    border-radius: 50%;
    position: relative;
    transform: rotate(130deg);
    animation: 1000ms linear infinite spin;
    opacity: 1;
  }
  .spin div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes spin {
    0% {
      transform: rotate(130deg);
    }
    100% {
      transform: rotate(490deg);
    }
  }
  .summary {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
  }
  .summary__innerWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
  }
  .summary__savings {
    border-top: 1px solid #e8e8e8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 16px;
    background-color: #edf4fe;
  }
  .summary__heading--savings {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .summary__arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 12px;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-in;
  }
  .summary__arrow--active {
    transform: rotate(180deg);
  }
  .summary__total {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    color: #333;
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
  .summary__total--active {
    opacity: 0;
  }
  .summary__data {
    padding: 0px 16px 0px 16px;
    overflow: hidden;
    transition:
      max-height 0.3s cubic-bezier(0.26, 0, 0.24, 0.99),
      padding 0.3s cubic-bezier(0.26, 0, 0.24, 0.99);
  }
  .summary__dataWrapper {
    height: 100%;
  }
  .summary__oldPrice {
    color: #f45836;
    margin-right: 12px;
  }
  .summary__name,
  .summary__shipping,
  .summary__warranty,
  .summary__totalBottom {
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: center;
  }
  .summary__name span:last-of-type,
  .summary__shipping span:last-of-type,
  .summary__warranty span:last-of-type,
  .summary__totalBottom span:last-of-type {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: inherit;
  }
  .summary__name span:first-of-type {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: inherit;
  }
  .summary__shipping,
  .summary__warranty,
  .summary__totalBottom {
    padding-top: 12px;
  }
  .summary__shipping span:first-of-type,
  .summary__warranty span:first-of-type,
  .summary__totalBottom span:first-of-type {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: inherit;
  }
  .summary__shipping,
  .summary__warranty {
    padding-bottom: 12px;
  }
  .summary__totalBottom {
    border-top: 1px solid #e0e0e0;
    font-weight: 700;
  }
  .summary__totalBottom span:first-of-type {
    font-weight: 700;
  }
  .orderTotals {
    display: flex;
    flex-direction: column;
  }
  .orderTotals__container {
    margin: 16px 0px;
  }
  .orderTotals__item {
    display: flex;
    justify-content: space-between;
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .orderTotals__item:first-child {
    margin-bottom: 8px;
  }
  .orderTotals__item__shippingLabel {
    display: flex;
    align-items: center;
  }
  .orderTotals__item__shippingLabel > a {
    z-index: 3;
    pointer-events: auto;
  }
  .orderTotals__item__shippingLabel > a > svg {
    display: inline-block;
    position: relative;
    top: 3px;
    pointer-events: none;
  }
  .savings__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid var(--Top5-Borders, #e0e0e0);
    background: var(--CC-Shopify-BG---light-gray, #fafafa);
    margin-bottom: 16px;
  }
  .savings__container div {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .savings__container div:nth-child(2) {
    font-weight: 700;
  }
  .savings__label {
    display: flex;
    align-items: center;
  }
  .savings__label svg {
    margin-right: 4px;
  }
  .total {
    display: flex;
    justify-content: space-between;
  }
  .total div {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .styledInput {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    transition: padding 0.3s;
    padding-top: 16px;
    padding-left: 12px;
    padding-right: 12px;
    color: #828282;
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
  }
  .styledInput input:-webkit-autofill,
  .styledInput input:-webkit-autofill:hover,
  .styledInput input:-webkit-autofill:focus,
  .styledInput input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  }
  .styledInput::placeholder {
    color: #bdbdbd;
    opacity: 1;
  }
  .styledInput::-ms-input-placeholder {
    color: #bdbdbd;
  }
  .submit {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(min-content, max-content) max-content;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
    background-color: #0ed13d;
    border: none;
    border-bottom: 2px solid #0b9e2e;
    border-radius: 10px;
    padding: 20px 8px;
  }
  .submit__text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    text-transform: initial;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2509803922);
  }
  .submit__icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 16px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .submit__icon--wrapper {
    position: relative;
    top: -1px;
    height: 16px;
    background-repeat: no-repeat;
    width: 19px;
    margin-left: 16px;
    background-size: 100%;
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2509803922));
  }
  .paymentIcons {
    margin-top: 16px;
    margin-bottom: 16px;
    display: grid;
    grid-auto-columns: repeat(2, min-content);
    justify-items: center;
    row-gap: 16px;
  }
  @media screen and (max-width: 767px) {
    .paymentIcons {
      margin-top: 16px;
      margin-bottom: 16px;
    }
  }
  .paymentIcons__text {
    display: flex;
    align-items: center;
  }
  .paymentIcons__text span:first-of-type {
    margin-right: 8px;
    margin-top: -2px;
    width: 14px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    align-self: flex-start;
  }
  .paymentIcons__text span:last-of-type {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    color: #828282;
    text-align: Center;
    vertical-align: middle;
  }
  .paymentIcons__icons {
    max-width: 100%;
  }
  @media screen and (max-width: 767px) {
    .paymentIcons__icons {
      width: 284px;
      height: auto;
    }
  }
  .formError,
  .policyError {
    margin-left: 1px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: #ea2b00;
  }
  .error-back {
    padding: 8px;
    background: #ea2b00;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    color: #fff;
    margin-bottom: 16px;
  }
  .phone-dialCode {
    position: relative;
    bottom: 4px;
    left: 28px;
  }
  .accordionContainer {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    position: relative;
    width: 100%;
  }
  .accordionContainer__button {
    width: 20px;
    height: 20px;
    margin-right: 16px;
    border-radius: 50%;
    border: 2px solid #3362ab;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    transition:
      border-color 150ms ease-in,
      background-color 150ms ease-in;
  }
  .accordionContainer__button:before {
    content: "";
    position: absolute;
    transition:
      height 150ms ease-in,
      width 150ms ease-in;
    transform-origin: center;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    background-color: #3362ab;
  }
  .accordionContainer__heading {
    display: flex;
    padding: 16px;
    background-color: #f0f5ff;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 300ms ease-in;
  }
  .accordionContainer__heading--unchecked {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #e0e0e0;
  }
  .accordionContainer__heading--unchecked > .accordionContainer__button {
    border-color: #bdbdbd;
  }
  .accordionContainer__heading--unchecked > .accordionContainer__button:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 0px;
    width: 0px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
  }
  .accordionContainer__image {
    width: 64px;
    height: 58.67px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  @media screen and (max-width: 767px) {
    .accordionContainer__image {
      width: 48px;
      height: 48px;
    }
  }
  .accordionContainer__wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
  }
  .accordionContainer__wrapper[aria-expanded="true"] {
    max-height: 400px;
    transition: max-height 600ms ease-out 300ms;
  }
  .accordionContainer__content {
    padding: 16px 16px 4px 16px;
    background: #fafafa;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0e0e0;
  }
  .accordionContainer__content--paypal {
    padding: 24px 16px;
  }
  .dividedForm__countryAddressContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  @media screen and (max-width: 767px) {
    .dividedForm__countryAddressContainer {
      grid-template-columns: 1fr;
      width: 100%;
      gap: 0px;
    }
  }
  .dividedForm__headings {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    color: var(--CC-Shopify-Dark-gray, #333);
    padding-bottom: 16px;
  }
  @media screen and (max-width: 767px) {
    .dividedForm__headings {
      padding-bottom: 16px;
    }
  }
  .dividedForm__headings.payment {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    color: var(--CC-Shopify-Dark-gray, #333);
    padding-bottom: 8px;
  }
  .dividedForm__headings.payment__subText {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: var(--CC-Shopify-Ligth-gray, #828282);
    padding-bottom: 16px;
  }
  @media screen and (max-width: 767px) {
    .dividedForm__headings.payment__subText {
      padding-bottom: 12px;
    }
  }
  .dividedForm__contactFields {
    display: grid;
    gap: 12px;
  }
  .dividedForm__contactFields__nameFields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .dividedForm__contactFields__nameFields .input-container {
    width: 100% !important;
  }
  .dividedForm__contactFields .input-container {
    margin: 0px !important;
  }
  .dividedForm__deliveryFields {
    display: grid;
    gap: 12px;
  }
  .dividedForm__deliveryFields .input-container {
    margin: 0px !important;
  }
  .dividedForm__deliveryFields__triple {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .dividedForm__deliveryFields__triple {
      grid-template-columns: 1fr 1fr;
    }
    .dividedForm__deliveryFields__triple .input-container:first-child {
      grid-column: 1/3;
    }
  }
  @media screen and (max-width: 767px) {
    .dividedForm__deliveryFields__triple {
      grid-template-columns: 1fr 1fr;
      grid-gap: 12px;
    }
    .dividedForm__deliveryFields__triple .input-container:first-child {
      grid-column: 1/3;
    }
    .dividedForm__deliveryFields__triple .input-container:nth-child(2) {
      grid-column: 1/2;
    }
    .dividedForm__deliveryFields__triple .input-container:nth-child(3) {
      grid-column: 2/3;
    }
  }
  .form_fieldsgroup--withPaddings {
    padding-bottom: 32px;
  }
  @media screen and (max-width: 767px) {
    .form_fieldsgroup--withPaddings {
      padding-bottom: 16px;
    }
  }
  .paymentMethodClassic__paypalLink,
  .paymentMethodClassic__paypalLink:visited {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffc438;
    border-bottom: 2px solid #dba72d;
    padding: 16px 0;
    width: 100%;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 20px;
  }
  .paymentMethodClassic__paypalLink span:first-of-type,
  .paymentMethodClassic__paypalLink:visited span:first-of-type {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    color: #333;
    margin-right: 16px;
  }
  .paymentMethodClassic__seperator {
    display: grid;
    grid-template-columns: minmax(50px, 1fr) minmax(min-content, max-content) minmax(50px, 1fr);
    align-items: center;
    column-gap: 4px;
    margin-top: 16px;
  }
  .paymentMethodClassic__seperatorLine {
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
  }
  .paymentMethodClassic__seperatorText {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #4f4f4f;
  }
  .paymentMethodClassic__cardNumber,
  .paymentMethodClassic__cardExpiration,
  .paymentMethodClassic__cardSecurity {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    transition: padding 0.2s;
    height: 56px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
  }
  .paymentMethodClassic__cardNumberBox {
    grid-row: 2/3;
    grid-column: 1/3;
    margin: 0 16px;
  }
  .paymentMethodClassic__cardExpirationBox {
    grid-row: 3/4;
    grid-column: 1/2;
    margin-left: 16px;
  }
  .paymentMethodClassic__cardSecurityBox {
    grid-row: 3/4;
    grid-column: 2/3;
    margin-right: 16px;
  }
  .paymentMethodClassic__img {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
  .radioContainer {
    margin-top: 20px;
  }
  .cardRadio {
    display: grid;
    grid-template-rows: repeat(2, min-content);
  }
  .cardRadio__input {
    display: none;
  }
  .cardRadio__label {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    border: 1px solid #e0e0e0;
  }
  .cardRadio__input:checked ~ .cardRadio__label {
    background-color: #f0f5ff;
  }
  .cardRadio__radioFullOuter {
    width: 20px;
    height: 20px;
    border: 2px solid #3362ab;
    border-radius: 50%;
    position: relative;
    display: none;
    margin-right: 16px;
  }
  .cardRadio__input:checked + .cardRadio__label .cardRadio__radioFullOuter {
    display: inline-block;
  }
  .cardRadio__radioFullInner {
    width: 11px;
    height: 11px;
    background-color: #3362ab;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .cardRadio__radioEmpty {
    border: 2px solid #bdbdbd;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 16px;
  }
  .cardRadio__input:checked + .cardRadio__label .cardRadio__radioEmpty {
    display: none;
  }
  .cardRadio__image {
    margin-left: auto;
  }
  .cardRadio__image--first {
    width: auto;
    height: 32px;
  }
  @media screen and (min-width: 768px) and (max-width: 1032px) {
    .cardRadio__image--first {
      height: 16px;
    }
  }
  @media screen and (max-width: 340px) {
    .cardRadio__image {
      margin-left: unset;
    }
  }
  .cardRadio__labelText {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: #333;
    text-transform: capitalize;
  }
  @media screen and (max-width: 767px) {
    .cardRadio__labelText {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 340px) {
    .cardRadio__labelText {
      margin-right: 8px;
    }
  }
  .cardRadio__content {
    display: none;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, min-content);
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 16px;
    background-color: #fafafa;
  }
  .cardRadio__input:checked ~ .cardRadio__content {
    display: flex;
    flex-wrap: Wrap;
    padding-top: 16px;
  }
  .cardRadio__input:checked ~ .cardRadio__content > .input-container {
    margin-bottom: 12px;
  }
  .cardRadio__cardNumber,
  .cardRadio__cardExpiration,
  .cardRadio__cardSecurity {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    transition: padding 0.2s;
    height: 56px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
  }
  .cardRadio__cardNumberBox {
    grid-row: 2/3;
    grid-column: 1/3;
    margin: 0 16px;
  }
  .cardRadio__cardExpirationBox {
    grid-row: 3/4;
    grid-column: 1/2;
    margin-left: 16px;
  }
  .cardRadio__cardSecurityBox {
    grid-row: 3/4;
    grid-column: 2/3;
    margin-right: 16px;
  }
  .paypalRadio {
    display: grid;
    grid-template-rows: repeat(2, min-content);
    column-gap: 16px;
  }
  .paypalRadio__input {
    display: none;
  }
  .paypalRadio__label {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-template-rows: 1fr;
    column-gap: 16px;
    align-items: center;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-top: 0;
  }
  .paypalRadio__input:checked ~ .paypalRadio__label {
    background-color: #f0f5ff;
  }
  .paypalRadio__radioFullOuter {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 20px;
    height: 20px;
    border: 2px solid #3362ab;
    border-radius: 50%;
    position: relative;
    display: none;
  }
  .paypalRadio__input:checked + .paypalRadio__label .paypalRadio__radioFullOuter {
    display: inline-block;
  }
  .paypalRadio__radioFullInner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
    background-color: #3362ab;
    border-radius: 50%;
  }
  .paypalRadio__radioEmpty {
    grid-column: 1/2;
    grid-row: 1/2;
    border: 2px solid #bdbdbd;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  .paypalRadio__input:checked + .paypalRadio__label .paypalRadio__radioEmpty {
    display: none;
  }
  .paypalRadio__labelImage {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .paypalRadio__content {
    display: none;
    justify-items: center;
    row-gap: 16px;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 24px;
  }
  .paypalRadio__input:checked ~ .paypalRadio__content {
    display: grid;
  }
  .paypalRadio__image {
    width: 64px;
    height: 58.67px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 16px;
  }
  @media screen and (max-width: 767px) {
    .paypalRadio__image {
      width: 48px;
      height: 48px;
    }
  }
  .paypalRadio__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    text-align: center;
  }
  .cardInformation {
    margin-top: 16px;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .cardInformation__wrapper {
    display: flex;
    flex-wrap: Wrap;
    width: 100%;
    padding: 12px 12px 0px 12px;
  }
  .cardInformation__heading {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    grid-row: 1/2;
    grid-column: 1/3;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 16px;
  }
  .accordionContainer {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    width: 100%;
  }
  .accordionContainer__shippingMethodContainer {
    border-radius: 4px;
    border: 1px solid var(--checkbutton-cc-color, #3362ab);
    background: var(--payment-heading-bg-color, #f0f5ff);
    width: 100%;
  }
  .accordionContainer__shippingMethod {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .accordionContainer__shippingMethod__heading {
    display: flex;
    padding: 16px;
    align-items: center;
    width: 100%;
    border-radius: 4px;
    transition:
      background-color 300ms ease-in,
      border-bottom-left-radius 150ms ease-in,
      border-bottom-right-radius 150ms ease-in;
  }
  .accordionContainer__shippingMethod__heading:first-of-type {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .accordionContainer__shippingMethod__heading:nth-of-type(2) {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .accordionContainer__shippingMethod__heading:nth-of-type(2) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .accordionContainer__shippingMethod__heading:nth-of-type(2) > .accordionContainer__button {
    padding-right: 16px;
  }
  .accordionContainer__shippingMethod__label {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .accordionContainer__shippingMethod__price {
    color: var(--Gray-1, #333);
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .accordionContainer__paypal {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .accordionContainer__paypal span {
    color: var(--Gray-1, #333);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .accordionContainer__button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--checkbutton-cc-color);
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    /* padding-right: 16px; */
    transition:
      border-color 150ms ease-in,
      background-color 150ms ease-in;
          padding: 0 16px 0 0 !important
  }
  .accordionContainer__button:before {
    content: "";
    position: absolute;
    transform: scale(1);
    transition:
      transform 150ms ease-in,
      opacity 150ms ease-in;
    transform-origin: center;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    background-color: var(--checkbutton-cc-color);
    opacity: 1;
  }
  .accordionContainer__heading {
    display: flex;
    padding: 16px;
    background-color: var(--payment-heading-bg-color);
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    transition:
      background-color 300ms ease-in,
      border-bottom-left-radius 150ms ease-in,
      border-bottom-right-radius 150ms ease-in;
  }
  .accordionContainer__heading:first-of-type {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .accordionContainer__heading:nth-of-type(2) {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .accordionContainer__heading:nth-of-type(2) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .accordionContainer__heading:nth-of-type(2) > .accordionContainer__button {
    padding-right: 16px;
  }
  .accordionContainer__heading--border {
    display: flex;
    padding: 16px;
    background-color: var(--payment-heading-bg-color);
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    transition:
      background-color 300ms ease-in,
      border-bottom-left-radius 150ms ease-in,
      border-bottom-right-radius 150ms ease-in;
    outline: 1px solid var(--checkbutton-cc-color);
  }
  .accordionContainer__heading--border:first-of-type {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .accordionContainer__heading--border:nth-of-type(2) {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .accordionContainer__heading--border:nth-of-type(2) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .accordionContainer__heading--border:nth-of-type(2) > .accordionContainer__button {
    padding-right: 16px;
  }
  .accordionContainer__heading--unchecked {
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #e0e0e0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .accordionContainer__heading--unchecked:nth-of-type(2) {
    transition:
      border-bottom-left-radius 150ms ease-in 300ms,
      border-bottom-right-radius 150ms ease-in 300ms;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom: 0px;
  }
  @media screen and (max-width: 767px) {
    .accordionContainer__heading--unchecked {
      background-color: #fff;
    }
  }
  .accordionContainer__heading--unchecked > .accordionContainer__button {
    border-color: #bdbdbd;
  }
  .accordionContainer__heading--unchecked > .accordionContainer__button:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    transform: scale(0);
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    opacity: 1;
  }
  .accordionContainer__image {
    width: 64px;
    height: 58.67px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  @media screen and (max-width: 767px) {
    .accordionContainer__image {
      width: 48px;
      height: 48px;
    }
  }
  .accordionContainer__wrapper {
    overflow: hidden;
    transition: max-height 300ms cubic-bezier(0.26, 0, 0.24, 0.99);
  }
  .accordionContainer__wrapper[aria-expanded="true"] {
    transition: max-height 300ms cubic-bezier(0.26, 0, 0.24, 0.99) 300ms;
  }
  .accordionContainer__content {
    padding: 12px 12px 0px 12px;
    background: #fafafa;
    display: flex;
    flex-wrap: wrap;
  }
  .accordionContainer__content--paypal {
    border-top: 1px #e8e8e8;
    padding: 24px 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 0px;
  }
  .cardsContainer {
    display: flex;
    margin-left: auto;
    position: relative;
  }
  .cardsContainer__cardImage {
    display: inline;
    width: auto;
    height: 22px;
    margin-right: 4px;
  }
  .cardsContainer__cardImage--placeholder {
    height: 22px;
    width: 35px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    margin-right: 0px;
    font-weight: 400;
    z-index: 1;
  }
  @media (pointer: fine) {
    .cardsContainer__cardImage--placeholder:hover .tooltip {
      transition:
        transform 150ms ease-in,
        opacity 150ms ease-in;
      opacity: 1;
      transform: scale(1) perspective(1px);
      z-index: 3;
    }
  }
  .tooltip {
    opacity: 0;
    position: absolute;
    bottom: 30px;
    right: -17px;
    background: rgba(0, 0, 0, 0.9019607843);
    width: 172px;
    border-radius: 4px;
    transform: scale(0.9);
    transform-origin: 80% 150%;
    z-index: -1;
    transition:
      transform 150ms ease-in,
      opacity 150ms ease-in,
      z-index 0ms ease-in 150ms;
  }
  .tooltip[visible="true"] {
    transition:
      transform 150ms ease-in,
      opacity 150ms ease-in;
    opacity: 1;
    transform: scale(1) perspective(1px);
    z-index: 3;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .tooltip {
      width: 174px;
    }
  }
  .tooltip__wrapper {
    height: 100%;
    padding: 11px 11px 6px 11px;
    display: flex;
    flex-wrap: wrap;
  }
  .tooltip__wrapper > img {
    margin-bottom: 5px;
  }
  .tooltip__wrapper > img:nth-of-type(4n) {
    margin-right: 0px;
  }
  .tooltip__wrapper > img:last-of-type {
    height: 21px;
    width: auto;
  }
  .tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    transform: rotate(-45deg);
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.9019607843);
    right: 30px;
    bottom: -3px;
  }
  .testimonials__container {
    display: flex;
    flex-direction: column;
  }
  .testimonials__box {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    background: #fff;
    margin-bottom: 12px;
  }
  .testimonials__box:last-child {
    margin-bottom: 0px;
  }
  .testimonials__upperRow {
    display: flex;
    justify-content: space-between;
  }
  .testimonials__upperRow__inside {
    display: flex;
    align-items: center;
  }
  .testimonials__name {
    color: var(--CC-Shopify-Medium-gray, #5c5c5c);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .testimonials__stars {
    display: flex;
    margin-right: 8px;
    max-height: 16px;
  }
  .testimonials__buyerLabel {
    color: #00b890;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-left: 8px;
  }
  .testimonials__title {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 8px 0px;
  }
  .testimonials__text {
    color: var(--CC-Shopify-Medium-gray, #5c5c5c);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .testimonials__stars span:not(:last-of-type) {
    margin-right: 1px;
  }
  .upsells__modal {
    visibility: hidden;
  }
  .upsells__modal--active {
    visibility: visible;
  }
  .upsells-modal__wrapper {
    z-index: 30;
    opacity: 0;
    transition: opacity 100ms ease-in;
  }
  .upsells-modal__wrapper--active {
    opacity: 1;
    visibility: visible;
  }
  .upsellPopup {
    background: var(--upsell-popup-bg-color);
    font-family: "Roboto", sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    max-width: 840px;
    width: calc(100% - 32px);
    padding: 32px;
    border-radius: 10px;
    display: grid;
    grid-auto-rows: auto;
    row-gap: 16px;
  }
  @media screen and (max-width: 767px) {
    .upsellPopup {
      row-gap: 8px;
      padding: 16px 15px;
    }
  }
  .upsellPopup__alert {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--items-left-bg-color, #fdcf00);
    color: var(--items-left-text-color, #333333);
    border-radius: 9px;
    width: 100%;
    padding: 8px;
  }
  @media screen and (max-width: 767px) {
    .upsellPopup__alert {
      padding: 4px 8px;
    }
  }
  .upsellPopup__alertIcon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 8px;
    background-color: var(--items-left-text-color, #333333);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
  }
  .upsellPopup__alertMessage {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--items-left-text-color, #333333);
    position: relative;
    top: 1px;
  }
  @media screen and (max-width: 767px) {
    .upsellPopup__alertMessage {
      font-size: 14px;
      line-height: 16px;
    }
  }
  .upsellPopup__alertMessage span {
    font-weight: 600;
  }
  .upsellPopup__heading {
    color: var(--text-primary-color, #333333);
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .upsellPopup__heading {
      font-size: 24px;
      line-height: 32px;
    }
  }
  .upsellPopup__subHeading {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-secondary-color, #4f4f4f);
    margin-top: 8px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .upsellPopup__subHeading {
      font-size: 12px;
      line-height: 16px;
    }
  }
  .upsellPopup__image {
    grid-column: 1/2;
    justify-self: center;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  @media screen and (max-width: 767px) {
    .upsellPopup__image--desktop {
      display: none;
    }
  }
  .upsellPopup__image--mobile {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .upsellPopup__image--mobile {
      display: inline-block;
    }
  }
  @media screen and (max-width: 767px) {
    .upsellPopup__image {
      grid-column: unset;
      margin-bottom: 12px;
    }
  }
  .upsellPopup__content {
    display: grid;
    grid-template-columns: minmax(0, 240px) 1fr;
    grid-auto-rows: max-content;
    column-gap: 40px;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .upsellPopup__content {
      grid-template-columns: 1fr;
      grid-auto-rows: auto;
    }
  }
  .productListPopup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 8px;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 8px;
  }
  .productListPopup--single {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 8px;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 16px;
  }
  .productListPopup--SDCard {
    grid-template-columns: 1fr;
  }
  .productListPopup__item {
    display: grid;
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: max-content 1fr;
    align-items: center;
    background-color: var(--product-card-bg-color, #ffffff);
    border: 1px solid var(--product-card-border-color, #ef243d);
    border-radius: 8px;
  }
  @media screen and (max-width: 767px) {
    .productListPopup__item {
      outline: 1px solid var(--modal-product-card-border-color);
      outline-offset: -1px;
    }
  }
  .productListPopup__item--SDCard {
    grid-template-columns: 1fr;
  }
  .productListPopup__item--enabledBorder {
    outline: 3px solid var(--product-card-border-color, #ef243d);
    outline-offset: -3px;
  }
  .productListPopup__item--enabledBorder::before {
    border-color: var(--product-card-border-color, #ef243d);
  }
  .productListPopup__popular {
    grid-row: 1/2;
    grid-column: 1/3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    color: var(--product-card-label-text-color, #ffffff);
  }
  @media screen and (max-width: 767px) {
    .productListPopup__popular {
      font-size: 12px;
    }
  }
  .productListPopup__popular--enabled {
    display: inline-block;
    background-color: var(--product-card-border-color, #ef243d);
  }
  .productListPopup__popular--inactive {
    background-color: var(--product-card-border-color, #ef243d);
  }
  .productListPopup__content {
    grid-row: 2/3;
    grid-column: 2/3;
    justify-self: center;
    display: grid;
    justify-items: center;
  }
  .productListPopup__number {
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    font-family: Roboto, sans-serif;
    color: var(--modal-product-card-primary-color);
  }
  @media screen and (max-width: 767px) {
    .productListPopup__number {
      font-size: 24px;
      line-height: 32px;
    }
  }
  .productListPopup__name {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    color: var(--modal-product-card-primary-color);
    margin-bottom: 4px;
  }
  .productListPopup__price {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, max-content);
    column-gap: 4px;
    margin-bottom: 4px;
  }
  @media screen and (max-width: 767px) {
    .productListPopup__price--popup {
      margin-bottom: 0;
    }
  }
  .productListPopup__price span:first-of-type {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    font-family: Roboto, sans-serif;
    color: var(--modal-product-card-price-color);
  }
  @media screen and (max-width: 767px) {
    .productListPopup__price span:first-of-type {
      font-size: 18px;
    }
  }
  .productListPopup__price span:nth-of-type(2) {
    width: 1px;
    height: 16px;
    background-color: var(--modal-product-card-secondary-color);
  }
  .productListPopup__price span:last-of-type {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    color: var(--modal-product-card-secondary-color);
  }
  .productListPopup__total {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    color: var(--modal-product-card-secondary-color);
  }
  @media screen and (max-width: 767px) {
    .productListPopup__total {
      font-size: 12px;
    }
  }
  .productListPopup__contentDiff {
    display: grid;
    grid-template-rows: repeat(3, min-content);
    justify-content: center;
    justify-items: center;
    margin: 16px 8px;
  }
  .productListPopup__priceDiff {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    align-items: center;
    column-gap: 8px;
    margin-bottom: 4px;
  }
  .productListPopup__priceDiff > span:first-of-type {
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    font-family: Roboto, sans-serif;
    color: var(--price-color, #0d40ff);
  }
  @media screen and (max-width: 767px) {
    .productListPopup__priceDiff > span:first-of-type {
      font-size: 24px;
      line-height: 32px;
    }
  }
  .productListPopup__priceDiff > span:nth-of-type(2) {
    color: var(--text-primary-color, #333333);
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
  }
  @media screen and (max-width: 767px) {
    .productListPopup__priceDiff > span:nth-of-type(2) {
      font-size: 14px;
      line-height: 20px;
    }
  }
  .productListPopup__priceDiff > span:nth-of-type(3) {
    width: 1px;
    height: 30px;
    background-color: var(--text-dimmed-color, #bdbdbd);
  }
  @media screen and (max-width: 767px) {
    .productListPopup__priceDiff > span:nth-of-type(3) {
      height: 15px;
    }
  }
  .productListPopup__priceDiff > span:last-of-type {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: var(--text-dimmed-color, #bdbdbd);
  }
  @media screen and (max-width: 767px) {
    .productListPopup__priceDiff > span:last-of-type {
      font-size: 12px;
      line-height: 16px;
    }
  }
  .productListPopup__messageDiff {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    margin-bottom: 8px;
    text-align: center;
  }
  .productListPopup__totalDiff {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    color: var(--text-dimmed-color, #bdbdbd);
  }
  .cta-decline {
    display: block;
    margin: 8px auto 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    text-decoration: underline;
    text-align: center;
    text-decoration-color: var(--no-thanks-link-color, #828282);
    color: var(--no-thanks-link-color, #828282);
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .cta-decline {
      font-size: 10px;
    }
  }
  .free-shipping-popup {
    border-radius: 10px;
  }
  @media screen and (max-width: 600px) {
    .free-shipping-popup {
      width: calc(100% - 12px);
    }
  }
  .free-shipping-popup__icon {
    margin: 0 auto 24px;
    padding: 0;
    width: 126px;
    height: 126px;
    border: 0;
  }
  .free-shipping-popup__title,
  .free-shipping-popup__content {
    font-family: Roboto, sans-serif;
    padding: 0 !important;
  }
  .free-shipping-popup__title {
    color: var(--free-shipping-popup-title-color) !important;
    font-size: 32px !important;
    line-height: 37px !important;
    margin-bottom: 8px;
  }
  .free-shipping-popup__content {
    color: var(--free-shipping-popup-text-color) !important;
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .simpleFooter {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
  }
  @media screen and (max-width: 767px) {
    .simpleFooter {
      background-color: #fff;
      padding: 16px;
      padding-bottom: 0px;
    }
  }
  .simpleFooter_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .simpleFooter_links {
      justify-content: center;
    }
  }
  .simpleFooter_links a {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
  }
  @media screen and (max-width: 767px) {
    .simpleFooter_links a {
      margin-bottom: 16px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .simpleFooter_links a {
      margin-bottom: 8px;
    }
  }
  .simpleFooter_links > a:not(:last-child) {
    margin-right: 16px;
  }
  .phone-select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 1.15rem;
    padding: 0.675em 6em 0.675em 1em;
    background-color: #fff;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    color: #000;
    cursor: pointer;
  }
  .withReach {
    border-radius: 4px;
    border: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
    background-color: #fff;
  }
  .withReach--global {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 12px;
  }
  .withReach--accordion {
    margin-top: 16px;
  }
  .withReach--classic {
    margin-top: 16px;
  }
  .withReach__wrapper {
    padding: 12px 16px;
    display: flex;
    align-items: center;
  }
  .withReach__seperator {
    width: 1px;
    align-self: stretch;
    background-color: #e0e0e0;
    margin: 0 16px;
  }
  .withReach__icon {
    width: 36px;
    height: auto;
  }
  @media screen and (max-width: 767px) {
    .withReach__icon {
      width: 30px;
    }
  }
  .withReach__text {
    color: var(--CC-Shopify-Ligth-gray, #828282);
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  @media screen and (max-width: 1032px) {
    .withReach__text {
      font-size: 11px;
    }
  }
  .withReach__text > a {
    text-decoration: underline;
    cursor: pointer;
    transition: color 150ms ease-in;
    color: #828282;
  }
  @media screen and (pointer: fine) {
    .withReach__text > a:hover {
      color: #333;
    }
  }
  .with-reach-container {
    margin-top: 16px;
  }
  .reach--logo {
    display: none;
  }
  .reach--inline-link {
    color: #828282;
    transition: color 300ms ease-in-out;
  }
  @media (screen: fine) {
    .reach--inline-link {
      color: #333;
    }
  }
  .variants-container {
    grid-column: 1/6;
  }
  @media screen and (max-width: 767px) {
    .variants-container {
      grid-column: 1/4;
    }
  }
  .variants-container--show {
    overflow: visible;
    opacity: 1;
    transition:
      max-height 150ms cubic-bezier(0.26, 0, 0.24, 0.99) 0ms,
      opacity 150ms ease-in 150ms;
  }
  .variants-container--hide {
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition:
      max-height 150ms cubic-bezier(0.26, 0, 0.24, 0.99) 0ms,
      overflow 0ms ease-in 0ms;
  }
  .variants-container--radio {
    margin-bottom: 0px;
  }
  @media screen and (min-width: 768px) {
    .variants-container--radio {
      margin-bottom: 16px;
    }
  }
  @media screen and (min-width: 1032px) {
    .variants-container--radio {
      margin-bottom: 16px;
    }
  }
  .variants-container--separate-picker {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media screen and (min-width: 768px) {
    .variants-container--separate-picker .variants-sizeChart {
      margin-bottom: 16px;
    }
  }
  .variant-container {
    font-family: "Roboto", sans-serif;
    padding-top: 16px;
    width: 100%;
    padding: 0px 12px 16px 12px;
  }
  .variant-container--radio {
    display: flex;
    flex-wrap: Wrap;
    margin-bottom: 8px;
  }
  .variant-container--radio:nth-child(2) {
    margin-bottom: 0;
  }
  .variant-container__wrapper {
    padding-top: 16px;
  }
  .variant-container__title {
    display: flex;
    align-items: center;
  }
  .variant-container__form {
    display: flex;
    flex-wrap: Wrap;
  }
  .variant-seperator {
    width: 100%;
    height: 1px;
    background: var(--card-border);
  }
  .variant-text--heading {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .variant-text--placeholder {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
  }
  .variant-select {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #fff;
    height: 100%;
    background: #fff;
    transition: box-shadow 150ms ease-in-out;
    margin-top: 8px;
  }
  .variant-select--1 {
    width: 100%;
  }
  .variant-select--2 {
    width: calc(50% - 4px);
  }
  .variant-select--2:first-of-type {
    margin-right: 8px;
  }
  .variant-select--3 {
    width: calc(33.33% - 6px);
  }
  .variant-select--3:not(:last-of-type) {
    margin-right: 8px;
  }
  .variant-select--4 {
    width: calc(25% - 6px);
  }
  .variant-select--4:not(:nth-of-type(4)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 1032px) {
    .variant-select--4:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--4:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--4:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--4:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--5 {
    width: calc(25% - 6px);
  }
  .variant-select--5:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--5:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--5:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--5:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--5:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--6 {
    width: calc(25% - 6px);
  }
  .variant-select--6:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--6:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--6:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--6:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--6:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--7 {
    width: calc(25% - 6px);
  }
  .variant-select--7:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--7:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--7:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--7:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--7:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--8 {
    width: calc(25% - 6px);
  }
  .variant-select--8:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--8:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--8:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--8:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--8:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--9 {
    width: calc(25% - 6px);
  }
  .variant-select--9:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--9:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--9:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--9:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--9:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--10 {
    width: calc(25% - 6px);
  }
  .variant-select--10:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--10:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--10:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--10:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--10:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--11 {
    width: calc(25% - 6px);
  }
  .variant-select--11:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--11:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--11:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--11:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--11:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--12 {
    width: calc(25% - 6px);
  }
  .variant-select--12:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--12:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--12:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--12:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--12:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--13 {
    width: calc(25% - 6px);
  }
  .variant-select--13:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--13:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--13:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--13:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--13:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--14 {
    width: calc(25% - 6px);
  }
  .variant-select--14:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--14:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--14:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--14:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--14:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--15 {
    width: calc(25% - 6px);
  }
  .variant-select--15:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--15:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--15:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--15:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--15:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--16 {
    width: calc(25% - 6px);
  }
  .variant-select--16:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--16:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--16:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--16:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--16:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--17 {
    width: calc(25% - 6px);
  }
  .variant-select--17:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--17:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--17:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--17:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--17:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--18 {
    width: calc(25% - 6px);
  }
  .variant-select--18:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--18:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--18:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--18:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--18:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--19 {
    width: calc(25% - 6px);
  }
  .variant-select--19:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--19:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--19:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--19:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--19:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--20 {
    width: calc(25% - 6px);
  }
  .variant-select--20:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .variant-select--20:nth-of-type(4n) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--20:nth-of-type(4n + 2) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--20:nth-of-type(4n + 1) > .custom-select--hidden > .custom-select__wrapper {
      left: 0px;
      width: calc(200% + 8px);
    }
    .variant-select--20:nth-of-type(4n + 3) > .custom-select--hidden > .custom-select__wrapper {
      right: 0px;
      width: calc(200% + 8px);
    }
  }
  .variant-select--passive {
    box-shadow: #e0e0e0 0px 0px 0px 1px;
  }
  .variant-select--active {
    box-shadow: #3362ab 0px 0px 0px 2px;
  }
  .variant-select--label {
    color: var(--CC-Shopify-Ligth-gray, #828282);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 8px 0 8px;
  }
  .variant-select--chevron {
    transition: 300ms ease-in-out;
    width: 10px;
  }
  .variant-select--chevron[data-expanded="true"] {
    transform: rotate(180deg);
  }
  .variants-sizeChart {
    margin-left: 16px;
  }
  .variants-sizeChart__link {
    display: flex;
    align-items: center;
    color: #3362ab;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
  }
  .variants-sizeChart__icon {
    margin-left: 8px;
  }
  .custom-select {
    display: flex;
    align-items: center;
    padding: 0 8px 8px 8px;
  }
  .custom-select--hidden {
    position: relative;
    z-index: 10;
  }
  .custom-select__colorIndicator {
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    background: #000;
    width: 10px;
    height: 10px;
    margin-right: 4px;
  }
  .custom-select__wrapper {
    position: absolute;
    top: 4px;
    padding: 4px 0;
    max-height: 170px;
    width: 100%;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 6px;
  }
  .custom-select__inner {
    overflow-y: auto;
    max-height: 162px;
    overflow: auto;
  }
  .custom-select__inner::-webkit-scrollbar {
    width: 15px;
    background: #fafafa;
    box-shadow: 1px 0px 0px 0px #e0e0e0 inset;
    -webkit-box-shadow: 1px 0px 0px 0px #e0e0e0 inset;
  }
  .custom-select__inner::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 9px;
    background-clip: content-box;
  }
  .custom-select--item {
    display: flex;
    align-items: center;
    padding: 12px 8px;
    color: var(--CC-Shopify-Dark-gray, #333);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    text-transform: capitalize;
    transition: background-color 150ms ease-in-out;
  }
  .custom-select--item--active {
    background-color: #f0f0f0;
  }
  @media screen and (pointer: fine) {
    .custom-select--item:hover {
      background-color: #f0f0f0;
    }
  }
  .custom-radio--item {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border-width: 1px;
    list-style: none;
    border-style: solid;
    font-family: "Roboto", sans-serif;
    border-color: #e0e0e0;
    background-color: #fff;
    transition: background-color 300ms ease-in-out;
    margin-bottom: 8px;
  }
  .custom-radio--item--1 {
    width: 100%;
  }
  .custom-radio--item--2 {
    width: calc(50% - 4px);
  }
  .custom-radio--item--2:not(:last-of-type) {
    margin-right: 8px;
  }
  .custom-radio--item--3 {
    width: calc(33.33% - 5.5px);
  }
  .custom-radio--item--3:not(:last-of-type) {
    margin-right: 8px;
  }
  .custom-radio--item--4 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--4:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--5 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--5:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--6 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--6:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--7 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--7:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--8 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--8:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--9 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--9:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--10 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--10:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--11 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--11:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--12 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--12:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--13 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--13:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--14 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--14:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--15 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--15:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--16 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--16:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--17 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--17:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--18 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--18:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--19 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--19:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item--20 {
    width: calc(25% - 6px);
  }
  .custom-radio--item--20:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
  .custom-radio--item .productPackages__button {
    border-color: #bdbdbd;
  }
  .custom-radio--item .productPackages__button:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    transform: scale(0);
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }
  .custom-radio--item--active {
    border-color: #3362ab;
    background-color: #f0f5ff;
  }
  .custom-radio--item--active .productPackages__button {
    border-color: #3362ab;
  }
  .custom-radio--item--active .productPackages__button:before {
    content: "";
    position: absolute;
    transition:
      transform 150ms ease-in,
      opacity 150ms ease-in;
    transform-origin: center;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    transform: scale(1);
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    background-color: #3362ab;
    opacity: 1;
  }
  .custom-radio--item__wrapper {
    padding: 10px;
    display: flex;
    align-items: center;
  }
  .custom-radio--item__wrapper > span {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  @media screen and (max-width: 375px) {
    .productPackages__button.bundles {
      display: block;
    }
  }
  .productPackages__containerWrapper .bundle-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
  }
  @media screen and (max-width: 375px) {
    .productPackages__containerWrapper .bundle-label {
      font-size: 12px;
      line-height: 26px;
      margin-bottom: 2px;
    }
  }
  .productPackages__containerWrapper .bundle-products {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #828282;
  }
  @media screen and (max-width: 375px) {
    .productPackages__containerWrapper .bundle-products {
      font-size: 10px;
    }
  }
  .productPackages__containerWrapper .variants-container {
    max-height: unset;
  }
  @media screen and (max-width: 767px) {
    .productPackages__containerWrapper .variants-container {
      grid-column: 1/-1;
    }
  }
  .productPackages__container.bundles {
    grid-template-columns: minmax(160px, auto) 1px auto 1px auto;
  }
  @media screen and (max-width: 767px) {
    .productPackages__container.bundles {
      grid-template-columns: auto 1px auto;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .productPackages__container.bundles {
      grid-template-columns: 190px auto 94px max-content 1px;
    }
  }
  @media screen and (max-width: 375px) {
    .productPackages__container.bundles {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .productPackages__container.bundles .productPacItem__priceBlock__bundlesContainer {
      grid-column: 3/5;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .productPackages__container.bundles .variants-container {
      grid-column: 1/4;
    }
  }
  .productPackages__container.bundles .productPacItem__topBlock,
  .productPackages__container.bundles .separator {
    grid-column: 1/-1;
  }
  .productPackages__container.bundles .productPacItem__topBlock {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .productPackages__container.bundles .productPacItem__topBlock {
      display: flex;
      align-items: center;
    }
  }
  @media screen and (max-width: 767px) {
    .productPackages__container.bundles .productPacItem__topBlock {
      display: flex;
      align-items: center;
    }
  }
  .productPackages__container.bundles .productPacItem__topBlock .productPacItem__label__amount,
  .productPackages__container.bundles .productPacItem__topBlock .productPacItem__label {
    flex: unset;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
  }
  @media screen and (max-width: 767px) {
    .productPackages__container.bundles .productPacItem__topBlock .productPacItem__label__amount,
    .productPackages__container.bundles .productPacItem__topBlock .productPacItem__label {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 375px) {
    .productPackages__container.bundles .productPacItem__topBlock .productPacItem__label__amount,
    .productPackages__container.bundles .productPacItem__topBlock .productPacItem__label {
      font-size: 16px;
    }
  }
  .productPackages__container.bundles .productPacItem__image {
    width: auto;
    margin-right: 0;
    object-fit: contain;
  }
  @media only screen and (max-width: 768px) {
    .productPackages__container.bundles .productPacItem__divider.mobileHide {
      display: none;
    }
  }
  @media only screen and (max-width: 375px) {
    .productPackages__container.bundles .productPacItem__divider.smallMobileHide {
      display: none;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .productPackages__container.bundles .productPacItem__divider.tabletHide {
      display: none;
    }
  }
  .productPackages__container.bundles .productPacItem__label {
    margin: 0 !important;
  }
  .productPackages__container.bundles .productPacItem__discount__box.desktopHide {
    display: none;
  }
  @media only screen and (max-width: 1071px) {
    .productPackages__container.bundles .productPacItem__discount__box.desktopHide {
      display: flex;
      margin-left: auto;
    }
  }
  .orderOverviewDrawerV3 {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
  }
  .orderOverviewDrawerV3__topCont {
    overflow: hidden;
    transition: all 0.3s;
    max-height: 89px;
  }
  .orderOverviewDrawerV3__topCont__hide {
    max-height: 0px;
  }
  .orderOverviewDrawerV3__savingsLabel {
    color: #00b834;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .orderOverviewDrawerV3__savingsLabel__cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .orderOverviewDrawerV3__savingsLabel__cont__hide {
    max-height: 0px;
    overflow: hidden;
  }
  .orderOverviewDrawerV3__savingsLabel__cont__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
  }
  .orderOverviewDrawerV3__freeShippingLabelTop {
    color: #00b834;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 16px;
  }
  .orderOverviewDrawerV3__freeShippingLabelBottom {
    color: #00b834;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
  }
  .orderOverviewDrawerV3__freeShippingLabelBottom.expired {
    color: #eb001b;
  }
  .orderOverviewDrawerV3__opener {
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .orderOverviewDrawerV3__opener svg {
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transform: rotate(0deg);
  }
  .orderOverviewDrawerV3__opener._down svg {
    transform: rotate(180deg);
  }
  .orderOverviewDrawerV3_label {
    display: flex;
    justify-content: space-between;
  }
  .orderOverviewDrawerV3_label_title {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .orderOverviewDrawerV3_label_price {
    color: var(--CC-Shopify-Dark-gray, #333);
    text-align: right;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .orderOverviewDrawerV3__content {
    display: flex;
    flex-direction: column;
    max-height: 0;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
  }
  .orderOverviewDrawerV3__content__show {
    max-height: 800px;
  }
  .product-list-drawer > .productCard:last-of-type {
    margin-bottom: 0px !important;
  }
  *,
  *::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;
  }
  .benefitsContainer {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #fff;
    max-width: 1000px;
    width: 100%;
    margin-top: 20px;
  }
  .benefitsContainer--desktop {
    display: block;
  }
  @media screen and (max-width: 767px) {
    .benefitsContainer--desktop {
      display: none;
    }
  }
  .benefitsContainer--onlyDesktop {
    display: none !important;
  }
  @media screen and (min-width: 1031px) {
    .benefitsContainer--onlyDesktop {
      display: block !important;
    }
  }
  .benefitsContainer--mobile {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .benefitsContainer--mobile {
      display: block;
    }
  }
  .benefitsContainer--fullWidth {
    margin: 0 auto;
  }
  .benefitsContainer--fullWidth > .benefitsContainer {
    padding: 32px 16px;
  }
  .benefitsContainer--tablet {
    display: none;
  }
  @media screen and (max-width: 1032px) {
    .benefitsContainer--tablet {
      display: block;
    }
  }
  .benefitsContainer__wrapper {
    margin: 0 auto;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: Center;
  }
  .benefit-card {
    width: calc(50% - 12px);
    display: flex;
    align-items: center;
  }
  .benefit-card--halfWidth:not(:nth-of-type(2n)) {
    margin-right: 24px;
  }
  .benefit-card--halfWidth:nth-of-type(1),
  .benefit-card--halfWidth:nth-of-type(2) {
    margin-bottom: 24px;
  }
  @media screen and (max-width: 767px) {
    .benefit-card--halfWidth {
      width: 100%;
    }
    .benefit-card--halfWidth:not(:last-of-type) {
      margin-bottom: 16px;
    }
  }
  .benefit-card--fullWidth {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 16px);
    padding: 0 16px;
  }
  @media screen and (max-width: 767px) {
    .benefit-card--fullWidth {
      width: 100%;
      flex-direction: row;
      padding: 0px;
    }
    .benefit-card--fullWidth:not(:last-of-type) {
      margin-bottom: 16px;
    }
  }
  .benefit-card__image {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  @media screen and (max-width: 767px) {
    .benefit-card__image {
      width: 24px;
      height: 24px;
      position: relative;
      top: 3px !important;
    }
  }
  .benefit-card__image--halfWidth {
    width: 32px;
    height: 32px;
    margin-bottom: 0;
    margin-right: 8px;
  }
  .benefit-card__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    text-transform: capitalize;
    color: #333;
    text-align: center;
    padding: 0 16px;
  }
  @media (min-width: 767px) and (max-width: 1031px) {
    .benefit-card__text {
      padding: 0 0px;
    }
  }
  @media screen and (max-width: 767px) {
    .benefit-card__text {
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      font-family: Roboto, sans-serif;
      text-align: left;
    }
  }
  .benefit-card__text--halfWidth {
    text-align: start;
    padding: 0;
  }
  .benefitsV2__item {
    display: flex;
    margin-bottom: 16px;
  }
  .benefitsV2__item:last-child {
    margin-bottom: 24px;
  }
  .benefitsV2__item img {
    align-self: flex-start;
    margin-right: 16px;
  }
  .benefitsV2__item__title {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .benefitsV2__item__text {
    color: var(--CC-Shopify-Medium-gray, #5c5c5c);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .input-container {
    margin-bottom: 12px;
  }
  .input {
    border: 1px solid #e0e0e0;
    height: 52px;
    border-radius: 4px;
    position: relative;
    padding: 8px 12px 0 12px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .input:focus-within {
    background: #fff;
    border: 1px solid #3362ab;
  }
  .input--error {
    border: 1px solid #ea2b00;
    background-color: #fffbfa !important;
  }
  .input--text {
    background-color: #fff;
    transition: padding 0.2s;
    position: relative;
  }
  .input--phone {
    height: 48px;
  }
  .input--phone__select {
    height: 100% !important;
    border: none !important;
  }
  .input--phone__dropDown {
    min-width: 120px;
    top: -9px;
    outline: none;
  }
  .input--phone__dropDown:focus {
    outline: none;
  }
  .input__helper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 40px;
  }
  @media (pointer: fine) {
    .input__helper:hover > .input__comment {
      transition:
        transform 150ms ease-in,
        opacity 150ms ease-in;
      opacity: 1;
      transform: scale(1) perspective(1px);
      z-index: 3;
    }
    .input__helper:hover .accordionContainer__wrapper {
      overflow: visible;
    }
  }
  .input__img {
    position: absolute;
    top: calc(50% - 8px);
    background-repeat: no-repeat;
    right: 12px;
    z-index: 3;
    cursor: pointer;
  }
  .input__img--alt {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
  }
  .input__comment {
    width: 174px;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.9019607843);
    color: #fff;
    border-radius: 4px;
    padding: 12px;
    position: absolute;
    bottom: 37px;
    text-align: center;
    right: -13px;
    transform: scale(0.9);
    transform-origin: 80% 150%;
    z-index: -1;
    transition:
      transform 150ms ease-in,
      opacity 150ms ease-in,
      z-index 0ms ease-in 150ms;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif, sans-serif;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .input__comment {
      width: 172px;
    }
  }
  .input__comment[visible="true"] {
    transition:
      transform 150ms ease-in,
      opacity 150ms ease-in;
    opacity: 1;
    transform: scale(1) perspective(1px);
    z-index: 3;
  }
  .input__comment:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border-style: solid;
    border-width: 10px 0 0 10px;
    transform: rotate(-45deg);
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.9019607843);
    right: 28px;
    bottom: -3px;
  }
  .input--customSelect {
    position: relative;
  }
  .input--select {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    color: #495057;
    border: none;
    text-align: left;
    padding-top: 14px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    appearance: none;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.99998 12C7.74907 12 7.49819 11.904 7.3069 11.7123L1.2872 5.67776C0.904267 5.29388 0.904267 4.6715 1.2872 4.28779C1.66997 3.90407 2.29071 3.90407 2.67367 4.28779L7.99998 9.62748L13.3263 4.28797C13.7092 3.90426 14.3299 3.90426 14.7127 4.28797C15.0958 4.67169 15.0958 5.29407 14.7127 5.67794L8.69306 11.7125C8.50167 11.9042 8.25079 12 7.99998 12Z" fill="%23828282"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0rem top 50%;
    background-size: 16px auto;
        height: auto;
  }
  .input--select:focus {
    outline: none;
    background: rgba(0, 0, 0, 0);
        box-shadow: none !important;
    border: none !important;
  }
  .input--select:active {
    outline: none;
    background: rgba(0, 0, 0, 0);
  }
  .input--select:active:focus {
    outline: none;
    background: rgba(0, 0, 0, 0);
  }
  .input--select__container {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .input--select__input {
    width: 100%;
  }
  .input--select__button > .selected-flag {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
  }
  .input--select__button > .selected-flag:focus {
    background: #f9f9f9;
  }
  .input--select__button > .selected-flag > div:nth-of-type(1) {
    display: flex;
  }
  .input--select__button > .selected-flag > div:nth-of-type(1) > div:nth-of-type(1) {
    order: 2;
    margin-left: 11px;
  }
  .input--select__button > .selected-flag > div:nth-of-type(1):after {
    position: absolute;
    top: -6px;
    left: 24px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }
  .styledLabel {
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: #828282;
    top: calc(50% - 9px);
    left: 12px;
    opacity: 1;
    z-index: 0;
    background: rgba(0, 0, 0, 0);
    transition:
      font-size 150ms ease-in,
      top 150ms ease-in,
      opacity 0.3s;
  }
  .styledLabel.cvv {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 60%;
  }
  .styledLabel:focus {
    background: rgba(0, 0, 0, 0);
  }
  .styledLabel:active {
    background: rgba(0, 0, 0, 0);
  }
  .formError,
  .policyError {
    margin-left: 1px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: #ea2b00;
    margin-top: 4px;
    display: block;
    opacity: 1;
    animation: fadeIn 150ms ease-in-out;
  }
  .phone-dialCode {
    position: relative;
    left: 22px;
  }
  .react-tel-input > .form-control:focus-within {
    background: #fff;
    border: 1px solid #3362ab;
  }
  .react-tel-input .country-list {
    z-index: 3 !important;
  }
  .react-tel-input > .flag-dropdown {
    border-color: #e8e8e8;
    z-index: 2;
    height: 100%;
    border: none;
    width: 100%;
    border-right: 1px solid #cacaca !important;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #333;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0);
  }
  .phone_overlay {
    display: flex;
    align-items: center;
    padding-left: 78px;
    border: none;
    position: relative;
    width: 100%;
    height: 45px;
    bottom: 47px;
    border-radius: 4px;
    line-height: 20px;
    z-index: 1;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
  }
  .phone_overlay--1 {
    padding-left: 58px;
  }
  .phone_overlay--2 {
    padding-left: 68px;
  }
  .phone_overlay--3 {
    padding-left: 78px;
  }
  .phone_overlay--4 {
    padding-left: 88px;
  }
  .phone_overlay--span {
    background: rgba(0, 0, 0, 0);
    position: relative;
    left: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    color: #333;
    height: 40px;
    width: 100%;
    border: none;
    margin-left: 16px;
  }
  .phone_overlay--span:focus {
    outline: none;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition:
      background-color 0s 600000s,
      color 0s 600000s;
  }
  select:-webkit-autofill,
  select:-webkit-autofill:focus {
    transition:
      background-color 0s 600000s,
      color 0s 600000s;
  }
  /* .styledInput {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    transition: padding 0.3s;
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
    color: #333;
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
  } */
  .styledInput {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    font-family: Roboto, sans-serif !important;
    transition: padding 0.3s !important;
    padding-top: 24px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    color: #333 !important;
    background: rgba(0, 0, 0, 0) !important;
    border: none !important;
    outline: none !important;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important;
        box-shadow: none !important;
}
  .styledInput input:-webkit-autofill,
  .styledInput input:-webkit-autofill:hover,
  .styledInput input:-webkit-autofill:focus,
  .styledInput input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  }
  .styledInput::placeholder {
    color: #bdbdbd;
    opacity: 1;
  }
  .styledInput::-ms-input-placeholder {
    color: #bdbdbd;
  }
  @keyframes fadeIn {
    0% {
      font-size: 0px;
    }
    100% {
      font-size: 12px;
    }
  }
  .react-tel-input .flag-dropdown {
    border: none !important;
    border-right: 1px solid #e0e0e0 !important;
  }
  .react-tel-input .flag-dropdown.open .selected-flag {
    background: #f9f9f9;
  }
  .react-tel-input .flag-dropdown:hover .selected-flag .react-tel-input .flag-dropdown:focus .selected-flag {
    background: #f9f9f9;
    background-color: #f9f9f9;
  }
  .react-tel-input .flag-dropdown:hover .selected-flag .react-tel-input .flag-dropdown:hover .selected-flag {
    background: #f9f9f9;
    background-color: #f9f9f9;
  }
  .flag-dropdown:hover .selected-flag {
    background-color: #f9f9f9;
  }
  .input-mobile-flag {
    display: flex;
    width: 100%;
  }
  .input--select__button--1 {
    max-width: 70px;
  }
  .input--select__button--2 {
    max-width: 80px;
  }
  .input--select__button--3 {
    max-width: 90px;
  }
  .input--select__button--4 {
    max-width: 100px;
  }
  input[type="number"] {
    -moz-appearance: textfield;
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .country-list > li > .country-name,
  .country-list > li > .dial-code {
    font-family: "Roboto", sans-serif;
    color: #333;
  }
  input:-webkit-autofill {
    color: #333;
  }
  input:autofill {
    color: #333;
  }
  input[data-com-onepassword-filled="transparent"] {
    background-color: #dbedff !important;
  }
  .overflowed-select {
    text-overflow: ellipsis;
    padding-right: 12px;
  }
  .tripleInputRow {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
  }
  @media screen and (max-width: 767px) {
    .tripleInputRow {
      grid-template-columns: 1fr 1fr;
      grid-gap: 0px 12px;
    }
    .tripleInputRow .input-container:first-child {
      grid-column: 1/3;
    }
    .tripleInputRow .input-container:nth-child(2) {
      grid-column: 1/2;
    }
    .tripleInputRow .input-container:nth-child(3) {
      grid-column: 2/3;
    }
  }
  .react-tel-input .selected-flag {
    width: 100% !important;
  }
  @media screen and (max-width: 767px) {
    .react-tel-input .selected-flag {
      width: 100% !important;
    }
  }
  .react-tel-input .form-control {
    height: 100% !important;
  }
  .iti {
    width: 100%;
    position: initial;
  }
  .iti__tel-input {
    outline: 0;
    border: 0;
    height: 46px;
    background: rgba(0, 0, 0, 0);
  }
  .iti--show-selected-dial-code .iti__selected-flag {
    border-color: #e8e8e8 rgba(0, 0, 0, 0) #e8e8e8 #e8e8e8;
    background-color: #f9f9f9;
    padding: 8px 16px !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .iti--show-selected-dial-code.iti--show-flags .iti__flag {
    border-radius: 2px;
    position: relative;
    top: 0px;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .iti--show-selected-dial-code.iti--show-flags .iti__flag {
      top: 1px;
    }
  }
  .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
    font-family: Roboto;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 24px;
  }
  .iti--show-selected-dial-code.iti--show-flags .iti__arrow {
    margin-left: 0px;
    border-top-color: #333;
    position: relative;
    top: 0px;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .iti--show-selected-dial-code.iti--show-flags .iti__arrow {
      top: 1px;
    }
  }
  .iti__country-list {
    font-family: "Roboto", sans-serif;
  }
  .iti input.iti__tel-input,
  .iti__search-input,
  .iti input.iti__tel-input[type="tel"] {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    height: 50px;
    width: 100%;
    font-family: Roboto, sans-serif;
    color: #333;
    padding-right: 16px;
        border: 1px solid #a7abad;
        
  }
  .iti input.iti__tel-input::placeholder,
  .iti__search-input::placeholder,
  .iti input.iti__tel-input[type="tel"]::placeholder {
    color: #bdbdbd;
  }
  .iti input.iti__tel-input[type="tel"] {
    padding-left: 110px !important;
    border: none;
    /* height: 52px; */
    border-radius: 4px;
    position: relative;
    padding: 0px 12px 0 12px;
    box-sizing: border-box;
  }
  .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-right: 8px;
  }
  .iti__flag-container {
    padding: 0px !important;
  }
  .productPackages {
    border: 1px solid var(--card-border);
    border-radius: 8px;
    width: 100%;
  }
  .productPackages__wrapper {
    display: grid;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 32px;
  }
  @media screen and (max-width: 767px) {
    .productPackages__wrapper {
      padding-bottom: 16px;
    }
  }
  .productPackages__heading {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 16px;
  }
  @media screen and (max-width: 767px) {
    .productPackages__heading {
      padding-top: 24px;
    }
  }
  .productPackages__button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--checkbutton-cc-color);
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    margin-right: 16px;
    padding-right: 16px;
    transition:
      border-color 150ms ease-in,
      background-color 150ms ease-in;
  }
  .productPackages__button:before {
    content: "";
    position: absolute;
    transform: scale(1);
    transition:
      transform 150ms ease-in,
      opacity 150ms ease-in;
    transform-origin: center;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    background-color: var(--checkbutton-cc-color);
    opacity: 1;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .productPackages__button {
      margin-right: 12px;
    }
  }
  @media screen and (max-width: 767px) {
    .productPackages__button {
      margin-right: 12px;
    }
  }
  @media screen and (max-width: 375px) {
    .productPackages__button {
      display: none;
    }
  }
  .productPackages__containerWrapper {
    background-color: var(--card-background-active);
    border-radius: 4px;
    outline: 1px solid var(--card-border-active, rgba(0, 0, 0, 0));
    transition: background-color 300ms ease-in-out;
  }
  .productPackages__container {
    display: grid;
    grid-template-columns: auto auto auto auto minmax(114px, auto);
    align-items: center;
    padding: 16px;
  }
  @media screen and (min-width: 1072px) {
    .productPackages__container.freeShipping {
      grid-template-columns: minmax(293px, auto) auto auto auto minmax(114px, auto);
    }
  }
  @media only screen and (max-width: 1071px) {
    .productPackages__container {
      grid-template-columns: minmax(100px, auto) 1px minmax(110px, 30%);
      padding: 12px;
    }
  }
  @media screen and (max-width: 375px) {
    .productPackages__container {
      padding: 12px 8px;
    }
  }
  .productPackages__container--visible {
    overflow: visible;
    transition: overflow 0ms ease-in 0ms;
  }
  .productPackages__container--unchecked {
    border-radius: 4px;
    outline: 1px solid var(--card-border);
    background-color: var(--card-background);
    overflow: hidden;
  }
  .productPackages__container--unchecked .productPackages__button {
    border-color: #bdbdbd;
  }
  .productPackages__container--unchecked .productPackages__button:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    transform: scale(0);
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }
  .productPackages_v2 {
    border: 1px solid var(--card-border);
    border-radius: 8px;
    width: 100%;
  }
  .productPackages_v2__wrapper {
    display: grid;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 32px;
  }
  @media screen and (max-width: 767px) {
    .productPackages_v2__wrapper {
      padding-bottom: 16px;
    }
  }
  .productPackages_v2__heading {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 16px;
  }
  @media screen and (max-width: 767px) {
    .productPackages_v2__heading {
      padding-top: 16px;
    }
  }
  .productPackages_v2__button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--checkbutton-cc-color);
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    padding-right: 16px;
    transition:
      border-color 150ms ease-in,
      background-color 150ms ease-in;
  }
  @media screen and (max-width: 767px) {
    .productPackages_v2__button {
      width: 16px;
      height: 16px;
      padding-right: 12px;
    }
  }
  .productPackages_v2__button:before {
    content: "";
    position: absolute;
    transform: scale(1);
    transition:
      transform 150ms ease-in,
      opacity 150ms ease-in;
    transform-origin: center;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    background-color: var(--checkbutton-cc-color);
    opacity: 1;
  }
  @media screen and (max-width: 767px) {
    .productPackages_v2__button:before {
      height: 8px;
      width: 8px;
      top: calc(50% - 4px);
      left: calc(50% - 4px);
    }
  }
  .productPackages_v2__container {
    gap: 16px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 16px;
    background-color: var(--card-background-active);
    align-items: center;
    width: 100%;
    border-radius: 6px;
    outline: 2px solid var(--card-border-active);
    transition:
      background-color 300ms ease-in-out,
      border-bottom-left-radius 150ms ease-in-out,
      border-bottom-right-radius 150ms ease-in-out;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .productPackages_v2__container {
      gap: 12px;
    }
  }
  @media screen and (max-width: 767px) {
    .productPackages_v2__container {
      justify-content: space-between;
      padding: 8px;
      gap: unset;
    }
  }
  .productPackages_v2__container--visible {
    overflow: visible;
    transition: overflow 0ms ease-in 0ms;
  }
  .productPackages_v2__container--unchecked {
    outline: 1px solid var(--card-border);
    background-color: var(--card-background);
    overflow: hidden;
  }
  .productPackages_v2__container--unchecked .productPackages_v2__button {
    border-color: #bdbdbd;
  }
  .productPackages_v2__container--unchecked .productPackages_v2__button:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    transform: scale(0);
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }
  .productPacItem__image {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 3.085px;
    margin-right: 24px;
  }
  .productPacItem__image--border {
    border: 0.771px solid var(--card-border, #e0e0e0);
  }
  @media only screen and (max-width: 1071px) {
    .productPacItem__image {
      margin-right: 12px;
    }
  }
  @media screen and (max-width: 375px) {
    .productPacItem__image {
      width: 64px;
      height: 64px;
      margin-right: 12px;
    }
  }
  .productPacItem__label {
    color: var(--card-text-primary, #333);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  @media screen and (min-width: 768px) and (max-width: 1071px) {
    .productPacItem__label {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 6px;
    }
  }
  @media screen and (max-width: 767px) {
    .productPacItem__label {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 6px;
    }
  }
  .productPacItem__label__container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-right: 16px;
  }
  @media screen and (min-width: 1072px) {
    .productPacItem__label__container.freeShipping {
      min-width: 138px;
    }
  }
  @media screen and (min-width: 1072px) {
    .productPacItem__label__container {
      justify-content: space-between;
      min-width: 100px;
    }
  }
  @media only screen and (max-width: 1071px) {
    .productPacItem__label__container {
      margin: 0 auto;
    }
  }
  .productPacItem__label__amount {
    color: var(--card-text-primary, #333);
    text-align: center;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    text-transform: capitalize;
  }
  @media screen and (min-width: 1072px) {
    .productPacItem__label__amount {
      flex: 1;
    }
  }
  .productPacItem__divider {
    height: 100%;
    width: 1px;
    background-color: var(--card-border);
  }
  @media screen and (max-width: 375px) {
    .productPacItem__divider {
      margin: 0 8px;
      justify-self: center;
    }
  }
  @media only screen and (max-width: 1071px) {
    .productPacItem__divider.mobileHide {
      display: none;
    }
  }
  @media only screen and (max-width: 1071px) {
    .productPacItem__discount__container.mobileHide {
      display: none;
    }
  }
  .productPacItem__discount__bundlesContainer {
    margin: 0 auto;
  }
  @media only screen and (max-width: 1071px) {
    .productPacItem__discount__bundlesContainer.mobileHide {
      display: none;
    }
  }
  .productPacItem__discount__box {
    display: flex;
    padding: 8px 10px;
    gap: 4px;
    width: 86px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
    background: var(--CC-Shopify-BG---light-gray, #fafafa);
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0px 16px;
    white-space: nowrap;
  }
  @media only screen and (max-width: 1071px) {
    .productPacItem__discount__box {
      width: unset;
      line-height: 16px;
    }
  }
  .productPacItem__discount__box img {
    width: 12px;
    height: 12px;
  }
  @media only screen and (max-width: 1071px) {
    .productPacItem__discount__box img {
      width: 10px;
      height: 10px;
    }
  }
  .productPacItem__discount__box.desktopHide {
    display: none;
  }
  @media only screen and (max-width: 1071px) {
    .productPacItem__discount__box.desktopHide {
      display: flex;
      width: 57px;
      padding: 4px 8px;
      font-size: 12px;
    }
  }
  @media only screen and (max-width: 1071px) {
    .productPacItem__discount__box.desktopHide {
      width: unset;
    }
  }
  .productPacItem__firstBlock {
    display: flex;
    align-items: center;
  }
  .productPacItem__priceBlock__container {
    padding-right: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-left: 16px;
  }
  @media only screen and (max-width: 1071px) {
    .productPacItem__priceBlock__container {
      margin: 0 auto;
    }
  }
  .productPacItem__priceBlock__bundlesContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  @media screen and (max-width: 767px) {
    .productPacItem__priceBlock__bundlesContainer {
      align-items: end;
    }
  }
  .productPacItem__priceBlock > sup {
    vertical-align: super;
    font-size: smaller;
    color: var(--card-text-primary);
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 11px;
  }
  .productPacItem__priceBlock__oldPrice {
    color: var(--card-text-secondary);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-decoration: line-through;
  }
  @media screen and (max-width: 767px) {
    .productPacItem__priceBlock__oldPrice {
      text-align: right;
    }
  }
  .productPacItem__priceBlock__price {
    color: var(--card-text-primary);
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 17px;
    text-transform: capitalize;
    margin-right: 2px;
    margin-left: 2px;
  }
  .productPacItem__priceBlock__cents {
    color: var(--card-text-primary);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 9px;
    margin-bottom: 4px;
  }
  .productPacItem__priceBlock__each {
    color: var(--card-text-primary);
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
  }
  .productPacItem__priceBlock__each--with-cents {
    line-height: 0px;
  }
  .productPacItem__priceBlock__each--without-cents {
    line-height: 16px;
  }
  .productPacItem__priceBlock__mainPriceBlock {
    display: flex;
    justify-content: center;
  }
  .productPacItem__priceBlock__mainPriceBlock > sup {
    vertical-align: super;
    font-size: smaller;
    color: var(--card-text-primary);
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 11px;
  }
  .productPacItem__priceBlock__labelTag {
    border-radius: 4px;
    background: var(--best-seller-background, #ffc438);
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--best-seller-text, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }
  .productPacItem__priceBlock__bestValueTag {
    width: fit-content;
    border-radius: 4px;
    background: var(--best-value-background, #4f27e6);
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    color: var(--best-value-text, #ffffff);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }
  @media screen and (max-width: 767px) {
    .productPacItem__priceBlock__bestValueTag {
      font-size: 11px;
      padding: 2px 8px;
    }
  }
  .productPacItem_v2__discountPercent {
    color: var(--sale-text);
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }
  .productPacItem_v2__image {
    width: 96px;
    height: 96px;
    min-width: 96px;
    object-fit: cover;
    border-radius: 3.085px;
  }
  @media screen and (max-width: 1071px) {
    .productPacItem_v2__image {
      width: 80px;
      height: 80px;
      min-width: 80px;
    }
  }
  .productPacItem_v2__image--border {
    border-radius: 4px;
    border: 1px solid var(--card-border);
  }
  .productPacItem_v2__label {
    color: var(--card-text-primary);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  @media screen and (max-width: 1071px) {
    .productPacItem_v2__label {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 6px;
    }
  }
  .productPacItem_v2__label__container {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 270px;
  }
  @media screen and (max-width: 1071px) {
    .productPacItem_v2__label__container {
      margin-left: 4px;
    }
  }
  .productPacItem_v2__label__amount {
    color: var(--card-text-primary);
    text-transform: capitalize;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  @media screen and (max-width: 1071px) {
    .productPacItem_v2__label__amount {
      font-size: 16px;
      line-height: 24px;
    }
  }
  .productPacItem_v2__label__bundleItems {
    color: #6b5f5f;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  @media screen and (max-width: 1071px) {
    .productPacItem_v2__label__bundleItems {
      font-size: 12px;
      line-height: 16px;
    }
  }
  @media screen and (max-width: 375px) {
    .productPacItem_v2__label__bundleItems {
      max-width: 117px;
    }
  }
  .productPacItem_v2__divider {
    height: 100%;
    width: 1px;
    margin: 0 16px;
    background-color: var(--card-border);
  }
  @media screen and (max-width: 375px) {
    .productPacItem_v2__divider {
      margin: 0 8px;
      justify-self: center;
    }
  }
  @media only screen and (max-width: 1071px) {
    .productPacItem_v2__divider.mobileHide {
      display: none;
    }
  }
  .productPacItem_v2__discount__container {
    display: flex;
    justify-content: center;
  }
  @media only screen and (max-width: 1071px) {
    .productPacItem_v2__discount__container.mobileHide {
      display: none;
    }
  }
  .productPacItem_v2__discount__box {
    display: flex;
    padding: 8px 10px;
    gap: 4px;
    width: 86px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid var(--cc-shopify-border-dividers);
    background: var(--CC-Shopify-BG---light-gray);
    color: var(--CC-Shopify-Dark-gray);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .productPacItem_v2__discount__box img {
    width: 12px;
    height: 12px;
  }
  .productPacItem_v2__discount__box.desktopHide {
    display: none;
  }
  @media only screen and (max-width: 1071px) {
    .productPacItem_v2__discount__box.desktopHide {
      display: flex;
      width: 57px;
      padding: 4px 8px;
      font-size: 12px;
    }
  }
  .productPacItem_v2__firstBlock {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  @media screen and (max-width: 1071px) {
    .productPacItem_v2__firstBlock {
      gap: 8px;
    }
  }
  .productPacItem_v2__priceBlock__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    align-items: flex-end;
  }
  @media screen and (max-width: 767px) {
    .productPacItem_v2__priceBlock__container {
      gap: unset;
    }
  }
  @media screen and (max-width: 1071px) {
    .productPacItem_v2__priceBlock__container {
      align-items: end;
    }
  }
  .productPacItem_v2__priceBlock__symbol {
    vertical-align: super;
    font-size: smaller;
    color: var(--card-text-primary);
    text-align: right;
    font-family: Roboto;
    font-style: normal;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  @media screen and (max-width: 1071px) {
    .productPacItem_v2__priceBlock__symbol {
      color: var(--card-text-primary);
      font-family: Roboto;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
    }
  }
  .productPacItem_v2__priceBlock__oldPrice {
    color: var(--card-text-secondary);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background: linear-gradient(
      to left top,
      transparent 47.75%,
      #f00 48%,
      #f00 49%,
      #f00 50%,
      #f00 51%,
      transparent 51.25%
    );
  }
  @media screen and (max-width: 1071px) {
    .productPacItem_v2__priceBlock__oldPrice {
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 16px;
    }
  }
  .productPacItem_v2__priceBlock__price {
    display: flex;
    margin-right: 1px;
    color: var(--card-text-primary);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  @media screen and (max-width: 1071px) {
    .productPacItem_v2__priceBlock__price {
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
    }
  }
  .productPacItem_v2__priceBlock__cents {
    color: var(--card-text-primary);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 9px;
    margin-bottom: 4px;
  }
  .productPacItem_v2__priceBlock__each {
    color: var(--card-text-primary);
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .productPacItem_v2__priceBlock__mainPriceBlock {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media screen and (max-width: 375px) {
    .productPacItem_v2__priceBlock__mainPriceBlock {
      flex-wrap: wrap;
      justify-content: flex-end;
    }
  }
  .productPacItem_v2__priceBlock__mainPriceBlock > sup {
    color: var(--card-text-primary);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  @media screen and (max-width: 1071px) {
    .productPacItem_v2__priceBlock__mainPriceBlock > sup {
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
    }
  }
  .productPacItem_v2__priceBlock__labelTag {
    width: fit-content;
    border-radius: 4px;
    background: var(--best-seller-background);
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    color: var(--best-seller-text);
    text-align: right;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }
  @media screen and (max-width: 1071px) {
    .productPacItem_v2__priceBlock__labelTag {
      font-size: 11px;
      padding: 2px 8px;
    }
  }
  .productPacItem_v2__priceBlock__bestValueTag {
    width: fit-content;
    border-radius: 4px;
    background: var(--best-value-background);
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    color: var(--best-value-text);
    text-align: right;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }
  @media screen and (max-width: 1071px) {
    .productPacItem_v2__priceBlock__bestValueTag {
      font-size: 11px;
      padding: 2px 8px;
    }
  }
  .productCard {
    display: grid;
    grid-template-columns: 64px auto 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
  .productCard_smallMargin {
    margin-bottom: 12px;
  }
  .productCard__imageContainer {
    position: relative;
    display: inline-block;
    height: 64px;
  }
  .productCard__imageContainer__indicator {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5c5c5c;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
  }
  .productCard img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
  }
  .productCard__titleBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .productCard__titleBlock__subtitle {
    color: var(--CC-Shopify-Medium-gray, #5c5c5c);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    font-family: Roboto;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .productCard__titleBlock__discountTagBlock {
    margin-top: 4px;
    color: var(--CC-Shopify-Medium-gray, #5c5c5c);
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
  }
  .productCard__titleBlock__discountTag {
    border: none !important;
    height: 16px !important;
    width: 16px !important;
    margin-right: 4px;
  }
  .productCard__titleBlock__title {
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .productCard__titleBlock__variant {
    color: var(--CC-Shopify-Medium-gray, #5c5c5c);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .productCard__titleBlock__variant > span {
    text-transform: capitalize;
  }
  .productCard__titleBlock__altText {
    color: var(--CC-Shopify-Medium-gray, #5c5c5c);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .productCard__titleBlock__tagText {
    color: var(--CC-Shopify-Medium-gray, #5c5c5c);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
  }
  .productCard__titleBlock__tagText svg {
    margin-right: 4px;
  }
  .productCard__priceBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: end;
    text-align: right;
  }
  .productCard__priceBlock__price {
    color: var(--CC-Shopify-Dark-gray, #333);
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 500;
    line-height: 20px;
  }
  .productCard__priceBlock__oldPrice {
    color: var(--CC-Shopify-Medium-gray, #5c5c5c);
    text-align: right;
    font-family: Roboto;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 400;
    line-height: 16px;
    text-decoration: line-through;
    margin-bottom: 4px;
  }
  .productCard:not(:last-of-type) {
    margin-bottom: 16px !important;
  }
  @keyframes spin {
    0% {
      transform: rotate(130deg);
    }
    100% {
      transform: rotate(490deg);
    }
  }
  @keyframes dots {
    0% {
      content: "";
    }
    33% {
      content: ".";
    }
    66% {
      content: "..";
    }
    100% {
      content: "...";
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .button {
    cursor: pointer;
    border: none;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    transition: background-color 150ms ease-in;
    margin-top: 12px;
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .button {
      margin-top: 12px;
    }
  }
  .button--submit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 8px;
  }
  .button--submit > .processing {
    display: none;
  }
  .button--submit[loading="true"]:after {
    content: "";
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    animation: 1000ms linear dots infinite;
    width: 30px;
    opacity: 1;
    text-align: left;
  }
  .button--submit[loading="true"]:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 5px solid hsla(0, 0%, 100%, 0.5);
    border-bottom: 5px solid #fff;
    border-radius: 50%;
    position: relative;
    margin-right: 16px;
    transform: rotate(130deg);
    animation: 1000ms linear infinite spin;
    opacity: 1;
  }
  .button--submit[loading="true"] > .cta__loading {
    display: block;
  }
  .button--submit[loading="true"] > span {
    display: none;
  }
  .button--submit[loading="true"] > .submit__icon--wrapper {
    display: none;
  }
  .button--submit__loading {
    display: none;
  }
  .button--submit[loading="true"] > span.processing {
    display: inline-block;
    animation: 250ms ease-in fadeIn;
    opacity: 1;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2509803922);
  }
  .button--submit__text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2509803922);
  }
  .button--submit__icon {
    width: 16px;
    height: 17px;
    background-position: center;
    position: relative;
    top: 2px;
    background-color: #fff;
    margin-right: 16px;
  }
  .button[theme="green"] {
    background-color: #0ed13d;
    border-bottom: 2px solid #0b9e2e;
    color: #fff;
  }
  @media screen and (pointer: fine) {
    .button[theme="green"]:hover {
      background-color: #0b9e2e;
    }
  }
  .button[theme="blue"] {
    background-color: #0d40ff;
    border-bottom: 2px solid #0d40ff;
    color: #fff;
  }
  @media screen and (pointer: fine) {
    .button[theme="blue"]:hover {
      background-color: #002fdd;
    }
  }
  .button[theme="purple"] {
    background-color: #4f27e6;
    border-bottom: 2px solid #3b17c5;
    color: #fff;
  }
  @media screen and (pointer: fine) {
    .button[theme="purple"]:hover {
      background-color: #3b17c5;
    }
  }
  .button[theme="orange"] {
    background-color: #f60;
    border-bottom: 2px solid #b84900;
    color: #fff;
  }
  @media screen and (pointer: fine) {
    .button[theme="orange"]:hover {
      background-color: #e15a00;
    }
  }
  .button[theme="red"] {
    background-color: #e80000;
    border-bottom: 2px solid #a30000;
    color: #fff;
  }
  @media screen and (pointer: fine) {
    .button[theme="red"]:hover {
      background-color: #c80000;
    }
  }
  .button--warranty {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
  }
  .submitPaypal {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--paypalBackground);
    border: none;
    border-bottom: 2px solid var(--paypalShadow);
    padding: 12px 40px;
    width: 100%;
    text-decoration: none;
    border-radius: 10px;
    opacity: 0;
    cursor: pointer;
    transition: background-color 150ms ease-in;
  }
  @media (pointer: fine) {
    .submitPaypal:hover {
      background-color: var(--paypalHover);
      border-bottom: 2px solid var(--paypalShadowHover);
    }
  }
  .submitPaypal span:first-of-type {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    color: var(--paypalTextColor);
    margin-right: 16px;
  }
  .submitPaypal--active {
    opacity: 1;
  }
  .submitPaypal__wrapper {
    padding-bottom: 32px;
  }
  @media screen and (max-width: 767px) {
    .submitPaypal__wrapper {
      padding-bottom: 24px;
      margin-top: 0px;
    }
  }
  .submitPaypal__wrapper__noBorders {
    padding-bottom: 0px;
  }
  .submitPaypal__paypalLogo {
    width: 123px;
    height: 32px;
  }
  @media screen and (max-width: 767px) {
    .submitPaypal__paypalLogo {
      width: 92.25px;
      height: 24px;
    }
  }
  .submitPaypal__container {
    position: relative;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
  }
  @media screen and (max-width: 767px) {
    .submitPaypal__container {
      padding: 16px;
    }
  }
  .submitPaypal__container::before {
    white-space: nowrap;
    content: attr(data-before);
    position: absolute;
    color: var(--CC-Shopify-Ligth-gray, #828282);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    top: -19px;
    left: 50%;
    margin-top: 11px;
    transform: translateX(-50%);
    padding: 0px 16px;
    background-color: #fff;
  }
  .submitPaypal__container::after {
    content: attr(data-after);
    color: var(--CC-Shopify-Ligth-gray, #828282);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    position: absolute;
    left: 50%;
    margin-top: 13px;
    padding: 0px 16px;
    transform: translateX(-50%);
    background-color: #fff;
    white-space: nowrap;
  }
  @media screen and (max-width: 767px) {
    .submitPaypal__container::after {
      margin-top: 7px;
    }
  }
  .submitPaypal__container__noBorders {
    border: 0;
    padding: 0;
    margin: 16px 0px 0px;
  }
  .submitPaypal__container__noBorders::after {
    content: "";
  }
  .submitPaypal__container__noBorders::before {
    content: "";
  } /*# sourceMappingURL=style.css.map */