/* 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 {
  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 {
  margin-bottom: 0 !important;
}
.product_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 {
  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;
} */

.main_product_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;
}
.features_section .pants-data-wrap .inner_product .img_wrap img {
  width: auto;
}
.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 {
  width: calc(100% / 6);
}
.unicorn_section {
  padding-top: 40px;
}
.buynow_section {
  margin-top: 40px;
}
/* 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 .inner_product img,
  .features_section .new img {
    max-width: 70%;
  }
  .features_section .product_variations img {
    max-width: 55%;
  }
  .tape_pants_tabs > .nav {
    margin-bottom: 30px;
  }
  .tape_pants_tabs > .nav button {
    font-size: 22px;
  }
}

@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.main_product_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 {
    width: calc(100% / 3);
  }
}

@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;
  }
}
