/** Shopify CDN: Minification failed

Line 158:52 Unexpected "nth-child("

**/
.ways-to-earn-points .earn-points {
  background: #f7efe7;
  padding: 80px;
  border-radius: 24px;
}
.ways-to-earn-points {
  margin-bottom: 100px;
}
.points-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.point-item {
  flex: 0 0 calc(25% - 12px);
  max-width: calc(25% - 12px);
  text-align: center;
  border: 1px solid #d1ba9b;
  padding: 0 20px 36px;
  border-radius: 12px;
  background-color: #fff;
  margin-top: 30px;
}
.point-item .icon {
  margin-top: -30px;
  display: inline-flex;
}
.point-item .info {
  margin-top: 10px;
}
.point-item .info p:first-child {
  margin-bottom: 5px;
}
.point-item .info p {
  font-family: var(--WorkSans-font);
  font-size: 17px;
  font-weight: 500;
  line-height: 19.94px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1e1e1ecc;
}
.point-item .info p strong {
  font-family: var(--proximaNova-font);
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
  color: #177005;
}
.ways-to-earn-points .earn-points h2 {
  font-family: "ProximaNova";
  font-size: 42px;
  font-weight: 900;
  line-height: 48px;
  text-align: center;
  color: #124400;
  margin-bottom: 40px;
}
.point-value {
  margin-top: 60px;
  padding: 80px 150px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 140px;
  position: relative;
}
.point-value:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 24px;
  background-image: url(/cdn/shop/files/Star_svg_2.svg?v=1728645768);
  background-repeat: no-repeat;
  background-size: contain;
  left: 60px;
}
.point-value:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  right: 60px;
  background-image: url(/cdn/shop/files/Star_svg_2.svg?v=1728645768);
  background-repeat: no-repeat;
  background-size: contain;
  top: 36px;
}
.cardheader {
  width: 100%;
  text-align: center;
  max-width: 450px;
}

.cardheader h2 {
  font-family: var(--proximaNova-font);
  font-size: 42px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #fff;
  margin-bottom: 22px;
  max-width: 450px;
}
.cardheader h2 strong {
  color: #fccc00;
  font-weight: 900;
}
.cardinfo {
  width: 100%;
  max-width: 562px;
}
.point-value .cardinfo p {
  color: #ffffff;
  font-family: var(--proximaNova-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}

.point-value .cardinfo p strong {
  font-family: var(--proximaNova-font);
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.01em;
  text-align: left;
}

.point-value .cardinfo p:nth-child(4) {
  margin-bottom: 15px;
}

.point-value .cardinfo p strong {
  font-weight: 900;
}
.point-value .cardinfo .info_2 {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  padding-top: 30px;
  margin-top: 20px;
}

.ways-to-earn-points .point-value .cardinfo .info_2 {
  padding-top: 28px;
  margin-top: 28px;
}

.ways-to-earn-points .point-value .cardinfo .info_2 nth-child(4),
.ways-to-earn-points .point-value .cardinfo .info_2 nth-child(5) {
  font-size: 16px;
}

.point-value .cardinfo p + p strong {
  margin-top: 15px;
  display: inline-block;
}

.point-value .cardinfo p + p {
  margin-top: 8px;
  line-height: 25px;
  font-size: 18px;
}

.point-value .cardinfo h6 + h6 {
  margin-top: 6px;
}

.point-value .cardinfo h6 {
  font-family: var(--proximaNova-font);
  font-size: 12px;
  font-weight: 600;
  line-height: 14.5px;
  text-align: left;
  margin: 0;
  color: #fff;
  margin-top: 20px;
}
.point-value .cardinfo .info_2 ul {
  padding-left: 18px;
}
.point-value .cardinfo .info_2 ul,
.point-value .cardinfo .info_2 ul li {
  list-style: disc !important;
}
.point-value .cardinfo .info_2 ul li {
  list-style: disc !important;
  font-family: "ProximaNova";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 28px;
  margin-top: 10px;
}
.ways-to-earn-points .cardheader .image_wrapper img {
  max-width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 1080px) {
  .ways-to-earn-points .earn-points {
    padding: 40px;
  }
  .point-value {
    padding: 60px 60px;
    gap: 50px;
  }
  .ways-to-earn-points {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .ways-to-earn-points .points-grid {
    gap: 10px;
  }
  .ways-to-earn-points .point-item {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    padding: 0 12px 12px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 749px) {
  .ways-to-earn-points .earn-points {
    padding: 40px 20px;
    border-radius: 0;
  }

  .point-item {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    padding: 0 20px 20px;
    margin-top: 35px;
  }
  .point-value {
    margin-top: 40px;
    padding: 80px 40px;
    flex-direction: column;
    gap: 20px;
  }
  .point-value:after {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
  }
  .point-value:before {
    width: 40px;
    height: 40px;
    bottom: 20px;
    left: 20px;
  }
  .cardheader h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .ways-to-earn-points {
    margin-bottom: 20px;
  }
  .ways-to-earn-points .earn-points h2 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .ways-to-earn-points .cardheader {
    max-width: 100%;
  }
  .ways-to-earn-points .point-value {
    padding: 24px;
  }
  .ways-to-earn-points .cardheader .image_wrapper {
    position: absolute;
    right: 50px;
    top: 62px;
    width: 80px;
    height: 86px;
  }

  .ways-to-earn-points .point-value {
    align-items: start;
  }
  .ways-to-earn-points .cardheader {
    text-align: left;
    max-width: 76%;
  }
  .ways-to-earn-points .cardinfo {
    max-width: 100%;
  }
  .ways-to-earn-points .cardinfo .info_1 {
    max-width: 70%;
  }
  .ways-to-earn-points .cardheader h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .ways-to-earn-points .point-value .cardinfo p {
    font-size: 15px;
  }
  .ways-to-earn-points .point-value .cardinfo .info_2 ul li {
    font-size: 12px;
  }
  .ways-to-earn-points .point-value:before {
    display: none;
  }
  .ways-to-earn-points .point-value .cardinfo p strong {
    font-size: 18px;
  }
  .ways-to-earn-points .page-width {
    padding: 0 !important;
  }
  .ways-to-earn-points .point-item .info p strong {
    font-size: 18px;
  }
  .ways-to-earn-points .point-item .info p {
    font-size: 14px;
  }
  .ways-to-earn-points .point-item .icon {
    width: 60px;
    height: 60px;
  }
  .ways-to-earn-points .point-item .icon img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
