/* font-family: "Concert One"; */
/* font-family: "Open Sans", "sans-serif"; */
.mw_1920 section {
  max-width: 1920px;
  margin: 0 auto;
}

.tape_hero {
  position: relative;
}

.tape_hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  pointer-events: none;
  background: var(--pinkshapeBottom) no-repeat center bottom / 100% 100%;
}

.tape_hero .content {
  padding-bottom: 9%;
  background: var(--grass_bg) no-repeat center / cover;
}

.tape_hero .text_wrap {
  text-align: center;
  background-color: #902085;
  border: 7px solid #fff;
  border-radius: 200px;
  padding: 40px;
  max-width: 1000px;
  margin: auto;
  color: #fff;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.tape_hero .text_wrap h1 {
  font-family: "Concert One";
  font-size: 36px;
}

.mommies_section_main {
  position: relative;
  padding: 0px 0px 40px;
  background: linear-gradient(180deg, #f7e6e7, #dbafcc);
}

.mommies_section {
  /* background: #fed1e8; */
}

.mommies_section .img_wrap {
  /* position: relative; */
  /* margin-top: -15%; */
}

.mommies_section .img_wrap img {
  width: 850px;
  margin: 0 auto;
}

.icon_cards_section {
  /* padding: 20px 0 60px; */
  /* background-color: #fec3e1; */
}

.icon_cards_section .img_wrap img {
  max-width: 140px;
  margin-bottom: 10px;
}

.icon_cards_section .text_wrap img {
  max-width: 70%;
}

.shape_reponsive {
  vertical-align: baseline;
  max-width: 100%;
}

.product_section {
  position: relative;
  padding: 200px 0;
  background: var(--section_bg) no-repeat center 65% / cover;
}

.product_section::before,
.product_section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.product_section::before {
  top: 0;
  height: 150px;
  background: var(--top_shape) no-repeat center top / 100%;
}

.product_section::after {
  bottom: 0;
  height: 150px;
  background: var(--bottom_shape) no-repeat center bottom / 100%;
}

.product_section .products_tab,
.features_section .products_tab {
  position: relative;
  background-color: #fff;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product_section .inner {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent !important;
}

.abs_shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;

  img {
    position: absolute;
    max-width: 13%;

    &.top_left {
      top: 10%;
      left: 0;
    }

    &.top_right {
      top: 18%;
      right: 0;
    }

    &.btm_left {
      bottom: 12%;
      left: 0;
    }

    &.btm_right {
      bottom: 12%;
      right: 0;
    }
  }
}

.product_section .products_tab .tab_wrapper ul li button {
  font-family: "Concert One";
}

.product_section .products_tab .learnmore_btn {
  width: 100%;
  font-family: "Open Sans", "sans-serif";
  font-size: 24px;
  font-weight: 700;
  color: #902085;
  border: 2px solid #902085;
  padding: 15px 15px;
  border-radius: 15px;
  transition: 0.5s;
  margin-top: 20px;
  text-decoration: none;
  cursor: pointer;

  &:hover {
    background-color: #902085;
    color: #fff;
  }
}

.product_section .row {
  max-width: 940px;
  margin: 0 auto;
}

.product_section.tab_section .inner .tab_wrapper ul li,
.features_section .inner .tab_wrapper ul li {
  margin-bottom: 0 !important;
}

.product_section .inner .tab_wrapper .tab-content,
.features_section .inner .tab_wrapper .tab-content {
  padding: 20px 0;
}

.product_section .products_tab .learnmore_btn {
  font-size: 20px;
  padding: 12px 15px;
}

.product_section.tab_section .inner .tab_wrapper ul,
.features_section .inner .tab_wrapper ul {
  border-bottom: 1px solid #9020851a;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.section_title {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.4;
  color: #902085;
}

.section_title img {
  max-width: 370px;
}

.features_section {
  position: relative;
  background: linear-gradient(180deg, #ecf8fd, #fff);
  padding: 100px 0 60px;
  overflow: hidden;
}

.tape_pants_tabs>.nav {
  justify-content: center;
  margin-bottom: 40px;
  border: 0;
}

.tape_pants_tabs>.nav button {
  font-size: 28px;
  background: #ffffff;
  border-radius: 40px;
  color: #902085;
  font-weight: 400;
  border: unset;
  transition: 0.5s;
  padding: 10px 30px;
  font-family: "Concert One";
  letter-spacing: 0.5px;
}

.tape_pants_tabs>.nav {
  gap: 20px;
}

.tape_pants_tabs>.nav button:hover,
.tape_pants_tabs>.nav button.active {
  background: #902085;
  color: #fff;
}

.tape_pants_tabs>.nav button.active {
  box-shadow: #90208557 0px 5px 25px 0px;
}

.features_section .row {
  max-width: 100%;
}

.abs_bg {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  z-index: 0;
  display: none !important;

  .box {
    flex-grow: 1;
    min-height: 30px;

    &.fg_2 {
      flex-grow: 2;
    }
  }
}

.features_section .container {
  position: relative;
  z-index: 1;
}

.features_section .tape-data-wrap .inner_product h3 {
  background-color: #902085 !important;
}

/* .features_section .tape-data-wrap .middle_row .img_wrap {
  margin-bottom: 15px;
} */
.features_section .pants-data-wrap .inner_product h3 {
  background-color: #377c4e !important;
}

/* .features_section .pants-data-wrap .middle_row .img_wrap {
  margin-bottom: 5px;
} */

.features_section .pants-data-wrap .middle_row .product_variations .product_brief h3 {
  background-color: #377c4e !important;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 15px;
  display: inline-block;
}

.features_section .new {
  margin-top: 100px;
}

/* .features_section .product_variations .img_wrap,
.features_section .product_variations h3,
.features_section .product_variations p {
  text-align: center;
} */
.features_section .product_variations p {
  max-width: 280px;
  margin: 0 auto;
}

.features_section .tape-data-wrap .inner_product .img_wrap img {
  /* width: 200px; */
  width: auto;
}

.features_section .pants-data-wrap .inner_product .img_wrap img {
  width: auto;
}

/* .features_section .tape-data-wrap .product_variations .img_wrap img {
    height: 220px;
} */

.features_section .product_variations .img_wrap img {
  height: 140px;
  object-fit: contain;
}

.features_section .buynow_section p {
  font-size: 16px;
  color: #5c626e;
  font-family: "Open Sans", "sans-serif";
  margin-bottom: 20px;
}

.features_section .btns_wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto 20px;
}

.features_section .btns_wrap img {
  max-width: 300px;
}

.features_section .middle_row {
  padding: 40px;
}

.features_section.product_section.tab_section .inner .tab_wrapper ul li,
.features_section .inner .tab_wrapper ul li {
  width: calc(100% / 6);
}

.unicorn_section {
  padding-top: 40px;
}

.buynow_section {
  margin-top: 40px;
}

.features_section .inner .tab_wrapper ul li+li {
  margin-left: 2px;
}

.disclaimer_wrap {
  text-align: center;
  margin-top: 20px;
}

.disclaimer_wrap p {
  line-height: 1.7;
  color: #5c6371;
  font-size: 14px;
}

/* responsive start */
@media (min-width: 1399.98px) {
  .product_section.tab_section .inner .tab_wrapper ul li button {
    font-size: 34px !important;
  }

  .product_section.tab_section .inner .tab_wrapper .img_card .title {
    font-size: 38px !important;
  }

  .product_section.tab_section .inner .tab_wrapper .img_card .hdng {
    font-size: 28px !important;
  }
}

@media (max-width: 1399.98px) {
  .tape_hero .content {
    padding-bottom: 12%;
  }
}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
  .tape_hero::before {
    height: 60px;
  }

  .tape_hero .text_wrap {
    padding: 30px;
  }

  .tape_hero .text_wrap h1 {
    font-size: 28px;
  }

  /* 
  .mommies_section .img_wrap {
    margin-top: -12%;
  } */

  .icon_cards_section {
    /* padding: 15px 0 40px; */
  }

  .product_section {
    padding: 80px 0;
  }

  .mommies_section_main {
    padding: 0px 0px 20px;
  }

  .section_title {
    margin-bottom: 20px;
  }

  .product_section .products_tab .learnmore_btn {
    font-size: 20px;
    padding: 10px 15px;
  }

  .features_section .new {
    margin-top: 0;
  }

  .features_section .product_variations img {
    max-width: 55%;
  }

  .tape_pants_tabs>.nav {
    margin-bottom: 30px;
  }

  .tape_pants_tabs>.nav button {
    font-size: 22px;
  }

  .features_section .product_variations .img_wrap img {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .tape_hero::before {
    height: 40px;
  }

  .tape_hero .text_wrap {
    padding: 20px 30px;
    border-width: 5px;
  }

  .tape_hero .text_wrap h1 {
    font-size: 24px;
  }

  .mommies_section_main {
    padding: 0px 0px 10px;
  }

  .icon_cards_section {
    /* padding-bottom: 10px; */
  }

  .icon_cards_section .img_wrap img {
    max-width: 30%;
  }

  .icon_cards_section .text_wrap img {
    max-width: 60%;
  }

  .icon_cards_section .row {
    gap: 10px;
  }

  .product_section {
    padding: 60px 0;
  }

  .section_title {
    margin-bottom: 10px;
  }

  .product_section .inner .tab_wrapper .img_card {
    padding: 20px;
  }

  .product_section .products_tab .learnmore_btn {
    font-size: 18px;
  }

  .features_section {
    padding: 20px 0 40px;
  }

  .features_section .buynow_section p {
    margin-bottom: 10px;
  }

  .features_section .btns_wrap {
    gap: 10px;
  }

  .features_section .product_variations p {
    max-width: 100%;
  }

  .features_section .middle_row>.row>div:last-child .inner_product {
    margin-bottom: 0px !important;
  }

  .features_section .middle_row {
    padding: 20px;
  }

  .tape_pants_tabs>.nav {
    margin-bottom: 20px;
  }

  .tape_pants_tabs>.nav button {
    font-size: 18px;
  }

  .features_section.product_section.tab_section .inner .tab_wrapper ul li,
  .features_section .inner .tab_wrapper ul li {
    width: calc(100% / 3);
  }

  .features_section .inner_product img,
  .features_section .new img {
    max-width: 70%;
  }

  .features_section .inner .tab_wrapper ul li+li {
    margin-left: 0px;
  }

  .features_section .inner .tab_wrapper ul li:nth-child(2n) {
    margin-left: 2px;
  }
}

@media (max-width: 575.98px) {
  .tape_hero::before {
    height: 20px;
  }

  .tape_hero .text_wrap {
    padding: 15px 30px;
    border-width: 3px;
  }

  .tape_hero .text_wrap h1 {
    font-size: 20px;
  }

  .icon_cards_section .text_wrap img {
    max-width: 70%;
  }

  .product_section {
    padding: 40px 0;
  }

  .features_section {
    padding-bottom: 10px;
  }

  .product_section .inner .tab_wrapper .img_card {
    padding: 15px 10px;
  }

  .product_section .products_tab .learnmore_btn {
    font-size: 16px;
  }

  .abs_bg .box.fg_2 {
    flex-grow: 1;
  }

  .unicorn_section {
    padding-top: 20px;
  }

  .page-id-51995657 {
    padding-top: 80px;
  }

  .abs_bg {
    opacity: 0.6;
  }

  .features_section .btns_wrap img {
    max-width: 150px;
  }

  .features_section .btns_wrap a:nth-child(4) img {
    max-width: 220px;
  }

  .product_section .inner .tab_wrapper .tab-content {
    padding: 30px 15px;
  }

  .section_title img {
    max-width: 270px;
  }

  .buynow_section {
    margin-top: 30px;
  }

  .features_section .middle_row {
    padding: 0 0 10px;
  }
}

@media (max-width: 479.98px) {
  .tape_hero .text_wrap h1 {
    font-size: 18px;
  }
}

/* New css added */
.features_section .details_wrap,
.features_section .product_brief {
  max-width: 260px;
  margin: 0 auto;
}

.features_section .middle_row .heading_wrap {
  display: inline-flex;
  align-items: center;
  background-color: #902085;
  border-radius: 10px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.features_section .pants-data-wrap .middle_row .heading_wrap {
  background-color: #377c4e;
}

.features_section .middle_row .heading_wrap .count {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-color: #902085;
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features_section .pants-data-wrap .middle_row .heading_wrap .count {
  background-color: #377c4e;
}

.features_section .middle_row .heading_wrap h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding: 0 25px;
}

.features_section .middle_row .details_wrap p {
  font-weight: 400;
  line-height: 1.7;
  color: #5c6371;
  font-size: 14px;
  padding-top: 5px;
}

.features_section .middle_row .product_variations_wrap {
  margin-top: 40px;
}

.features_section .middle_row .product_variations .product_brief p {
  font-weight: 400;
  line-height: 1.7;
  color: #5c6371;
  font-size: 14px;
  padding-top: 5px;
  font-style: italic;
}

.features_section .middle_row .img_wrap {
  margin-bottom: 15px;
}

.features_section .middle_row .details_wrap h3 {
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  font-size: 14px;
  background-color: #b23490;
  font-family: "Open Sans", "sans-serif";
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.features_section .pants-data-wrap .details_wrap h3 {
  background-color: #377c4e;
}

.features_section .middle_row .details_wrap p span {
  color: #377c4e;
  font-weight: 600;
}

.features_section .inner .tab_wrapper ul li {
  flex-grow: 1;
  overflow: hidden;
  background-color: #ffffff;
}

.features_section .inner .tab_wrapper ul li button.active {
  background-color: #ffffff;
}

.features_section .products_tab .tab_wrapper ul li button {
  font-family: "Concert One";
}

.features_section .inner .tab_wrapper ul li button {
  width: 100%;
  padding: 20px 0;
  border-radius: 0;
  font-size: 34px;
  font-weight: 400;
  color: #902085;
  line-height: 1.2;
  background-color: #daeef5;
}

/* popup css start */
.unicorn_design_popup {
  position: fixed;
  padding: 100px 12px;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.unicorn_design_popup.active {
  display: flex;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transition: 0.5s;
}

.unicorn_design_popup .popup_wrap {
  position: relative;
  width: 450px;
  max-width: 100%;
  padding-top: 40px;
}

.unicorn_design_popup .popup_wrap button.close_btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  border: 0px;
  transition: 0.3s;
}

.unicorn_design_popup .popup_wrap button.close_btn:hover {
  transform: rotate(90deg) scale(0.8);
}

.unicorn_design_popup .popup_wrap button.close_btn:before,
.unicorn_design_popup .popup_wrap button.close_btn::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  top: 50%;
  left: 50%;
  background-color: #812480;
}

.unicorn_design_popup .popup_wrap button.close_btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.unicorn_design_popup .popup_wrap button.close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.unicorn_design_popup .popup_wrap .image_wrap img {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 1399.98px) {
  .features_section .middle_row .heading_wrap h4 {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .features_section .middle_row .heading_wrap h4 {
    padding: 0 6px;
  }
}

@media only screen and (max-width: 991.98px) {
  .features_section .middle_row .heading_wrap h4 {
    font-size: 12px;
    padding: 0 10px;
  }

  .features_section .middle_row>.row:nth-child(1) .col-12:nth-child(2) {
    order: -1;
  }

  .features_section .inner .tab_wrapper ul li button {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .features_section .inner .tab_wrapper ul li button {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575.98px) {
  .features_section .inner .tab_wrapper ul li button {
    font-size: 22px;
  }
}