@font-face {
  font-family: 'Myriad Pro';
  src: url("fonts/MyriadPro-Regular.woff2") format("woff2"), url("fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins-Bold.woff2") format("woff2"), url("fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins-Light.woff2") format("woff2"), url("fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins-Medium.woff2") format("woff2"), url("fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins-Regular.woff2") format("woff2"), url("fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins-SemiBold.woff2") format("woff2"), url("fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Outfit';
  src: url("fonts/Outfit-Thin.woff2") format("woff2"), url("fonts/Outfit-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Greycliff CF Demi';
  src: url("fonts/GreycliffCF-DemiBold.woff2") format("woff2"), url("fonts/GreycliffCF-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Greycliff CF Extra';
  src: url("fonts/GreycliffCF-ExtraBold.woff2") format("woff2"), url("fonts/GreycliffCF-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Greycliff CF';
  src: url("fonts/GreycliffCF-Light.woff2") format("woff2"), url("fonts/GreycliffCF-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Greycliff CF';
  src: url("fonts/GreycliffCF-Medium.woff2") format("woff2"), url("fonts/GreycliffCF-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Greycliff CF';
  src: url("fonts/GreycliffCF-Regular.woff2") format("woff2"), url("fonts/GreycliffCF-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Greycliff CF';
  src: url("fonts/GreycliffCF-Thin.woff2") format("woff2"), url("fonts/GreycliffCF-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Greycliff CF';
  src: url("fonts/GreycliffCF-Bold.woff2") format("woff2"), url("fonts/GreycliffCF-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Greycliff CF Extra';
  src: url("fonts/GreycliffCF-ExtraLight.woff2") format("woff2"), url("fonts/GreycliffCF-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Greycliff CF';
  src: url("fonts/GreycliffCF-Heavy.woff2") format("woff2"), url("fonts/GreycliffCF-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
body {
  margin: 0;
  background: #ffffff;
  font-family: Arial, sans-serif; }

.clear {
  clear: both; }

.baby-header {
  background: #ffffff; }
  .baby-header__top {
    position: relative;
    z-index: 10;
    background: #ffffff; }
  .baby-header .container {
    max-width: 1320px; }
  .baby-header .baby-navbar {
    position: relative;
    min-height: 118px;
    padding: 0;
    align-items: center; }
  .baby-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin: 0;
    transform: translate(-50%, -50%); }
    .baby-header__logo img {
      display: block;
      width: 100%;
      max-width: 280px;
      height: auto; }
  .baby-header__nav {
    display: flex;
    width: 100%;
    justify-content: space-between; }
  .baby-header__menu {
    display: flex;
    width: calc(50% - 160px);
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: space-evenly;
    list-style: none; }
  .baby-header .nav-link {
    padding: 0;
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap; }
    .baby-header .nav-link:hover, .baby-header .nav-link:focus {
      color: #f28a3b; }
  .baby-header__toggle {
    padding: 0;
    margin-left: auto;
    border: 0;
    box-shadow: none; }
    .baby-header__toggle:focus {
      box-shadow: none; }
  .baby-header__toggle-icon {
    position: relative;
    display: block;
    width: 28px;
    height: 20px; }
    .baby-header__toggle-icon::before, .baby-header__toggle-icon::after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      content: "";
      background: #b7b7b7;
      border-radius: 2px; }
    .baby-header__toggle-icon::before {
      top: 3px;
      box-shadow: 0 7px 0 #b7b7b7; }
    .baby-header__toggle-icon::after {
      bottom: 1px; }
  .baby-header__divider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 4px; }
    .baby-header__divider span {
      display: block;
      height: 100%; }
    .baby-header__divider .blue {
      background: #4aa3df; }
    .baby-header__divider .orange {
      background: #f08b36; }
    .baby-header__divider .green {
      background: #8cb958; }
    .baby-header__divider .pink {
      background: #ef7da0; }

@media (min-width: 992px) {
  .baby-header__nav.navbar-collapse {
    display: flex !important;
    align-items: center; }
  .baby-header__toggle {
    display: none; } }
@media (max-width: 991.98px) {
  .baby-header .container {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .baby-header .baby-navbar {
    min-height: 74px;
    padding: 0;
    align-items: center;
    position: relative; }
  .baby-header__logo {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    margin: 0;
    z-index: 12; }
    .baby-header__logo img {
      max-width: 190px; }
  .baby-header__toggle {
    position: relative;
    z-index: 12;
    display: block;
    margin-left: auto; }
  .baby-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 11;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(-10px);
    max-height: 0;
    transition: transform 0.18s ease-out, opacity 0.14s ease-out, max-height 0.18s ease-out; }
  .baby-header__nav.navbar-collapse:not(.show) {
    display: block;
    pointer-events: none; }
  .baby-header__nav.navbar-collapse.collapsing, .baby-header__nav.navbar-collapse.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
    max-height: 420px;
    pointer-events: auto; }
  .baby-header__menu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 16px 12px; }
  .baby-header .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .baby-header .nav-link {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 14px; }
  .baby-header__divider {
    height: 3px; } }
.hero-slider {
  position: relative; }
  .hero-slider .carousel,
  .hero-slider .carousel-inner,
  .hero-slider .carousel-item {
    height: 100%; }
  .hero-slider .carousel-item img {
    display: block;
    width: 100%; }
  .hero-slider__desktop .carousel-item img {
    height: auto;
    object-fit: cover; }
  .hero-slider__mobile .carousel-item img {
    min-height: 520px;
    object-fit: cover;
    object-position: center top; }
  .hero-slider__indicators {
    position: absolute;
    left: 50%;
    bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0;
    margin-bottom: 0;
    padding: 12px 18px;
    background: rgba(245, 245, 245, 0.95);
    border-radius: 999px;
    transform: translateX(-50%); }
    .hero-slider__indicators button[data-bs-target] {
      width: 16px;
      min-width: 16px;
      height: 16px;
      margin: 0 6px;
      padding: 0;
      border: 0;
      border-radius: 50%;
      background: #cfcfcf;
      background-image: none;
      background-clip: padding-box;
      opacity: 1;
      text-indent: -9999px;
      box-sizing: border-box;
      flex: 0 0 16px; }
    .hero-slider__indicators button[data-bs-target].active {
      background: #8f8f8f;
      opacity: 1; }
  .hero-slider .carousel-indicators {
    margin-bottom: 0; }
  .hero-slider .carousel-indicators [data-bs-target] {
    text-indent: -9999px;
    opacity: 1; }

.hero-slider .carousel-indicators.hero-slider__indicators {
  position: absolute;
  right: auto;
  left: 50%;
  bottom: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  margin: 0;
  padding: 14px 18px;
  background: rgba(244, 244, 244, 0.96);
  border-radius: 999px;
  transform: translateX(-50%); }
.hero-slider .carousel-indicators.hero-slider__indicators button[data-bs-target] {
  width: 12px;
  min-width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c7c7c7;
  background-image: none;
  box-shadow: none;
  opacity: 1;
  text-indent: -9999px;
  flex: 0 0 12px; }
.hero-slider .carousel-indicators.hero-slider__indicators button[data-bs-target].active {
  background: #8d8d8d;
  opacity: 1; }
.hero-slider .carousel-indicators.hero-slider__indicators button[data-bs-target]:focus,
.hero-slider .carousel-indicators.hero-slider__indicators button[data-bs-target]:focus-visible {
  outline: none;
  box-shadow: none; }

.little-one-section {
  padding: 90px 0 40px;
  background: #fff;
  overflow: hidden; }
  .little-one-section__intro {
    position: relative;
    max-width: 1400px;
    margin: 0 auto 54px;
    text-align: center; }
  .little-one-section__decor--left {
    position: absolute;
    top: -16px;
    left: -80px;
    width: 150px; }
    @media (max-width: 767.98px) {
      .little-one-section__decor--left {
        top: -16px;
        left: -60px;
        width: 120px; } }
  .little-one-section__decor--right {
    position: absolute;
    top: -10px;
    right: -50px;
    width: 122px; }
    @media (max-width: 767.98px) {
      .little-one-section__decor--right {
        top: -10px;
        right: -50px;
        width: 100px; } }
  .little-one-section__title {
    margin: 0;
    color: #f28a2f;
    font-family: "Greycliff CF";
    font-size: 52px;
    font-weight: 700;
    line-height: 1.12; }
    .little-one-section__title span {
      color: #ffc533; }
  .little-one-section__divider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 200px;
    height: 4px;
    margin: 24px auto 28px; }
    .little-one-section__divider .blue {
      background: #1f67a6; }
    .little-one-section__divider .orange {
      background: #f08b36; }
    .little-one-section__divider .green {
      background: #8cb958; }
    .little-one-section__divider .pink {
      background: #ef7da0; }
  .little-one-section__text {
    max-width: 860px;
    margin: 0 auto;
    color: #424242;
    font-family: "Poppins";
    font-size: 20px;
    line-height: 1.6; }
  .little-one-section .little-one-slider {
    overflow: visible; }
  .little-one-section .swiper-slide {
    height: auto; }
  .little-one-section .category-card {
    border-radius: 34px;
    overflow: hidden;
    background: #fff; }
    .little-one-section .category-card__link {
      display: block;
      text-decoration: none; }
    .little-one-section .category-card__image {
      display: block;
      width: 100%;
      height: 430px;
      object-fit: cover; }
    .little-one-section .category-card__content {
      position: relative;
      padding: 20px 18px 18px;
      text-align: center; }
    .little-one-section .category-card__content::before, .little-one-section .category-card__content::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%; }
    .little-one-section .category-card__content::before {
      top: 0;
      height: 3px;
      opacity: 0.95; }
    .little-one-section .category-card__content::after {
      top: 7px;
      height: 2px;
      opacity: 0.95; }
    .little-one-section .category-card__label {
      display: block;
      color: #fff;
      font-family: "Greycliff CF";
      font-size: 23px;
      font-weight: 700;
      line-height: 1.1; }
    .little-one-section .category-card--green .category-card__content {
      background: #8fd14f; }
    .little-one-section .category-card--green .category-card__content::before,
    .little-one-section .category-card--green .category-card__content::after {
      background: #d7efbf; }
    .little-one-section .category-card--pink .category-card__content {
      background: #fb7697; }
    .little-one-section .category-card--pink .category-card__content::before,
    .little-one-section .category-card--pink .category-card__content::after {
      background: #ffb5c7; }
    .little-one-section .category-card--blue .category-card__content {
      background: #3c95d1; }
    .little-one-section .category-card--blue .category-card__content::before,
    .little-one-section .category-card--blue .category-card__content::after {
      background: #8fcaef; }

@media (max-width: 767.98px) {
  .little-one-section {
    padding: 56px 0 16px; }
    .little-one-section .container {
      padding-left: 0;
      padding-right: 0; }
    .little-one-section__intro {
      padding: 0 26px;
      margin-bottom: 34px; }
    .little-one-section__title {
      max-width: 340px;
      margin: 0 auto;
      font-size: 28px;
      line-height: 1.25;
      font-weight: 800 !important; } }
    @media (max-width: 767.98px) and (max-width: 767.98px) {
      .little-one-section__title {
        font-size: 20px; } }
@media (max-width: 767.98px) {
    .little-one-section__divider {
      width: 126px;
      margin: 18px auto 20px; }
    .little-one-section__text {
      max-width: 360px;
      font-size: 14px;
      line-height: 1.65; }
    .little-one-section .little-one-slider {
      padding-left: 34px; } }
    @media (max-width: 767.98px) and (max-width: 767.98px) {
      .little-one-section .little-one-slider {
        margin: 100px 0 100px 0; } }
@media (max-width: 767.98px) {
    .little-one-section .category-card {
      border-radius: 28px; }
      .little-one-section .category-card__image {
        height: 324px; }
      .little-one-section .category-card__content {
        padding: 16px 16px 15px; }
      .little-one-section .category-card__label {
        font-size: 18px; } }
.stage-section {
  background: #fff;
  overflow: hidden; }
  .stage-section__visual {
    position: relative;
    width: 100%; }
  .stage-section__banner {
    display: block;
    width: 100%;
    height: auto; }
    .stage-section__banner--desktop {
      display: block; }
  .stage-section__mobile-top {
    display: none; }
  .stage-section__badges {
    position: absolute;
    left: 50%;
    bottom: 28px;
    display: flex;
    gap: 18px;
    transform: translateX(-50%); }
  .stage-section__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    color: #fff;
    font-family: "Greycliff CF";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase; }
    .stage-section__badge--green {
      background: #95d44f; }
    .stage-section__badge--pink {
      background: #f56f95; }
    .stage-section__badge--blue {
      background: #47bfdc; }
  .stage-section__content {
    max-width: 1080px;
    margin: 0 auto;
    padding: 42px 20px 54px;
    text-align: center; }
  .stage-section__heading-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px; }
  .stage-section__bee {
    width: 34px;
    height: auto;
    flex: 0 0 auto; }
  .stage-section__stars {
    width: 44px;
    height: auto;
    flex: 0 0 auto; }
  .stage-section__title {
    margin: 0;
    color: #44b6c7;
    font-family: "Greycliff CF";
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15; }
    .stage-section__title span {
      color: #f28a2f; }
  .stage-section__text {
    max-width: 780px;
    margin: 18px auto 0;
    color: #666;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 1.7; }
  .stage-section__actions {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 34px;
    flex-wrap: wrap; }
  .stage-section__button {
    min-width: 228px;
    padding: 14px 28px;
    border: 2px solid transparent;
    border-radius: 999px;
    background: #fff;
    font-family: "Greycliff CF";
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: all 0.25s ease; }
    .stage-section__button:hover {
      transform: translateY(-2px); }
    .stage-section__button--orange {
      border-color: #f28a2f;
      color: #f28a2f; }
    .stage-section__button--blue {
      border-color: #49afd8;
      color: #99c93c; }
    .stage-section__button--green {
      border-color: #c9d98b;
      color: #f27b9e; }

.fun-section {
  background: #fff; }
  .fun-section__card {
    position: relative;
    overflow: hidden;
    min-height: 540px; }
  .fun-section__text-block {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 44%;
    min-width: 420px;
    height: 100%;
    padding: 70px 48px;
    background: #ff842d;
    border-bottom-right-radius: 220px; }
  .fun-section__title {
    margin: 0;
    color: #fff;
    font-family: "Greycliff CF";
    font-size: 56px;
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase; }
    .fun-section__title span,
    .fun-section__title strong {
      font-weight: 700; }
  .fun-section__image-wrap {
    width: 100%;
    height: 100%; }
  .fun-section__image {
    display: block;
    width: 100%;
    height: 540px;
    object-fit: cover; }
    .fun-section__image--desktop {
      display: block; }
    .fun-section__image--mobile {
      display: none; }

@media (max-width: 991.98px) {
  .stage-section__badges {
    bottom: 18px;
    gap: 14px; }
  .stage-section__badge {
    width: 88px;
    height: 88px;
    font-size: 18px; }
  .stage-section__title {
    font-size: 34px; }
  .stage-section__text {
    max-width: 620px;
    font-size: 15px; }
  .stage-section__button {
    min-width: 190px;
    font-size: 20px; }
  .stage-section__stars {
    width: 36px; }
  .stage-section__bee {
    width: 28px; }

  .fun-section__card {
    min-height: 430px; }
  .fun-section__text-block {
    min-width: 320px;
    padding: 50px 34px;
    border-bottom-right-radius: 170px; }
  .fun-section__title {
    font-size: 42px; }
  .fun-section__image {
    height: 430px; } }
@media (max-width: 767.98px) {
  .stage-section__banner--desktop {
    display: none; }
  .stage-section__mobile-top {
    position: relative;
    display: block;
    height: 360px;
    background: #fff;
    overflow: hidden; }
    .stage-section__mobile-top::before {
      content: "";
      position: absolute;
      top: -140px;
      left: 50%;
      width: 160%;
      height: 290px;
      background: #fff7e8;
      border-radius: 0 0 50% 50%;
      transform: translateX(-50%); }
  .stage-section__rainbow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 26px;
    height: 150px;
    background: linear-gradient(to bottom, #b45a59 0%, #b45a59 20%, #ec8644 20%, #ec8644 40%, #92be59 40%, #92be59 60%, #6f9f95 60%, #6f9f95 80%, #ffffff 80%, #ffffff 100%);
    border-bottom-right-radius: 20px; }
  .stage-section__mobile-products {
    position: absolute;
    top: 22px;
    left: 50%;
    z-index: 2;
    width: calc(100% - 34px);
    transform: translateX(-50%); }
  .stage-section__mobile-image {
    display: block;
    width: 100%;
    height: auto; }
  .stage-section__badges {
    top: 142px;
    bottom: auto;
    gap: 24px;
    z-index: 3; } }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    .stage-section__badges {
      top: 600px; } }
  @media (max-width: 767.98px) and (max-width: 500px) {
    .stage-section__badges {
      top: 550px; } }
  @media (max-width: 767.98px) and (max-width: 470px) {
    .stage-section__badges {
      top: 530px; } }
  @media (max-width: 767.98px) and (max-width: 450px) {
    .stage-section__badges {
      top: 460px; } }
  @media (max-width: 767.98px) and (max-width: 400px) {
    .stage-section__badges {
      top: 420px; } }
  @media (max-width: 767.98px) and (max-width: 350px) {
    .stage-section__badges {
      top: 350px; } }
@media (max-width: 767.98px) {
  .stage-section__badge {
    width: 98px;
    height: 98px;
    font-size: 19px;
    letter-spacing: 0.14em; }
  .stage-section__star, .stage-section__dot {
    position: absolute;
    z-index: 2;
    height: auto; }
  .stage-section__star--top {
    top: 18px;
    left: 50%;
    width: 18px;
    transform: translateX(88px); }
  .stage-section__star--middle {
    top: 46px;
    left: 50%;
    width: 26px;
    transform: translateX(-34px); }
  .stage-section__dot--left {
    top: 18px;
    left: 50%;
    width: 10px;
    transform: translateX(-186px); }
  .stage-section__dot--right {
    top: 8px;
    right: 90px;
    width: 10px; }
  .stage-section__content {
    padding: 0 26px 34px;
    margin-top: -6px; }
  .stage-section__heading-row {
    position: relative;
    display: block;
    padding-top: 18px; }
  .stage-section__bee {
    position: absolute;
    top: -10px;
    left: 14px;
    width: 58px; }
  .stage-section__stars {
    position: absolute;
    top: 40px;
    right: 18px;
    width: 26px; }
  .stage-section__title {
    max-width: 320px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 1.15; }
    .stage-section__title span {
      display: block; }
  .stage-section__text {
    max-width: 320px;
    margin-top: 14px;
    font-size: 11px;
    line-height: 1.7; }
  .stage-section__actions {
    gap: 10px;
    margin-top: 22px; }
  .stage-section__button {
    width: 100%;
    min-width: 0;
    padding: 10px 16px;
    font-size: 18px; }

  .fun-section__card {
    min-height: auto; }
  .fun-section__text-block {
    width: 100%;
    min-width: 0;
    height: 185px;
    padding: 28px 34px;
    border-bottom-right-radius: 120px; }
  .fun-section__title {
    font-size: 28px;
    line-height: 1.08; }
  .fun-section__image {
    height: auto; }
    .fun-section__image--desktop {
      display: none; }
    .fun-section__image--mobile {
      display: block;
      width: 100%; } }
.stage-section {
  background: #fff;
  overflow: hidden; }
  .stage-section__visual {
    position: relative;
    width: 100%; }
    .stage-section__visual--desktop {
      display: block; }
    .stage-section__visual--mobile {
      display: none; }
  .stage-section__banner {
    display: block;
    width: 100%;
    height: auto; }
  .stage-section__badges {
    position: absolute;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    z-index: 3; }
    .stage-section__badges--desktop {
      bottom: 0px;
      gap: 100px; }
    .stage-section__badges--mobile {
      gap: 12px; }
  .stage-section__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-family: "Greycliff CF";
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
    .stage-section__badge--green {
      background: #9dd14d; }
    .stage-section__badge--pink {
      background: #e6677e; }
    .stage-section__badge--blue {
      background: #62aebb; }
  .stage-section__content {
    max-width: 1400px;
    margin: 50px auto 0 auto;
    padding: 38px 20px 52px;
    text-align: center; }
  .stage-section__heading {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px; }
  .stage-section__bee {
    width: 85px;
    height: auto;
    flex: 0 0 auto;
    position: relative;
    left: -80px; }
  .stage-section__stars {
    width: 30px;
    height: auto;
    flex: 0 0 auto;
    position: relative;
    top: -160px;
    right: -40px; }
  .stage-section__title {
    margin: 0;
    color: #58aebc;
    font-family: "Greycliff CF";
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2; }
    .stage-section__title span {
      color: #f28a2f; }
  .stage-section__text {
    max-width: 760px;
    margin: 18px auto 0;
    color: #6a6a6a;
    font-family: "Poppins";
    font-size: 12px;
    line-height: 1.7; }
  .stage-section__actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 30px;
    flex-wrap: wrap; }
  .stage-section__button {
    min-width: 380px;
    padding: 20px 80px;
    border: 2px solid transparent;
    border-radius: 999px;
    background: #fff;
    font-family: "Greycliff CF";
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-align: center; }
    @media (max-width: 767.98px) {
      .stage-section__button {
        max-width: 300px; } }
    .stage-section__button--orange {
      border-color: #f28a2f;
      color: #f28a2f; }
    .stage-section__button--blue {
      border-color: #5eb3d1;
      color: #a0c844; }
    .stage-section__button--green {
      border-color: #c9dc98;
      color: #ec7395; }

.fun-section {
  background: #fff; }
  .fun-section__media {
    position: relative;
    overflow: hidden; }
    .fun-section__media--desktop {
      display: block; }
    .fun-section__media--mobile {
      display: none; }
  .fun-section__image {
    display: block;
    width: 100%;
    height: auto; }
  .fun-section__overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 46%;
    height: 100%;
    padding: 48px 34px;
    background: #ff842d;
    border-bottom-right-radius: 240px; }
  .fun-section__title {
    margin: 0;
    color: #fff;
    font-family: "Greycliff CF";
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase; }
    .fun-section__title span {
      font-weight: 700; }

@media (min-width: 768px) {
  .stage-section__badge {
    width: 92px;
    height: 92px;
    font-size: 17px;
    letter-spacing: 0.12em; } }
@media (min-width: 992px) {
  .stage-section__badge {
    width: 160px;
    height: 160px;
    font-size: 24px;
    letter-spacing: 0.12em; }
  .stage-section__title {
    font-size: 42px; }
  .stage-section__text {
    font-size: 12px; }

  .fun-section__title {
    font-size: 32px; } }
@media (max-width: 767.98px) {
  .stage-section__visual--desktop {
    display: none; }
  .stage-section__visual--mobile {
    display: block; }
  .stage-section__badges--mobile {
    bottom: 14px;
    gap: 12px; }
  .stage-section__badge {
    width: 62px;
    height: 62px;
    font-size: 10px;
    letter-spacing: 0.14em; }
  .stage-section__content {
    padding: 24px 26px 30px; }
  .stage-section__heading {
    display: block;
    padding: 0 24px; }
  .stage-section__bee {
    position: absolute;
    top: 2px;
    left: 0;
    width: 34px; }
  .stage-section__stars {
    position: absolute;
    top: 8px;
    right: 0;
    width: 22px; }
  .stage-section__title {
    max-width: 260px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.3; } }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    .stage-section__title {
      font-size: 20px; } }
@media (max-width: 767.98px) {
    .stage-section__title span {
      display: block; }
  .stage-section__text {
    max-width: 280px;
    margin-top: 14px;
    font-size: 9px;
    line-height: 1.7; }
  .stage-section__actions {
    gap: 10px;
    margin-top: 18px; }
  .stage-section__button {
    width: 100%;
    min-width: 0;
    padding: 10px 16px;
    font-size: 14px; }

  .fun-section__media--desktop {
    display: none; }
  .fun-section__media--mobile {
    display: block; }
  .fun-section__overlay {
    position: relative;
    width: 100%;
    height: 170px;
    padding: 26px 34px;
    border-bottom-right-radius: 120px; }
  .fun-section__title {
    font-size: 19px;
    line-height: 1.2; } }
.made-for-section {
  width: 100%; }
  .made-for-section img {
    width: 100%; }

.seasonal-section {
  padding: 70px 0 40px;
  background: #fff;
  overflow: hidden; }
  .seasonal-section .container {
    max-width: 1400px; }
  .seasonal-section__intro {
    margin: 0 auto 34px;
    text-align: center; }
  .seasonal-section__title {
    margin: 0;
    font-family: "Greycliff CF";
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2; }
    .seasonal-section__title .green {
      color: #8ec63f; }
    .seasonal-section__title .orange {
      color: #f28a2f; }
    .seasonal-section__title .pink {
      color: #ef6f91; }
  .seasonal-section__text {
    max-width: 620px;
    margin: 18px auto 0;
    color: #595959;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 1.7; }
  .seasonal-section__media-grid {
    position: relative;
    display: grid;
    grid-template-columns: 2.05fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 18px;
    margin-bottom: 26px;
    align-items: start; }
  .seasonal-section__media-mobile {
    position: relative;
    margin-bottom: 24px; }
  .seasonal-section__mobile-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px; }
  .seasonal-section__brands {
    margin-top: 80px; }
  .seasonal-section__brand-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 0; }
  .seasonal-section__brand-logo {
    width: auto;
    max-height: 34px;
    object-fit: contain;
    flex: 0 0 auto; }
  .seasonal-section__decor {
    position: absolute;
    z-index: 3;
    pointer-events: none; }
    .seasonal-section__decor--heart-left {
      top: 36px;
      left: -10px;
      width: 28px; }
    .seasonal-section__decor--bee {
      top: 352px;
      right: 328px;
      width: 40px; }
    .seasonal-section__decor--flower {
      top: 320px;
      right: -8px;
      width: 26px; }
    .seasonal-section__decor--heart-right {
      bottom: 228px;
      right: -12px;
      width: 26px; }

.seasonal-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #fff; }
  .seasonal-card--large {
    grid-column: 1 / 2;
    grid-row: 1 / 3; }
  .seasonal-card--top-right {
    grid-column: 2 / 3;
    grid-row: 1 / 2; }
  .seasonal-card--bottom-right {
    grid-column: 2 / 3;
    grid-row: 2 / 3; }
  .seasonal-card--wide {
    grid-column: 1 / 3;
    grid-row: 3 / 4; }
  .seasonal-card--mobile-large {
    border-radius: 22px; }
  .seasonal-card--mobile-small {
    border-radius: 18px; }
  .seasonal-card--mobile-wide {
    margin-top: 12px;
    border-radius: 18px; }

.fade-slider {
  position: relative;
  width: 100%;
  height: auto; }
  .fade-slider__image {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.9s ease; }
  .fade-slider .is-active {
    opacity: 1; }

.js-fade-slider {
  position: relative; }
  .js-fade-slider .fade-slider__image {
    position: absolute;
    top: 0;
    left: 0; }
  .js-fade-slider .fade-slider__image.is-active {
    position: relative;
    z-index: 2; }

.clear {
  clear: both; }

@media (max-width: 991.98px) {
  .seasonal-section {
    padding: 56px 0 32px; }
    .seasonal-section__title {
      font-size: 34px; }
    .seasonal-section__text {
      font-size: 13px; }
    .seasonal-section__brand-track {
      gap: 16px; }
    .seasonal-section__brand-logo {
      max-height: 28px; } }
@media (max-width: 767.98px) {
  .seasonal-section {
    padding: 44px 0 28px; }
    .seasonal-section .container {
      padding-left: 22px;
      padding-right: 22px; }
    .seasonal-section__intro {
      margin-bottom: 22px; }
    .seasonal-section__title {
      font-size: 28px;
      line-height: 1.2; } }
    @media (max-width: 767.98px) and (max-width: 767.98px) {
      .seasonal-section__title {
        font-size: 20px; } }
@media (max-width: 767.98px) {
    .seasonal-section__text {
      max-width: 290px;
      margin-top: 14px;
      font-size: 12px;
      line-height: 1.7; }
    .seasonal-section__decor--heart-left {
      top: 78px;
      left: 4px;
      width: 24px; }
    .seasonal-section__decor--bee {
      top: 456px;
      left: 50%;
      right: auto;
      width: 28px;
      transform: translateX(36px); }
    .seasonal-section__decor--heart-right {
      bottom: 88px;
      right: -2px;
      width: 24px; }
    .seasonal-section__decor--flower {
      display: none; }
    .seasonal-section__mobile-row {
      gap: 10px;
      margin-top: 10px; }
    .seasonal-section__brand-track {
      gap: 14px;
      justify-content: flex-start; }
    .seasonal-section__brand-logo {
      max-height: 22px; }

  .seasonal-card--mobile-large, .seasonal-card--mobile-small, .seasonal-card--mobile-wide {
    border-radius: 18px; } }
.nursery-section {
  position: relative;
  padding: 88px 0 58px;
  background: #fff;
  overflow: hidden; }
  .nursery-section .container {
    position: relative;
    max-width: 1500px; }
  .nursery-section__curve, .nursery-section__ladybug {
    position: absolute;
    pointer-events: none; }
  .nursery-section__curve--top-left {
    top: -34px;
    left: -120px;
    width: 170px; }
  .nursery-section__curve--right {
    top: 118px;
    right: -96px;
    width: 150px; }
  .nursery-section__curve--bottom-left {
    bottom: 54px;
    left: -108px;
    width: 230px; }
  .nursery-section__ladybug {
    top: 158px;
    right: 18px;
    width: 24px; }
  .nursery-section__intro {
    max-width: 760px;
    margin: 0 auto;
    text-align: center; }
  .nursery-section__title {
    margin: 0;
    font-family: "Greycliff CF";
    font-size: 42px;
    font-weight: 700;
    line-height: 1.18; }
    .nursery-section__title .orange {
      display: block;
      color: #f28a2f; }
    .nursery-section__title .blue {
      display: block;
      color: #2f78c5; }
  .nursery-section__divider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 116px;
    height: 4px;
    margin: 18px auto 20px; }
    .nursery-section__divider span {
      display: block;
      height: 100%; }
    .nursery-section__divider .blue {
      background: #2f78c5; }
    .nursery-section__divider .orange {
      background: #f28a2f; }
    .nursery-section__divider .pink {
      background: #ef7da0; }
  .nursery-section__text {
    max-width: 630px;
    margin: 0 auto;
    color: #636363;
    font-family: "Poppins";
    font-size: 15px;
    line-height: 1.75; }
  .nursery-section__chips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 18px;
    max-width: 1400px;
    margin: 32px auto 34px; }
  .nursery-section__gallery {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 18px;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0; }
  .nursery-section__main-card, .nursery-section__small-card {
    overflow: hidden;
    border-radius: 24px;
    background: #f7f7f7; }
  .nursery-section__main-card {
    height: 100%;
    min-height: 0; }
  .nursery-section__side-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    justify-content: stretch;
    align-content: start; }
  .nursery-section__small-card {
    width: auto;
    height: auto;
    aspect-ratio: 1 / 1; }
  .nursery-section__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .nursery-section__brands {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    max-width: 100%;
    margin: 100px 0 0 0;
    flex-wrap: nowrap; }
  .nursery-section__brand-logo {
    display: block;
    max-height: 30px;
    width: auto;
    object-fit: contain;
    flex: 0 0 auto; }
  .nursery-section__more {
    margin: 60px 0 0;
    color: #2f78c5;
    font-family: "Greycliff CF";
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    text-align: center; }

.nursery-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  padding: 20px 80px;
  border: 2px solid transparent;
  border-radius: 999px;
  background: #fff;
  font-family: "Greycliff CF";
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none; }
  @media (max-width: 767.98px) {
    .nursery-chip {
      max-width: 300px; } }
  .nursery-chip--orange {
    border-color: #f28a2f;
    color: #41b8c7; }
  .nursery-chip--blue {
    border-color: #4f8bc4;
    color: #9ac83c; }
  .nursery-chip--green {
    border-color: #c6dc9a;
    color: #ef7da0; }

@media (max-width: 991.98px) {
  .nursery-section {
    padding: 62px 0 42px; }
    .nursery-section__title {
      font-size: 34px; }
    .nursery-section__text {
      font-size: 14px; }
    .nursery-section__gallery {
      grid-template-columns: 1fr; }
    .nursery-section__main-card {
      height: auto; }
    .nursery-section__side-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nursery-section__brands {
      justify-content: center;
      gap: 22px;
      flex-wrap: wrap; }
    .nursery-section__brand-logo {
      max-height: 28px; }
    .nursery-section__more {
      font-size: 28px; }

  .nursery-chip {
    min-width: 220px;
    font-size: 20px; } }
@media (max-width: 767.98px) {
  .nursery-section {
    padding: 42px 0 34px; }
    .nursery-section .container {
      padding-left: 18px;
      padding-right: 18px; }
    .nursery-section__curve--top-left {
      top: -28px;
      left: -76px;
      width: 126px; }
    .nursery-section__curve--right {
      top: 122px;
      right: -72px;
      width: 110px; }
    .nursery-section__curve--bottom-left {
      bottom: 116px;
      left: -102px;
      width: 180px; }
    .nursery-section__ladybug {
      top: 156px;
      right: 4px;
      width: 20px; }
    .nursery-section__title {
      font-size: 24px;
      line-height: 1.28; } }
    @media (max-width: 767.98px) and (max-width: 767.98px) {
      .nursery-section__title {
        font-size: 20px; } }
@media (max-width: 767.98px) {
    .nursery-section__divider {
      width: 96px;
      height: 3px;
      margin: 14px auto 16px; }
    .nursery-section__text {
      max-width: 280px;
      font-size: 11px;
      line-height: 1.7; }
    .nursery-section__chips {
      gap: 10px;
      margin: 24px auto 24px; }
    .nursery-section__side-grid {
      gap: 12px; }
    .nursery-section__main-card, .nursery-section__small-card {
      border-radius: 18px; }
    .nursery-section__brands {
      justify-content: center;
      gap: 16px 22px;
      margin-top: 22px;
      flex-wrap: wrap; } }
    @media (max-width: 767.98px) and (max-width: 767.98px) {
      .nursery-section__brands {
        margin-top: 50px; } }
@media (max-width: 767.98px) {
    .nursery-section__brand-logo {
      max-height: 18px; }
    .nursery-section__more {
      margin-top: 18px;
      font-size: 22px; }

  .nursery-chip {
    min-width: 0;
    width: 100%;
    padding: 10px 18px;
    font-size: 15px; } }
.mother-care-section {
  position: relative;
  padding: 88px 0 56px;
  background: #fff;
  overflow: hidden; }
  .mother-care-section .container {
    position: relative;
    max-width: 1400px; }
  .mother-care-section__curve {
    position: absolute;
    pointer-events: none; }
    .mother-care-section__curve--left {
      top: 270px;
      left: -108px;
      width: 180px; }
    .mother-care-section__curve--right {
      top: -22px;
      right: -92px;
      width: 168px; }
    .mother-care-section__curve--bottom {
      right: -86px;
      bottom: 40px;
      width: 170px; }
  .mother-care-section__intro {
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
  .mother-care-section__title {
    margin: 0;
    color: #f28a2f;
    font-family: "Greycliff CF";
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15; }
  .mother-care-section__divider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 82px;
    height: 4px;
    margin: 16px auto 18px; }
    .mother-care-section__divider span {
      display: block;
      height: 100%; }
    .mother-care-section__divider .orange {
      background: #f28a2f; }
    .mother-care-section__divider .blue {
      background: #4f8bc4; }
  .mother-care-section__text {
    max-width: 740px;
    margin: 0 auto;
    color: #646464;
    font-family: "Poppins";
    font-size: 15px;
    line-height: 1.75; }
  .mother-care-section__chips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 18px;
    max-width: 1400px;
    margin: 30px auto 28px; }
  .mother-care-section__brands {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    margin: 80px 0 80px 28px;
    flex-wrap: nowrap; }
  .mother-care-section__brand-logo {
    display: block;
    max-height: 34px;
    width: auto;
    object-fit: contain;
    flex: 0 0 auto; }
  .mother-care-section__gallery {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 18px;
    align-items: start; }
  .mother-care-section__main-card, .mother-care-section__small-card {
    overflow: hidden;
    border-radius: 24px;
    background: #f7f7f7; }
  .mother-care-section__main-card {
    aspect-ratio: 1 / 1.08; }
  .mother-care-section__side {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-content: start; }
  .mother-care-section__small-card {
    aspect-ratio: 1 / 1; }
  .mother-care-section__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .mother-care-section__rainbow {
    position: absolute;
    top: -26px;
    left: -68px;
    width: 132px;
    pointer-events: none;
    z-index: 2; }
  .mother-care-section__flower {
    position: absolute;
    bottom: -12px;
    left: -20px;
    width: 28px;
    pointer-events: none;
    z-index: 2; }
  .mother-care-section__gallery-mobile .mother-care-section__main-card {
    border-radius: 20px; }
  .mother-care-section__mobile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px; }

.mother-care-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 420px;
  padding: 20px 80px;
  border: 2px solid transparent;
  border-radius: 999px;
  background: #fff;
  font-family: "Greycliff CF";
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none; }
  .mother-care-chip--orange {
    border-color: #f28a2f;
    color: #41b8c7; }
  .mother-care-chip--blue {
    border-color: #4f8bc4;
    color: #9ac83c; }
  .mother-care-chip--blue-border {
    border-color: #47a3ac;
    color: #fe792d; }
  .mother-care-chip--orange-border {
    border-color: #fe792d;
    color: #1f67a6; }
  .mother-care-chip--green {
    border-color: #c6dc9a;
    color: #ef7da0; }

@media (max-width: 991.98px) {
  .mother-care-section {
    padding: 62px 0 42px; }
    .mother-care-section__title {
      font-size: 34px; }
    .mother-care-section__text {
      font-size: 14px; }
    .mother-care-section__brands {
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 24px; }
    .mother-care-section__brand-logo {
      max-height: 28px; }
    .mother-care-section__gallery {
      grid-template-columns: 1fr; }

  .mother-care-chip {
    min-width: 220px;
    font-size: 20px; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .mother-care-chip {
      max-width: 300px; } }

@media (max-width: 767.98px) {
  .mother-care-section {
    padding: 42px 0 34px; }
    .mother-care-section .container {
      padding-left: 18px;
      padding-right: 18px; }
    .mother-care-section__curve--left {
      top: 220px;
      left: -90px;
      width: 145px; }
    .mother-care-section__curve--right {
      top: -18px;
      right: -78px;
      width: 138px; }
    .mother-care-section__curve--bottom {
      right: -72px;
      bottom: 70px;
      width: 138px; }
    .mother-care-section__title {
      font-size: 24px;
      line-height: 1.25; } }
    @media (max-width: 767.98px) and (max-width: 767.98px) {
      .mother-care-section__title {
        font-size: 20px; } }
@media (max-width: 767.98px) {
    .mother-care-section__divider {
      width: 72px;
      height: 3px;
      margin: 14px auto 16px; }
    .mother-care-section__text {
      max-width: 286px;
      font-size: 11px;
      line-height: 1.7; }
    .mother-care-section__chips {
      gap: 10px;
      margin: 24px auto 24px; }
    .mother-care-section__mobile-grid {
      gap: 12px; }
    .mother-care-section__main-card, .mother-care-section__small-card {
      border-radius: 18px; }

  .mother-care-chip {
    min-width: 0;
    width: 100%;
    padding: 10px 18px;
    font-size: 15px; } }
.care-desktop {
  width: 100%; }
  .care-desktop img {
    width: 100%; }

.toys-section {
  width: 100%;
  margin-top: 40px; }
  .toys-section img {
    width: 100%; }

.trusted-brands-section {
  padding: 88px 0 64px;
  background: #fff; }
  .trusted-brands-section .container {
    max-width: 1600px; }
  .trusted-brands-section__intro {
    max-width: 1400px;
    margin: 0 auto 54px;
    text-align: center; }
  .trusted-brands-section__title {
    margin: 0;
    font-family: "Greycliff CF";
    font-size: 54px;
    font-weight: 700;
    line-height: 1.15; }
    .trusted-brands-section__title .orange {
      color: #f28a2f; }
    .trusted-brands-section__title .blue {
      color: #2f78c5; }
    .trusted-brands-section__title .yellow {
      color: #ffc533; }
  .trusted-brands-section__divider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 160px;
    height: 4px;
    margin: 24px auto 28px; }
    .trusted-brands-section__divider span {
      display: block;
      height: 100%; }
    .trusted-brands-section__divider .blue {
      background: #2f78c5; }
    .trusted-brands-section__divider .orange {
      background: #f28a2f; }
    .trusted-brands-section__divider .green {
      background: #9ac83c; }
    .trusted-brands-section__divider .pink {
      background: #ef7da0; }
  .trusted-brands-section__text {
    max-width: 1040px;
    margin: 0 auto;
    color: #4e4e4e;
    font-family: "Poppins";
    font-size: 18px;
    line-height: 1.75; }

.trusted-brands-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 34px 28px;
  max-width: 1120px;
  margin: 0 auto; }
  .trusted-brands-grid__logo {
    display: block;
    width: auto;
    max-width: 120px;
    max-height: 54px;
    object-fit: contain;
    flex: 0 0 auto; }

.trusted-brands-marquee {
  overflow: hidden;
  width: 100%; }
  .trusted-brands-marquee__track {
    display: flex;
    align-items: center;
    gap: 28px;
    width: max-content;
    animation: trustedBrandsScroll 24s linear infinite; }
  .trusted-brands-marquee__logo {
    flex: 0 0 auto;
    max-height: 42px;
    width: auto;
    object-fit: contain; }

@keyframes trustedBrandsScroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@media (max-width: 1199.98px) {
  .trusted-brands-section__title {
    font-size: 46px; }
  .trusted-brands-section__text {
    font-size: 16px; }

  .trusted-brands-grid {
    gap: 30px 24px; }
    .trusted-brands-grid__logo {
      max-width: 110px;
      max-height: 48px; } }
@media (max-width: 991.98px) {
  .trusted-brands-section {
    padding: 64px 0 44px; }
    .trusted-brands-section__intro {
      margin-bottom: 40px; }
    .trusted-brands-section__title {
      font-size: 38px; }
    .trusted-brands-section__text {
      font-size: 15px;
      line-height: 1.7; }

  .trusted-brands-grid {
    gap: 24px 20px; }
    .trusted-brands-grid__logo {
      max-width: 96px;
      max-height: 42px; } }
@media (max-width: 767.98px) {
  .trusted-brands-section {
    padding: 46px 0 34px; }
    .trusted-brands-section .container {
      padding-left: 20px;
      padding-right: 20px; }
    .trusted-brands-section__intro {
      max-width: 360px;
      margin-bottom: 28px; }
    .trusted-brands-section__title {
      font-size: 28px;
      line-height: 1.22; } }
    @media (max-width: 767.98px) and (max-width: 767.98px) {
      .trusted-brands-section__title {
        font-size: 20px; } }
@media (max-width: 767.98px) {
    .trusted-brands-section__divider {
      width: 112px;
      height: 3px;
      margin: 16px auto 18px; }
    .trusted-brands-section__text {
      max-width: 330px;
      font-size: 12px;
      line-height: 1.75; }

  .trusted-brands-marquee__track {
    gap: 24px;
    animation-duration: 22s; }
  .trusted-brands-marquee__logo {
    max-height: 30px; } }
.stores-section {
  padding: 72px 0 56px;
  background: #fff; }
  .stores-section .container {
    max-width: 1400px; }

.stores-carousel {
  position: relative;
  padding-bottom: 34px; }
  .stores-carousel .carousel-inner {
    overflow: visible; }
  .stores-carousel .carousel-item {
    transition: transform 0.6s ease-in-out; }
  .stores-carousel__indicators {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin: 26px 0 0;
    padding: 0; }
    .stores-carousel__indicators [data-bs-target] {
      width: 10px;
      height: 10px;
      min-width: 10px;
      margin: 0;
      padding: 0;
      border: 0;
      border-radius: 50%;
      background: #d9d9d9;
      background-image: none;
      opacity: 1;
      text-indent: -9999px;
      flex: 0 0 10px; }
    .stores-carousel__indicators .active {
      background: #9e9e9e;
      opacity: 1; }

.stores-slide {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 28px;
  align-items: center; }
  .stores-slide__title {
    margin: 0 0 28px;
    color: #f58220;
    font-family: "Greycliff CF";
    font-size: 64px;
    font-weight: 700;
    line-height: 1.05; }
  .stores-slide__city {
    margin: 0;
    color: #2f78c5;
    font-family: "Greycliff CF";
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.08em; }
  .stores-slide__divider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 146px;
    height: 4px;
    margin: 20px 0 26px; }
    .stores-slide__divider span {
      display: block;
      height: 100%; }
    .stores-slide__divider .blue {
      background: #2f78c5; }
    .stores-slide__divider .orange {
      background: #f28a2f; }
    .stores-slide__divider .pink {
      background: #ef7da0; }
  .stores-slide__address {
    margin: 0;
    color: #444;
    font-family: "Poppins";
    font-size: 20px;
    line-height: 1.6; }
  .stores-slide__image-card {
    overflow: hidden;
    border-radius: 28px;
    background: #f7f7f7; }
  .stores-slide__image {
    display: block;
    width: 100%;
    height: auto; }

.stores-slide-mobile {
  text-align: center; }
  .stores-slide-mobile .stores-slide__title {
    margin-bottom: 22px;
    font-size: 30px; }
  .stores-slide-mobile .stores-slide__image-card {
    border-radius: 18px; }
  .stores-slide-mobile__info {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 18px;
    align-items: start;
    margin-top: 18px;
    text-align: left; }
  .stores-slide-mobile__city-block {
    position: relative;
    padding-right: 18px; }
    .stores-slide-mobile__city-block::after {
      content: "";
      position: absolute;
      top: 6px;
      right: 0;
      width: 1px;
      height: 84px;
      background: #d3d3d3; }
    .stores-slide-mobile__city-block .stores-slide__city {
      font-size: 24px; }
    .stores-slide-mobile__city-block .stores-slide__divider {
      width: 96px;
      height: 3px;
      margin: 16px 0 0; }

.stores-footer {
  background: #fff8e9; }
  .stores-footer .container {
    max-width: 1400px; }
  .stores-footer__card {
    display: grid;
    grid-template-columns: 200px 1px 1fr 180px;
    gap: 36px;
    align-items: center;
    padding: 42px 0; }
  .stores-footer__line {
    width: 1px;
    height: 120px;
    background: #c8d5db; }
  .stores-footer__title {
    margin: 0 0 18px;
    color: #f58220;
    font-family: "Greycliff CF";
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1; }
  .stores-footer__text {
    margin: 0 0 8px;
    color: #333;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 1.5; }
  .stores-footer__address-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px; }
  .stores-footer__address {
    margin: 0;
    color: #333;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 1.6; }
    .stores-footer__address span {
      font-weight: bold; }
    .stores-footer__address strong {
      font-weight: 700; }
  .stores-footer__logo-wrap {
    text-align: right; }
  .stores-footer__logo {
    display: inline-block;
    max-width: 150px;
    width: 100%;
    height: auto; }
  .stores-footer__mobile {
    padding: 36px 24px 28px;
    text-align: center; }
    .stores-footer__mobile .stores-footer__logo {
      max-width: 140px;
      margin-bottom: 20px; }
  .stores-footer__mobile-block {
    margin-bottom: 22px; }
  .stores-footer__bottom {
    background: #f58220;
    padding: 14px 0; }
  .stores-footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px; }
  .stores-footer__disclaimer, .stores-footer__copyright {
    margin: 0;
    color: #fff;
    font-family: "Poppins";
    font-size: 12px;
    line-height: 1.5; }
  .stores-footer__copyright {
    white-space: nowrap; }

@media (max-width: 991.98px) {
  .stores-slide {
    grid-template-columns: 220px 1fr;
    gap: 22px; }
    .stores-slide__title {
      font-size: 52px; }
    .stores-slide__city {
      font-size: 34px; }
    .stores-slide__address {
      font-size: 18px; }

  .stores-footer__card {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center; }
  .stores-footer__line {
    display: none; }
  .stores-footer__address-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stores-footer__logo-wrap {
    text-align: center; }
  .stores-footer__bottom-inner {
    flex-direction: column;
    text-align: center; }
  .stores-footer__copyright {
    white-space: normal; } }
@media (max-width: 767.98px) {
  .stores-section {
    padding: 42px 0 32px; }
    .stores-section .container {
      padding-left: 24px;
      padding-right: 24px; }

  .stores-carousel {
    padding-bottom: 14px; }
    .stores-carousel__indicators {
      justify-content: center;
      margin-top: 18px; }
      .stores-carousel__indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        min-width: 8px;
        flex: 0 0 8px; }

  .stores-slide__address {
    font-size: 14px;
    line-height: 1.55; }

  .stores-slide-mobile__info {
    gap: 16px; }

  .stores-footer__title {
    font-size: 22px; }
  .stores-footer__text, .stores-footer__address {
    font-size: 14px; }
  .stores-footer__bottom {
    padding: 10px 0; }
  .stores-footer__disclaimer, .stores-footer__copyright {
    font-size: 10px; } }
html {
  scroll-behavior: smooth; }

.hero-slider,
.little-one-section,
.stage-section,
.fun-section,
.seasonal-section,
.nursery-section,
.mother-care-section,
.trusted-brands-section,
.stores-section,
.stores-footer {
  overflow: hidden; }

.category-card,
.seasonal-card,
.nursery-section__main-card,
.nursery-section__small-card,
.mother-care-section__main-card,
.mother-care-section__small-card,
.stores-slide__image-card,
.stores-footer__logo,
.trusted-brands-grid__logo,
.nursery-section__brand-logo,
.mother-care-section__brand-logo,
.seasonal-section__brand-logo {
  will-change: transform, opacity; }

.category-card,
.seasonal-card,
.nursery-section__main-card,
.nursery-section__small-card,
.mother-care-section__main-card,
.mother-care-section__small-card,
.stores-slide__image-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease; }

.category-card:hover,
.seasonal-card:hover,
.nursery-section__main-card:hover,
.nursery-section__small-card:hover,
.mother-care-section__main-card:hover,
.mother-care-section__small-card:hover,
.stores-slide__image-card:hover {
  transform: translateY(-6px); }

.stage-section__button,
.nursery-chip,
.mother-care-chip {
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.stage-section__button:hover,
.nursery-chip:hover,
.mother-care-chip:hover {
  transform: translateY(-3px); }

.baby-header__logo img,
.stage-section__badge,
.stage-section__bee,
.stage-section__stars,
.seasonal-section__decor,
.nursery-section__curve,
.nursery-section__ladybug,
.mother-care-section__curve,
.mother-care-section__rainbow,
.mother-care-section__flower,
.stores-footer__logo {
  will-change: transform; }

@keyframes babyFloat {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); }
  100% {
    transform: translateY(0); } }
.stage-section__badge,
.stage-section__bee,
.stage-section__stars,
.seasonal-section__decor--bee,
.seasonal-section__decor--heart-left,
.seasonal-section__decor--heart-right,
.nursery-section__ladybug,
.mother-care-section__flower {
  animation: babyFloat 3.8s ease-in-out infinite; }

.stage-section__badge:nth-child(2),
.stage-section__stars,
.seasonal-section__decor--heart-right,
.mother-care-section__flower {
  animation-delay: 0.5s; }

.stage-section__badge:nth-child(3),
.seasonal-section__decor--bee,
.nursery-section__ladybug {
  animation-delay: 1s; }

.address-divider {
  display: none; }
  @media (max-width: 767.98px) {
    .address-divider {
      margin: 10px auto;
      border: 0.5px solid;
      width: 100px;
      clear: both;
      display: block; } }

.container {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* Floating Buttons Wrapper */
.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999; }

/* Common Button Style */
.floating-buttons a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease; }

/* WhatsApp Button */
.whatsapp-btn {
  background-color: #25D366; }

/* WhatsApp Icon */
.whatsapp-icon {
  width: 30px;
  height: 30px;
  fill: #ffffff; }

/* Back to Top Button */
.top-btn {
  background-color: #111111;
  font-size: 26px;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px); }

/* Show Back to Top Button on Scroll */
.top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

/* Hover Effect */
.floating-buttons a:hover {
  transform: scale(1.08); }

/* Mobile Responsive */
@media (max-width: 768px) {
  .floating-buttons {
    right: 15px;
    bottom: 15px; }

  .floating-buttons a {
    width: 46px;
    height: 46px; }

  .whatsapp-icon {
    width: 27px;
    height: 27px; }

  .top-btn {
    font-size: 24px; } }
a {
  text-decoration: none !important; }

.footer-social {
  list-style: none;
  padding-left: 0; }
  @media (max-width: 991.98px) {
    .footer-social {
      text-align: center; } }
  .footer-social li {
    float: left;
    padding-right: 10px; }
    @media (max-width: 991.98px) {
      .footer-social li {
        float: none;
        display: inline-block; } }
    .footer-social li a img {
      width: 20px; }

/*# sourceMappingURL=style.css.map */
