@font-face {
  font-family: "BubbleGum";
  src: url("../../fonts/bubblegum/BubbleGum.eot");
  src: url("../../fonts/bubblegum/BubbleGum.eot?#iefix") format("embedded-opentype"), url("../../fonts/bubblegum/BubbleGum.woff2") format("woff2"), url("../../fonts/bubblegum/BubbleGum.woff") format("woff"), url("../../fonts/bubblegum/BubbleGum.ttf") format("truetype"), url("../../fonts/bubblegum/BubbleGum.svg#BubbleGum") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Regular";
  src: url("../../fonts/avenir/AvenirNextLTPro-Regular.eot");
  src: url("../../fonts/avenir/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/avenir/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../../fonts/avenir/AvenirNextLTPro-Regular.woff") format("woff"), url("../../fonts/avenir/AvenirNextLTPro-Regular.ttf") format("truetype"), url("../../fonts/avenir/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Bold";
  src: url("../../fonts/avenir/AvenirNextLTPro-Bold.eot");
  src: url("../../fonts/avenir/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/avenir/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../../fonts/avenir/AvenirNextLTPro-Bold.woff") format("woff"), url("../../fonts/avenir/AvenirNextLTPro-Bold.ttf") format("truetype"), url("../../fonts/avenir/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../../fonts/helvetica/Helvetica.eot");
  src: url("../../fonts/helvetica/Helvetica.eot?#iefix") format("embedded-opentype"), url("../../fonts/helvetica/Helvetica.woff2") format("woff2"), url("../../fonts/helvetica/Helvetica.woff") format("woff"), url("../../fonts/helvetica/Helvetica.ttf") format("truetype"), url("../../fonts/helvetica/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  line-height: 1;
  color: #000;
  background: #F691B6;
  font-family: "Bubblegum", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bubblegum", sans-serif;
  letter-spacing: 3px;
}

h1 {
  font-size: 1.4em;
  line-height: 1.4;
}
h2,
h3,
h5 {
  font-size: 1.5em;
}

p {
  letter-spacing: 2px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 2;
}

a:focus, a:hover, button:focus, button:hover {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  height: auto;
  max-width: 100%;
}


.page-wrap {
  display: none;
}

.preloader {
  height: 100vh;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
ul {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.header {
  background: #3A0C66;
  position: absolute;
  z-index: 100;
  width: 100%;
  right: 0;
  top: 0;
  left: 0;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
}
.header__inner {
  justify-content: space-between;
  align-items: center;
  position: relative;
  display: flex;
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.header .logo {
  position: absolute;
  max-width: 110px;
  width: 100%;
  z-index: 20;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.header__mobile--shop-now a {
  text-transform: uppercase;
  padding: 0.8em 1.4em;
  background: #4CACE8;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.5em;
  color: #fff;
  border-radius: 12px;
}
.header__shop-now {
  display: none;
}
.header__cart a {
  position: relative;
  height: 30px;
  width: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.header__cart a:before {
  content: "\f07a";
  font-size: 20px;
  color: #4CACE8;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.star, .p-star1, .b-star1, .b-star2, .b-star3, .b-star4, .banner .b-star1, .banner .b-star2, .banner .b-star3, .banner .b-star4,
.banner .p-star1 {
  background-image: url("../../images/star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.banner {
  overflow: hidden;
  position: relative;
  background: #AEDBDD;
  width: 100%;
  padding-bottom: 26em;
}
.banner__inner {
  position: relative;
}
.banner-content {
  margin-top: 6em;
  text-align: center;
  position: relative;
  z-index: 11;
  max-width: 1400px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.banner-content__inner {
  max-width: 620px;
}
.banner-content__logo {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}
.banner-content__title {
  margin-bottom: 1em;
}
.banner-content__title h1 {
  color: #107BC5;
}
.banner-content__text {
  margin-bottom: 1em;
}
.banner-content__text p {
  text-transform: uppercase;
  font-family: "Bubblegum", sans-serif;
  line-height: 1.7;
}
.banner-content__button a {
  border: solid 1px #fff;
  background: #0461A1;
  color: #fff;
  height: 48px;
  width: 200px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.banner .door, .banner .rainbow-left, .banner .rainbow-right, .banner .rainbow-top {
  background-position: bottom right;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
}
.banner .upper-image, .banner .upper-third-image, .banner .lower-fourth-image {
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
}
.banner .b-star1, .banner .b-star2, .banner .b-star3, .banner .b-star4,
.banner .p-star1 {
  position: absolute;
  display: none;
  z-index: 8;
}
.banner .b-star1 {
  bottom: 44px;
  left: 34px;
}
.banner .p-star1 {
  right: 0;
  top: 0;
  height: 80px;
  width: 80px;
}
.banner .door {
  background-image: url("../../images/banner/door.svg");
  background-size: contain;
  max-height: 600px;
  max-width: 228px;
  bottom: -13px;
  right: -14px;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.banner .door-bottle {
  position: absolute;
  max-width: 177px;
  width: 100%;
  right: 14px;
  bottom: 0;
  z-index: 1;
}
.banner .door-bottle img {
  position: relative;
  z-index: 1;
}
.banner .door-lines {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  left: 47%;
  top: 74%;
  background-image: url("../../images/banner/line-circles.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
  height: 137px;
  width: 150px;
}
.banner .door .upper-image {
  top: -42px;
  left: -134px;
  height: 160px;
  width: 160px;
}
.banner .door .upper-third-image {
  top: -180px;
  right: 100px;
  height: 89px;
  width: 90px;
}
.banner .door .lower-fourth-image {
  bottom: -6px;
  left: -208px;
  height: 180px;
  width: 180px;
}
.banner .door #Layer_1 {
  position: absolute;
}
.banner .rainbow-left {
  z-index: 1;
  left: -120px;
  bottom: 32px;
  background-size: cover;
  background-position: center right;
  height: 100%;
  width: 100%;
  background-image: url("../../images/banner/rainbow_left.svg");
}
.banner .rainbow-top {
  z-index: 1;
  right: 138px;
  top: -100px;
  background-position: bottom right;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-image: url("../../images/banner/rainbow_top.svg");
}
.banner .cloud, .banner .cloud4, .banner .cloud3, .banner .cloud2, .banner .cloud1 {
  position: absolute;
  background-image: url("../../images/banner/clouds.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.banner .cloud1 {
  position: absolute;
  left: 24px;
  bottom: 32px;
  z-index: 2;
  height: 36px;
  width: 60px;
}
.banner .cloud2 {
  position: absolute;
  right: -66px;
  top: 58px;
  z-index: -1;
  height: 132px;
  width: 220px;
}
.banner .cloud3 {
  top: -155px;
  right: -50px;
  height: 78px;
  width: 130px;
}
.banner .cloud4 {
  position: absolute;
  bottom: 34px;
  right: -25px;
  height: 54px;
  width: 90px;
}

.b-star1, .b-star2, .b-star3, .b-star4 {
  position: absolute;
  display: none;
  z-index: 8;
}

.b-star1 {
  bottom: 44px;
  left: 34px;
}

.p-star1 {
  z-index: 8;
}

.p-star1 {
  position: absolute;
  right: 15%;
  top: -18px;
  height: 60px;
  width: 60px;
}

.cta {
  position: relative;
  z-index: 2;
  padding-bottom: 6em;
  padding-top: 6em;
}
.cta:before, .cta:after {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  content: "";
  z-index: -1;
}
.cta:before {
  background-image: url("../../images/half_bubbles_left.svg");
  background-position: left center;
  left: 0;
  top: 8%;
  height: 180px;
  width: 140px;
}
.cta:after {
  background-image: url("../../images/half_bubbles_right.svg");
  background-position: right center;
  right: 0;
  bottom: 0;
  height: 140px;
  width: 140px;
}
.cta__inner {
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cta__inner:before, .cta__inner:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.cta__inner:before {
  top: -24%;
  left: 10%;
  background-image: url("../../images/bubble_sm1.svg");
  height: 65px;
  width: 65px;
}
.cta__inner:after {
  top: -14%;
  right: 14%;
  background-image: url("../../images/bubble_sm2.svg");
  height: 25px;
  width: 25px;
}
.cta__list .slick-slider {
  position: relative;
}
.cta__list .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  font-size: 0;
  background: none;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
}
.cta__list .slick-arrow:before {
  content: "";
  display: inline-block;
  background-size: contain;
  height: 50px;
  width: 50px;
}
.cta__list .slick-list {
  position: relative;
  z-index: 1;
}
.cta__list .slick-prev {
  left: 8px;
}
.cta__list .slick-prev:before {
  background-image: url("../../images/arrow_left.svg");
}
.cta__list .slick-next {
  right: 8px;
}
.cta__list .slick-next:before {
  background-image: url("../../images/arrow_right.svg");
}
.cta__list .slick-disabled {
  display: none !important;
}
.cta-item {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cta-content {
  padding-right: 20px;
  padding-left: 20px;
}
.cta-image {
  border: solid 2px #B1DEE0;
  background: #E3759D;
  margin-bottom: 1.4em;
  overflow: hidden;
  position: relative;
  height: 240px;
  border-radius: 50%;
  width: 240px;
}
.cta-image:before, .cta-image:after {
  content: "";
}
.cta-image:before {
  z-index: 4;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+80,b1dee0+100&0.12+80,0.2+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.12) 80%, rgba(177, 222, 224, 0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1fffffff", endColorstr="#33b1dee0",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  height: 100%;
  border-radius: 50%;
  width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cta-image:after {
  position: absolute;
  bottom: 34px;
  opacity: 0.5;
  right: 0;
  height: 108px;
  width: 154px;
  background-image: url("../../images/product_bubble/glare.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cta-image img {
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.cta-price {
  margin-bottom: 0.6em;
}
.cta-price span {
  font-size: 1.6em;
  color: #f0f0f0;
  text-shadow: 1px 1px 1px #000000;
  font-weight: 400;
}
.cta-name {
  text-align: center;
  margin-bottom: 0.9em;
}
.cta-name p {
  font-family: "Bubblegum", sans-serif;
  font-size: 0.82em;
  color: #F4FEFD;
  line-height: 1.4;
}
.cta-button a {
  border: solid 1px #000;
  background: #0461A1;
  padding: 0.8em 2em;
  text-align: center;
  color: #fff;
  width: 100%;
  border-radius: 50px;
}

.slick-dots {
  margin-top: 1.5em;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.slick-dots li {
  margin-right: 20px;
}
.slick-dots li button {
  border: none;
  font-size: 0;
  background: #fff;
  height: 18px;
  border-radius: 50%;
  width: 18px;
}
.slick-dots .slick-active button {
  background: #0461A1;
}

.first-product-section,
.second-product-section {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.first-product-section__inner,
.second-product-section__inner {
  max-width: 1170px;
  position: relative;
  width: 100%;
  padding: 3em 2em;
  margin-left: auto;
  margin-right: auto;
}
.first-product-section__inner:before, .first-product-section__inner:after,
.second-product-section__inner:before,
.second-product-section__inner:after {
  border: solid 1px #000;
  display: inline-block;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 40px;
}
.first-product-section__inner:before,
.second-product-section__inner:before {
  z-index: 2;
  top: 0;
  left: 0;
}
.first-product-section__inner:after,
.second-product-section__inner:after {
  bottom: -0.6em;
  z-index: 1;
}

.first-product-section__inner:before {
  background: #FFF2D1;
}
.first-product-section__inner:after {
  background: #E8BD00;
  right: -0.6em;
}

.second-product-section__inner:before {
  background: #EDF0FF;
}
.second-product-section__inner:after {
  background: #C1C7E3;
  left: -0.6em;
}

.products {
  position: relative;
  z-index: 1;
  padding-bottom: 8em;
  padding-top: 4em;
}
.products .p-avocado,
.products .p-dino {
  position: absolute;
}
.products .p-avocado {
  top: -83px;
  right: -9px;
  z-index: -1;
  height: 140px;
  width: 100px;
  background-image: url("../../images/about_cuties/avocado_cuties2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.products .p-dino {
  bottom: -60px;
  left: -17px;
  z-index: 8;
  height: 140px;
  width: 100px;
  background-image: url("../../images/about_cuties/dino_cuties.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.products:before, .products:after {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  content: "";
  z-index: 10;
}
.products:before {
  top: -40px;
  left: 6%;
  background-image: url("../../images/bubble_sm1-pink.svg");
  height: 42px;
  width: 43px;
}
.products:after {
  top: 0;
  right: 33%;
  background-image: url("../../images/bubble_sm2-pink.svg");
  height: 69px;
  width: 70px;
}
.products-bg {
  background: #fbb9cb;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 0;
  height: 114%;
  width: 100%;
}
.products-bg:before, .products-bg:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
}
.products-bg:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#107bc4+0,fbb9cb+96 */
  background: #107bc4; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #107bc4 0%, #fbb9cb 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#107bc4", endColorstr="#fbb9cb",GradientType=0 ); /* IE6-9 */
  top: -100px;
  height: 10%;
}
.products-bg:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbb9cb+4,107bc4+100 */
  background: #fbb9cb; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fbb9cb 4%, #107bc4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fbb9cb", endColorstr="#107bc4",GradientType=0 ); /* IE6-9 */
  bottom: 0;
  height: 21%;
}
.products__inner--wrap {
  position: relative;
  z-index: 4;
}
.products-item {
  justify-content: center;
  margin-bottom: 3em;
  display: flex;
  display: -webkit-flex;
}
.products-item:last-child {
  margin-bottom: 0;
}
.products-image {
  margin-bottom: 1.4em;
  border-radius: 50%;
}
.products-image__inner {
  background: #fff;
  position: relative;
  overflow: hidden;
  border: solid 1px #000;
  height: 240px;
  border-radius: 50%;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.products-image__no-image {
  height: 80px;
  width: 80px;
}
.products-image__no-image,
.products-image img {
  position: relative;
  z-index: 2;
}
.products-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.products-content {
  text-align: center;
}
.products-title {
  margin-bottom: 1em;
}
.products-title h2 {
  color: #0461A1;
 font-weight: normal;
 letter-spacing: 0.09em;
}
.second-product-section__inner {
  position: relative;
}
.second-product-section__inner .p-flower,
.second-product-section__inner .p-unicorn {
  position: absolute;
}
.second-product-section__inner .p-flower {
  top: -96px;
  right: 141px;
  z-index: -1;
  height: 140px;
  width: 100px;
  transform: rotate(-24deg);
  background-image: url("../../images/about_cuties/flower_cuties.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.second-product-section__inner .p-unicorn {
  bottom: -60px;
  right: 20%;
  z-index: 8;
  transform: rotate(189deg);
  height: 140px;
  width: 100px;
  background-image: url("../../images/about_cuties/unicorn_cuties.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.about {
  position: relative;
  z-index: 2;
  padding-bottom: 6em;
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.about__inner {
  position: relative;
}
.about__inner .dino,
.about__inner .flower,
.about__inner .mushroom,
.about__inner .unicorn,
.about__inner .avocado,
.about__inner .cupcake,
.about__inner .strawberry {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.about__inner .dino,
.about__inner .unicorn,
.about__inner .avocado {
  z-index: 1;
}
.about__inner .mushroom,
.about__inner .flower,
.about__inner .cupcake,
.about__inner .strawberry {
  z-index: 8;
}
.about__inner .flower {
  background-image: url("../../images/about_cuties/flower_cuties.svg");
  height: 90px;
  width: 80px;
  top: -26px;
  left: -26px;
}
.about__inner .dino {
  background-image: url("../../images/about_cuties/dino_cuties.svg");
  top: -53px;
  left: 50%;
  height: 87px;
  width: 80px;
  transform: translateX(-50%);
}
.about__inner .mushroom {
  background-image: url("../../images/about_cuties/mushroom_cuties.svg");
  right: -15px;
  top: -31px;
  height: 98px;
  width: 80px;
}
.about__inner .unicorn {
  background-image: url("../../images/about_cuties/unicorn_cuties.svg");
  bottom: -57px;
  right: 18%;
  height: 100px;
  width: 100px;
}
.about__inner .avocado {
  background-image: url("../../images/about_cuties/avocado_cuties.svg");
  bottom: -45px;
  left: 15%;
  height: 87px;
  width: 64px;
}
.about__inner .cupcake {
  background-image: url("../../images/about_cuties/cupcake_cuties.svg");
  bottom: 98px;
  right: -14px;
  height: 74px;
  width: 70px;
}
.about__inner .strawberry {
  background-image: url("../../images/about_cuties/strawberry_cuties.svg");
  bottom: 98px;
  left: -14px;
  height: 91px;
  width: 70px;
}
.about__inner--wrapper {
  padding: 2em 1em;
  background: #fff;
  border: solid 1px #000;
  text-align: center;
  position: relative;
  z-index: 4;
  border-radius: 41px;
}
.about-title, .about-body {
  margin-bottom: 2em;
}
.about-body p {
  font-size: 0.8em;
}
.about-title h2 {
  color: #0461A1;
}
.about-button a {
  background: #0461A1;
  color: #fff;
  text-transform: uppercase;
  padding: 0.8em 2em;
  border-radius: 50px;
}
.about .jp_image {
  margin-bottom: 3em;
  margin-top: 3em;
}
.about .jp_image-item {
  margin-bottom: 1em;
}
.about .jp_image-item:last-child {
  margin-bottom: 0;
}

.video {
  margin-bottom: 6em;
}
.video__inner {
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.video-item {
  padding-left: 15px;
  padding-right: 15px;
}
.video-item a {
  border: solid 1px #000;
  overflow: hidden;
  position: relative;
  height: 523px;
  width: 100%;
  border-radius: 41px;
}
.video-item a img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.video-item a:before {
  content: "";
  display: inline-block;
  z-index: 2;
  background-image: url("../../images/play_circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 80px;
  width: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.reviews {
  position: relative;
  margin-bottom: 4em;
}
.reviews .bubble1, .reviews .bubble2 {
  background-size: contain;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
}
.reviews .bubble1 {
  background-image: url("../../images/footer_bubbles/bubble1.svg");
  left: 1%;
  top: 38%;
  height: 54px;
  width: 53px;
  transform: translateY(-50%);
}
.reviews .bubble2 {
  background-image: url("../../images/footer_bubbles/bubble2.svg");
  background-position: right top;
  right: 0;
  top: 40%;
  height: 191px;
  width: 106px;
  transform: translateY(-50%);
}
.reviews__inner {
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.reviews__title {
  text-align: center;
  margin-bottom: 3em;
}
.reviews__title h2,
.reviews__title h4 {
  font-size: 1.4em;
  color: #fff;
}
.reviews-ratings {
  margin-bottom: 2em;
}
.reviews-ratings ul {
  justify-content: center;
  display: flex;
  display: -webkit-flex;
}
.reviews-ratings ul li {
  margin-right: 0.3em;
}
.reviews-ratings ul li:last-child {
  margin-right: 0;
}
.reviews-ratings ul li span:before {
  content: "\f005";
  color: #ffbf0f;
  font-size: 24px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.reviews-item {
  padding-left: 15px;
  padding-right: 15px;
}
.reviews-item__inner {
  background: #F1F1FD;
  padding: 2em 1.4em;
  text-align: center;
  border-radius: 30px;
}
.reviews-title h5, .reviews-content p, .reviews-date span, .reviews-name span {
  color: #B96081;
}
.reviews-title {
  margin-bottom: 1.4em;
}
.reviews-title h5 {
  font-size: 1em;
  font-weight: bold;
  font-family: "Avenir Next Bold", sans-serif;
  letter-spacing: 0;
}
.reviews-content {
  margin-bottom: 2em;
}
.reviews-content p {
  letter-spacing: 0;
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 0.8em;
  line-height: 1.5;
  font-weight: 500;
}
.reviews-date {
  margin-bottom: 0.2em;
}
.reviews-date span {
  font-family: "Avenir Next Regular", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
}
.reviews-name {
  margin-bottom: 1em;
}
.reviews-name span {
  font-family: "Avenir Next Bold", sans-serif;
  font-weight: bold;
  font-size: 0.8em;
}
.reviews-verified__active {
  position: relative;
  padding-left: 1.8em;
  font-size: 0.6em;
  color: #B96081;
  font-family: "Avenir Next Bold", sans-serif;
  display: inline-block;
}
.reviews-verified__active:before {
  position: absolute;
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  background-size: contain;
  background-image: url("../../images/shield.svg");
  height: 18px;
  width: 18px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.footer {
  padding-bottom: 6em;
  position: relative;
}
.footer .bubble3, .footer .bubble4, .footer .bubble5, .footer .bubble6, .footer .bubble7 {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.footer .bubble3 {
  background-image: url("../../images/footer_bubbles/bubble3.svg");
  background-position: left bottom;
  bottom: 0;
  left: 0;
  height: 199px;
  width: 200px;
}
.footer .bubble4 {
  background-image: url("../../images/footer_bubbles/bubble4.svg");
  background-position: center;
  top: -15%;
  left: 20%;
  height: 40px;
  width: 40px;
}
.footer .bubble5 {
  background-image: url("../../images/footer_bubbles/bubble5.svg");
  background-position: center;
  right: 20%;
  top: -18%;
  height: 31px;
  width: 30px;
}
.footer .bubble6 {
/*   background-image: url("../../images/footer_bubbles/bubble6.svg"); */
  background-position: center bottom;
  bottom: 0;
  right: 8%;
  height: 113px;
  width: 110px;
}
.footer .bubble7 {
  background-image: url("../../images/footer_bubbles/bubble7.svg");
  background-position: right center;
  right: 0;
  top: -14%;
  z-index: 4;
  height: 45px;
  width: 44px;
}
.footer__inner {
  max-width: 844px;
  width: 100%;
  position: relative;
  z-index: 14;
  margin-left: auto;
  margin-right: auto;
}
.footer__social-media {
  justify-content: center;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 2em;
}
.footer__social-media .sm-item {
  background: #F9C6D4;
  color: #0461A1 !important;
  font-size: 16px;
  margin-right: 1em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 50%;
  width: 32px;
}
.footer__social-media .sm-item:last-child {
  margin-right: 0;
}
.footer__social-media .sm-item i, .footer__social-media .sm-item .fab, .footer__social-media .sm-item .fa-youtube {
  color: #0461A1 !important;
}
.footer__logo, .footer__rights, .footer__registered {
  text-align: center;
  justify-content: center;
  display: flex;
  display: -webkit-flex;
}
.footer__rights p, .footer__registered p {
  color: #fff;
  font-size: 0.8em;
  font-weight: 100;
  font-family: "Helvetica", sans-serif;
}
.footer__logo {
  justify-content: center;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 2em;
}
.footer .left-rainbow,
.footer .right-rainbow {
  position: absolute;
  bottom: 0;
  display: inline-block;
  z-index: 2;
}
.footer .left-rainbow {
  left: 0;
  background-image: url("../../images/footer/left_rainbow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 59px;
  width: 140px;
}
.footer .right-rainbow {
  right: 0;
  background-image: url("../../images/footer/right_rainbow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 237px;
  width: 150px;
}

@media (min-width: 480px) {
  .banner .rainbow-left {
    left: -23%;
  }
  .banner .b-star1, .banner .b-star2 {
    display: block;
  }
  .banner .b-star1 {
    height: 50px;
    width: 50px;
  }
  .banner .b-star2 {
    top: 30px;
    left: 36px;
    height: 34px;
    width: 34px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.4em;
  }
	h2,
  h5 {
    font-size: 2.5em;
  }
  p {
    font-size: 20px;
  }
  .header__inner {
    justify-content: flex-end;
  }
  .header__mobile--shop-now {
    display: none;
  }
  .header__shop-now {
    margin-right: 0.6em;
    display: inline-block;
  }
  .header__shop-now a {
    color: #fff;
    background: #4CACE8;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding: 0.9em 1.6em;
    font-size: 0.65em;
    text-transform: uppercase;
    border-radius: 14px;
  }
  .header__cart {
    display: inline-block;
  }
  .header .logo {
    max-width: 144px;
    top: 18px;
  }
  .banner-content {
    text-align: left;
  }
  .banner-content__logo {
    margin-right: 0;
    margin-left: 0;
  }
  .banner-content__button a {
    margin-right: 0;
    margin-left: 0;
  }
  .banner .door {
    max-height: 450px;
    max-width: 320px;
    bottom: -17px;
    right: -18px;
    height: 100%;
    width: 100%;
  }
  .banner .door-bottle {
    max-width: 251px;
    bottom: -2px;
    right: 18px;
  }
  .banner .door-lines {
    left: 47%;
    top: 52%;
    height: 201px;
    width: 220px;
  }
  .banner .door .upper-image {
    top: -126px;
    left: -170px;
    height: 250px;
    width: 250px;
  }
  .banner .door .upper-third-image {
    top: -204px;
    left: 40px;
    height: 119px;
    width: 120px;
  }
  .banner .door .lower-fourth-image {
    bottom: -6px;
    left: -462px;
    height: 260px;
    width: 260px;
  }
  .banner .rainbow-top {
    top: -24%;
    left: -24%;
  }
  .banner .cloud1 {
    left: 32px;
    bottom: 59px;
    height: 47px;
    width: 80px;
  }
  .banner .cloud2 {
    right: -92px;
    top: 72px;
    height: 180px;
    width: 300px;
  }
  .banner .cloud3 {
    top: -149px;
    right: -70px;
    height: 90px;
    width: 150px;
  }
  .banner .cloud4 {
    bottom: 30px;
    right: -52px;
    height: 96px;
    width: 160px;
  }
  .banner .b-star3, .banner .b-star4 {
    display: block;
  }
  .banner .b-star1 {
    bottom: 58px;
    left: 54px;
    height: 70px;
    width: 70px;
  }
  .banner .b-star2 {
    top: 58px;
    left: 54px;
    height: 60px;
    width: 60px;
  }
  .banner .b-star3 {
    left: -140px;
    top: 0;
    height: 80px;
    width: 80px;
  }
  .banner .b-star4 {
    bottom: -200px;
    left: 15px;
    height: 74px;
    width: 74px;
  }
  .cta {
    padding-bottom: 10em;
    padding-top: 10em;
  }
  .cta:before {
    height: 280px;
  }
  .cta:after {
    bottom: 2%;
    height: 180px;
    width: 180px;
  }
  .cta__inner:before {
    top: -30%;
    height: 95px;
    width: 95px;
  }
  .cta__inner:after {
    height: 45px;
    width: 45px;
  }
  .products-item {
    margin-bottom: 4em;
  }
  .second-product-section__inner .p-unicorn {
    bottom: -62px;
    right: 25%;
    z-index: 8;
    transform: rotate(189deg);
    height: 134px;
    width: 146px;
    background-image: url("../../images/about_cuties/unicorn_cuties.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .about__inner--wrapper {
    padding: 4em 2em;
  }
  .about-title, .about-body {
    margin-bottom: 3em;
  }
  .about-button a {
    padding: 0.8em 5em;
  }
  .about .jp_image {
    display: flex;
    display: -webkit-flex;
  }
  .about .jp_image-item {
    margin-right: 2em;
    margin-bottom: 0;
  }
  .about .jp_image-item:last-child {
    margin-right: 0;
  }
  .about {
    margin-top: 3em;
  }
  .about__inner .flower {
    height: 146px;
    width: 130px;
  }
  .about__inner .dino {
    top: -81px;
    height: 130px;
    width: 120px;
  }
  .about__inner .mushroom {
    top: -47px;
    height: 147px;
    width: 120px;
  }
  .about__inner .unicorn {
    bottom: -76px;
    height: 140px;
    width: 140px;
  }
  .about__inner .avocado {
    bottom: -51px;
    left: 18%;
    height: 109px;
    width: 80px;
  }
  .about__inner .strawberry {
    height: 117px;
    width: 90px;
  }
  .about__inner .cupcake {
    height: 106px;
    width: 100px;
  }
  .video {
    margin-top: 3em;
  }
  .video-box a {
    height: 340px;
  }
  .video-box a:after {
    height: 80px;
    width: 80px;
  }
  .reviews {
    margin-bottom: 5em;
  }
  .reviews .bubble2 {
    top: 44%;
  }
	.reviews__title h2,
  .reviews__title h4 {
    font-size: 2em;
  }
  .footer .bubble3 {
    height: 249px;
    width: 250px;
  }
  .footer .bubble4 {
    top: -11%;
    height: 80px;
    width: 80px;
  }
  .footer .bubble5 {
    top: -18%;
    height: 45px;
    width: 44px;
  }
  .footer .bubble6 {
    height: 143px;
    width: 140px;
  }
  .footer .bubble7 {
    top: -4%;
    height: 81px;
    width: 79px;
  }
  .footer .left-rainbow {
    height: 119px;
    width: 280px;
  }
  .footer .right-rainbow {
    height: 316px;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .banner {
    padding-bottom: 15em;
  }
  .banner .door {
    bottom: -22px;
    right: -21px;
    max-width: 350px;
    max-height: 478px;
  }
  .banner .door-lines {
    top: 55%;
    left: 50%;
  }
  .banner .door .lower-fourth-image {
    left: -530px;
  }
  .banner .rainbow-top {
    top: -30%;
    right: 241px;
  }
  .banner .cloud4 {
    bottom: 59px;
    right: -87px;
  }
  .banner .b-star3 {
    top: auto;
    bottom: 0;
    left: -160px;
  }
  .banner .b-star4 {
    bottom: -142px;
    height: 90px;
    width: 90px;
  }
  .cta {
    padding-bottom: 10em;
    padding-top: 10em;
  }
  .cta__inner:before {
    top: -34%;
  }
  .cta__inner:after {
    top: -18%;
  }
  .first-product-section__inner,
  .second-product-section__inner {
    padding: 4em 3em;
  }
  .first-product-section__inner:before, .first-product-section__inner:after,
  .second-product-section__inner:before,
  .second-product-section__inner:after {
    border-radius: 81px;
  }
  .products-item__inner {
    align-items: center;
    display: flex;
    display: -webkit-flex;
  }
  .products-item:nth-child(odd) .products-item__inner {
    flex-direction: row;
  }
  .products-item:nth-child(odd) .products-image {
    margin-right: 3em;
  }
  .products-item:nth-child(even) .products-item__inner {
    flex-direction: row-reverse;
  }
  .products-item:nth-child(even) .products-content {
    margin-right: 3em;
  }
  .products-image {
    margin-bottom: 0;
  }
  .products-image__inner {
    height: 350px;
    width: 350px;
  }
  .products-image__no-image {
    height: 126px;
    width: 126px;
  }
  .products-content {
    text-align: left;
  }
  .products_two-item:nth-child(odd) .products-image {
    margin-right: 0;
  }
  .products_two-item:nth-child(odd) .products_two-item__inner {
    flex-direction: row-reverse;
  }
  .products_two-item:nth-child(odd) .products-content {
    margin-right: 3em;
  }
  .products_two-item:nth-child(even) .products_two-item__inner {
    flex-direction: row;
  }
  .products_two-item:nth-child(even) .products-image {
    margin-right: 3em;
  }
  .video {
    margin-top: 4em;
  }
  .video-box a {
    height: 450px;
  }
  .video-box a:after {
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 1.8em;
    line-height: 1.2;
  }
	h2,
  h5 {
    font-size: 3.2em;
  }
  .banner {
    padding-bottom: 12em;
  }
  .banner .door {
    height: 62%;
  }
  .banner .door-bottle {
    max-width: 268px;
  }
  .banner .door-lines {
    top: 51%;
    height: 237px;
    width: 260px;
  }
  .banner .door .lower-fourth-image {
    bottom: 30px;
  }
  .banner .rainbow-top {
    right: 310px;
    top: -31%;
    left: -19%;
  }
  .banner .rainbow-left {
    left: -216px;
  }
  .banner .cloud1 {
    height: 59px;
    width: 100px;
  }
  .banner .cloud2 {
    height: 192px;
    width: 320px;
  }
  .banner .cloud4 {
    right: -104px;
    height: 108px;
    width: 180px;
  }
  .banner .b-star3 {
    bottom: auto;
    left: -150px;
    top: 0;
  }
  .banner .b-star4 {
    left: 80px;
  }
  .cta:before {
    top: 0;
  }
  .cta:after {
    bottom: 0;
    height: 200px;
    width: 200px;
  }
  .cta__inner:before {
    top: -42%;
  }
  .cta__inner:after {
    top: -22%;
  }
  .p-star1 {
    top: -30px;
    height: 90px;
    width: 90px;
  }
  .first-product-section__inner:after,
  .second-product-section__inner:after {
    bottom: -0.6em;
  }
  .first-product-section__inner:after {
    right: -0.6em;
  }
  .second-product-section__inner:after {
    left: -0.6em;
  }
  .products .p-avocado {
    top: -103px;
    right: -34px;
    z-index: -1;
    height: 165px;
    width: 152px;
    background-image: url("../../images/about_cuties/avocado_cuties2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .products .p-dino {
    z-index: 8;
    height: 184px;
    width: 140px;
  }
  .products:before {
    left: 10%;
  }
  .products:after {
    right: 6%;
  }
  .products-image__inner {
    height: 540px;
    width: 540px;
  }
  .products-item:nth-child(odd) .products-image {
    margin-right: 5em;
  }
  .products-item:nth-child(even) .products-content {
    margin-right: 5em;
  }
  .second-product-section__inner .p-flower {
    top: -124px;
    height: 149px;
    width: 153px;
  }
  .products_two-item:nth-child(even) .products-image {
    margin-right: 5em;
    margin-left: 0;
  }
  .products_two-item:nth-child(even) .products-content {
    margin-right: 0;
  }
  .products_two-item:nth-child(odd) .products-image {
    margin-right: 0;
  }
  .products_two-item:nth-child(odd) .products-content {
    margin-right: 5em;
    margin-left: 0;
  }
  .about__inner--wrapper {
    padding: 6em 4em;
  }
  .about__inner .flower {
    top: -63px;
    left: -33px;
    height: 214px;
    width: 190px;
  }
  .about__inner .dino {
    top: -107px;
    height: 173px;
    width: 160px;
  }
  .about__inner .mushroom {
    right: -27px;
    top: -57px;
    height: 184px;
    width: 150px;
  }
  .about__inner .unicorn {
    bottom: -114px;
    height: 210px;
    width: 210px;
  }
  .about__inner .avocado {
    bottom: -63px;
    left: 18%;
    height: 136px;
    width: 100px;
  }
  .about__inner .strawberry {
    left: -28px;
    bottom: 58px;
    height: 169px;
    width: 130px;
  }
  .about__inner .cupcake {
    right: -30px;
    bottom: 56px;
    height: 170px;
    width: 160px;
  }
  .video-item a {
    height: 700px;
  }
  .reviews {
    margin-bottom: 8em;
  }
  .reviews .bubble1 {
    top: 48%;
  }
  .reviews .bubble2 {
    top: 40%;
  }
  .reviews__title {
    margin-bottom: 6em;
  }
	.reviews__title h2,
  .reviews__title h4 {
    font-size: 2.4em;
  }
  .footer .bubble3 {
    height: 329px;
    width: 330px;
  }
  .footer .bubble4 {
    top: -23%;
    left: 31%;
    height: 112px;
    width: 112px;
  }
  .footer .bubble5 {
    top: -28%;
    height: 61px;
    width: 60px;
  }
  .footer .bubble6 {
    height: 164px;
    width: 160px;
  }
  .footer .left-rainbow {
    height: 170px;
    width: 400px;
  }
  .footer .right-rainbow {
    height: 475px;
    width: 300px;
  }
}
@media (min-width: 1550px) {
  h1 {
    font-size: 2.4em;
  }
  .banner {
    padding-bottom: 0;
    height: 100vh;
  }
  .banner-content__logo {
    max-width: 300px;
  }
  .banner .door {
    bottom: -24px;
    right: -24px;
    max-width: 440px;
    height: 100%;
    max-height: 600px;
  }
  .banner .door-bottle {
    max-width: 346px;
  }
  .banner .door-lines {
    top: 50%;
    left: 50%;
    height: 283px;
    width: 310px;
    max-width: inherit;
  }
  .banner .door .upper-image {
    top: -80px;
    left: -254px;
    height: 300px;
    width: 300px;
  }
  .banner .door .upper-third-image {
    top: -294px;
    left: 2px;
    height: 159px;
    width: 160px;
  }
  .banner .door .lower-fourth-image {
    left: -678px;
    bottom: 81px;
    height: 380px;
    width: 380px;
  }
  .banner .rainbow-top {
    background-size: contain;
    max-height: 600px;
    top: 28px;
  }
  .banner .rainbow-left {
    background-size: contain;
    background-position: bottom right;
  }
  .banner .cloud1 {
    left: 44px;
    height: 80px;
    width: 135px;
  }
  .banner .cloud2 {
    right: -100px;
    top: 88px;
    height: 234px;
    width: 390px;
  }
  .banner .cloud3 {
    top: -258px;
    height: 119px;
    width: 200px;
  }
  .banner .cloud4 {
    right: -155px;
    bottom: 33px;
    height: 180px;
    width: 300px;
  }
  .banner .b-star1 {
    bottom: 90px;
    left: 90px;
    height: 110px;
    width: 110px;
  }
  .banner .b-star2 {
    top: 55px;
    left: 64px;
    height: 64px;
    width: 64px;
  }
  .banner .b-star3 {
    left: -220px;
    height: 140px;
    width: 140px;
  }
  .banner .b-star4 {
    bottom: -198px;
    left: 20px;
    height: 110px;
    width: 110px;
  }
  .cta:before {
    height: 370px;
  }
  .cta:after {
    bottom: 8%;
    height: 240px;
    width: 240px;
  }
  .cta__inner:before {
    top: -50%;
  }
  .cta__inner:after {
    right: 10%;
    top: -28%;
  }
  .first-product-section__inner,
  .second-product-section__inner {
    padding: 4em;
  }
  .first-product-section__inner:after,
  .second-product-section__inner:after {
    bottom: -1.4em;
  }
  .first-product-section__inner:after {
    right: -1.4em;
  }
  .second-product-section__inner:after {
    left: -1.4em;
  }
  .p-star1 {
    height: 110px;
    width: 110px;
  }
  .products:before {
    left: 12%;
  }
  .products:after {
    right: 14%;
  }
  .about__inner--wrapper {
    padding: 5em 7em;
  }
  .about__inner .flower {
    left: -83px;
  }
  .about__inner .mushroom {
    right: -54px;
  }
  .about__inner .cupcake {
    right: -64px;
  }
  .about__inner .strawberry {
    left: -58px;
  }
  .reviews .bubble1 {
    left: 7%;
  }
  .footer .bubble3 {
    height: 359px;
    width: 360px;
  }
  .footer .bubble5 {
    right: 30%;
  }
  .footer .bubble6 {
    height: 195px;
    width: 190px;
  }
  .footer .left-rainbow {
    height: 265px;
    width: 624px;
  }
  .footer .right-rainbow {
    height: 984px;
    width: 622px;
  }
}/*# sourceMappingURL=style.css.map */