/** Shopify CDN: Minification failed

Line 301:26 Expected ")" to end URL token
Line 381:25 Expected identifier but found whitespace
Line 385:25 Expected identifier but found whitespace
Line 770:37 Expected ")" to end URL token
Line 1298:20 Expected ")" to end URL token
Line 1429:31 Expected identifier but found whitespace
Line 5627:81 Expected identifier but found ","
Line 5836:86 Expected identifier but found ","

**/
/** Shopify CDN: Minification failed

Line 264:26 Expected ")" to end URL token
Line 344:25 Expected identifier but found whitespace
Line 348:25 Expected identifier but found whitespace
Line 726:37 Expected ")" to end URL token
Line 1246:20 Expected ")" to end URL token
Line 1371:31 Expected identifier but found whitespace

**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  width: 100%;
  max-width: 100%;
}
body {
  font-family: "ES Peak Rounded TRIAL";
}
.content-for-layout {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Recoleta DEMO";
}
:root {
  --main-blue: #2b3990;
  --bluesecnd: #3949a9;
  --offwhite: #d8d8d8;
  --blueoff: #3e52ce;
  --redoff: #ffe9e2;
}
a:empty, ul:empty, dl:empty, div:empty, section:empty, article:empty, p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
  display: block;
}
.utility-bar {
  padding: 5px 0;
  background: #ffe9e2;
  text-align: center;
  border: none;
}
.utility-bar .announcement-bar__message {
  font-weight: 600;
  font-family: "ES Peak Rounded TRIAL";
  font-size: 15px;
  margin: 0;
  color: var(--main-blue);
  display: block;
  padding: 0;
  line-height: 16px;
  min-height: inherit;
}
/* header style */
header {
  padding: 0 1.875rem !important;
}
header .svg-wrapper {
  position: inherit;
}
.header, .header:not(.drawer-menu).page-width {
  padding-top: 0;
  padding-bottom: 0;
}
.header .header__search + .svg-wrapper, .header:not(.drawer-menu).page-width .header__search + .svg-wrapper {
  /* margin-top: 11px; */
  margin-right: 5px;
}
.header .svg-wrapper, .header:not(.drawer-menu).page-width .svg-wrapper {
  width: 30px;
  height: 30px;
  position: relative;
  top: 3px;
}
.header .svg-wrapper svg, .header:not(.drawer-menu).page-width .svg-wrapper svg {
  width: 30px;
  height: 30px;
}
.header .header__search span.svg-wrapper, .header:not(.drawer-menu).page-width .header__search span.svg-wrapper {
  border: 1px solid #dfe3f9;
  padding: 5px;
  border-radius: 7px;
  /* margin-top: 7px; */
  width: 35px;
  height: 35px;
}
.header .header__heading-logo-wrapper .svg-wrapper, .header:not(.drawer-menu).page-width .header__heading-logo-wrapper .svg-wrapper {
  width: 200px;
  height: auto;
  margin-top: 3px;
}
.header .header__heading-logo-wrapper .svg-wrapper svg, .header:not(.drawer-menu).page-width .header__heading-logo-wrapper .svg-wrapper svg {
  width: 150px;
  height: auto;
}
.header .list-menu li, .header:not(.drawer-menu).page-width .list-menu li {
  margin-right: 28px;
}
.header .list-menu li a, .header:not(.drawer-menu).page-width .list-menu li a {
  color: var(--main-blue);
  font-weight: 600;
  font-size: 15px;
  padding: 15px 12px;
  line-height: 40px;
}
.header .list-menu li a .header__active-menu-item, .header:not(.drawer-menu).page-width .list-menu li a .header__active-menu-item {
  color: var(--main-blue);
  text-decoration: none;
}
.banner {
  background: linear-gradient(15deg, #ffe09a, #ffebc0, #ffe0a1, #ffd78f);
  overflow: hidden;
  position: relative;
}
.banner .banner-image-wrpr {
  /* margin-top: 158px; */
}
.banner .row {
  align-items: center;
}
.banner .row .banner-image-wrpr {
  width: 100%;
  position: absolute;
  right: 0;
  top: 106px;
  pointer-events: none;
}
.banner .row .banner-content-wrpr {
  position: absolute;
  top:25%;
  width: 50%;
  text-align: center;
}
.banner .row .banner-content-wrpr p {
  color: var(--main-blue);
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 12px 0;
}
.banner .row .banner-content-wrpr p.bnbr-rtingtxt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0;
  font-size: 16px;
}
.banner .row .banner-content-wrpr p.bnbr-rtingtxt i {
  display: inline-block;
  margin-right: 10px;
}
.banner .row .banner-content-wrpr p.bnbr-rtingtxt i img {
  width: 92px;
}
.banner .row .banner-content-wrpr h2 {
  color: var(--main-blue);
  font-size: 80px;
  line-height: 72px;
  font-weight: 700;
  font-family: "Recoleta DEMO";
  margin: 0;
}
.banner .banner-object {
  position: absolute;
}
.banner .banner-object1 {
  top: 355px;
  left: -70px;
  animation: swingContinuous 10s;
  animation-timing-function: linear; 
  animation-iteration-count: infinite;
  animation-direction: normal; 
}
.banner .banner-object2 {
  top: 15%;
  left: 22vw;
  animation: floatUpDown 3s ease-in-out infinite;
}
.banner .banner-object3 {
  top: 5vh;
  left: 36vw;
  -moz-transform: scaleX(-1) rotate(-45deg);
  -o-transform: scaleX(-1) rotate(-45deg);
  -webkit-transform: scaleX(-1) rotate(-45deg);
  transform: scaleX(-1) rotate(-45deg);
  filter: FlipH;
  -ms-filter: "FlipH";
  -ms-transform: scaleX(-1) rotate(-45deg);
  
}

.banner .banner-object3 img{
  animation: floatUpDown 3s ease-in-out infinite;
}

.banner .banner-object4 {
  top: 60px;
  right: -50px;
  animation: floatUpDown 3s ease-in-out infinite;
}
.banner .banner-object5 {
  top: 250px;
  right: 40px;
  animation: floatUpDown 3s ease-in-out infinite;
}
.banner .banner-object6 {
  top: 76vh;
  left: 48vw;
  animation: swingContinuous 10s;
  animation-timing-function: linear; 
  animation-iteration-count: infinite;
  animation-direction: normal; 
  width:100px;
}

.banner .banner-object7{
  animation: swingContinuous 10s;
  animation-timing-function: linear; 
  animation-iteration-count: infinite;
  animation-direction: normal; 
}
.common-btn {
  display: inline-block;
  padding: 22px 78px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background: var(--main-blue);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 25px;
  transition: .2s ease-in-out;
}

.common-btn:hover{
  color:var(--main-blue);
  background: #fff;
}
.common-btn.whitebg {
  background: #fff;
  color: var(--main-blue);
}

.common-btn.whitebg:hover{
  color: #fff;
  background: var(--main-blue);
}
@keyframes scrollBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}
.partnr-sec {
  position: relative;
  background: var(--main-blue);
  padding: 15px 0 85px;
}
.partnr-sec:after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100px;
  background-size: 100%;
}
.partnr-sec .partnr_slider {
  padding: 20px 20px 0;
}
.madebymon-sec {
  background: var(--main-blue);
  padding-bottom: 90px;
  position: relative;
}
.madebymon-sec:after {
  content: "";
  position: absolute;
  bottom: -60px;
  width: 100%;
  height: 100px;
  /* background: url(../images/mom-aftershape.svg) repeat; */
  background-image: url({{"mom-aftershape.svg"|asset_url}});
  background-size: 100%;
  /* background-repeat: repeat-x;
        background-position: right -10px center;
        animation: scrollBackground 20s linear infinite; */
}
.madebymon-sec .mademom-wrpr .text-area {
  width: 732px;
  height: 595px;
  background: url(/cdn/shop/files/mom-bg_1b35ff9f-e399-4b8e-bf52-d2295c81ede4.png?v=1747043082) no-repeat;
  padding: 99px 150px 99px 113px;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
  top: 20px;
  right: -50px;
  z-index: 1;
  justify-content: center;
}
.madebymon-sec .mademom-wrpr .text-area .icon1, .madebymon-sec .mademom-wrpr .text-area .icon2 {
  position: absolute;
  top: 0;
  left: 0;
}
.madebymon-sec .mademom-wrpr .text-area .icon1 img, .madebymon-sec .mademom-wrpr .text-area .icon2 img {
  width: 92px;
}
.madebymon-sec .mademom-wrpr .text-area .icon1 {
  top: -48px;
  left: -68px;
  transform: rotate(160deg);
  -webkit-transform: rotate(160deg);
  -moz-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  -o-transform: rotate(160deg);
}
.madebymon-sec .mademom-wrpr .text-area .icon2 {
  left: -24px;
  top: -28px;
  transform: rotate(80deg);
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  -o-transform: rotate(80deg);
}
.madebymon-sec .mademom-wrpr .text-area .icon2 img {
  width: 140px;
}
.madebymon-sec .mademom-wrpr .text-area h3 {
  font-size: 43px;
  line-height: 50px;
  color: var(--main-blue);
  font-weight: 600;
  text-align: center;
  margin: 0 auto 18px;
  width: 100%;
}
.madebymon-sec .mademom-wrpr .text-area p {
  font-size: 22px;
  line-height: 32px;
  color: var(--main-blue);
  margin: 0 0 32px 0;
  font-weight: 300;
  width: 100%;
}
.madebymon-sec .mademom-wrpr .text-area p b {
  font-weight: 600;
}
.madebymon-sec .mademom-wrpr .text-area a {
  padding: 18px 35px 10px;
  height: 63px;
}
.madebymon-sec .mademom-wrpr .imagearea {
  position: relative;
  left: -50px;
  z-index: 1;
}
.madebymon-sec .drowicon {
  position: absolute;
}
.madebymon-sec .drowicon. one {
  left: -42px;
  top: 220px;
}
.madebymon-sec .drowicon. one img {
  width: 105px;
}
.madebymon-sec .drowicon.two {
  left: -32px;
  bottom: 10px;
}
.madebymon-sec .drowicon.two img {
  width: 156px;
}
.madebymon-sec .drowicon.three {
  left: 50vw;
  top: 50px;
}
.madebymon-sec .drowicon.three img {
  width: 50px;
}
.madebymon-sec .drowicon.four {
  left: 368px;
  top: -30px;
}
.madebymon-sec .drowicon.four img {
  width: 40px;
}
.madebymon-sec .drowicon.five {
  right: 85px;
  top: 42px;
}
.madebymon-sec .drowicon.five img {
  width: 75px;
}
.madebymon-sec .drowicon.six {
  right: 148px;
  top: 80px;
}
.madebymon-sec .drowicon.six img {
  width: 80px;
}
.madebymon-sec .drowicon.seven {
  right: 0;
  top: 155px;
}
.madebymon-sec .drowicon.seven img {
  width: 85px;
}
.madebymon-sec .drowicon.eight {
  right: 25px;
  bottom: 305px;
}
.madebymon-sec .drowicon.eight img {
  width: 50px;
}
.madebymon-sec .drowicon.nine {
  right: 0;
  bottom: 50px;
}
.madebymon-sec .drowicon.nine img {
  width: 115px;
}
.sec-titl {
  font-size: 56px;
  line-height: 56px;
  color: var(--main-blue);
  font-weight: 800;
  margin: 0 0 0 0;
  text-align: center;
}
.sec-titl p {
  font-size: 22px;
  line-height: 24px;
  font-family: "ES Peak Rounded TRIAL";
  font-weight: 400;
}
.shopcatgary-wrpr .nav-pills {
  justify-content: center;
  margin: 14px 0 38px;
}
.shopcatgary-wrpr .nav-pills li {
  margin-right: 25px;
}
.shopcatgary-wrpr .nav-pills li:last-child {
  margin-right: 0;
}
.shopcatgary-wrpr .nav-pills li button {
  padding: 4px 15px 6px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 27px;
  font-weight: 600;
  color: var(--main-blue);
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
.shopcatgary-wrpr .nav-pills li button.active {
  background: #9cb4ff;
  color: var(--main-blue);
}
.shopcatgary-wrpr .tab-content {
  padding-left: 60px;
}
.shopcatgary-wrpr .owl-nav {
  position: absolute;
  top: -78px;
  right: 30px;
  display: flex;
  align-items: center;
}
.shopcatgary-wrpr .owl-nav button,.home_blog_slider .owl-nav button {
  width: 46px;
  height: 46px;
  background: var(--main-blue) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.shopcatgary-wrpr .owl-nav button.owl-prev,
.home_blog_slider .owl-nav button.owl-prev{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin-right: 7px;
}
.shopcatgary-wrpr .owl-nav button span,
.home_blog_slider .owl-nav button span{
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
  position: relative;
  left: -4px;
  border-radius: 2px;
}
.shopcatgary-wrpr .owl-nav button.disabled,
.home_blog_slider .owl-nav button.disabled{
  opacity: 0.2;
}

.home_blog_slider .owl-nav button span:before{
  display: none;
}
.shopcatgary-wrpr .owl-dots {
  display: flex;
  justify-content: center;
  margin: 42px 0 35px;
}
.shopcatgary-wrpr .owl-dots button {
  margin: 0 6px;
}
.shopcatgary-wrpr .owl-dots button span {
  width: 64px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: var(--main-blue);
  opacity: 0.5;
  display: block;
}
.shopcatgary-wrpr .owl-dots button.active span {
  opacity: 1;
}
.shopcatgary-wrpr .common-btn {
  padding: 16px 34px;
  margin: 35px auto 0;
  display: table;
}
.family-probtn-sec {
  padding: 130px 0;
}
.sell-prodct-card {
  position: relative;
  padding-top: 30px;
}
.sell-prodct-card .product-badge {
  width: 74px;
  height: 74px;
  position: absolute;
  right: -24px;
  z-index: 1;
  top: 0;
  color: #fff;
  display: flex;
  align-items: center;
}
.sell-prodct-card .product-badge span {
  position: absolute;
  display: block;
  z-index: 1;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 13px;
  font-weight: 500;
}
.sell-prodct-card .product-badge img {
  position: absolute;
}
.sell-prodct-card .img-hldr {
  padding: 63px 22px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #acb6f2;
  position: relative;
  height: 335px;
  overflow: hidden;
}
.sell-prodct-card .img-hldr img {
  /* width: 110px !important; */
  width: 80% !important;
  margin: 0 auto;
  position: relative;
  /* top: -20px; */
  transition: .1s ease-in-out;
}
.sell-prodct-card .img-hldr .prodcthvr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.sell-prodct-card:hover .img-hldr img {
  opacity: 0;
}
.sell-prodct-card .img-hldr:hover .prodcthvr {
  opacity: 1;
}


.sell-prodct-card .img-hldr .prdct-txt {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 18px;
}
.sell-prodct-card .img-hldr .prdct-txt p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
}
.sell-prodct-card .img-hldr .prdct-txt a,
.sell-prodct-card .img-hldr .prdct-txt button{
  display: inline-block;
  padding: 8px 25px 10px;
  background: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  font-size: 19px;
  line-height: 19px;
  color: var(--main-blue);
  text-decoration: none;
}
.sell-prodct-card .img-hldr span {
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.07px;
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.sell-prodct-card .img-hldr span em {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 15px;
  display: inline-block;
  margin-left: 10px;
}
.sell-prodct-card .img-hldr span em:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--main-blue);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  border-radius: 1px;
}
.sell-prodct-card .img-hldr:hover span {
  opacity: 1;
}
.sell-prodct-card .prodct-footer {
  margin-top: 11px;
}
.sell-prodct-card .prodct-footer .prdctrating-wrpr {
  justify-content: space-between;
  margin: 0 0 5px 0;
  padding: 0 14px 0 0;
}
.sell-prodct-card .prodct-footer .prdctrating-wrpr p {
  font-weight: 500;
  color: var(--main-blue);
  margin: 0;
  font-size: 15px;
}
.sell-prodct-card .prodct-footer .prdctrating-wrpr p span {
  position: relative;
  top: 2px;
}
.sell-prodct-card .prodct-footer .prdctrating-wrpr img {
  width: 82px;
  display: inline-block;
}
.sell-prodct-card .prodct-footer h6 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 4px 0;
  color: var(--main-blue);
  font-family: "ES Peak Rounded TRIAL";
}
.sell-prodct-card .prodct-footer p.ageofuse {
  font-size: 15px;
  line-height: 16px;
  margin: 0;
  color: var(--main-blue);
  font-weight: 500;
}
.bestslr-slider .owl-stage .item::nth-child(3) .sell-prodct-card .img-hldr {
  background: #f97fb5;
}
/* .sell-prodct-card.darkpink1 .img-hldr {
  background: #e50695;
}

.sell-prodct-card.darkpink2 .img-hldr {
  background: #f97fb5;
}

.sell-prodct-card.darkpink3 .img-hldr {
  background: #4cc83e;
}

.sell-prodct-card.darkpink4 .img-hldr {
  background: #00b2e3;
} */
.whtare-probiots-sec {
  background: var(--main-blue) url({{"whataresec_bg.svg"|asset_url}}) no-repeat;
  background-size: 105%;
  background-position: top 10px center;
  padding: 50px 0 0 0;
  position: relative;
}
.whtare-probiots-sec:before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 100%;
}
.whtare-probiots-sec .sec-titl {
  color: #fff;
}
.whtare-probiots-sec .sec-titl span {
  color: #f7c127;
  display: inline-block;
}
.whtare-probiots-sec .sec-titl p {
  font-weight:400;
}
.whtare-probiots-sec .sec-titl p:first-child {
  margin: 0 0 20px 0;
}
.whtare-probiots-sec .sec-titl p:last-child {
  margin: 20px 0 0 0;
}
.whtare-probiots-sec .whtare {
  padding: 0;
  margin: 0;
  list-style: none;
}
.whtare-probiots-sec .whtare li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(216, 216, 100, 0.2);
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
}
.whtare-probiots-sec .check-container{
  align-items: center !important;
}
    

.whtare-probiots-sec .whtare li i {
  display: inline-block;
  margin-right: 18px;
  width: 30px;
}
.whtare-probiots-sec .whtare li p {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
  width: calc(100% - 50px)
}
.whtare-probiots-sec .whtare li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.whtare-probiots-sec .btn-wrpr {
  position: relative;
  text-align: center;
  margin-top: -55px;
}
.whtare-probiots-sec .btn-wrpr img {
  width: 145px;
}
.whtare-probiots-sec .btn-wrpr img.modl1 {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 110px;
}
.whtare-probiots-sec .btn-wrpr img.truthcls {
  width: 245px;
  top: -37px;
  position: relative;
  left: 36px;
  margin-left: -30px;
}
.whtare-probiots-sec .btn-wrpr .common-btn {
  padding: 16px 65px;
}
.what-exprt-sec {
  background: var(--main-blue);
  padding: 60px 0 60px;
  position: relative;
}
.what-exprt-sec:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 91px;
  left: 0;
  bottom: -85px;
  z-index: 1;
}
.what-exprt-sec .container {
  position: relative;
}
.what-exprt-sec .container:after {
  content: "";
  position: absolute;
  width: 242px;
  height: 187px;
  right: -19px;
  top: -21px;
  z-index: 1;
}
.what-exprt-sec .sec-titl {
  text-align: left;
  color: #fff;
  margin-bottom: 52px;
}
.what-exprt-sec .exprt-card {
  background: var(--blueoff);
  padding: 20px;
  border-radius: 30px;
}
.what-exprt-sec .exprt-card .exprt-dp {
  width: 160px;
  height: 160px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.what-exprt-sec .exprt-card .exprt-dp img {
  width: 100%;
  height: 100%;
}
.what-exprt-sec .exprt-card p {
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 70px 0;
  color: #fff;
  font-weight: 300;
}
.what-exprt-sec .exprt-card .exprt-ftr .ftrdp {
  width: 59px;
  height: 59px;
  margin-right: 16px;
}
.what-exprt-sec .exprt-card .exprt-ftr .ftr-txt-wrp p {
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  font-weight: 550;
}
.what-exprt-sec .exprt-card .exprt-ftr .ftr-txt-wrp span {
  font-size: 15px;
  line-height: 27px;
  font-style: normal;
  font-weight: 600;
  font-family: "ES Peak Rounded TRIAL";
  display: block;
  color: #fff;
}
.greekmode {
  margin-bottom: 30px;
}
.greekmode input {
  display: none;
}
.greekmode input:checked + label {
  background: #111c60;
  padding: 5px 35px 2px 15px;
}
.greekmode input:checked + label:before {
  left: 78%;
}
.greekmode label {
  padding: 3px 15px 4px 30px;
  height: 29px;
  background: var(--bluesecnd);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  font-size: 12px;
  font-family: "ES Peak Rounded TRIAL";
}
.greekmode label:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -5px;
  top: 0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.why-lovebug-sec {
  background: var(--main-blue);
  padding: 0 20px 50px;
  overflow: hidden;
}
.why-lovebug-sec .container-fluid {
  padding: 100px 0 68px;
  background: url(/cdn/shop/files/whylovesection_bg.png?v=1747061212) no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-position: center;
  position: relative;
}
.why-lovebug-sec .container-fluid .sction-bgicon {
  position: absolute;
}
.why-lovebug-sec .container-fluid .sction-bgicon.one {
  bottom: -35px;
  left: 315px;
  z-index: 1;
}
.why-lovebug-sec .container-fluid .sction-bgicon.two {
  top: 20px;
  left: 20px;
}
.why-lovebug-sec .container-fluid .sction-bgicon.three {
  top: 472px;
  left: 18px;
}
.why-lovebug-sec .container-fluid .sction-bgicon.four {
  top: 760px;
  right: -110px;
}
.why-lovebug-sec .container-fluid .sction-bgicon.five {
  top: 255px;
  right: 56px;
}
.why-lovebug-sec .container-fluid .sction-bgicon.six {
  top: 20px;
  left: 100px;
}
.why-lovebug-sec .container-fluid .row {
  padding: 0 80px;
}
.why-lovebug-sec .grkmod-wrpr {
  margin-top: 25px;
  text-align: center;
}
.why-lovebug-sec .greekmode label {
  line-height: 18px;
  background: rgba(176, 176, 176, 0.38);
  color: var(--main-blue);
}
.why-lovebug-sec .greekmode label:before {
  background: var(--main-blue);
}
.why-lovebug-sec .greekmode input:checked + label {
  color: #fff;
}
.why-lovebug-sec .greekmode input:checked + label:before {
  background: #fff;
}
.why-lovebug-sec .subhding-wrpr {
  margin-bottom: 54px;
}
.why-lovebug-sec .subhding-wrpr p {
  font-weight: 400;
  color: var(--main-blue);
}

.why-lovebug-sec .subhding-wrpr p {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.why-lovebug-sec .subhding-wrpr p:first-child {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 18px;
}

.why-lovebug-sec .whylv-card {
  text-align: center;
  width: 200px;
  margin: 0 auto 48px;
}
.why-lovebug-sec .whylv-card i {
  width: 118px;
  height: 118px;
  margin: 0 0 10px 0;
  display: inline-block;
}
.why-lovebug-sec .whylv-card h6 {
  font-size: 22px;
  line-height: 24px;
  font-family: "ES Peak Rounded TRIAL";
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--main-blue);
}
.why-lovebug-sec .whylv-card p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--main-blue);
  margin: 0;
}
.why-lovebug-sec .whybtl {
  width: 458px;
  height: 542px;
  margin: 0 auto;
  display: table;
  animation: floatUpDown 3s ease-in-out infinite;
}
.why-lovebug-sec .common-btn {
  display: inline-block;
  margin: 20px auto 0;
  width: auto;
  padding: 18px 64px;
}
.trstd-sec {
  padding: 80px 0 0px 0;
  background: var(--redoff);
  position: relative;
}
.trstd-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.trstd-sec .container {
  position: relative;
}
.trstd-sec .container .boyimge {
  position: absolute;
  top: -293px;
  right: 0;
  width: 225px;
}
.trstd-sec .sec-titl {
  text-align: left;
  display: inline-block;
}
.trstd-sec .sec-titl .bnbr-rtingtxt {
  margin: 19px 0 26px 0;
}
.trstd-sec .sec-titl .bnbr-rtingtxt img {
  width: 100px;
  margin-right: 9px;
}
.trstd-sec .common-btn {
  padding: 17px 34px;
}
.realcustomr-sec {
  padding: 80px 0;
  background: var(--redoff);
}
.realcustomr-sec .sec-titl {
  font-size: 46px;
  line-height: 50px;
  padding: 14px 0;
  border-top: 1px dashed #d8d8d8;
  border-bottom: 1px dashed #d8d8d8;
}
.realcustomr-sec .couter-row {
  position: relative;
  margin-top: 40px;
}
.realcustomr-sec .couter-row:before {
  content: "";
  position: absolute;
  top: -19px;
  right: -17px;
  width: 88px;
  height: 88px;
  transform: rotate(65deg);
}
.realcustomr-sec .couter-row:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: -29px;
  width: 80px;
  height: 80px;
}
.realcustomr-sec .couter-row .coutercard {
  width: 287px;
  padding: 60px 10px;
  /* height:369px; */
  text-align: center;
  border-radius: 10px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* .progressbr{
        width: 140px;
        height: 140px;
        border: 16px solid #FF8300;
        border-radius: 50%;
        opacity: .5;

        .prgress-fill{
          width: 90%;
          height: 140px;
          border: 16px solid #FF8300;
          border-radius: 50%;
          display: block;
        } */
  /* } */
}
.realcustomr-sec .couter-row .coutercard h6, .realcustomr-sec .couter-row .coutercard p {
  width: 100%;
}
.realcustomr-sec .couter-row .coutercard h6, .realcustomr-sec .couter-row .coutercard span {
  font-size: 50px;
  line-height: 56px;
  color: var(--main-blue);
  font-weight: 500;
  display: inline-block;
  width: auto;
  margin: 0;
}
.realcustomr-sec .couter-row .coutercard span {
  /* position: relative;
        top: -2px; */
  display: flex;
}
.realcustomr-sec .couter-row .coutercard span span {
  font-family: "ES Peak Rounded TRIAL";
}
.realcustomr-sec .couter-row .coutercard p {
  font-size: 22px;
  line-height: 24px;
  color: var(--main-blue);
  font-weight: 400;
  margin: 25px 0 0 0;
}
.realcustomr-sec .couter-row .coutercard p em {
  font-style: normal;
}
.gutbbl-sec {
  padding: 44px 0;
  position: relative;
}
.gutbbl-sec:before, .gutbbl-sec:after {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 91px;
}
.gutbbl-sec:after {
  top: auto;
  bottom: -90px;
}
.gutbbl-sec .container {
  position: relative;
}
.girlimage {
  position: absolute;
  top: -173px;
  right: 272px;
  width: 165px;
}
.gutbbl-sec .common-btn {
  /* margin: 34px auto 130px; */
  margin: 34px auto 60px;
  display: table;
  padding: 16px 35px;
}
.creaatsuperhero-sec {
  padding: 100px 0 0;
  background: #e9f4fc;
  position: relative;
}
.creaatsuperhero-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  transform: rotate(180deg);
}
.creaatsuperhero-sec .sec-titl {
  font-size: 36px;
  line-height: 38px;
  padding-bottom:55px;
}
.bstslr-sec {
  padding: 100px 0 160px;
  background: #e9f4fc;
}
.bstslr-sec .bstslr-card {
  text-align: center;
  margin-right: 28px;
  width: 105px;
}
.bstslr-sec .bstslr-card:last-child {
  margin-right: 0;
}
.bstslr-sec .bstslr-card .img-wrpr {
  width: 98px;
  height: 98px;
  background: url({{"bgandborder.svg"|asset_url}}) no-repeat;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.bstslr-sec .bstslr-card .img-wrpr .image-hldr {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  background: #ed40a9;
  margin: 0 auto;
}
.bstslr-sec .bstslr-card .img-wrpr .image-hldr.babie-bg {
  background: #f38070;
}
.bstslr-sec .bstslr-card .img-wrpr .image-hldr.kid-bg {
  background: #a2d3f3;
}
.bstslr-sec .bstslr-card .img-wrpr .image-hldr.wmn-bg {
  background: #f97fb5;
}
.bstslr-sec .bstslr-card .img-wrpr .image-hldr.gnrl-bg {
  background: #4cc83e;
}
.bstslr-sec .bstslr-card .img-wrpr .image-hldr img {
  width: 100px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* position: relative; */
  /* bottom: -22px; */
}
.bstslr-sec .bstslr-card p {
  font-size: 16px;
  line-height: 20px;
  color: var(--main-blue);
  font-weight: 400;
  margin: 0;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
footer {
  padding: 0 20px 30px;
  background: var(--main-blue);
  position: relative;
}
footer:after {
  content: "";
  position: absolute;
  top: -92px;
  left: 0;
  width: 100%;
  height: 95px;
}
footer .footerblock {
  background: #1f2b75;
  padding: 40px;
  border-radius: 30px;
}
footer .footerblock .row {
  padding: 0;
}
footer .updts-col .sec-titl {
  color: #fff;
  font-size: 35px;
  line-height: 36px;
  text-align: left;
  display: block;
  position: relative;
  padding-right:100px;
}
footer .updts-col .sec-titl img {
  width: 90px;
  height: 90px;
  margin-left: 30px;
  position: absolute;
  top:-5px;
  right: 0;
}
footer .updts-col p {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  color: #fff;
  font-weight: 400;
  opacity: 0.8;
  margin: 0 0 24px;
  padding-right:89px;
}
footer .updts-col .form-group {
  margin-bottom: 10px;
}
footer .updts-col .form-group:last-child {
  margin-bottom: 0;
}
footer .updts-col .form-group input {
  width: 100%;
  padding: 12px 23px;
  border-radius: 10px;
  color: #fff;
  background: #2b3990;
  font-size: 18px;
  border: none;
  font-weight: 400;
  height: 52px;
}

footer .updts-col .form-group input:focus{
  box-shadow: none;
  outline: 1px dashed #fff;
}
footer .updts-col .form-group input::focus, footer .updts-col .form-group input::focus-visible {
  outline: none;
}
footer .updts-col .form-group input::placeholder {
  color: #fff;
}
footer .updts-col .form-group input::-webkit-outer-spin-button, footer .updts-col .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
footer .updts-col .form-group . common-btn {
  padding: 16px 64px;
  background: #fff;
  color: var(--main-blue);
  border: none;
  font-weight: 500;
}
footer .footrlinks-col {
  padding-left: 100px;
  display: flex;
  flex-wrap: wrap;
}
footer .footrlinks-col .ftr-acrdn-wrp {
  width: 25%;
}
footer .footrlinks-col button {
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  background: transparent;
  border: none;
  color: #fff;
  text-align: left;
  margin-bottom: 21px;
  pointer-events: none;
}
footer .footrlinks-col .panel {
  width: 100%;
}
footer .footrlinks-col .ftrlist {
  padding: 0;
  margin: 0;
}
footer .footrlinks-col .ftrlist li {
  margin-bottom: 5px;
}
footer .footrlinks-col .ftrlist li:last-child {
  margin-bottom: 0;
}
footer .footrlinks-col .ftrlist li a {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
}
footer .bottom-footer {
  margin-top: 98px;
  align-items: flex-end;
  justify-content: center;
}
footer .bottom-footer ul {
  margin: 0 0 8px 0;
  padding: 0;
  list-style: none;
  display: flex;
}
footer .bottom-footer ul li {
  margin-right: 10px;
}
footer .bottom-footer ul li:last-child {
  margin-right: 0;
}
footer .bottom-footer ul li a {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 55px;
  text-align: center;
  background: #9cb4ff;
  border-radius: 50%;
}
footer .bottom-footer ul li a i {
  font-size: 29px;
  color: var(--main-blue);
  display: inline-block;
}
footer .bottom-footer ul + p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  opacity: 0.5;
}
footer .bottom-footer .footerlogo {
  width: 302px;
  margin: 0 auto;
  display: table;
}
footer .bottom-footer .inc {
  width: 334px;
  margin: 0 55px 8px;
  margin-left: auto;
  display: table;
}
footer .bottom-footer .fda-txt {
  background: #e9f4fc;
  padding: 15px;
  border-radius: 20px;
  width: 426px;
  margin-left: auto;
}
footer .bottom-footer .fda-txt h6 {
  font-size: 11px;
  line-height: 12px;
  margin: 0 0 8px 0;
  color: var(--main-blue);
  font-family: "ES Peak Rounded TRIAL";
  font-weight: 600;
}
footer .bottom-footer .fda-txt p {
  font-size: 10px;
  line-height: 11px;
  color: var(--main-blue);
  margin: 0;
}
/* review section start */
.momlovel-sec {
  background: var(--redoff);
  padding: 150px 0 130px;
  position: relative;
}
.momlovel-sec:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 91px;
}
.momlovel-sec .sec-titl {
  position: relative;
  margin-bottom: 43px;
}
.momlovel-sec .sec-titl .titlimg {
  position: absolute;
  top: -90px;
  left: 0;
  transform: scaleX(-1) rotate(-45deg);
  width: 254px !important;
}
.momsloveslider-wrpr {
  padding: 0 0 0 60px;
}
.momsloveslider-wrpr .momslv-card {
  height: 460px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #000;
  padding: 60px 37px;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.momsloveslider-wrpr .momslv-card:is(.blue) {
  background: #3e52ce;
}
.momsloveslider-wrpr .momslv-card:is(.pink) {
  background: #f97fb5;
}
.momsloveslider-wrpr .momslv-card .dp {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #2b3990;
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
  margin: 0 auto 10px;
}
.momsloveslider-wrpr .momslv-card span {
  font-size: 15px;
  color: #fff;
  line-height: 27px;
  font-weight: 600;
  display: block;
  margin-bottom: 27px;
  width: 100%;
}
.momsloveslider-wrpr .momslv-card p {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
.momsloveslider-wrpr .momslv-card .rateing {
  margin-top: 50px;
}
.momsloveslider-wrpr .momslv-card .rateing img {
  width: 100px;
  margin: 0 auto;
}
.momsloveslider-wrpr .momslv-cardimagebg {
  padding: 0;
  overflow: hidden;
}
.momsloveslider-wrpr .momslv-cardimagebg .content-wrpr {
  width: 90%;
  position: absolute;
  left: 18px;
  bottom: 14px;
  text-align: left;
}
.momsloveslider-wrpr .momslv-cardimagebg .content-wrpr p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.momsloveslider-wrpr .momslv-cardimagebg .content-wrpr span {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 0;
  font-weight: 800;
}
.momsloveslider-wrpr .momslv-cardimagebg .img-feotxt {
  font-size: 14px;
  line-height: 15px;
  position: absolute;
  top: 10px;
  left: 18px;
  opacity: 0.5;
  font-weight: 400;
  display: block;
}
.gutbbl-sec .sec-titl {
  margin-bottom: 43px;
}
.gutbbl-sec .bestslr-slider {
  padding-left: 60px;
}
.blog-card .img-hldr {
  padding: 0;
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-card .img-hldr img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.blog-card .img-hldr .prdct-txt {
  top: 12px;
  left: 12px;
  padding: 8px 12px;
  background: #fff;
  bottom: auto;
  width: auto;
  color: #000;
  border-radius: 35px;
}
.blog-card .img-hldr .prdct-txt p {
  color: var(--main-blue);
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
}
.blog-card .prdctrating-wrpr a {
  display: block;
  color: var(--main-blue);
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 10px;
}
.blog-card .prdctrating-wrpr span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: var(--main-blue);
  font-weight: 500;
}
.videoreview-card .video-card {
  position: relative;
  width: 100%;
  aspect-ratio: 0.5645833333;
  border: solid 0.5rem rgba(255, 255, 255, 0.4);
  overflow: hidden;
  border-radius: 30px;
}
.videoreview-card .video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}
.videoreview-card .video-card button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: transparent;
  transition: 0.2s ease-in-out;
  opacity: 1;
  pointer-events: none;
}
.videoreview-card .video-card.playing button {
  opacity: 0;
}
.videoreview-card .video-cntnt {
  width: 100%;
  text-align: center;
  margin-top: -12px;
  position: relative;
}
.videoreview-card .video-cntnt .tag {
  padding: 8px 13px;
  font-size: 12px;
  line-height: 13px;
  color: #fff;
  background: var(--main-blue);
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 13px;
  display: inline-block;
}
.videoreview-card .video-cntnt .rateing {
  margin-bottom: 5px;
}
.videoreview-card .video-cntnt .rateing img {
  width: 100px;
  margin: 0 auto;
}
.videoreview-card .video-cntnt p {
  color: var(--main-blue);
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.videoreview-card .video-cntnt em {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--main-blue);
  font-style: normal;
}
.banner-review-slider {
  position: absolute;
  background: #fff;
  padding: 10px;
  width: 446px;
  bottom: 72px;
  left: 30px;
  border-radius: 20px;
  box-shadow: 4px 10px 4px -9px #00000045;
}
.banner-review-slider .img-wrpr {
  width: 103px;
  height: 75px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 20px;
}
.banner-review-slider .img-wrpr img {
  width: 100%;
  height: 100%;
}
.banner-slidr-card {
  display: flex;
  align-items: center;
  width: 425px;
}
.banner-slidr-card p {
  font-size: 16px;
  line-height: 20px;
  color: var(--main-blue);
  font-weight: 500;
  margin: 0 0 4px 0;
}
.banner-slidr-card span {
  color: var(--main-blue);
  font-size: 12px;
  line-height: 27px;
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.banner-slidr-card i {
  display: inline-block;
  vertical-align: middle;
}
.banner-slidr-card i img {
  width: 85px !important;
}
.bnr-reviews .owl-dots {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-60%);
}
.bnr-reviews .owl-dots button {
  height: 12px;
}
.bnr-reviews .owl-dots button span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #d8d8d8;
  background: transparent;
  transition: 0.1s ease-in-out;
  display: inline-block;
}
.bnr-reviews .owl-dots button.active span {
  background: var(--main-blue);
  border-color: var(--main-blue);
}
.modal-overlay:after {
  background-color: rgba(68, 68, 68, 0.8) !important;
}
.template-search .search__input {
  padding: 8px 50px 8px 8px;
  line-height: 22px;
  font-size: 18px;
  height: 39px;
  border: 1px solid #ddd;
  color: #2b3990;
}
.template-search .search__button {
  position: absolute;
  top: 0;
  right: 6px;
  width: 30px;
  height: 42px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.template-search .search__button svg path {
  fill: #2b3990;
}
.template-search .reset__button {
  display: none;
}
.circle_inbox {
  z-index: 2 !important;
}
.show_mobile {
  display: none;
}
#shop .footer {
  margin-top: 0;
}
#shop .bstslr-sec {
  background: var(--redoff);
}
#shop .boyimge {
  display: none;
}
#shop .trstd-sec {
  margin-top: 125px;
}
.text-animatestrip {
  margin-top: 125px;
  margin-bottom: -174px;
}
.oke-reviewsTab {
  background-color: #e40394 !important;
}
.okeReviews[data-oke-container] .oke-reviewsTab, div.okeReviews .oke-reviewsTab {
  /* width:32px !important;
  font-size: 16px !important;
  padding: 10px 0 !important; */
}
.product__info-wrapper {
  padding-left: 0 !important;
}
.product__info-wrapper h1 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 900;
  color: var(--main-blue);
}
.product__info-wrapper .form__label {
  color: var(--main-blue);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.07px;
   margin-bottom: 12px !important;
}
.product__info-wrapper .product-form__input--pill input[type=radio] + label {
  border-radius: 10px;
    background-color: rgba(43, 57, 144, 0.1);
    padding: 12px 14px;
    font-weight: 400;
    font-size: 18px;
    Color: #2B3990;
    letter-spacing: 0;
}
.product__info-wrapper .product-form__input--pill input[type=radio]:checked + label {
  border-radius: 10px;
    background-color: var(--main-blue);
    padding: 12px 14px;
    font-weight: 400;
    font-size: 18px;
    Color: #fff;
}
.product__info-wrapper .rc-purchase-option.rc-selection__onetime {
  border-radius: 0 0 20px 20px;
  border: 1.5px solid var(--main-blue);
}
.product__info-wrapper .rc-purchase-option.rc-purchase-option__subscription {
  border: 1.5px solid var(--main-blue);
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  margin: 0;
}
.customProduct .bstslr-sec {
  background: #fff;
  padding-top: 0;
}
.customProduct .faq {
  padding: 50px 0 50px;
}
.customProduct #shopify-section-template--23843822076233__17471259505457aacb {
  background: #FFE9E2;
  padding-bottom: 115px;
}
.customProduct #pills-tab {
  display: none;
}
.customProduct .sec-titl {
  margin-bottom: 75px;
}
.customProduct .family-probtn-sec {
  padding-top: 0;
}
.customProduct .trstd-sec {
  background: #e9f4fc;
  padding-bottom: 100px;
}
.customProduct .boyimge {
  display: none;
}
.customProduct .trstd-sec:before {
  display: none;
}
.customProduct .oke-w-review-side {
  background: #f8d1c5 !important;
  border-color: #eebaaa !important;
}
.customProduct .okeReviews[data-oke-container] .oke-w-reviews-list-item, div.okeReviews .oke-w-reviews-list-item {
  border-bottom-color: #f9ddd4 !important;
}
.customProduct .okeReviews[data-oke-container] .oke-w-reviews-main--nav-divider, .customProduct div.okeReviews .oke-w-reviews-main--nav-divider {
  border-top-color: #f9ddd4 !important;
}
.customProduct .white-wave {
  background: var(--main-blue);
  /* margin-top: -82px; */
}
.customProduct .good_vs_evil {
  padding-top: 5rem;
}
.customProduct .good_vs_evil:after {
  display: none;
}
.customProduct .shakey_shakey {
  padding: 70px 0 130px;
}
.customProduct #shopify-section-template--23843822076233__blue_wave_rdhKec {
  background: #e9f4fc;
}
.customProduct #shopify-section-template--23843822076233__bluelight_wave_bfD7Ay {
  background: var(--main-blue);
}
.product-slider {
  border-radius: 30px;
  /* background-color: #ff8868; */
  padding: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product--large:not(.product--no-media) .product__media-wrapper {
  max-width: 60% !important;
}
.product--large:not(.product--no-media) .product__info-wrapper {
  margin-left: 30px;
}
.customProduct .rc-learn-more, .customProduct .rc-plans-button-group {
  display: none !important;
}
.product__info-container .rc-purchase-option__subscription {
  border: 1.5px solid var(--main-blue) !important;
  border-radius: 20px 20px 0 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.product__info-container .rc-selection__onetime {
  border: 1.5px solid var(--main-blue);
  border-radius: 0 0 20px 20px;
}
.customProduct .product-form__submit {
  background: var(--main-blue);
  padding: 25px 15px;
  border-radius: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 25px;
  margin-top:20px;
  margin-bottom: 6px;
}
#shopify-section-template--23932595175753__white_wave_eTamXp {
  position: relative;
  margin-top: -40px;
}
#all .trstd-sec:before {
  display: none;
}
#all .boyimge {
  display: none;
}
#all .text-wave {
  margin-bottom: -140px;
}
#all footer {
  margin-top: 0;
}
#all footer:after {
  display: none;
}
#all .bstslr-sec {
  padding: 100px 0 75px;
}
#all .blue-wave {
  background: #e9f4fc;
}
#all .trstd-sec {
  margin-top: 95px;
}
.shoptodlrs-row {
  gap: 40px 10px;
}
.inner-banner {
  position: relative;
  text-align: center;
  height: 590px;
  overflow: hidden;
}
.inner-banner .bgimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inner-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.inner-banner h1 {
  font-size: 80px;
  line-height: 72px;
  margin: 0;
  font-weight: 700;
}
.inner-banner p {
  font-size: 22px;
  line-height: 32px;
  margin: 20px 0 0 0;
}
#all .shoptoddlers-sec {
  padding-top: 0;
}
.pdpabout-sec {
  position: relative;
  background: var(--main-blue);
  padding: 25px 0 130px;
  overflow: hidden;
}
.pdpabout-sec .image-wrpr {
  position: relative;
}
.pdpabout-sec .pdp-boyimage-frwrd {
  position: absolute;
  left: 60px;
  top: 62px;
  max-width: 85%;
}
.pdpabout-sec .pdp-bgimage {
  max-width: 82%;
}
.pdpabout-sec .sec-titl {
  color: #fff;
  text-align: left;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 24px;
}
.pdpabout-sec .txt-wrpr p {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}
.pdpabout-sec .listwrp {
  list-style: none;
  padding: 0;
}
.pdpabout-sec .listwrp li {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d8d8d8;
}
.pdpabout-sec .listwrp li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.pdpabout-sec .listwrp i {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 16px;
}
.pdpabout-sec .listwrp .txt-area {
  width: calc(100% - 86px);
}
.pdpabout-sec .listwrp .txt-area h5 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 8px;
  font-family: "ES Peak Rounded TRIAL";
}
.pdpabout-sec .listwrp .txt-area p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
  opacity: 0.7;
}
.pdpabout-sec .star1 {
  width: 120px;
  height: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  -o-transform: rotate(70deg);
}
.pdpabout-sec .star2 {
  width: 254px;
  height: 211px;
  position: absolute;
  top: 49px;
  right: -90px;
}
.greekmode {
  margin-bottom: 50px;
}
.greekmode input {
  display: none;
}
.greekmode input:checked + label {
  background: var(--main-blue);
  padding:3px 35px 2px 15px;
  box-shadow: 2px 2px 8px 0px #00094370;
}
.greekmode input:checked + label:before {
  left: 76%;
}
.greekmode label {
  padding: 3px 15px 4px 30px;
  height: 29px;
  background: var(--bluesecnd);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  font-size: 12px;
}
.greekmode label:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -5px;
  top: 0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.dreamteam-sec {
  background: var(--main-blue);
}
.dreamteam-sec .bgicon1, .dreamteam-sec .bgicon2, .dreamteam-sec .bgicon3, .dreamteam-sec .bgicon4 {
  position: absolute;
  opacity: 0.65;
}
.dreamteam-sec .bgicon1 {
  width: 130px;
  height: 130px;
  left: 100px;
  top: 110px;
}
.dreamteam-sec .bgicon2 {
  width: 110px;
  height: 121px;
  right: 185px;
  top: 30px;
}
.dreamteam-sec .container {
  position: relative;
}
.dreamteam-sec .sec-titl {
  font-size: 80px;
  letter-spacing: -1.39px;
  text-align: center;
  line-height: 72px;
}
.dreamteam-sec .sec-titl p {
  font-weight: 400;
  margin-bottom: 20px;
}
.heading-bottom-txt {
  margin-top: 49px;
}
.heading-bottom-txt h4 {
  color: white;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.45px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 18px;
}
.heading-bottom-txt p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.11px;
  text-align: center;
  line-height: 30px;
  margin: 0;
}
.dreamteam-sloider {
  margin: 60px 0;
}
.dreamtmcard {
  border-radius: 20px;
  background-color: #ffb9a6;
  padding: 8px 8px 20px;
  position: relative;
}
.dreamtmcard .image {
  height: 201px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.25);
  /* background: #ffcabc; */
  margin-bottom: 14px;
}
.dreamtmcard .image img {
  width: 110px;
}
.dreamtmcard .content h6 {
  color: var(--main-blue);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.45px;
}
.dreamtmcard .content span {
  display: block;
  color: var(--main-blue);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.07px;
  display: block;
  margin-bottom: 15px;
}
.dreamtmcard .content p {
  color: var(--main-blue);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.07px;
  /* margin-bottom: 27px; */
  margin-bottom: 0;
}

.dreamtmcard .toggle-wrapper{
  position: absolute;
  bottom: 20px;
  left: 10px;
}
.dreamtmcard .greekmode,.toggle-wrapper .greekmode {
  position: relative;
  width: 122px;
  height: 29px;
  border-radius: 18px;
  color: #2b3990;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.23px;
  text-transform: uppercase;
  text-decoration: none;
  background: #eeafa4;
  line-height: 27px;
  display: inline-block;
  margin: 0;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  padding-left: 25px;
  transition: 0.2s ease-in-out;
}
.dreamtmcard .greekmode:before,
.toggle-wrapper .greekmode:before{
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -5px;
  top: 0;
  cursor: pointer;
  background: var(--main-blue);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.dreamtmcard .greekmode.active, .toggle-wrapper .greekmode.active {
  background: var(--main-blue);
  padding: 0 33px 2px 18px;
  color: #fff;
}
.dreamtmcard .greekmode.active:before,.toggle-wrapper .greekmode.active:before {
  left: 78.4%;
  background: #fff;
  width: 24px;
  height: 24px;
  top: 2.5px;
}
.dreamtmcard.greenbg {
  background: #4fd4da;
}
.dreamtmcard.greenbg .image {
  background: #7adfe3;
}
.dreamtmcard.greenbg .greekmode {
  background: #4bc8d4;
}
.dreamtmcard.greenbg .greekmode.active {
  background: var(--main-blue);
  color: #fff;
}
.dreamtmcard.yellowbg {
  background: #ffcb37;
}
.dreamtmcard.yellowbg .image {
  background: #ffd868;
  height: 129px;
}
.dreamtmcard.yellowbg .image img {
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.3));
}
.dreamtmcard.yellowbg .greekmode {
  background: #e7b62c;
}
.dreamtmcard.yellowbg .greekmode.active {
  background: var(--main-blue);
  color: #fff;
}
.dreamtmcard.creambg {
  background: #ffe9e2;
}
.dreamtmcard.creambg .image {
  background: #ffeee9;
}
.dreamtmcard.creambg .greekmode {
  background: #eedbdc;
}
.dreamtmcard.creambg .greekmode.active {
  background: var(--main-blue);
  color: #fff;
}
.helped-sec {
  background: #E9F4FC;
  padding: 75px 0 15px 0;
}
.helped-sec .container {
  position: relative;
}
.hlped-wrpr {
  text-align: center;
  position: relative;
  border-bottom: 1px dashed #bcd1e0;
  padding-bottom: 150px;
}
.hlped-wrpr .dp {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 auto 27px;
}
.hlped-wrpr .dp img {
  width: 120px;
  height: 120px;
}
.hlped-wrpr .dp img.plsico {
  width: 44px;
  height: 44px;
  position: relative;
  bottom: 40px;
  right: -42px;
}
.hlped-wrpr h6 {
  color: #2b3990;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.63px;
  text-align: center;
  line-height: 38px;
  margin-bottom: 28px;
}
.hlped-wrpr p {
  color: #2b3990;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.1px;
  text-align: center;
  line-height: 24px;
  margin: 0;
  font-family: "ES Peak Rounded TRIAL";
}
.sideimg {
  position: absolute;
  width: 100px;
}
.sectn-img1 {
  right: 300px;
  transform: rotate(160deg);
}
.sectn-img2 {
  width: 110px;
  left: 50px;
  top: 104px;
  transform: rotate(-4deg);
}
.sectn-img3 {
  width: 230px;
  right: 50px;
  bottom: 85px;
  transform: rotate(2deg);
  filter: drop-shadow(-2px 5px 3px rgba(0, 0, 0, 0.2));
}
#yeast-vaginal-ph-support .bstslr-sec {
  background: #fff;
  padding-top: 0;
}
#yeast-vaginal-ph-support .faq {
  padding: 70px 0;
}
#yeast-vaginal-ph-support .family-probtn-sec {
  padding-top: 100px;
}
#yeast-vaginal-ph-support .trstd-sec {
  background: #e9f4fc;
  padding-bottom: 85px;
}
#yeast-vaginal-ph-support .boyimge {
  display: none;
}
#yeast-vaginal-ph-support .trstd-sec:before {
  display: none;
}
#yeast-vaginal-ph-support #pills-tab {
  display: none;
}
#yeast-vaginal-ph-support .family-probtn-sec .sec-titl {
  margin-bottom: 85px;
}
#shopify-section-template--23933985194313__white_wave_UWKhqn {
  background: #e9f4fc;
  padding-top: 85px;
}
#create-your-superhero .family-probtn-sec {
  padding: 20px;
}
#create-your-superhero #pills-tab {
  display: none;
}
/* #create-your-superhero .sec-titl{
  margin-bottom: 50px;
} */
#create-your-superhero .bstslr-sec {
  padding: 135px 0 35px;
  background: #fff;
}
.section-titl-area {
  text-align: center;
  padding: 10px;
}
.section-titl-area h3.sec-titl {
  margin-bottom: 18px;
}
.section-titl-area p {
  color: var(--main-blue);
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
}
#create-your-superhero .section-titl-area {
  padding: 60px 0 30px;
  background: #e9f4fc;
}
#create-your-superhero .family-probtn-sec .sec-titl {
  margin-bottom: 50px;
}
.about-banner {
  height: 700px;
}
.about-banner .bannertxt {
  width: 400px;
}
.about-banner :is(p, h1) {
  color: #fff;
}
.about-banner p {
  margin-bottom: 14px;
}
#about-us .white-wave {
  margin-top: -42px;
  position: relative;
}

#lovebug-co-uk .bstslr-sec{
  padding: 100px 90px;
  
}

#lovebug-co-uk .blue-wave{
  background:#e9f4fc;
}

#about-us .dreamtmcard{
  padding:28px 14px;
}

#about-us .dreamtmcard .greekmode{
  background: #2b399014;
}

#about-us .dreamtmcard .greekmode.active{
  background: var(--main-blue);
}


#about-us .dreamtmcard .content p{
  line-height: 21px;
  min-height: 196px;
}

#about-us .dreamteam-sec{
  padding-bottom: 146px;
}

#about-us a .custom-button{
  border-radius:16px !important;
  border: none !important;
}


#about-us .heading-bottom-txt h4{
  font-family: "ES Peak Rounded TRIAL";
  font-weight: 400;
}

#about-us .bstslr-sec{
  background: #fff;
  padding:0 0 70px 0;
}

#about-us .products{
  padding: 50px 0 100px 0;
}

.animated-svg.textandman{
    margin: 0;
    right: 175px !important;
    top: auto;
    bottom: -120px !important;
}

.animated-svg.yellowicon{
  bottom: -190px !important;
}

.animated-svg.girl{
    right: 250px !important;
    top: -286px !important;
}


/* product details css */

div.rc-purchase-option{
  border: 2px solid var(--main-blue) !important;
  border-radius: 20px 20px 0 0 !important;
  background: #000;
}


.rpf{
  display: inline-block;
  position: relative;
}

.rpf label:first-child{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-54%);
    width:75%;
    text-align: center;
    /* background:#f38070; */
 background: var(--theme-color);
    color: var(--text-color);
    border-radius: 30px;
    font-size: .75rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .014375rem;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: .6875rem;
    padding: .3125rem .6875rem;
    z-index: 12;
}
.ingrdnt-list i{
  color: var(--theme-color);
}
.login-page form .field input{
  height: 50px;
  min-height: 50px;
}
.login-page form .field input[type=email]::placeholder, .login-page form .field input[type=password]::placeholder {
  color: #8f8f8f;
  opacity: 1;
}

.product__info-container .product-form,.product__info-container>*+*{
  margin:0 !important;
}

#cst{
  text-align: center;
  display: block;
  color: var(--main-blue);
  font-size: 14px;
  margin: 0 0 20px 0 !important;
}

#shopify-block-AemhScktVZGMrMXJRT__okendo_star_rating_jJePbq{
  margin-bottom: 10px;
}

.oke-sr-count{
  color: var(--main-blue);
  font-size: 15px;
}


.product__description p{
  color: var(--main-blue);  
}

.product__description p strong{
  font-weight: 600;
}


.customProduct .oke-sr{
    --oke-stars-foregroundColor: #ffcf2a;
    --oke-stars-backgroundColor: #e5e5e5;
    --oke-stars-borderWidth: 1;
    --oke-stars-borderColor: #ffcf2b;
 }

.rc-template__radio{
  background: red;
}

.customProduct #shopify-section-template--23843822076233__main{
  padding-bottom:170px;
}

.customProduct .dreamtmcard{
  padding: 12px 12px 60px;
}

.customProduct .dreamtmcard .toggle-wrapper{
  margin-left: 7px;
}


.see-suplimnt-fact{
  margin: 30px 0 !important;
  display: inline-block;
  color: #2b3990;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  border-bottom: 1.5px solid #2b3990;
}

#howtouse .accordion-item{
    box-shadow: none;
    background: #fff;
    border: 1.5px solid gba(43,57,144,.25);
    outline: none;
    border-radius: 20px;
    padding:1.3125rem 1.4375rem;
    font-size: 16px;
    line-height: 20px;
    color: var(--main-blue);
}

#howtouse .accordion-item .accordion-button{
  background:transparent;
  outline: none;
  box-shadow: none;
  padding: 0;
  font-family: "ES Peak Rounded TRIAL";
  font-size: 16px;
  line-height: 16px;
  color: var(--main-blue);
}

#howtouse .accordion-item .accordion-body{
  padding: 20px 0 0 0;
}

#howtouse .accordion-button::after{
  background: url(/cdn/shop/files/Combined_Shape_4x_43be2959-9eb7-4ec1-b3ef-93ad3f21d365.png?v=1751015979);
  background-size:20px;
  background-position: center;
  transform: rotate(0deg);
}

#howtouse.active .accordion-button::after{
      transform: rotate(135deg);
}

.toggle-wrapper .greekmode{
  background:#798bfb33;
}
.momslv-card.colorbg{
  flex-wrap: nowrap;
}

.product__info-wrapper ul{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin:0 0 25px 0 !important;
    justify-content:space-between;
}

.product__info-wrapper ul li{
  display: flex;
  align-items:center;
}

.product__info-wrapper ul.ingrdnt-list{
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    align-items: center;
    justify-content: center;
    gap: 3.8%;
    list-style: none;
    margin: 0;
}

.product__info-wrapper ul li p{
  padding-right: 5px;
}

.product__info-wrapper ul li i{
  width:25px;
  font-size: 25px;
  margin-right:10px;
}

.product__info-wrapper ul li p{
  font-size: 16px;
  line-height:19px;
  font-weight: 500;
  color: var(--main-blue);
  margin: 0;
}



.customProduct .product--left{
  align-items: flex-start;
}

.customProduct #shopify-section-template--23843822076233__main {
    padding-bottom: 75px;
}

.product-slider .owl-nav button{
  width:46px;
  height: 46px;
  background: #fff !important;
  border-radius: 50%;
}


.product-slider .owl-nav{
  position: absolute;
  top: 50%;
  width: 100%;
  display:flex;
  justify-content:space-between;
  z-index: 123;
  width: 100%;
  left: 0;
  padding: 0 15px;
}


.product-slider .owl-nav i{
    font-size: 27px;
    font-weight: 900;
    color: #2b3990;
}

.product-slider .owl-dots button{
  width: 64px;
  height: 3px;
  background:#fff !important;
}
.momsloveslider-wrpr .momslv-card span{
  font-weight: bold;
}

#shopify-section-template--24086874194249__Blog_Section .home_blog_slider{
  padding-left:26px;
  padding-right:26px;
}



.shopcatgary-wrpr.momsloveslider-wrpr{
    .item:last-child{
      .momslv-card.imagebg{
        background-position:bottom !important; 
      }
      
    }

    .item{
      .content-wrpr.over-image{
        p{
        font-size: 16px;
        font-weight: normal !important;
        }
      }
    }
  }


#shopify-section-template--23843821879625__4th_part :is(.owl-nav,.owl-dots){
  display: none;
}

.momsloveslider-wrpr .content-wrpr.over-image span{
  margin-bottom:0;  
  }


.wave-img{
  display: inline-block;
  flex: inherit !important;
}


.cst_tag{
      padding: 15px 0 20px 0
}


.cst_tag label{
    font-size:12px;
    line-height: normal;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .014375rem;
    text-transform: uppercase;
    color: var(--color-white);
    padding: .3125rem .6875rem;
    -moz-border-radius: .6875rem;
    -o-border-radius: .6875rem;
    -ms-border-radius: .6875rem;
    -webkit-border-radius: .6875rem;
    border-radius: .6875rem;
    background:#2b3990;
    color: #fff;
    margin-right:10px;
}

.cst_tag label.cst2{
  background:#e50695;
}


.template-404{
  padding: 0;
  margin:0;
}



.template-404 #shopify-section-template--23843821486409__main p{
    padding: 20vh;
    font-size: 100px;
    color: #fff;
    background: #2b3990;
    font-weight: 600;
    margin: 0;
}



.template-404 #shopify-section-template--23843821486409__main .title{
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.template-404 #shopify-section-template--23843821486409__main .button{
    margin-bottom: 70px;
    background: #2c3233;
    padding: 20px 75px;
    color: #fff;
    border-radius: 15px;
    letter-spacing: 0;
    font-size: 12px;
    transform: scale(1);
    transition: .2s ease-in-out;
}

.template-404 #shopify-section-template--23843821486409__main .button:hover{
  transform: scale( .9);
}


.shakey_shakey {
	 background-color: #2b3990;
	 color: #fff;
	 padding: 5rem 0;
}
 .shakey_shakey .shakey_heading {
	 font-family: "Recoleta DEMO", "Helvetica";
	 font-size: 54px;
}
 .shakey_shakey .desc {
	 font-size: 22px;
}
 .shakey_shakey .listing {
	 list-style: none;
	 padding-left: 0;
	 margin-bottom: 0;
	 font-size: 1.5rem;
}
 .shakey_shakey .listing li {
	 display: flex;
	 font-size: 18px;
	 align-items: center;
	 padding: 1rem 0;
	 border-bottom: 1px solid #c8c8c88b;
}
 .shakey_shakey .listing li img {
	 padding-right: 2rem;
	 width: 75px;
}
 .shakey_shakey .listing li:last-child {
	 border-bottom: none;
}
 .shakey_shakey .img-container {
	 position: relative;
	 text-align: center;
}
 .shakey_shakey .img-container .arrow, .shakey_shakey .img-container .avatar {
	 position: absolute;
}
 .shakey_shakey .img-container .avatar {
	 right: 34px;
	 bottom: 40px;
	 width: 150px;
}
 .shakey_shakey .img-container .prod {
	 max-height: 500px;
	 width: auto;
}
 .shakey_shakey .img-container .arrow {
	 width: 70px;
}
 .shakey_shakey .card {
	 padding: 1rem 1.5rem;
	 color: #fff;
	 border-radius: 20px;
	 background: #3e52ce;
}
 .shakey_shakey .card h4 {
	 padding: 1rem 0;
	 text-align: center;
	 font-size: 26px;
	 font-family: "Recoleta DEMO", "Helvetica";
}
 .shakey_shakey .card .list-none {
	 list-style: none;
	 font-size: 26px;
	 padding-left: 0;
	 margin-bottom: 0;
}
 .shakey_shakey .card .list-none li {
	 border-bottom: 1px solid #c8c8c88b;
	 padding: 0.5rem 0;
}
 .shakey_shakey .card button {
	 background: #fff;
	 padding: 1rem 0;
	 border-radius: 15px;
	 color: #2b3990;
	 outline: none;
	 border: none;
	 margin-top: 1rem;
}


#shopify-section-template--24086873538889__cream_wave_jL6eAY{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

 .customProduct .faq::after{
  display: none;
}


.cart-count-bubble{
    background:#e2e6ff;
    color:#2b3990;
    top: 14px;
    font-weight: 600;
    height: 20px;
    width: 20px;
}

#shopify-section-template--24086874685769__blue_wave_DaX6Tx .blue-wave{
  background: #ffe9e2;
}

#shopify-section-template--24086874685769__13th_part .bstslr-sec{
  padding-bottom: 85px;
}

#shopify-section-template--24086874685769__5th_part .trstd-sec{
  margin-top:-4px;
}


#shopify-section-template--24086874685769__main2 .spladd-addsec{
  padding-bottom:100px;
}


#shopify-section-template--24086874685769__white_wave_EJgipA{
  margin-top:3px;
}

#shop .inner-banner img{
  object-position: left;
}




#shop .bannertxt h2{
  font-family: "ES Peak Rounded TRIAL";
  font-weight: 600;
}


#shop .trstd-sec:before{
  display: none;
}

#shop #shopify-section-template--24086874685769__text_wave_transparent_KJBFUL .text-wave{
  position: relative;
  top: 45px;
}

#shopify-section-template--24087214784841__cream_wave_qUbzme .cream-wave_what_the_gut,
#shopify-section-template--24087214784841__blue_wave_fY9bAF .blue-wave_what_the_benefits,
#shopify-section-template--24087214784841__bluelight_wave_VQVryK .blue-wave_what_the_strains{
  position: relative;
  z-index: 1;
  margin-top:-44px;
}

#shopify-section-template--24087214784841__bluelight_wave_HATFfd .blue-wave_what_the_products{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

#what-the #shopify-section-template--24087214784841__3rd_path .problematic{
  padding: 3rem 0 6rem 0;
  margin: 0;
}

#what-the #shopify-section-template--24087214784841__3rd_path .problematic .desc{
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}

#what-the #shopify-section-template--24087214784841__4th_path .bgicon1{
  display: none;
}

#what-the #shopify-section-template--24087214784841__6th_path .desc{
  padding: 1rem 5rem;
}


#what-the .why_are_probiotics .pila{
  z-index: 12;
}

#what-the .whybtl{
  width: 100%;
  height: auto;
}

#what-the .bstslr-sec {
    padding: 0 0 75px;
}

#shopify-section-template--24086874194249__Blog_Section .sell-prodct-card:hover .img-hldr img{
  opacity: 1
}

#shopify-section-template--24087214784841__white_wave_tGTDXh .white-wave_what_the_banner{
      margin-top: -42px;
}

.badge_slider{
  position: absolute;
  top: 10px;
  right:10px;
  z-index: 1;
  border: none;
}

#shopify-section-template--24086967681353__main .product-slider{
  /* commented z index as it is overflowing the navbar on prodyct view */
  /* z-index:inherit; */

}

.grid__item.product__media-wrapper{
  position: relative;
}

.whtare-probiots-sec:before{
  display: none;
}

#shopify-section-template--24086967681353__blue_wave_rdhKec,#shopify-section-template--24086967681353__bluelight_wave_bfD7Ay :is(.blue-wave_){
  margin-top:-42px;
  position: relative;
  z-index: 1;
}

#shopify-section-template--24086967681353__17471259505457aacb{
  background: #e9f4fc;
}

#shopify-section-template--24086967681353__bluelight_wave_EYGnaq .blue-wave_{
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

#shopify-section-template--24086967681353__white_wave_pH6reF .white-wave_{
  margin-top:-70px;
}

.customProduct .bstslr-sec{
      padding: 0 0 120px;
}

#shopify-section-template--24086967681353__main{
  padding-bottom: 90px;
}

.customProduct footer .updts-col .sec-titl{
  margin-bottom: 0;
}




/* The Modal (background) */

/* Modal Content */
.modal-content,.modal-content1 {
  background-color: #e9f4fc;
  margin: auto;
  padding: 20px;
  width:100%;
  max-width: 28.125rem;
  text-align:center;
  border-radius: 33px;
  color: #2b3990;
  font-weight: 500;

}

  .modal-content h5,.modal-content1 h5{
    font-weight:600;
    font-size: 30px;
    margin-bottom: 1.5625rem;
  }

  .modal-content p, .modal-content1 p{
    font-size:20px;
    line-height: 27px;
    font-weight: 400;
  }

/* The Close Button */
.close,.close1 {
  color: #aaaaaa;
  text-align: right;
  font-weight: bold;
  font-size: 24px;
  color: #2b3990;
  margin-bottom:1rem;
  cursor:pointer;
}

.close:hover,
.close:focus,
.close1:hover,
.close1:focus{
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.fade:not(.show){
  opacity: 1;
}

.customProduct .modal-header{
  padding: 0;
}

.customProduct .modal-header{
  border: none;
  justify-content: flex-end;
}

.customProduct .modal-header button{
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    /* background: #fff; */
    opacity: 1;
    border-radius: 50%;
    /* border: 2px dashed #2b3990; */
    cursor: pointer;
}

.customProduct .modal-header button i{
      font-style: normal;
      font-size: 35px;
      line-height: 30px;
}

.modal.fade .modal-dialog {
    transform: translate(0, 0);
}

#myModal1,#myModal,.modal{
  background: rgba(0,0,0,.5);
}

.modal-backdrop{
  display: none !important;
}

.customProduct .modal-header button i{
  color: #2b3990;
}


.modal-body::-webkit-scrollbar {
  width: 5px;
}
 

 
.modal-body::-webkit-scrollbar-thumb {
  background-color: var(--main-blue);
}

.login-page form .form-note__register a{
  font-size: 20px;
}

.form-note__forgot-password a{
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}

.footer-top form .common-btn{
  background: #fff;
  color: var(--main-blue);
  padding:18px 78px;
  font-weight: 500;
}

#shopify-section-template--24086874685769__text_wave_transparent_KJBFUL .text-wave_{
  margin-top:-4px;
}

.account-details :is(.customer__title,.customer__greeting){
  text-align: center;
}

.account-details .customer__title{
    font-size: 26px;
    line-height: 26px;
    color: var(--main-blue);
    font-family: "ES Peak Rounded TRIAL";
    font-weight: 400;
    margin: 0 0 0 0;
}

.account-details .customer__greeting{
  font-size: 56px;
  line-height: 56px;
  color:var(--main-blue);
  font-weight:600;
  margin: 0 0 46px 0;
  font-family: "Recoleta DEMO", "Helvetica";
  
}

.profile-tab{
  max-width:870px;
  margin: 65px auto 0 !important;
  padding: 0;
}


.profile-tab .resp-tab-content{
  border: none;
  padding: 40px 45px 32px;
  background: #f5f4f3;
  border-radius: 0 24px 24px 24px;
}


.profile-tab .resp-tabs-list li{
  background-color: #f5f4f3;
  padding: 25px 60px;
  background: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color:var(--main-blue);
  text-transform: uppercase;
  border:none !important;
  border-radius:20px 20px 0 0;
}

.profile-tab button.active,.profile-tab .resp-tabs-list li.resp-tab-active{
  background-color: #f5f4f3;
  color:var(--main-blue);
  padding: 25px 60px !important;
}


.profile-tab  .nav.nav-tabs{
  border: none;
}

.profile-tab .tab-content p{
  font-size: 16px;
  line-height: 21px;
  color: var(--main-blue);
  margin:0;
}

.profile-tab .tab-content p.customer-info__header-message{
    margin-bottom: 10px;
    font-weight: 510;
}

.profile-tab #nav-account.active{
  display: flex;
  
}

.profile-tab #nav-account .account-info{
  width:50%;
}

.profile-tab #nav-account .account-info:first-child{
    border-right: 2px solid #0059b233;
    margin-right:50px;
}

.profile-tab #nav-account .account-info h2, .customer-info__header-item h3, .subscriptions-container h3{
  color: var(--main-blue);
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  margin:0 0 30px 0;
}

.profile-tab .account-info a{
    background: #2b3990;
    padding: 18px 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid #c4c4c4;
    transition: .2s ease-in-out;
    text-transform: capitalize;
}

.profile-tab .account-info a:hover{
    background: #fff;
    color: var(--main-blue);
    border-color:#fff;
}

.profile-tab .customer_details{
  margin-bottom: 30px;
}

.profile-tab .customer_details p:first-child{
  margin-bottom:5px;
}

.customer_logout{
    max-width: 870px;
    margin: 20px auto !important;
}

.customer_logout a{
    padding: 15px 30px;
    background: var(--main-blue);
    text-decoration: none;
    color: #fff;
    border-radius: 18px;
    font-size: 20px;
    border: 2px solid #ddd;
    transform: scale(1);
    transition: .1s ease-in-out;
}


.customer_logout a span{
  display: none;
}

.customer_logout a:hover{
  color: #fff;
  transform: scale(.95);
}


/* address page */

#addresses .addresses{

  padding: 8rem 0;
  
}

#addresses h1{
  font-size: 56px;
  font-weight: 600;
  color: var(--main-blue);
  margin-bottom: 20px;
}

#addresses .addresses a{
  font-size: 15px;
  line-height: 20px;
  color: var(--main-blue);
  font-weight: 500;
}

#addresses button[aria-controls="AddAddress"], #addresses button#EditFormButton_11374714782025{
  font-size: 20px;
  line-height: 22px;
  color:#fff;
  background: var(--main-blue);
  border-radius: 15px;
  padding: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

button[aria-label="Delete 1"]{
    font-size: 15px;
    border-bottom: 1.5px solid #2b3990;
    width: auto;
    padding: 6px;
}

#addresses li h2{
    display: inline-block;
    padding: 5px 13px;
    background: #2b3990;
    color: #fff;
    border-radius: 25px;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "ES Peak Rounded TRIAL";
}

#AddAddress,.edit_address_modal{
    padding: 60px 40px 50px;
    background:#f6f7ff;
    border-radius: 30px;
}

#AddAddress h2,#addresses li .edit_address_modal h2{
    font-size: 56px;
    text-align: center;
    margin-bottom: 40px;
    color:var(--main-blue);
    font-family: "ES Peak Rounded TRIAL";
    font-weight: 400;
    background: transparent;
}

#EditAddress_11379595116873{
  margin-top: 20px;
}

.addresses form>div:nth-of-type(1), .addresses form>div:nth-of-type(2){
  flex-basis: inherit !important;
}

.addresses form>div:nth-of-type(1){
  margin-right: 0 !important;
}

body#account{
  background: #fff;
  font-family: "ES Peak Rounded TRIAL" !important;
}

.edit_address{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.edit_address .address_align{
  width:48%;
  text-align: left;
}

.edit_address .address_align:nth-child(2){
  width: 14%;
  display: flex;
  flex-direction:column;
}

.edit_address .address_align:nth-child(2) button{
  
}

.addresses button[aria-label="Delete 1"]{
  color: var(--main-blue);
}

.addresses #EditFormButton_11379595116873,
.edit_address .address_align:nth-child(2) button:first-child{
    background: var(--main-blue);
    padding: 8px;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
}

.addresses .field__input, .customer .field input, .addresses select{
  padding:6px 20px !important;
  height:45px;
  border: 1.5px solid var(--main-blue);
  border-radius:35px !important;
  font-size: 18px;
}

.addresses select{
  background: none;
}

 .customer .field input::placeholder, .addresses select::placeholder{
  color: var(--main-blue) !important;
}

.addresses form>div:nth-of-type(2),
.addresses form>div:nth-of-type(7)+div[id],
.addresses form>div:nth-of-type(7){
      margin-top: 15px !important;
  }

.edit_address .address_align:last-child button{
  margin: 20px auto;
  display: table;
  
}

.account_greeting{
  text-align: center;
  padding: 100px 100px 0;
  color: var(--main-blue);
}

.account_greeting p{
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom:5px;
}

.account_greeting h1{
  font-size: 56px;
  line-height: 56px;
  font-weight: 600;
  margin: 0;
}

.address_buttons{
    align-items: center;
    display: flex;
    flex-direction: column;
}

.address_buttons button{
    background:var(--main-blue);
    width: 192px;
    padding: 15px;
    color: #fff;
    border-radius: 15px;
    margin: 0 auto;
    font-size: 21px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.address_buttons button[type="reset"]{
    padding: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    width: auto;
}

.addresses .select .svg-wrapper, .customer select+.svg-wrapper{
  right: 10px;
}


.address_checkbox{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 22px;
}

.address_checkbox input{
  margin-top:0 !important;
 margin: 0 6px 0 0;  
}

.address_checkbox label{
  margin:0;
}

.addresses form button:first-of-type{
  margin-right: 0 !important;
}

.field__input::placeholder,
.customer .field input::placeholder,
.customer .field select, .customer .field select option{
  opacity: 1;
  color: var(--main-blue);
}

.grid__item.product__media-wrapper{
  border-radius: 30px;
}

#open-contact-drawer{
  margin: 0px 12px;
}

.header__icon, .header__icon--cart .icon{
  width: 40px;
}

#open-contact-drawer{
  margin-top:5px;
}

.template-search .search-results__results li a{
  font-size: 24px;
  line-height: 36px;
  color: var(--main-blue);
  text-decoration: none;
}

.template-search .search-results__results li span{
  font-size: 18px;
    font-weight: 600;
}

.template-search .mfr-search__results .search-results__results li:after{
  background-color: var(--main-blue);
  opacity: .25;
}

.info_div{
  display: flex;
  justify-content: space-between;
  padding-top:15px;
}

.info_div .account-info{
  display: flex;
}

.customer-info__header-item h3, .subscriptions-container h3{
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 10px;
}
.info_div .customer_details{
  margin: 0 15px 0;
}

.info_div .customer_details p{
  text-transform: inherit;
}
.info_div .customer_details p:first-child{
  font-weight: 600;
  
}

.cust_edit{
    padding: 0px 20px;
    background:var(--main-blue);
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    border: 2px solid #ddd;
    border-radius: 18px;
    height: 60px;
    transition: .2s ease-in-out;
    position: absolute;
    top: 32px;
    right: 25px;
}

.cust_edit:hover{
  background: #fff;
  color: var(--main-blue);
}

#updateCustomerForm{
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

#updateCustomerForm .form_group{
  width: 49%;
}

#updateCustomerForm .form_group label{
  color:var(--main-blue);
}

#updateCustomerForm .form_group input{
  border: 1.5px solid var(--main-blue);
  background: #f5f4f3;
  padding: 20px;
  border-radius: 10px;
}

#updateCustomerForm button{
    padding: 20px 30px;
    border: 2px solid #7d86bb;
    border-radius: 18px;
    font-size: 18px;
    background: #545ea5;
    color: #fff;
}

#updateCustomerForm  button#rst{
  color:var(--main-blue);
  background: #fff;
  border-color: #2b399014;
}

#updateCustomerForm  button#rst:hover{
  background: var(--main-blue);
  color: #fff;
}

.btn_parent{
  width:100%;
  display: flex;
  justify-content: flex-end;
  gap: 0 10px;
}

.parent_account{
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, .2);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
}

.parent_account .customer-info__header-item{
  padding-right:16%;
}

#lovebug-co-uk .madebymon-sec:after,
#lovebug-co-uk .trstd-sec:before,
#lovebug-co-uk .partnr-sec:after,
#lovebug-co-uk .momlovel-sec:after,
#lovebug-co-uk .creaatsuperhero-sec:before{
  display: none;
}



#shopify-section-template--24086874194249__text_wave_transparent_beL3gY .text-wave_{
    margin-top: -41px;
    position: relative;
    background: linear-gradient(0deg, #ffffff 54%, #2b3990 50%);
}

#shopify-section-template--24086874194249__blue_wave_44zmqe .blue-wave_{
    margin-top: -42px;
    position: relative;
}

#shopify-section-template--24086874194249__cream_wave_mAU9WU .cream-wave_{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

.home_blog_slider{
  padding-left: 60px;
}

/* Animation */

@keyframes swingContinuous {
   from {
    transform: rotate(0deg); /* Start at 0 degrees */
  }
  to {
    transform: rotate(360deg); /* Rotate a full circle */
  }
}

/* animation: swingContinuous 2s ease-in-out infinite alternate; */

.what_the_we_started .img-container .twostar,.what_the_we_started .img-container .onestar,
.why-lovebug-sec .container-fluid .one,.why-lovebug-sec .container-fluid .sction-bgicon.two,
#shopify-section-template--24087214784841__6th_path :is(.dreamteam-sec .bgicon1, .dreamteam-sec .bgicon2),
.why_are_probiotics .orange,.why_are_probiotics .green,.why_are_probiotics .blue,.why_are_probiotics .pink,
.why_are_probiotics .redkira,
.what-exprt-sec .container:after,.trstd-sec .container .boyimge,
.pdpabout-sec .star2,.pdpabout-sec .star1,.sectn-img1,.sectn-img2,.sectn-img3,.good_vs_evil .orange,
.good_vs_evil .green,.good_vs_evil .blue,.good_vs_evil .pink,.star_faq,.star-div,.rocket-img,
.momlovel-sec .sec-titl .titlimg,.girlimage,.girlimage,.realcustomr-sec .couter-row:before,.realcustomr-sec .couter-row:after,
#shopify-section-template--24086967681353__multi-biotic .whtare-probiots-sec .bgicon2, #shopify-section-template--24086967681353__multi-biotic .whtare-probiots-sec .bgicon1,
#shopify-section-template--24087214784841__4th_path .bgicon2{
  animation: floatUpDown 3s ease-in-out infinite;
}


.dreamteam-sec .bgicon1, .dreamteam-sec .bgicon2, .dreamteam-sec .bgicon3, .dreamteam-sec .bgicon4,
#what-the .why_are_probiotics .pila{
    animation: swingContinuous 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
}


#reviews #shopify-section-template--24086874620233__text_wave_transparent_d4NEmH .text-wave_text_review_wave{
  position: relative;
  z-index: 1;
}

#reviews .trstd-sec .container .boyimge{
  z-index: 1;
}

.faqss .accordion .accordion-item button.accordion-button{
  border-radius: 22px 22px 0 0;
}

.faqss .accordion .accordion-item .accordion-collapse.collapse.show{
  border-radius: 0 0 22px 22px;
}

.faqss .accordion .accordion-item .accordion-collapse.collapse {
    background-color: #2b3990 !important;
    color: #fff !important;
}

.login-page form .field input[type=email], .login-page form .field input[type=password], .login-page form .field input[type=text], .login-page form .field select, .login-page form .field textarea{
  border-radius: 10px !important;
}


.expart_slider .owl-dots{
  display: none !important;
}

.home_blog_slider .owl-nav{
    display: flex;
    position: absolute;
    top: -70px;
    right: 25px;
}

footer .updts-col .form-group input::-webkit-outer-spin-button,
footer .updts-col .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

footer .updts-col .form-group input[type="number"] {
  -moz-appearance: textfield;
}


  /* IN VIEW ANIMATE */


/* .videoreview-card.delay-1 { transition-delay: 0.2s; }
.videoreview-card.delay-2 { transition-delay: 0.4s; } */

/* .videoreview-card,.sell-prodct-card,.coutercard,.whylv-card,.exprt-card,.momslv-card,
.whtare-probiots-sec .sec-titl p,.trstd-sec .common-btn{
  opacity: 0;
  transform: translateY(300px);
  transition: opacity 0.5s, transform 0.5s;
}
.videoreview-card.visible,.sell-prodct-card.visible,.coutercard.visible,.whylv-card.visible,.exprt-card.visible,
.momslv-card.visible,.bstslr-card.visible,.whtare-probiots-sec .sec-titl p.visible,.trstd-sec .common-btn.visible{
  opacity: 1;
  transform: translateY(0px);
}

.blog-card,.bnbr-rtingtxt{
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s, transform 0.5s;
}


.blog-card.visible,.bnbr-rtingtxt.visible{
  opacity: 1;
  transform: translateY(0px);
}

.bstslr-card{
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s, transform 0.3s;
}
.bstslr-card.visible{
  opacity: 1;
  transform: translateY(0px);
}


.updts-col h3{
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.4s, transform 0.4s;
}
.updts-col h3.visible{
  opacity: 1;
  transform: translateY(0px);
}

.updts-col p,.madebymon-sec .mademom-wrpr .text-area p{
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 0.4s, transform 0.4s;
}
.updts-col p.visible,.madebymon-sec .mademom-wrpr .text-area p.visible{
  opacity: 1;
  transform: translateY(0px);
}

.updts-col form,.madebymon-sec .mademom-wrpr .text-area a,.why-lovebug-sec .sec-titl p,.why-lovebug-sec .subhding-wrpr p{
  opacity: 0;
  transform: translateY(250px);
  transition: opacity 0.4s, transform 0.4s;
}
.updts-col form.visible,.madebymon-sec .mademom-wrpr .text-area a.visible,.why-lovebug-sec .sec-titl p.visible,.why-lovebug-sec .subhding-wrpr p.visible{
  opacity: 1;
  transform: translateY(0px);
}


.whtare li{
  opacity: 0;
  transform: translateX(-200px);
  transition: opacity 0.3s, transform 0.3s;
}
.whtare li.visible{
  opacity: 1;
  transform: translateX(0px);
}

.whtare-probiots-sec .btn-wrpr img.modl1,
.whtare-probiots-sec .btn-wrpr img.truthcls,.madebymon-sec .mademom-wrpr .text-area .icon1{
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s, transform 0.3s;
}

.whtare-probiots-sec .btn-wrpr img.modl1.visible,
.whtare-probiots-sec .btn-wrpr img.truthcls.visible,.madebymon-sec .mademom-wrpr .text-area .icon1.visible{
  opacity:1;
  transform: scale(1);
}

.madebymon-sec .mademom-wrpr .text-area .icon2{
  opacity: 0;
  transform:rotate(80deg) scale(0);
  transition: opacity 0.3s, transform 0.3s;
}

.madebymon-sec .mademom-wrpr .text-area .icon2.visible{
  opacity: 1;
  transform:rotate(80deg) scale(1);
} */

#reviews .trstd-sec:before{
  display: none;
}

#reviews .text-wave_text_review_wave{
  background: linear-gradient(-180deg, transparent 50%, #ffe9e2 50%);
}


.family-probtn-sec .shopcatgary-wrpr .tab-content{
  padding-left:0;
}

.mfr-blog__grid .blog-grid__filters-inner li button{
  font-weight: 600 !important;
}

#reviews .boyimge{
  display: none;
}

#create-account .customer.register{
  padding-bottom: 5rem;
}

#create-account .bstslr-sec{
  padding: 0 0 50px 0;
}

header.sticky{
  box-shadow: 0 -6px 12px 7px rgba(0, 0, 0, .3);
}

#shopify-section-template--24086967681353__multi-biotic .whtare-probiots-sec :is(.bgicon3,.bgicon4){
  width:50px;
  opacity: 1;
}

#shopify-section-template--24086967681353__multi-biotic .whtare-probiots-sec .bgicon3{
  right: 2%;
  left: auto;
  top: 27%;
}

#shopify-section-template--24086967681353__multi-biotic .whtare-probiots-sec .heading-bottom-txt{
  max-width:60%;
  margin: auto;
}

/* .product__info-wrapper ul.ingrdnt-list{
  display: flex;
  flex-wrap: wrap;
} */


@media(min-width:1900px){
  .momsloveslider-wrpr,#shopify-section-template--24086874194249__4th_part .shopcatgary-wrpr,
  #shopify-section-template--24086874194249__Blog_Section .gutbbl-sec{
    max-width:45vw;
    margin:0 auto;
  }

  #shopify-section-template--24086874194249__blue_wave_44zmqe .blue-wave_{
      margin-top: -82px;
      position: relative;
  }

  .why-lovebug-sec .container-fluid{
    max-width: 1300px;
  }

  .banner .row .banner-content-wrpr{
      transform: scale(1.5);
      top:38vh;
    }

}

@media(min-width:4000px){
  .momsloveslider-wrpr,#shopify-section-template--24086874194249__4th_part .shopcatgary-wrpr,
  #shopify-section-template--24086874194249__Blog_Section .gutbbl-sec{
    max-width: 22vw;
    margin:0 auto;
  }
  .why-lovebug-sec .container-fluid{
    max-width: 1300px;
  }

  .banner .row .banner-content-wrpr{
    transform: scale(2);
    top:38vh;
  }
}

@media(min-width:3000px){
  .momsloveslider-wrpr,#shopify-section-template--24086874194249__4th_part .shopcatgary-wrpr,
  #shopify-section-template--24086874194249__Blog_Section .gutbbl-sec{
    max-width:30vw;
    margin:0 auto;
  }

  #shopify-section-template--24086874194249__blue_wave_44zmqe .blue-wave_{
      margin-top: -160px;
      position: relative;
  }

  .why-lovebug-sec .container-fluid{
    max-width: 1300px;
  }

    .banner .row .banner-content-wrpr{
      transform: scale(4);
      top:38vh;
    }
  }


/* RESPONSIVE START */
@media (min-width: 1500px) {
  .madebymon-sec::after {
    bottom: -55px !important;
  }
}

@media (min-width:1199.5px){
  .what-exprt-sec .exprt-card{
    min-height: 657px;
    .exprt-ftr.d-flex{
      position: absolute;
    bottom: 44px;
    }
  }

  
}

@media (max-width: 1400px) {
  .realcustomr-sec .couter-row .coutercard {
    width: 23%;
    margin: 0 10px;
  }
  .realcustomr-sec .couter-row .coutercard p {
    font-size: 20px;
  }
  .bstslr-sec {
    padding: 100px 0 150px 0;
  }
  .madebymon-sec .drowicon.five {
    right: 35px;
  }
  .madebymon-sec .drowicon.six {
    right: 95px;
  }
  .partnr-sec {
    padding: 16px 0 88px;
  }
}
@media (max-width: 1300px) {
  footer .bottom-footer .fda-txt {
    width: 100%;
  }
  .header--middle-center:not(.drawer-menu) {
    grid-template-columns: 0.8fr auto 1fr;
  }
  .banner .row .banner-content-wrpr p {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 1200.5px) {
  .header .list-menu li a, .header:not(.drawer-menu).page-width .list-menu li a {
    font-size: 12px;
  }
  .realcustomr-sec .couter-row .coutercard {
    background-size:cover;
  }
  .partnr-sec {
    padding: 21px 0 88px;
  }

  .momsloveslider-wrpr{
    padding: 0 15px;
  }

  .trstd-sec .sec-titl{
    word-break: initial;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .header .list-menu li a, .header:not(.drawer-menu).page-width .list-menu li a {
    font-size: 12px;
    padding: 15px 4px;
  }
  footer .bottom-footer .fda-txt {
    width: 100%;
  }
  footer .bottom-footer .footerlogo {
    width: 75%;
    margin: 0 auto;
    display: table;
  }
  .what-exprt-sec .exprt-card .exprt-ftr .ftr-txt-wrp p {
    font-size: 19px;
  }
  .what-exprt-sec .container:after {
    width: 195px;
    height: 165px;
    background-size: 100% !important;
  }
  .why-lovebug-sec .container-fluid .sction-bgicon.two {
    top: 82px;
    left: 70px;
    width: 150px;
  }
  .why-lovebug-sec .container-fluid .sction-bgicon.five {
    top: 242px;
    right: 25px;
    width: 123px;
  }
  .why-lovebug-sec .container-fluid .sction-bgicon.three {
    top: 450px;
    left: -7px;
    width: 85px;
  }
  .why-lovebug-sec .container-fluid .sction-bgicon.one {
    bottom: -35px;
    left: 195px;
    width: 77px;
  }
  .gutbbl-sec:after {
    bottom: -53px;
  }
  .banner .banner-image-wrpr {
    /* margin-top: 158px; */
  }
  .banner .row .banner-content-wrpr h2 {
    font-size: 60px;
    line-height: 58px;
  }
  .banner .banner-object3 {
    width: 235px;
  }
  .banner .banner-object4 {
    width: 150px;
  }
  .banner .banner-object5 {
    width: 135px;
    right: 14px;
  }
  .banner .banner-object6 {
    top: auto;
    left: 455px;
    bottom: 130px;
  }
  .realcustomr-sec .couter-row .coutercard {
    width: 22%;
  }
  .realcustomr-sec .couter-row .coutercard p {
    font-size: 16px;
    line-height: 20px;
  }

  .whtare-probiots-sec .btn-wrpr img{
    width: 100px;
    margin-top: 5rem;
  }
}
@media (max-width: 1132px) {
  .header--middle-center:not(.drawer-menu) {
    grid-template-columns: 0.8fr auto 1fr;
  }
  .momsloveslider-wrpr .momslv-card {
    padding: 40px 30px;
  }
  .momlovel-sec::after {
    bottom: -11px;
  }
  .girlimage {
    right: 227px;
  }
}

@media(max-width:1080px){
  .banner .row .banner-content-wrpr{
    top:15%;
  }
}

@media (max-width: 1052px) {
  .header--middle-center:not(.drawer-menu) {
    grid-template-columns: 0.8fr auto 1.3fr;
  }

  footer .footrlinks-col button{
    pointer-events: inherit;
  }

  #shopify-section-template--24086874194249__blue_wave_44zmqe .blue-wave_ img,.blue-wave_about_gut_home img{
    position: relative;
    top:1px;
  }

  .madebymon-sec,.what-exprt-sec{
    margin-top:-2px;
  }

  .family-probtn-sec {
      padding: 65px 0;
  }

  .expart_slider .owl-dots{
    display: flex !important;
  }

  .what-exprt-sec .exprt-card p{
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 38px 0;
  }

  .exprt-ftr{
    flex-wrap: wrap;
    align-items: center;
  }
   .exprt-ftr .ftr-txt-wrp{
     width:calc(100% - 70px);
   }

  .what-exprt-sec .exprt-card .exprt-ftr .ftrdp{
    width: 48px;
    height: 48px;
  }

  .what-exprt-sec .exprt-card .exprt-ftr .ftr-txt-wrp span{
    line-height: 20px;
  }

  .whtare-probiots-sec .whtare{
    max-width:100% !important;
  }

  .video_touch{
    margin: 45px 0;
  }
}


@media (max-width: 992px) {
  .madebymon-sec {
    margin-top: -1px;
  }
  .madebymon-sec .mademom-wrpr .text-area {
    padding-top: 60px;
  }
  .madebymon-sec .mademom-wrpr .text-area h3 {
    font-size: 31px;
  }
  .madebymon-sec .mademom-wrpr .text-area p {
    font-size: 19px;
  }
  .madebymon-sec .mademom-wrpr .text-area a {
    font-size: 16px;
  }
  .madebymon-sec::after {
    height: 95px !important;
  }
  .sec-titl {
    font-size: 41px;
  }
  .trstd-sec .common-btn {
    padding: 17px 29px;
  }
  .realcustomr-sec .couter-row .coutercard {
    width: 47%;
    margin-top: 1rem;
  }
  .why-lovebug-sec .whybtl {
    margin-left: 3rem !important;
  }
  .what-exprt-sec .exprt-card {
    min-height: 578px;
  }

  .momlovel-sec .sec-titl .titlimg {
    left: -84px;
  }
  .momslv-card.imagebg img {
    height: 100%;
  }
  .momlovel-sec::after {
    bottom: -14px;
  }
  .girlimage {
    right: 100px;
  }

  .product--large:not(.product--no-media) .product__media-wrapper {
      max-width: 100% !important;
  }

  .product__info-container{
    padding-top:20px;
  }

  #shopify-section-template--24086967681353__bluelight_wave_bfD7Ay .blue-wave_{
    margin-top: -41px;
    z-index: 1;
    position: relative;
  }

  .profile-tab{
    max-width: 92%;
  }

  .customer_logout {
    max-width: 90%;
  }

  .profile-tab h2.resp-accordion{
    border: 1.5px solid #0056591a !important;
    border-bottom: 0 !important;
    padding: 15px !important;
    border-radius: 24px;
    background: #f5f4f3 !important;
    font-size: 35px;
    font-weight: 550;
    color: var(--main-blue);
    font-family: "ES Peak Rounded TRIAL" !important;
    position: relative;
  }

  .profile-tab h2.resp-accordion.resp-tab-active{
    border-radius: 24px 24px 0 0;
  }

   .profile-tab h2.resp-accordion:first-child{
     border: 1.5px solid #0056591a !important;
     /* border-bottom: none !important; */
   }

  .profile-tab h2.resp-accordion{
    border-bottom: 1.5px solid #0056591a !important;
  }

   .profile-tab h2.resp-accordion.resp-tab-active{
    border-bottom: 1.5px solid transparent !important;
  }

 


  .profile-tab .resp-tab-content{
    border: 1.5px solid #0056591a;
    border-radius: 0 0 24px 24px;
    border-top: 0;
    padding: 10px 15px 20px;
  }


  .profile-tab h2.resp-accordion .resp-arrow{
    border: none;
    position:absolute;
    top: 7px;
    right: 34px;
    transform: rotate(0);
    transition:.2s ease-in-out;
  }

  .profile-tab h2.resp-accordion .resp-arrow:before{
    content:'+';
    font-size: 42px;
    color: var(--main-blue);
    font-weight: 900;
    font-family: "Recoleta DEMO";
    
  }

  .profile-tab h2.resp-accordion.resp-tab-active span.resp-arrow{
    border: none;
  }

  .profile-tab h2.resp-accordion.resp-tab-active .resp-arrow:before{
    content: '-';
  }

  .profile-tab #nav-account .account-info{
    width: 100%;
    margin: 0 0 15px 0;
  }

  .profile-tab #nav-account .account-info:first-child{
    border: none;
    margin-right: 0;
  }

  .profile-tab #nav-account .account-info:first-child{
    margin-right:0;
  }

  .profile-tab #nav-account .account-info h2{
    border-bottom: 1px solid var(--main-blue);
    padding-bottom: 7px;
  }

  .profile-tab #nav-account.active{
    display: block;
  }

  .customer-info__header-item h3, .subscriptions-container h3 {
      font-size: 30px;
      line-height: 32px;
      margin-bottom: 2px;
  }

  #updateCustomerForm button {
    padding: 12px 20px;
    border-radius: 15px;
  }

  .blue-wave_review_footer img,
  .blue-wave_product_detail_white img,
  .blue-wave_shop_page_footer img,.text-wave_ img,
  .white-wave_shop_hero_wave img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }

  .whtare-probiots-sec.dreamteam-sec .sec-titl span{
    display: inline-block;
    
  }

  .sell-prodct-card .img-hldr span{
    padding: 0 40px 0 10px;
    display: inline-block;
    width: 100%;
    white-space: inherit;
    line-height: 16px;
    top:10px;
  }

  .sell-prodct-card .img-hldr span em {
      position: absolute;
      right: 10px;
      top: 5px;
  }

  #shopify-section-template--24086967681353__multi-biotic .whtare-probiots-sec .heading-bottom-txt{
    max-width:100%;
  }

  .dreamteam-sec .bgicon2 {
      width: 75px;
      height: 75px;
      right: 0;
  }

  .dreamteam-sec .bgicon1{
    width: 75px;
    height: 75px;
    left: 0;
  }

  .dreamtmcard .image img {
      width: 55%;
  }

  #shopify-section-template--24086967681353__multi-biotic .whtare-probiots-sec .bgicon3{
    right: 0;
  }

}
@media (max-width: 950px) {
  .banner-review-slider {
    bottom: 43px;
  }
  .momlovel-sec::after {
    bottom: -16px;
  }

  .product-slider{
    padding: 2rem;
  }

  .customProduct .geekmode-wrapper{
    padding: 18em 0 0 0;
  }

  .customProduct .geekmode-wrapper .sec-titl{
    line-height: 44px;
  }

  .customProduct .geekmode-wrapper .sec-titl br,
  .customProduct .geekmode-wrapper p br{
    display: none;
  }

  .customProduct .pdpabout-sec .pdp-boyimage-frwrd{
    max-width: 95%;
  }

  .customProduct .sectn-img3 {
    width: 150px;
    right: -55px;
  }

  .customProduct .sectn-img2 {
      width: 75px;
      left: -51px;
      top: auto;
      bottom: 35%;
  }

  #shopify-section-template--24086967681353__white_wave_pH6reF .white-wave_{
    margin-top:-40px;
  }

  .good_vs_evil{
    padding-bottom: 5rem !important;
  }

  .badge_slider{
    width:70px;
  }

  .shopcatgary-wrpr .owl-nav {
        top: -58px;
    }

  .home_blog_slider .owl-nav{
    display: none;
  }

  .blue-wave_ img,.cream-wave_ img,
  .blue-wave_about_gut_home img,.cream-wave_home_crm img,
  .blue-wave_Home_footer img,.blue-wave_product_details_blue img,.white-wave_product_detail_white_two img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }

  footer .bottom-footer .inc{
    width: 90%;
    margin: 26px auto;
  }

  
}

@media(max-width:777px){
  .profile-tab #nav-account .account-info:first-child{
    margin-right: 15px;
  }

  

}

@media (max-width: 770.5px) {
  .partnr-sec {
    padding: 156px 0 88px;
  }
  .hide_mobile {
    display: none;
  }
  .show_mobile {
    display: block;
  }
  .banner-review-slider.show_mobile {
    top: 30px;
    bottom: inherit;
    z-index: 2;
  }
  .madebymon-sec::after {
    background-repeat: no-repeat;
  }
  .momlovel-sec::after {
    bottom: -22px;
  }
  .creaatsuperhero-sec:before {
    top: -2px;
  }

  footer .updts-col .form-group input{
    height:58px;
    border-radius: 15px;
  }
  footer .updts-col .form-group .common-btn {
    padding: 16px 60px;
    background: #fff;
    color: var(--main-blue);
  }
  footer .footrlinks-col {
    padding-left: 0;
    padding-top: 1rem;
  }
}
@media (max-width: 767.5px) {
  .madebymon-sec .mademom-wrpr {
    flex-direction: column-reverse;
    align-items: center;
  }
  .madebymon-sec .mademom-wrpr .imagearea {
    left: inherit;
  }
  .madebymon-sec .mademom-wrpr .text-area {
    right: -6px;
  }
  .trstd-sec .container .boyimge {
    right: -100px;
  }
  .realcustomr-sec .couter-row .coutercard {
    width: 46%;
  }
  .trstd-sec .col-md-8.col-sm-12 {
    margin-top: 1rem;
  }
  .whtare-probiots-sec .greekmode {
    margin-top: 30px;
    text-align: center;
  }
  .whtare-probiots-sec .btn-wrpr img.modl1 {
    top: 33px;
  }
  .what-exprt-sec .exprt-card {
    height: fit-content;
  }
  .what-exprt-sec .exprt-card .exprt-dp {
    width: 160px;
    height: 160px;
  }
  .what-exprt-sec .container:after {
    right: -100px;
  }
  .momlovel-sec .sec-titl .titlimg {
    left: -164px;
  }
  .gutbbl-sec:before {
    content: "";
    position: absolute;
    top: -70px;
  }
  .gutbbl-sec .girlimage {
    right: -19px;
  }
  .footer .footer-top .sec-titl {
    line-height: 50px;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

 
  .footer .footer-top .updts-col p {
    text-align: center;
  }
  .footer .footer-top .updts-col .form-group:last-child {
    margin-bottom: 0;
    text-align: center;
  }
  .footer .footrlinks-col {
    flex-direction: column;
    padding:45px 15px 0 15px;
  }
  .footer .footrlinks-col .ftr-acrdn-wrp {
    width: 100%;
    border-bottom: 1px solid #6b77bf;
    margin-bottom: 1rem;
  }
  .footer .ftr-acrdn-wrp .panel {
    display: none;
  }
  .footer .ftr-acrdn-wrp .panel .ftrlist:last-child {
    padding-bottom: 0.5rem;
  }
  .footer .ftr-acrdn-wrp .accordion {
    position: relative;
    margin: 11px 0;
  }
  .footer .ftr-acrdn-wrp .accordion::after {
    content: "";
    width: 25px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #6b77bf;
    position: absolute;
    right: 10px;
    background-image: url(/cdn/shop/files/add.png?v=1749109661);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
  }
  .footer .ftr-acrdn-wrp .accordion.active::after {
    content: "";
    width: 25px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #6b77bf;
    position: absolute;
    right: 10px;
    background-image: url(/cdn/shop/files/minus.png?v=1749109661);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center;
  }
  .footer .bottom-footer .social-footer {
    justify-content: center;
  }
  .footer .bottom-footer ul + p {
    text-align: center;
  }
  .footer .bottom-footer .inc {
    margin:0 auto 10px;
  }
  .footer .bottom-footer .footer-white {
    text-align: center;
    margin: 1rem;
    color: #fff;
  }
  .banner-review-slider.show_mobile {
    top: 30px;
    bottom: inherit;
    z-index: 2;
    left: 50%;
    transform: translate(-50%);
  }

  #lovebug-co-uk .bstslr-sec,
  .bstslr-sec{
      padding: 30px 0;
  }

  #shopify-section-template--24086874685769__13th_part .bstslr-sec{
    padding: 60px 0;
  }
  #about-us .dreamtmcard .content p {
    font-size: 15px;
    line-height: 20px;
    min-height: 165px;
    
    }


  .template-404 #shopify-section-template--23843821486409__main p {
      padding: 6vh;
      font-size: 75px;
  }

  .template-404 #shopify-section-template--23843821486409__main .title {
      font-size: 25px;
  }

  .template-404 #shopify-section-template--23843821486409__main .button {
      padding: 14px 32px;
  }

  .product--large:not(.product--no-media) .product__info-wrapper {
     margin: 20px 0 0 0;
    
  }


  .product__info-wrapper h1 {
    font-size: 36px;
    line-height: 38px;
  }

  .product-slider{
    padding:40px;
  }

  .product-slider .owl-nav{
    display: none;
  }

  .product--large:not(.product--no-media) .product__media-wrapper{
    max-width: 100% !important;
  }

  .product-slider.owl-carousel .owl-item img{
    width: 235px;
  }

  .product-slider .owl-dots button{
    width:100%;
  }

  .product__info-wrapper .product-form__input--pill input[type=radio] + label {
      border-radius: 6px;
      padding: 10px 16px;
      font-weight: 600;
      font-size: 16px;
      Color: #2B3990;
      width:70px;
  }

  .product__info-wrapper .product-form__input--pill input[type=radio]:checked + label{
      padding: 10px 16px;
      font-weight: 600;
      font-size: 16px;
      border-radius: 6px;
      width:70px;
  }

  .rpf label:first-child{
    font-size: 9px;
    padding: 4px 2px;
    transform: translateX(-58%);
  }

  .pdpabout-sec .pdp-boyimage-frwrd{
    max-width:90%;
  }

  .pdpabout-sec .pdp-bgimage {
      max-width: 96%;
  }

  .pdpabout-sec .star2 {
      height: auto;
      width: 190px;
      top: -21px;
      right: 0;
      z-index: 1;
  }

 
  .pdpabout-sec{
    padding-top:50px;
  }

  .pdpabout-sec .txt-wrpr.geekmode-wrapper{
    padding-top:105px;
  }

  .pdpabout-sec .sec-titl{
    font-size: 28px;
    line-height: 31px;
  }


  .helped-sec{
    padding-top:38px;
  }

    .sectn-img1{
        right: 32px;
        top: 48px;
        width: 82px;
    }


    .hlped-wrpr h6 {
      font-size: 28px;
      font-weight: 600;
      line-height: 36px;
      padding: 0 30px;
  }

  .sectn-img3 {
      width: 140px;
      right: -33px;
      bottom: 25px;
  }

    .sectn-img2 {
      width: 77px;
      left: -26px;
      top: 170px;
  }

  .hlped-wrpr{
    padding-bottom:75px;
  }

  .trstd-sec{
    padding-top:45px;
  }

  .trstd-sec .sec-titl .bnbr-rtingtxt{
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
  }

  footer .footrlinks-col button{
    font-weight:600;
  }

  #what-the #shopify-section-template--24087214784841__6th_path .desc {
      padding: 1rem 0;
  }

  .whtare-probiots-sec.dreamteam-sec .sec-titl{
    line-height: 60px;
  }

  #shopify-section-template--24087214784841__6th_path .desc{
    font-size: 20px;
    line-height: 25px;
  }

  .modal-dialog-scrollable .modal-content{
    height:90%;
  }

  .home_blog_slider .owl-nav{
    display: none !important;
  }


  .family-probtn-sec .shopcatgary-wrpr .tab-content{
    padding: 0 10px;
  }

  #shopify-section-template--24086967681353__multi-biotic .whtare-probiots-sec :is(.bgicon3,.bgicon4){
      width: 40px;
   }


  #shopify-section-template--24086967681353__multi-biotic .whtare-probiots-sec .bgicon4{
    top:22%;
  }

  .dreamtmcard .greekmode, .toggle-wrapper .greekmode{
    padding-left: 32px;
  }
}

@media (max-width: 707.5px) {
  .madebymon-sec .drowicon.five {
    right: 147px;
    top: -112px;
  }
  .madebymon-sec .drowicon.four {
    top: -67px;
    left: 236px;
  }
  .madebymon-sec .drowicon.three {
    left: 0;
    top: -59px;
  }
  .madebymon-sec .drowicon.three img {
    width: 100%;
  }
  .text-area .icon1 {
    right: -435px;
    top: 48px;
  }
  .madebymon-sec .mademom-wrpr .text-area .icon1 {
    top: 91px;
  }
  .whtare-probiots-sec:before {
    top: -43px !important;
  }
  .gutbbl-sec:before {
    top: -44px !important;
  }
  .creaatsuperhero-sec:before {
    top: -6px;
  }
  .madebymon-sec .mademom-wrpr .text-area {
    background-image: url("/cdn/shop/files/m0b.png?v=1749639563");
    background-position: center;
    width: 500px;
    padding: 0;
  }
  .madebymon-sec .mademom-wrpr .text-area p {
    max-width: 300px;
    padding-top: 4rem;
  }
  .madebymon-sec .mademom-wrpr .text-area h3 {
    height: 40px;
    padding-top: 6rem;
  }
  .madebymon-sec .mademom-wrpr .text-area .icon2 {
    left: -24px;
    transform: rotate(80deg);
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    bottom: -96%;
    left: -102%;
  }

  .videoreview .owl-dots{
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }

  .videoreview .owl-dots button{
    opacity: .1;
  }

  .videoreview .owl-dots button.active{
    opacity: 1;
  }

  .videoreview .owl-dots button:not(:last-child){
    margin-right: 10px;
  }

  .videoreview .owl-dots button span{
    width:80px;
    height: 4px;
    background:var(--main-blue);
    border-radius: 3px;
    display: block;
    position: relative;
    
  }

  .videoreview .owl-dots button span:after{
    content: '';
    color: var(--main-blue);
    text-transform: uppercase;
    position: relative;
    top: 4px;
    font-size: 12px;
    font-weight: 600;
  }


  .videoreview .owl-dots button:first-child span:after{
    content: 'Quality';
  }

  .videoreview .owl-dots button:nth-child(2) span:after{
    content: 'Effectiveness';
  }

  .videoreview .owl-dots button:last-child span:after{
    content: 'trust';
  }

  footer .bottom-footer .fda-txt{
    margin-bottom: 15px;
  }

  
}
@media (max-width: 680px) {
  .trstd-sec:before {
    top: -34px;
  }
  .gutbbl-sec:before {
    top: -42px !important;
  }
  .creaatsuperhero-sec:before {
    top: -8px;
  }

  #privacy-policy .shopify-policy__body,#terms-of-service .shopify-policy__body{
    padding: 0 15px;
  }

  .blog-grid__inner,.mfr-blog__grid .blog-grid__inner{
    display: flex !important;
  }

  .blog-grid__entry{
    width: 49%;
  }

  .blog .card .card-img {
    min-height: 170px !important;
  }



  .card .blog-card__tags li span {
      padding: 4px 10px;
      left: 8px;
      font-weight: 500;
      width: auto;
      text-align: center;
      font-size: 12px;
      line-height: 12px;
      font-weight: 550;
  }


  .card .blog-card__title {
      font-size: 18px !important;
      line-height: 20px !important;
      font-weight: 400 !important;
  }

    .card .blog-card__reading-time {
      font-weight: 600 !important;
      font-size: 16px !important;
  }
}

@media(max-width:621px){
  #updateCustomerForm .form_group{
    width: 100%;
    gap: 0;
  }

}





@media(max-width:500px){
  .trstd-sec .container .sec-titl{
      margin-bottom: 0;
    }

  .customProduct .videoreview{
    margin-top: 40px;
  }

  .customProduct .trstd-sec{
    padding-bottom:100px;
  }

  .header__icon--menu svg path{
    fille:var(--main-blue) !important;
  }


  .header__heading-logo-wrapper .svg-wrapper svg{
    width: 135px !important;
  }

  .header__heading-link{
    padding: 0 .75rem;
  }

  .customProduct .whtare-probiots-sec{
    padding-top:0 !important;
  }


  .customProduct .whtare-probiots-sec .sec-titl{
    margin-bottom:0;
  }

  .customProduct .whtare-probiots-sec .heading-bottom-txt {
      margin-top: 20px;
  }

  .customProduct .whtare-probiots-sec .heading-bottom-txt p{
    font-size: 20px;
    line-height: 25px;
  }

  .customProduct .dreamtmcard .content h6{
    text-align: left;
  }

  .customProduct .dreamtmcard .content span,.customProduct .dreamtmcard .content p{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }

  .shakey_shakey .col-lg-4:nth-child(2){
    order: 1;
  }

  .shakey_shakey .col-lg-4:first-child{
    order: 2;
    margin: 20px 0;
  }

  .shakey_shakey .col-lg-4:last-child{
    order: 3;
  }

  .customProduct .shakey_heading{
    font-size: 40px;
    line-height: 42px;
    font-weight:800;
  }

  .shakey_shakey .listing li img {
      padding-right: 0;
      width: 30px;
      margin-right: 10px;
  }

  .shakey_shakey .listing li{
    font-size: 16px;
    line-height: 16px;
  }

  .shakey_shakey .desc{
    font-size: 18px;
  }

  .shakey_shakey .card h4{
    font-weight: 700;
  }

  .shakey_shakey .card .list-none li{
    font-size: 20px;
    line-height: 30px;
    padding: 5px 0;
  }

  .shakey_shakey .card{
      padding: 16px 15px 20px;
  }

  .shakey_shakey .card button{
    font-weight: 500;
  }

   .blue-wave,.bluelight-wave,.customProduct .white-wave{
    height: 44px;
  }

  .blue-wave img, .bluelight-wave img,.customProduct .white-wave img{
    width:100%;
    height: 100%;
    object-fit: cover;
  }

  .customProduct #shopify-section-template--23843822076233__17471259505457aacb{
    padding-bottom: 0;
  }

  .cart-count-bubble{
    left: 15px;
  }

  footer {
      padding: 0 10px 15px;
  }

  footer .footerblock{
    padding: 40px 20px;
  }

  .customProduct .good_vs_evil{
    padding-top:2rem;
  }

  .good_vs_evil .common-heading{
    font-size: 50px !important;
  }

  .good_vs_evil :is(.orange, .green) {
    display: none;
    }

  .good_vs_evil .comp{
    width: 92% !important;
  }

  .good_vs_evil{
    padding-bottom: 5rem !important;
  }

  #shopify-section-template--23843822076233__related_product .owl-nav{
    display: none;
  }

   .customProduct #shopify-section-template--23843822076233__related_product .sec-titl {
      margin-bottom: 35px;
  }

  .customProduct .family-probtn-sec{
    padding-bottom: 75px;
  }

  .customProduct .faq .desc{
    color:#2b3990;
    font-size:20px;
    font-weight: 500;
  }
  
   .customProduct .faq .common-heading{
     font-size: 42px;
   }

  
  .faq .accordion .accordion-item .accordion-button{
    font-size:20px !important;
    padding: 20px !important;
  }

  .faq .accordion .accordion-item .accordion-body{
    font-size: 18px !important;
  }

  #shopify-section-template--24086874685769__main2 .spladd-addsec {
      padding-bottom: 45px;
  }


  #shop .sell-prodct-card .img-hldr {
    padding: 63px 10px;
    max-height: 290px;
  }

  #shop .sell-prodct-card .img-hldr .prdct-txt{
    padding:0 12px;
    flex-wrap: wrap;
  }

  #shop .sell-prodct-card .img-hldr .prdct-txt :is(p, form){
    width: 49%;
  }

  #shop .sec-titl{
    font-size: 36px;
    line-height: 45px;
  }

  #shop .shoptoddlers-sec .section-hding-hldr p{
    font-weight: 400;
  }

  #shop .shoptodlrs-row .sell-prodct-card{
    margin-right:0;
  }

  #shop .sell-prodct-card .product-badge{
    right: -12px;
  }

  #shop .sell-prodct-card .img-hldr .prdct-txt button{
    width: 100%;
    padding: 8px 5px 10px;
  }

  #shop #shopify-section-template--24086874685769__text_wave_transparent_KJBFUL .text-wave{
    height: 60px;
  }

  #shop #shopify-section-template--24086874685769__text_wave_transparent_KJBFUL .text-wave img{
    height: 100%;
    object-fit: cover;
  }

  #shopify-section-template--24086874685769__white_wave_EJgipA .white-wave,
  #shopify-section-template--24086967681353__white_wave_pH6reF .white-wave_,
  #shopify-section-template--24086967681353__bluelight_wave_bfD7Ay .blue-wave_{
        margin-top: -25px;
        height: 50px;
    }
    #shopify-section-template--24086874685769__white_wave_EJgipA .white-wave img,
   #shopify-section-template--24086967681353__white_wave_pH6reF .white-wave_ img.,
  #shopify-section-template--24086967681353__bluelight_wave_bfD7Ay .blue-wave_ img{
      height: 100%;
      object-fit: cover;
    }

  #shop #shopify-section-template--24086874685769__cream_wave_CGDAEy .cream-wave_{
    height: 60px;
  }

  #shop #shopify-section-template--24086874685769__cream_wave_CGDAEy .cream-wave_ img
  {
    height: 100%;
    object-fit: cover;
  }


  #shop .trstd-sec {
        margin-top:0;
    }


  .blog_hero .common-heading{
    font-size: 50px;
    
  }

  .blog_hero p{
    font-size: 18px;
    line-height: 25px;
    font-family: inherit;
  }

  .template-blog .text-container .common-heading{
    text-align: center;
    font-size: 36px;
  }

  .template-blog .text-container .btn-blue{
    width: 200px;
    margin: 0 auto 20px;
    display: table;
    padding: 8px 10px;
  }

  .template-blog .cream-wave_{
    height: 40px;
  }

  .template-blog .cream-wave_ img{
    height: 100%;
    object-fit: cover;
  }

  .template-blog .blog-grid.blog{
    padding-top:0;
  }

  #what-the h1{
    font-size: 35px !important;
  }
  #what-the .inner-banner .container{
    top:15%;
  }

  #shopify-section-template--24087214784841__white_wave_tGTDXh .white-wave_what_the_banner,
  .blue-wave_what_the_benefits,.blue-wave_what_the_problems,.cream-wave_what_the_gut,.blue-wave_what_the_strains,
  .blue-wave_what_the_products,.blue-wave_what_the_footer,
  #shopify-section-template--24086967681353__blue_wave_Et7DzM .blue-wave_,
  #shopify-section-template--24086967681353__blue_wave_rdhKec .blue-wave_,
  #shopify-section-template--24086967681353__white_wave_pH6reF .white-wave_,
  #shopify-section-template--24086967681353__bluelight_wave_rAXFim .blue-wave_,
  #shopify-section-template--24086967681353__bluelight_wave_EYGnaq .blue-wave_,
  #shopify-section-template--24086967681353__blue_wave_egAQMa .blue-wave_,
  #shopify-section-template--24086873866569__blue_wave .blue-wave_,.blue-wave_privacy{
    height:50px;
  }

  #shopify-section-template--24087214784841__white_wave_tGTDXh .white-wave_what_the_banner img,
  .blue-wave_what_the_benefits img,.blue-wave_what_the_problems img,.cream-wave_what_the_gut img,.blue-wave_what_the_strains img,
  .blue-wave_what_the_products img,.blue-wave_what_the_footer img,
  #shopify-section-template--24086967681353__blue_wave_Et7DzM .blue-wave_ img,
  #shopify-section-template--24086967681353__blue_wave_rdhKec .blue-wave_ img,
  #shopify-section-template--24086967681353__white_wave_pH6reF .white-wave_ img,
  #shopify-section-template--24086967681353__bluelight_wave_rAXFim .blue-wave_ img,
  #shopify-section-template--24086967681353__bluelight_wave_EYGnaq .blue-wave_ img,
  #shopify-section-template--24086967681353__blue_wave_egAQMa .blue-wave_ img,
  #shopify-section-template--24086873866569__blue_wave .blue-wave_ img,.blue-wave_privacy img{
    height:100%;
    object-fit: cover;
  }

  #what-the #shopify-section-template--24087214784841__7th_part .why_are_probiotics .desc{
    font-size: 18px;
    padding: 0 40px;
  }

  .customProduct .bstslr-sec{
        padding: 0 0 60px;
    }

  .why_are_probiotics .pila {
    left: 11% !important;
    bottom: 50px !important;
    width: 50px !important;
  }

    #what-the .why-lovebug-sec .whylv-card p {
      font-size: 14px !important;
      line-height: 18px !important;
      min-height: 202px !important;
  }

  .why-lovebug-sec .whylv-card h6 {
    font-size: 16px;
    line-height: 19px;
  }

  #what-the .whtare-probiots-sec {
        padding-bottom: 7rem !important;
    }

  .strain-card{
    min-height: 79px !important;
  }

  #what-the .what-exprt-sec{
    padding-top:175px;
  }

  #shopify-section-template--24087214784841__about_our_products_PnR8Yb .prod-card{
      height:328px !important;
  }

  .what-exprt-sec .exprt-card p {
      font-size: 18px;
      line-height: 22px;
      font-weight: 400;
  }

    #what-the .why-lovebug-sec .sction-bgicon.two {
        top: 25% !important;
    }

  .customProduct .section-template--24086967681353__main-padding{
    padding-bottom: 40px;
  }

  .pdpabout-sec .listwrp .txt-area h5{
    font-weight: 600;
  }

  #shopify-section-template--24086967681353__bluelight_wave_bfD7Ay .blue-wave_ img{
    height: 100%;
    object-fit: cover;
  }

  .sell-prodct-card .img-hldr span{
    opacity: 1;
    top:10px;
    /* left: 85px; */
    width: 90%;
  }

  .sell-prodct-card .img-hldr:hover .prodcthvr{
    opacity: 0;
  }

  .sell-prodct-card:hover .img-hldr img{
    opacity: 1;
  }

  #shopify-section-template--24086967681353__main{
    padding-bottom: 20px;
  }

  #shopify-section-template--24086967681353__related_product  .sec-titl {
      font-size: 42px;
      margin-bottom: 40px;
  }


  #shopify-section-template--24086967681353__related_product .shopcatgary-wrpr .owl-nav{
    display: none;
  }

  #shopify-section-sections--24086874915145__footer .footer .footer-top .sec-titl{
    margin-bottom: 10px;
  }


   .modal-content{
     max-width: 90%;
     top:0;
  }

  .sell-prodct-card .product-badge {
    width: 60px;
    height: 60px;
    right: 0;
  }

  .sell-prodct-card .product-badge span {
    font-size: 14px;
    line-height: 13px;
    
  }


  #shopify-section-template--24086874685769__text_wave_transparent_KJBFUL .text-wave_.,
   .white-wave_shop_hero_wave{
    height:55px;
    
  }

   #shopify-section-template--24086874685769__text_wave_transparent_KJBFUL .text-wave_ img,
  #shopify-section-template--24086874685769__white_wave_EJgipA .white-wave_shop_hero_wave img{
     height: 100% !important;
     object-fit: cover;
   }

  .profile-tab h2.resp-accordion{
    font-size: 30px;
  }

  .profile-tab #nav-account .account-info h2{
    font-size: 24px;
    line-height: 26px;
  }

  .profile-tab .customer_details {
      margin-bottom: 20px;
  }


  .account_greeting{
    padding: 45px 20px 0;
  }

  .account_greeting p{
    font-size: 18px;
  }

  .account_greeting h1{
    font-size: 42px;
    line-height: 44px;
  }

  #addresses .addresses {
    padding: 2rem 0;
}

  #addresses h1 {
    font-size: 38px;
    font-weight: 600;
    color: var(--main-blue);
    margin-bottom: 7px;
  }

  li[data-address] {
    margin-top: 1rem !important;
      padding: 0 20px;
  }

  .edit_address .address_align:nth-child(2) {
    width: 30%;
  }

  .edit_address .address_align:nth-child(2) button:first-child{
    font-size: 18px;
    margin: 0;
  }

  #AddAddress, .edit_address_modal {
    padding: 15px;
    border-radius: 22px;
    
  }

  #AddAddress{
    width: 92%;
    margin: 0 auto;
  }

  #AddAddress h2, #addresses li .edit_address_modal h2 {
      font-size: 32px;
      margin-bottom: 32px;
      font-weight: 400;
      margin-bottom: 13px;
  }

  .address_checkbox{
    padding:15px 0 6px;
  }

  .profile-tab {
      margin: 32px auto 0 !important;
  }

  #account .bstslr-sec{
    padding: 50px 0;
  }

  #shopify-section-template--24086873964873__blue_wave  .blue-wave_{
    height: 55px;
  }

  #shopify-section-template--24086873964873__blue_wave  .blue-wave_ img{
    height: 100%;
    object-fit: cover;
  }

  .template-search .mfr-search__results .search-results__results li .search__item-title {
      font-size: 20px;
      line-height: 26px;
  }


  #updateCustomerForm .form_group input{
    margin: 0 0 6px 0;
  }

  .cust_edit{
    top:18px;
    right: 8px;
  }

  .parent_account .customer-info__header-item {
      padding-right: 28%;
  }

  .info_div .account-info{
    flex-wrap: wrap;
  }

  .info_div .customer_details{
    margin: 0 0 10px 0;
    width: 100%;
  }

  .profile-tab h2.resp-accordion .resp-arrow{
    top:4px;
  }

  .profile-tab .tab-content p.customer-info__header-message{
    font-weight: 400;
  }

  .customer-info__header-item h3, .subscriptions-container h3{
    margin-bottom: 12px;
  }

  .btn_parent{
    margin-top:10px;
  }

  #updateCustomerForm button{
    padding: 12px 12px;
  }

  #shopify-section-template--24086874194249__blue_wave_44zmqe .blue-wave_,
  #shopify-section-template--24086874194249__text_wave_transparent_beL3gY .text-wave_,
  #shopify-section-template--24086874194249__cream_wave_dMFp6h .cream-wave_,
  #shopify-section-template--24086874194249__blue_wave_Kmt4Qz .blue-wave_about_gut_home,
  #shopify-section-template--24086874194249__cream_wave_ygXm9F .cream-wave_home_crm,
  #shopify-section-template--24086874194249__cream_wave_mAU9WU .cream-wave_,
  #shopify-section-template--24086874194249__bluelight_wave_V3yKKW .blue-wave_,
  #shopify-section-template--24086874194249__blue_wave_QDbgzJ .blue-wave_Home_footer{
    height: 55px;
  }

  #shopify-section-template--24086874194249__blue_wave_44zmqe .blue-wave_ img,
  #shopify-section-template--24086874194249__text_wave_transparent_beL3gY .text-wave_ img,
  #shopify-section-template--24086874194249__cream_wave_dMFp6h .cream-wave_ img,
  #shopify-section-template--24086874194249__blue_wave_Kmt4Qz .blue-wave_about_gut_home img,
  #shopify-section-template--24086874194249__cream_wave_ygXm9F .cream-wave_home_crm img,
  #shopify-section-template--24086874194249__cream_wave_mAU9WU .cream-wave_ img,
  #shopify-section-template--24086874194249__bluelight_wave_V3yKKW .blue-wave_ img,
  #shopify-section-template--24086874194249__blue_wave_QDbgzJ .blue-wave_Home_footer img{
    height: 100%;
    object-fit: cover;
  }

  .momlovel-sec{
    padding: 150px 0 40px;
  }

  .footer .updts-col .sec-titl img{
    right:auto;
    left: 50%;
    transform: translateX(-50%);
    margin:0;
  }

  .footer .updts-col .sec-titl{
    padding-top:100px;
    line-height:38px;
  }

  .footer .updts-col .sec-titl,footer .updts-col p{
    padding-right: 0;
  }

  .creaatsuperhero-sec .sec-titl{
    padding-bottom: 30px;
  }

  #shopify-section-template--24086874194249__Blog_Section .home_blog_slider{
    padding: 0 12px;
  }

  .gutbbl-sec .home_blog_slider .owl-dots{
    padding: 0;
  }

  .gutbbl-sec .home_blog_slider .owl-dots .owl-dot{
    width: 22px;
    margin-left: 5px;
  }

  footer .updts-col .sec-titl{
    font-size: 26px;
  }

  footer .updts-col .sec-titl br,.footer .footer-top .updts-col p br{
     display: none;
  }

  .footer{
    padding: 0;
  }

  .gutbbl-sec .sec-titl {
      margin-bottom: 0;
      font-size: 50px;
  }

  .shopcatgary-wrpr .owl-dots button span{
    width:28px;
  }

  .what-exprt-sec .sec-titl{
    font-size: 42px;
    line-height: 50px;
  }

  .what-exprt-sec{
    padding-top: 25px;
  }

  .why-lovebug-sec .whylv-card i {
    width: 100px;
    height: 100px;
  }

  .why-lovebug-sec .whylv-card p {
    font-size: 14px;
    line-height: 17px;
  }

  .why-lovebug-sec .subhding-wrpr p,
  .why-lovebug-sec .subhding-wrpr p:first-child{
    font-size: 20px;
    line-height: 24px;
  }

  .why-lovebug-sec .container-fluid .sction-bgicon.five{
    top:500px;
  }

  .why-lovebug-sec .container-fluid .sction-bgicon.three{
        top: 770px;
        left: -7px;
        width: 62px;
  }

  .why-lovebug-sec .sction-bgicon.two {
      top: 0;
      width: 100px !important;
      left: -33px !important;
      right: auto !important;
  }

  .sec-titl p{
    font-size: 20px;
  }


  .banner .banner-object5{
    right: 0;
    width: 90px;
  }

  .banner .banner-object3{
    width: 133px;
    left: 0;
    top:50%;
  }

  .madebymon-sec .drowicon.five{
    top: -83px;
  }

  .madebymon-sec .drowicon.five img{
    width:60px;
  }

  .madebymon-sec .drowicon.six{
    top: -78px;
    right: 99px;
  }

  .madebymon-sec .drowicon.six img{
    width:50px;
  }

  #bestsellers-tab{
    padding: 0 15px;
  }

  .banner .banner-object4{
    top: 50px;
    width:118px;
  }

  .banner .banner-object2{
    width:82px;
  }

  .header{
    padding-right:0 !important;
  }

  .whtare-probiots-sec .btn-wrpr img.modl1{
    margin: 0;
  }

  .header__icons{
    margin-right: 15px;
  }

  .text-wave_text_review_wave,.blue-wave_review_footer,
  .blue-wave_product_detail_white,.blue-wave_product_details_blue,
  .white-wave_product_detail_white_two,.white-wave_shop_hero_wave,
  .text-wave_,.blue-wave_shop_page_footer,.white-wave_shop_hero_wave, .white-wave_about__header_wave,
  .blue-wave_,.white-wave_out_products_wave,.blue-wave_,.blue-wave_our_values_wave_about{
    height: 55px;
  }

  .text-wave_text_review_wave img,.blue-wave_review_footer img,
  .blue-wave_product_detail_white img,.blue-wave_product_details_blue img,
  .white-wave_product_detail_white_two img,.white-wave_shop_hero_wave img,
  .text-wave_ img,.blue-wave_shop_page_footer img,.white-wave_shop_hero_wave img, .white-wave_about__header_wave img,
  .blue-wave_ img,.white-wave_out_products_wave img,.blue-wave_ img,.blue-wave_our_values_wave_about img{
    height: 100%;
    object-fit: cover;
  }


  #shop .bannertxt h2{
    margin-top:15px;
  }

  #shop .shoptoddlers-sec .section-hding-hldr{
    margin-bottom:0;
  }

  #shopify-section-template--24086874685769__text_wave_transparent_KJBFUL .text-wave_{
    background: linear-gradient(-180deg, transparent 50%, #ffe9e2 50%);
  }

  #about-us .products {
      padding: 0 0 45px 0;
  }

  .about-banner {
      height: 300px;
  }

  .about-banner img {
      height: 100%;
  }

  .foundation h3 {
        width: 100% !important;
    }

  .mom-speech p {
    font-size: 19px !important;
    line-height: 25px !important;
  }

  .mom-div{
    padding: 65px 20px 20px !important;
  }

  .customer.register input[type=text], .customer.register input[type=email], .customer.register input[type=password]{
    border-radius: 10px !important;
  }

  .announcement-bar-section .utility-bar__grid.page-width{
    padding-left:10px;
    padding-right:10px;
  }

  #create-account .customer.register {
      padding-bottom: 3rem;
  }

  #shopify-section-template--24087214784841__4th_path .bgicon4{
    top: 400px;
    width: 35px;
  }


  #shopify-section-template--24087214784841__4th_path .bgicon3{
    top: 100px;
    width: 35px;
  }
}

@media(max-width:499px){

  #reviews .bstslr-sec {
        padding: 50px 0;
    }

  #reviews .trstd-sec .sec-titl{
    font-size: 42px;
    line-height: 44px;
    
  }

  #reviews .shoptoddlers-sec {
      padding-bottom: 30px;
  }

  /* #shop .shoptoddlers-sec{
    padding: 0 0 35px 0;
  } */

  
}

.button-list a{
  font-family: "Recoleta DEMO";
}

.button-list a b{
  font-weight: 600;
  font-family: "Recoleta DEMO";
}


@media(max-width:400px){
  .banner .row .banner-content-wrpr h2{
    font-size: 55px;
    line-height: 60px;
  }

  .madebymon-sec .mademom-wrpr .text-area h3{
    padding-top:8rem;
  }

  .madebymon-sec .mademom-wrpr .text-area .icon2 img{
    width: 90px;
  }

  .madebymon-sec .mademom-wrpr .text-area .icon2 {
        left: -140%;
    }

  .madebymon-sec .drowicon.two img{
    width:92px;
  }

  .madebymon-sec .drowicon.nine img{
    width:60px;
  }

  .madebymon-sec .drowicon.one{
    width:60px;
  }

  .madebymon-sec .mademom-wrpr .text-area a{
      box-shadow: 0 10px 29px -17px #000;
  }

  .sec-titl{
    line-height: 44px;
  }

  .realcustomr-sec .sec-titl {
    font-size: 36px;
    line-height: 38px;
  }

  .whtare-probiots-sec{
    background-size: auto !important;
    background-position: top left !important;
  }

  .creaatsuperhero-sec{
    padding: 30px 0 0 0;
  }

  .gutbbl-sec .common-btn{
    margin-bottom:0;
  }

  footer .bottom-footer ul li{
      margin-right: 2px;
  }


   .header__icons {
        margin-right: 5px;
    }
  
}
  

#full-description, #product_greekmode_open{
  display: none;
}

