.zen-breadcrumbs {
  ol {
    flex-wrap: nowrap !important;
    padding: 0;
    li:first-child {
      a {
        span {
          font-family: Nunito;
          font-size: 14px;
          font-style: normal;
          font-weight: 800;
          line-height: normal;
          letter-spacing: 0.7px;
        }
      }
    }
    li {
      min-width: fit-content;
      color: #888888;
      span {
        color: #888888;
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
      }
    }
    li:last-child {
      span {
        color: #000;
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
      }
    }
  }
}

#navbar-new__bot-mobile {
  display: none;
}

#colophon .img-fluid,
#top {
  filter: invert();
}

@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumbs_wrap {
    display: flex !important;
  }
}

@media (max-width: 767.99px) {
  .breadcrumbs_wrap {
    margin-bottom: 48px;
  }
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

.apple-pay_title {
  text-align: center;
  width: 100%;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 32px;
}

.apple-pay_subtitle {
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  max-width: 800px;
  margin: auto;
  margin-bottom: 64px !important;
}

.btn {
  border: 3px solid black;
  align-items: center;
  height: 64px;
  gap: 8px;
  font-weight: 800;
}

.btn:hover {
  background-image: url("img/pattern-repeat.svg");
  background-size: 18px;
  background-color: white;
  outline: 2px solid black;
  color: black;
}

.btn-black-primary {
  background-color: black;
  color: white;
}

.btn-green-primary {
  border: none;
  background-color: #22e243;
}

@media (max-width: 767.99px) {
  .apple-pay_title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .apple-pay_subtitle {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
/* hero */

.hero {
  padding-top: 0;

  .hero_row {
    display: flex;
    /*
    background-size: contain;
    background-position: right; */
    background-repeat: no-repeat;
  }

  .hero_phone-img {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .hero_content {
    padding-top: 212px;
    padding-left: 32px;
    .hero_phone-img {
      display: none;
    }
  }

  h1 {
    color: #888888;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  h2 {
    font-size: 56px;
    font-weight: 700;
    margin-top: 12px;
  }

  p {
    font-size: 24px;
    margin-top: 24px;
    max-width: 528px;
    color: var(--Shades-Dark-Side-Antracite, #222);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-inline: auto;
  }
}

@media (max-width: 1100px) {
  .hero {
    h2 {
      font-size: 48px;
    }
    .hero_phone-wrap {
      display: flex;
      align-items: end;
    }
    .hero_phone-img {
      width: 400px;
      margin: 0;
    }
  }
}

@media (max-width: 768px) {
  .hero {
    .hero_row {
      flex-direction: column;
      text-align: center;
      background-position: top !important;

      padding-top: 128px;
    }

    .hero_phone-wrap .hero_phone-img {
      display: none;
    }

    .hero_content {
      padding: 0 !important;
      .hero_phone-img {
        display: block !important;
        margin: auto;
        max-width: 100%;
        margin-top: 48px;
      }

      .btn {
        margin: auto;
      }
    }

    h2 {
      font-size: 32px;
      img {
        height: 26px;
      }
    }

    p {
      font-size: 20px;
    }
  }
}

/* reviews */

.reviews {
  margin-top: 38px;
  .content-wrapper {
    display: flex;
    justify-content: center;
    gap: 32px;
    > div {
      text-align: center;
    }
    img {
      max-width: 415px;
      width: 100%;
    }
  }
}

@media (max-width: 768px) {
  .reviews {
    .content-wrapper {
      flex-direction: column;
    }
  }
}

/* cards-flip */
.cards-flip {
  padding: 128px 0;
  .row {
    display: flex;
    gap: 16px;

    .card-img {
      flex: 1;
      overflow: hidden;
      border-radius: 12px;
    }
  }

  .cards-flip-row {
    display: flex;
  }

  .btn {
    margin: auto;
    margin-top: 64px;
  }
}

.card-flip {
  height: auto;
  perspective: 1800px;
  overflow: visible !important;

  .card-img-description {
    top: 0;
    height: auto;
    text-align: left;
  }
  p {
    margin-bottom: 0;
  }
}

.card-flip-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.3s;
  transform-style: preserve-3d;
}

.card-flip-icon {
  background-color: #22e243;
  width: 30px;
  height: 30px;
  color: black;
  font-size: 32px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 32px;
  cursor: pointer;
}

.card-flip.flipped .card-flip-wrapper {
  transform: rotateY(180deg);
}

.card-flip-front,
.card-flip-back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  border-radius: 12px;
}

.card-flip-front {
  position: relative;
  background-color: #060606;
  color: black;
}

.card-flip-back {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #222222;
  color: white;
  transform: rotateY(180deg);
}

.card-img {
  position: relative;
  img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
  }

  .card-img-description {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    padding: 42px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    width: 100%;
    h3 {
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
    }
    h2 {
      font-size: 32px;
    }

    p {
      font-size: 22px;
    }
    .button {
      margin-top: auto;
      text-decoration: none;
      color: #000000;
      display: flex;
      align-items: center;
      height: 48px;
      font-size: 14px;
      padding-right: 32px;
      img {
        height: 11px;
        width: 11px;
        margin-left: 16px;
      }
    }
  }
}

@media (max-width: 1100px) {
  .cards-flip {
    .card-img-description {
      h2 {
        font-size: 32px;
        line-height: 32px;
      }
      p {
        font-size: 16px;
      }
    }
  }
}

@media (max-width: 920px) {
  .cards-flip {
    .card-img-description {
      padding: 32px;
      h2 {
        font-size: 20px;
        line-height: 22px;
      }
      p {
        font-size: 16px;
      }
    }
  }
}

@media (max-width: 860px) {
  .cards-flip {
    .card-img-description {
      h2 {
        font-size: 20px;
        line-height: 22px;
      }
      p {
        font-size: 14px;
      }
    }
  }
}

@media (max-width: 768px) {
  .cards-flip {
    .row {
      flex-direction: column;
    }

    .card-img-description {
      h2 {
        font-size: 24px;
        line-height: 26px;
      }
      p {
        font-size: 16px;
      }
    }
  }
}

/* CARD-SWIPER */

#cards-swiper {
  padding: 128px 0;
  background: #fff;
}

.cards-swiper__swiper {
  flex: 3;
  width: 100%;
  height: 100%;
  position: relative;
  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.cards-swiper__slide-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-top: 20px;
  height: 100%;
  width: 100%;
  padding-inline: 12px;
  .img-wrapper {
    max-width: 48%;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    img {
      object-fit: contain;
      object-position: bottom;
    }
    .img-badge {
      position: absolute;
      bottom: 24px;
      left: 0;
      width: 100%;
      > div {
        margin: auto;
        background-color: #0088ff;
        padding: 16px 24px;
        border-radius: 24px;
        font-size: 14px;
        color: white;
        width: fit-content;
      }
    }
  }
}

.swiper-slide {
  overflow: hidden;
}

.cards-swiper__swiper-flip,
.cards-swiper__swiper {
  overflow: visible;
}

#apple-pay-swiper-pagination,
#apple-pay-swiper-pagination-flip {
  width: fit-content;
  margin: auto;
  background-color: white;
  padding: 12px;
  border-radius: 24px;
  margin-top: 24px;
}
.swiper-pagination-bullet-active {
  background-color: #22e243;
}
.cards-swiper__title {
  font-size: 32px;
}

.cards-swiper__description {
  font-size: 24px;
  margin-bottom: auto;
}

.cards-swiper__slide-content-badge {
  background-color: black;
  color: white;
  padding: 18px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 600;
}

.cards-swiper__slide-content-title {
  font-size: 26px;
  font-weight: 700;
  margin: 16px 0;
}

h3 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 64px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 980px) {
  .cards-swiper__slide-content {
    .img-wrapper {
      max-height: 160px;
    }
  }
}

@media (max-width: 1099px) {
  .cards-swiper {
    .content-wrapper {
      flex-direction: column;
    }
  }
  .cards-swiper__slide-content-title {
    font-size: 16px;
    z-index: 1;
  }
}

@media (max-width: 767.99px) {
  .cards-swiper__swiper {
    max-width: 300px;
  }

  .cards-swiper__title {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
    margin-top: 24px;
  }
}

/* JOIN ZEN */

.join-zen {
  display: flex;
  justify-content: center;
  /* overflow: hidden; */
  padding: 256px 0 128px 0;
  font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  position: relative;
  padding-inline: 16px;
}

.pattern-bkg {
  max-width: 1312px;
  width: 100%;
  flex-shrink: 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: 15px;
  background: linear-gradient(
    30deg,
    rgba(255, 255, 255, 0.19) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.join-zen__badges {
  display: flex;
  gap: 48px;
  transform: translateY(-45px);
}

.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: white;
  border: 2px solid black;
  border-radius: 36px;
  width: 128px;
  height: 128px;
}

.badge--qr img {
  width: 96px;
  height: 96px;
}

.join-zen__eyebrow {
  color: #69e245;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 16px 0;
}

.join-zen__title {
  color: #000000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin: 0 24px 24px 24px;
}

.join-zen__text {
  color: #000000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 24px 48px;
}

.join-zen__code {
  color: #69e245;
  font-weight: 900;
}

.join-zen__stores {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}

.join-zen__stores img {
  height: 41.77px;
  width: auto;
}

.section-bkg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -10;
}
@media (max-width: 767.99px) {
  .join-zen {
    padding: 50 24px;
  }

  .join-zen__box {
    width: 100%;
    height: unset;
    border-radius: 20px;
    background: url("assets/images/pattern.svg") lightgray 0% 0% / 25px 25px
      repeat;
    padding-bottom: 40px;
  }

  .join-zen__badges {
    transform: translateY(-35px);
  }

  .badge--qr {
    display: none;
  }

  .join-zen__eyebrow {
    color: #69e245;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .join-zen__title {
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 16px 16px;
  }
  .join-zen__title br {
    display: none;
  }
  .join-zen__text {
    color: #000000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 16px 32px;
  }

  .join-zen__code {
    color: #22e243;
    font-weight: 900;
  }

  .join-zen__stores img {
    height: 52.214px;
  }
}

@media (max-width: 420px) {
  .join-zen__stores {
    flex-direction: column;
  }
}
