/** Shopify CDN: Minification failed

Line 119:2 Unexpected "{"
Line 119:3 Expected identifier but found "%"
Line 119:56 Unexpected "{"
Line 119:57 Expected identifier but found "%"

**/
span.footer-arrow {
    display: none;
    font-size: 23px;
}
.shop-by-age .shop-by-age-heading{
    margin-bottom: 20px;
    margin-top: 50px;
}

.footer__copyright{
  margin-top: 0rem !important;
}

.footer__content-bottom-wrapper {
    justify-content: space-between;
    align-items: center;
}

.policies li:before{
  content: none !important;
}

.footer_policies .policies {
  display: flex !important;
  gap: 12px !important;   /* adjust spacing as you like */
  justify-content: center; /* optional: center them */
}

.copyright__content{
  color: #1A202C;
  font-weight: 600;
}

.section-template--20559869804781__featured_collection-padding{
    padding-top: 50px;
}

.collection .slider-mobile-gutter .grid .grid__item .card-wrapper .card .card__content .card__information .product_content p{
    letter-spacing: normal;
    line-height: 1.67em;
}

.card-information {
    width: 94%;
}
 
.card-wrapper .card .card__content{
    width: 94%!important;
}

.card--standard>.card__content .card__information{
    padding-bottom: 6px;
}

.custom-image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content .image-with-text__text.rte.body {
    margin-bottom: 20px;
    margin-right: 180px;
}

.custom-image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content .image-with-text__text.rte.body h3{
    font-size: 16px;
    font-family: 'Open Sans';
    letter-spacing: normal;
}

.image-with-text .gradient{
    border: none;
}

footer.footer.color-scheme-1.gradient.section-sections--20559870263533__footer-padding .footer__content-top{
    padding-top: 161px;
    padding-bottom: 20px;
}

/* Testimonial CSS */
.happy-parents {
  padding: 100px 0;
}
.hp-heading {
  text-align:center;
  margin-bottom:40px;
}
.hp-heading h2{
  font-size:45px;
  font-weight:700;
  margin: 0px;
  letter-spacing: -1px;
}

.hp-heading h2 strong {
    color: #3F58A1;
}

.hp-heading p{
  font-size:16px;
  color:#000;
  letter-spacing: normal;
  margin: 0px;
}

.hp-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}
.testimonial-card{
  background: #F8F8F8;
  border-radius:14px;
  padding:20px;
  padding-bottom: 15px;
  {% comment %} box-shadow:0 3px 10px rgba(0,0,0,0.05); {% endcomment %}
}
.thumb img{
  width:100%;
  border-radius:10px;
}

.stars{
  color:#f7b400;
  margin-top:10px;
  font-size:18px;
}
.review-text{
  font-size:12px;
  margin-top:10px;
  color: #838383;
  letter-spacing: normal;
    line-height: 18px;
}
.user-name{
  font-size:14px;
  margin-top:8px;
  font-weight:600;
  color:#444;
}

h2.footer-block__heading.rte {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 20px;
}

.footer-block .footer-block__heading{
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 600;
}

a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 13px;
    letter-spacing: normal;
    color: #000;
    line-height: 36px;
}

.footer__content-bottom.scroll-trigger.animate--slide-in {
    padding: 0px;
}

.footer-block .footer-block__brand-info {
    width: 85%;
}

.footer__content-top .grid{
    column-gap: 0rem !important;
    row-gap: 0;
}

.newsletter-form__button{
    width: 10.4rem !important;
    height: 100% !important;
    /* align-items: flex-end !important; */
}

.newsletter-form__field-wrapper .field__input{
    background-color: #F2C32B;
}
.newsletter-form__button .sub-btn {
    padding: 5px 9px 5px 9px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 1.4rem;
    cursor: pointer;
    align-items: center;
}

.newsletter-form__button .sub-btn:hover {
  opacity: 0.8;
}
.footer__content-top .grid {
      gap: 126px;
    }
.footer-block.grid__item.footer-block--menu{
  width: 14%;
}

.gif-video-title {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

/* Black fade effect at bottom of image */
.gif-video-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

/* Title text styling */
.gif-product-title {
  position: absolute;
  bottom: 10px;
  left: 12px;
  right: 12px;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 991px){
  .HomeBannerSlide .mobile-banner img{
    object-fit: fill !important;
  }
}

@media screen and (max-width: 768px){
    .shop-by-age-items.desktop {
    display: none;
  }
  .shop-by-age-mobile{
    row-gap: 20px !important;
  }
  .shop-by-age-category {
    padding: 10px 0;
    width: 100%;
    height: 100px;
  }

  .shop-by-age-category p {
    margin: 0;
  }

  /* Keep “Shop by Age” centered */
  .shop-by-age-heading {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 749px) {
  .shop-by-age-items.desktop {
    display: none;
  }
  span.footer-arrow {
    display: block;
}
  /* .shop-by-age-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 20px;
  } */

  .shop-by-age-category {
    padding: 10px 0;
    width: 100%;
    height: 75px;
  }

  .shop-by-age-category p {
    margin: 0;
  }

  /* Keep “Shop by Age” centered */
  .shop-by-age-heading {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 35px !important;
  }
  .multicolumn .title-wrapper-with-link{
    margin-bottom: 0rem !important;
  }
  .custom-image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content .image-with-text__text.rte.body{
    margin-right: 0rem;
  }
  .custom-image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content{
    margin: 0rem !important;
  }

  .happy-parents {
    padding: 40px 0;
  }
  .hp-heading{
    margin-bottom: 10px;
  }

  .hp-heading h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .thumb img {
    width: 100%;
    border-radius: 14px;
  }

  .review-text {
    font-size: 13px;
    line-height: 18px;
    margin-top: 8px;
    color: #555;
  }

  .happy-parents {
    padding: 40px 0 !important;
  }

  .hp-heading p {
    font-size: 14px;
  }

  .hp-grid {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 10px;
  }

  .hp-grid::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
  }

  /* Card styles */
  .testimonial-card {
    min-width: 85%;        
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    scroll-snap-align: center;
    box-shadow: 0px 4px 18px rgba(0,0,0,0.08);
  }

  .user-name {
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
  }

  /* Mobile view of footer */
  Footers.footer.color-scheme-1.gradient.section-sections--20559870263533__footer-padding{
    background: url(/cdn/shop/files/Vector_7766_1.png?v=1764834965);
    background-size: cover;
  }
  .footer__blocks-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 0px !important;
  }

  .footer-block {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 15px;
  }

  .footer-block__heading {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 0;
    padding: 1px;
  }

  .footer-block__details-content {
    display: none;
    padding: 5px 0 10px 0;
  }

  .footer-block.open .footer-block__details-content {
    display: block !important;
  }

  .footer-block.open .footer-arrow {
    transform: rotate(180deg);
  }

  .footer-arrow {
    transition: 0.3s ease;
  }

  .footer-block__details-content a {
    padding: 6px 0;
    display: block;
    font-size: 14px;
    opacity: 0.85;
  }

  .footer__list-social {
    margin-top: 20px;
  }

  .footer-block__newsletter {
    width: 100%;
    text-align: center;
  }
  .collection .slider-mobile-gutter .grid .grid__item {
    width: 227px !important;
}
.collection .slider-mobile-gutter .grid{
    gap:20px !important;
}
.footer__content-top.page-width {
    padding: 0 20px 0 20px;
}
.footer-block .footer-block__heading{
  margin: 0.9rem 0rem 0.9rem 0rem;
  align-items: end;
}
.newsletter-form__button .sub-btn{
  padding: 10px;
}

}





