.SBP-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.SBP-hero-img-desktop {
  width: 100%;
}
.SBP-hero-img-mobile {
  display: none;
}
.SBP-points {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.SBP-points-content-wrapper {
  max-width: 520px;
}
.SBP-points-content-wrapper,
.SBP-points-card-wrapper {
}
.SBP-points-card-wrapper {
  margin-left: 2%;
}
.SBP-points-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.SBP-points-card1,
.SBP-points-card2 {
  max-width: 321px;
  min-width: 280px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #909090;
  border-radius: 4px;
  margin-left: 8px;
  padding: 0 12px;
  padding-bottom: 27px;
  margin-top: 10px;
}
.SBP-points-card1 {
  border-top: solid #005c42 7px;
  position: relative;
}
.SBP-points-card1::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -1px;
  width: 100.7%;
  z-index: 3;
  background-color: #005c42;
  height: 7px;
  border-radius: 4px 4px 0 0;
}
.SBP-points-card2 {
  padding-top: 7px;
}
.SBP-points-card-header {
  font-size: 20px;
  font-weight: bold;
  margin: 15px;
  padding: 0;
  color: #222;
}
.SBP-points-card-value {
  font-size: 16px;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 22px;
}
.SBP-points-card-value-amount {
  font-size: 36px;
  padding-right: 0.5rem;
}
.SBP-points-card-content {
  font-size: 16px;
  margin-bottom: 25px;
}
.SBP-points-card1-button,
.SBP-points-card2-button {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  height: 48px;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #005c42;
  background: #005c42;
  color: white !important;
  font-weight: bold;
  font-size: 16px;
}
.SBP-points-card1-button:hover,
.SBP-points-card2-button:hover {
  filter: brightness(0.9);
}

.SBP-points-card2-button {
  background-color: white;
  border: 2px solid #005c42;
  display: block;
  overflow: hidden;
}
.SBP-points-content-wrapper {
}
.SBP-points-content-header {
  font-size: 36px;
  width: 490px;
  text-align: center;
  background-image: linear-gradient(to bottom, white 0% 54%, #4391001a 54% 100%);
  font-weight: bold;
  margin-bottom: 32px;
  color: #222222;
}
.SBP-points-content-p1,
.SBP-points-content-p2 {
  font-size: 18px;
}
.SBP-points-block-wrap {
  display: flex;
}
.SBP-points-wrapper {
  margin-top: 32px;
  display: flex;
}
.SBP-points-feeds,
.SBP-points-items {
  width: 180px;
  height: 97px;
  background: #b8d99b;
  border-radius: 4px;
  margin-right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 16px;
}
.SBP-points-feeds-text,
.SBP-points-items-text {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.SBP-points-feeds-num,
.SBP-points-items-num {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.SBP-seasonal-wrapper {
}
.SBP-seasonal-body {
  margin-top: 84px;
}
.SBP-seasonal-header {
  font-family: nunito;
  color: #141414;
  font-size: 36px;
  font-weight: bold;
  /* box-shadow: inset 0px -30px #4391001a; */
  background-image: linear-gradient(to bottom, white 0% 55%, #4391001a 55% 100%);
  width: 375px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 48px;
  padding: 0;
  line-height: 50px;
  position: relative;
}

.SBP-seasonal-content,
.SBP-seasonal-content2 {
  font-size: 20px;
  text-align: center;
}
.SBP-seasonal-content2 {
  margin-bottom: 32px;
}
.SBP-seasonal-season {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 48px;
}
.SBP-seasonal-season-status-spring,
.SBP-seasonal-season-status-summer,
.SBP-seasonal-season-status-fall {
  display: inline-block;
  border-radius: 4px;
  margin-left: 1.5rem;
  width: 123px;
  line-height: 43px;
  text-align: center;
}
.SBP-seasonal-season-status-spring {
  color: #005c42;
  background-color: #005c421a;
}
.SBP-seasonal-season-status-summer {
  background-color: #ffd75826;
  color: #d39531;
}
.SBP-seasonal-season-status-fall {
  background-color: #f2672233;
  color: #f26722;
}

.SBP-seasonal-img-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.SBP-seasonal-img {
  width: 81.5%;
  max-width: 800px;
}

.SBP-seasonal-img-content {
  font-size: 20px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 59px;
}
.SBP-points-card2 .add-to-cart-slide {
  letter-spacing: 0.28px;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s;
  color: #005c42 !important;
}
.SBP-points-card2 .n_actionBTN .incart-text {
  border-right: 1px solid #005c42;
  border-left: 1px solid #005c42;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #005c42;
  font-size: 16px;
}

.SBP-points-card2 .n_actionBTN .cart-remove-one:after {
  font-family: "FontAwesome";
  color: #005c42;
  content: "\f068";
}

.SBP-points-card2 .n_actionBTN .cart-add-one:after {
  font-family: "FontAwesome";
  content: "\f067";
  color: #005c42;
}

.SBP-points-card2 .n_actionBTN .plus-minus-cont a:hover,
.SBP-points-card2 .n_actionBTN .add-to-cart-btn-slide:hover .add-to-cart-slide {
  background: #9ed1c2;
}
@media (max-width: 1252px) {
  .SBP-points-content-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .SBP-points {
    align-items: center;
    justify-content: center;
  }
  .SBP-points-card-wrapper {
    margin-left: 0;
  }
  .SBP-points-card1,
  .SBP-points-card2 {
    margin: 0 25px;
  }
  .SBP-points-card-wrapper {
    width: 100%;
  }
}

@media (max-width: 782px) {
  .SBP-points-card1,
  .SBP-points-card2 {
    margin: 12px auto;
  }
  .SBP-hero-img-desktop {
    display: none;
  }
  .SBP-hero-img-mobile {
    display: block;
    width: 100%;
    height: calc(100vw * 0.54);
  }
}
@media (max-width: 545px) {
  .SBP-hero-img-mobile {
    width: 100vw;
  }
  .SBP-points-content-wrapper {
    padding: 0 16px;
  }
  .SBP-points {
    margin-top: 16px;
  }
  .SBP-points-content-header {
    font-size: 24px;
    width: 325px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 21px;
    background-image: linear-gradient(to bottom, white 0% 53%, #4391001a 52%);
    line-height: 18px;
  }

  .SBP-points-content-p2 {
    margin-bottom: 32px;
  }
  .SBP-points-card-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  .SBP-points-card1,
  .SBP-points-card2 {
    max-width: 375px;
    width: 100%;
    height: 284px;
    margin: 12px 0;
    min-width: 280px;
    min-height: 284px;
  }
  .SBP-points-card-header {
    margin-top: 17px;
  }

  .SBP-seasonal-body {
    margin-top: 36px;
  }
  .SBP-seasonal-header {
    font-size: 24px;
    width: 250px;
    margin: 16px auto;
    margin-bottom: 20px;
    line-height: 25px;
  }
  .SBP-points-feeds {
    padding: 7px 25px;
    width: 106px;
    height: 62px;
    margin-right: 16px;
  }
  .SBP-points-items {
    padding: 7px 7px;
    width: 128px;
    height: 62px;
    margin-right: 0;
  }
  .SBP-points-feeds-text,
  .SBP-points-items-text {
    font-size: 14px;
  }
  .SBP-points-feeds-num,
  .SBP-points-items-num {
    font-size: 20px;
  }
  .SBP-seasonal-season {
    margin-bottom: 32px;
    font-size: 16px;
  }
  .SBP-seasonal-season-status-spring,
  .SBP-seasonal-season-status-summer,
  .SBP-seasonal-season-status-fall {
    font-size: 16px;
    width: 119px;
    line-height: 36px;
  }
  .SBP-seasonal-content,
  .SBP-seasonal-content2 {
    width: 93%;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
  }
  .SBP-seasonal-img {
    --value: 89vw;
    width: var(--value);
  }
  .SBP-seasonal-img-content {
    width: 93%;
    margin-top: 32px;
    font-size: 16px;
    margin-bottom: 60px;
  }
}
@media (max-width: 365px) {
  .SBP-points-content-header {
    font-size: 18px;
    width: 245px;
    margin: 16px auto;
    margin-bottom: 24px;
    margin-left: 0;
    line-height: 10px;
  }
  .SBP-seasonal-header {
    font-size: 18px;
    width: 185px;
    margin: 16px auto;
    line-height: 18px;
  }
}
