.starter-bundle-sec {
  padding: 120px 0;
}

.starter-bundle--wrapper {
  display: flex;
  gap: 40px;
}

.starter-bundle-info-col {
  width: calc(51.576% - 20px);
  border-radius: 20px;
  padding: 40px 20px 20px 40px;
}

.starter-bundle-img-col {
  width: calc(48.424% - 20px);
}

.starter-bundle-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.starter-bundle-heading h2 {
  margin: 0;
  color: #203b52;
  font-size: 48px;
  letter-spacing: -1.2px;
  line-height: 1.08;
  font-family: "Circular Std";
  max-width: 340px;
}

.bundle-product-price {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
  justify-content: flex-end;
}

.bundle-product-price p {
  margin: 0;
  color: #2cc1d6;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.65px;
  text-transform: capitalize;
  line-height: 1.07;
}

.starter-bundle-info-col .discount-badge {
  border-radius: 20px;
  background: #203b52;
  padding: 6px 11px 5px;
  color: #f2f9fa;
  letter-spacing: -0.35px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.bundle-product-price .compare-price {
  color: #798a96;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  line-height: 1.1;
  display: block;
  font-family: "Neutrif Pro";
}

.bundle-product-price .compare-price del {
  font-style: italic;
  font-weight: 600;
}

.bundle-tags--wrapper {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.money-back-text {
  margin: 0;
  width: calc(50% - 5px);
  background: #fcfefebf;
  box-shadow: 0 0 5px #0000001a;
  border-radius: 8px;
  min-height: 60px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.money-back-text > span:last-child {
  color: #203b52;
  font-size: 13px;
  font-family: var(--font-semibold-family);
  font-weight: 600;
  line-height: 1.3;
}

.gift-emoji {
  font-size: 18px;
  line-height: 1;
}

.money-back-wrap svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.bundle-product-desc h6 {
  color: #203b52;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 0;
  font-family: "Neutrif Pro";
}

.bundle-pro-desc {
  position: relative;
  padding-left: 31px;
}

.bundle-pro-desc:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #92c5cd;
  border-radius: 50%;
  top: 6px;
  left: 0;
}

.bundle-pro-desc h5 {
  margin: 0 0 10px;
  color: #203b52;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.bundle-pro-desc h5 span {
  color: #798a96;
  font-weight: 500;
  text-decoration: line-through;
  font-family: "Neutrif Pro";
}

.bundle-pro-desc ul {
  padding-left: 8px;
  margin: 0;
  list-style: none;
}

.bundle-pro-desc ul li {
  color: #5b6770;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 1.75;
  position: relative;
  padding-left: 15px;
}

.bundle-pro-desc ul li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #5b6770;
  border-radius: 50%;
  top: 13px;
  left: 0;
}

.bundle-product-desc .bundle-pro-desc:not(:last-child) {
  margin-bottom: 24px;
}

.bundle-pro-desc.liquid-soap::before {
  background: #92c27f;
}

.bundle-pro-desc.body-wash::before {
  background: #a98eb3;
}

.bundle-product-desc {
  margin: 30px 0;
}

.starter-bundle-info-col button {
  width: 100%;
  border-radius: 60px;
  background: #2cc1d6;
  color: #fff;
  font-family: "Neutrif Pro";
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 18px;
  padding: 20px 40px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.4s;
}

.starter-bundle-info-col button:hover {
  background: #2cc1d6bf;
  box-shadow: 0 0 5px #00000026;
}

.starter-bundle-info-col button u {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 12px;
}

.starter-bundle-info-col button .reg-price {
  margin-right: 10px;
}

.starter-bundle-info-col button .com-price {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.5);
}

.starter-bundle-info-col button[disabled] {
  opacity: 0.6;
}

.starter-bundle-heading a h2 {
  transition: all 0.4s;
}

.starter-bundle-heading a h2:hover {
  opacity: 0.6;
}

@media (min-width: 768px) and (max-width: 991px) {
  .starter-bundle--wrapper {
    flex-direction: column-reverse;
    max-width: 668px;
    margin: 0 auto;
  }

  .starter-bundle-img-col,
  .starter-bundle-info-col {
    width: 100%;
  }

  .starter-bundle-img-col img {
    margin: 0 auto;
  }

  .starter-bundle-heading h2 {
    font-size: 34px;
    max-width: 290px;
  }

  .bundle-product-price p {
    font-size: 22px;
  }

  .bundle-product-price .compare-price {
    width: 100%;
    font-size: 18px;
  }

  .bundle-tags--wrapper {
    margin-top: 20px;
  }

  .starter-bundle-sec {
    padding: 80px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .starter-bundle-sec {
    padding: 100px 0;
  }

  .starter-bundle-info-col {
    padding: 40px 20px 20px 20px;
  }

  .bundle-product-price p {
    font-size: 22px;
  }

  .bundle-product-price .compare-price {
    font-size: 18px;
  }

  .money-back-text {
    min-height: 54px;
    padding: 10px 12px;
  }

  .money-back-text > span:last-child {
    font-size: 16px;
  }

  .starter-bundle-heading h2 {
    font-size: 33px;
  }

  .bundle-pro-desc h5 {
    font-size: 16px;
  }

  .bundle-pro-desc ul li {
    font-size: 15px;
  }

  .bundle-pro-desc ul li:after {
    top: 11px;
  }

  .starter-bundle-info-col button {
    font-size: 16px;
    padding: 15px 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1359px) {
  .starter-bundle-heading h2 {
    font-size: 40px;
  }

  .bundle-product-price p {
    font-size: 24px;
  }

  .bundle-product-price .compare-price {
    font-size: 18px;
  }

  .money-back-text > span:last-child {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .starter-bundle--wrapper {
    gap: 30px;
    flex-direction: column-reverse;
  }

  .starter-bundle-img-col {
    width: 100%;
  }

  .starter-bundle-info-col {
    width: 100%;
    padding: 30px 30px 30px 15px;
  }

  .starter-bundle-sec {
    padding: 40px 0;
  }

  .starter-bundle-heading {
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
  }

  .starter-bundle-heading h2 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.14;
    max-width: 200px;
  }

  .bundle-product-price {
    gap: 16px 14px;
    justify-content: flex-start;
    align-items: center;
  }

  .bundle-product-price p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }

  .starter-bundle-info-col .discount-badge {
    padding: 7px 11px 6px;
    letter-spacing: -0.3px;
    font-size: 12px;
  }

  .bundle-product-price .compare-price {
    font-size: 16px;
    letter-spacing: -0.4px;
  }

  .bundle-tags--wrapper {
    margin-top: 16px;
    flex-direction: column;
    gap: 8px;
  }

  .money-back-text {
    width: 100%;
    min-height: 52px;
    padding: 10px 12px;
  }

  .money-back-text > span:last-child {
    font-size: 15px;
    line-height: 1.25;
  }

  .gift-emoji {
    font-size: 16px;
  }

  .money-back-wrap svg {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .bundle-product-desc {
    margin: 20px 0;
  }

  .bundle-product-desc .bundle-pro-desc:not(:last-child) {
    margin-bottom: 20px;
  }

  .bundle-pro-desc {
    padding-left: 18px;
  }

  .bundle-pro-desc ul li {
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 1.85;
    padding-left: 13px;
  }

  .bundle-pro-desc ul li:after {
    top: 10px;
  }

  .bundle-pro-desc h5 {
    font-size: 14px;
  }

  .bundle-product-desc h6 {
    font-size: 12px;
    margin-bottom: 13px;
  }

  .starter-bundle-info-col button {
    font-size: 14px;
    padding: 15px 40px;
    margin-bottom: 12px;
  }

  .bundle-pro-desc:before {
    width: 8px;
    height: 8px;
    top: 5px;
  }

  .starter-bundle-img-col img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}
