/** Shopify CDN: Minification failed

Line 450:97 Expected ":"

**/
@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }

  .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }
}

.footer__content-bottom {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
  padding-top: 3rem;
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    justify-content: center;
  }
}

.footer__localization:empty + .footer__column--info {
  align-items: center;
}

.footer__column {
  width: 100%;
  align-items: flex-end;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 750px) {
  .footer__column--info {
    align-items: flex-end;
  }
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

.footer-block__heading {
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 1400px){
  .footer-block__heading{font-size: 24px;margin-bottom: 15px;}
}
@media screen and (max-width: 991px){
  .footer-block__heading {
      font-size: 21px;
  }
}
@media screen and (max-width: 575px){
  .footer-block__heading {font-size: 18px;}
}
.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__follow-on-shop {
  display: flex;
  text-align: center;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: center;
  flex-grow: 1;
}

.newsletter-form__field-wrapper {
  max-width: 36rem;
}

@media screen and (min-width: 750px) {
  /* Pushes other components to the right of the flexbox */
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
    margin-right: auto;
  }

  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
    left: auto;
  }

  .footer__follow-on-shop {
    margin-bottom: 0.4rem;
  }
  /* Follow on shop is the first button but it has siblings*/
  .footer__follow-on-shop:first-child:not(:last-child) {
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }

  /*
    All three components are present, email, Follow on Shop, and social icons.
    Moves the FoS button next to the social icons so they appear grouped together
  */
  .footer__follow-on-shop:not(:first-child):not(:last-child) {
    justify-content: flex-end;
    text-align: right;
  }
}

@media screen and (max-width: 749px) {
  /*
    On a small screen we want all the items to be centered
    because they will be stacked.
   */
  .footer__list-social.list-social,
  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: center;
  }

  .footer-block__newsletter {
    flex-direction: column;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
}

.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.footer__localization:empty {
  display: none;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 750px) {
  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }

  .footer__localization h2 {
    margin: 1rem 0 0;
  }
}

@media screen and (max-width: 989px) {
  .footer__localization noscript {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 1.5rem;
  }
}

.footer__content-bottom-wrapper--center {
  justify-content: center;
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
    text-align: right;
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }

  .footer-block:only-child li {
    display: inline;
  }
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground), 0.75);
}

.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    color: rgb(var(--color-foreground));
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }

  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  }
}

@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.footer-block__details-content .list-menu__item--link {
  display: inline-block;
}

.footer-block-image {
  display: flex;
}

.footer-block-image.left {
  justify-content: flex-start;
}

.footer-block-image.center {
  justify-content: center;
}

.footer-block-image.right {
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .footer-block-image,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    justify-content: center;
  }
}

.footer-block__image-wrapper {
  margin-bottom: 2rem;
  overflow: hidden !important;
}

.footer-block__image-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.footer-block__brand-info {
  text-align: left;
}

.footer-block:only-child .footer-block__brand-info {
  text-align: center;
}

.footer-block:only-child > .footer-block__brand-info > .footer-block__image-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-block-image > img,
.footer-block__brand-info > img {
  height: auto;
}

.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.copyright__content {
  font-size: 1.1rem;
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

.policies {
  display: inline;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.policies li::before {
  content: '\00B7';
  padding: 0 0.8rem;
}

.policies li a {
  padding: 0.6rem 0;
  display: block;
}

@media screen and (min-width: 750px) {
  .policies li a {
    padding: 0;
  }
}
@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (max-width: 749px) {
    .footer .grid {
      margin-left: 0;
    }
  }

  @media screen and (min-width: 750px) {
    .footer__content-top .grid {
      margin-left: -3rem;
    }

    .footer__content-top .grid__item {
      padding-left: 3rem;
    }
  }
}

.footer .footer_cloud_wrapp{display: flex;width: 100%;margin: 0;}
.footer .footer_cloud_image{width: 100%;vertical-align: middle;}
.footer .footer_cloud_image.mobile{display: none;}

.footer .footer-block--newsletter{padding: 50px 0;background: #fff;}
.footer .footer-block--newsletter .footer-block__newsletter{display: flex;justify-content: space-between;gap: 50px;max-width: 1235px;margin: 0 auto;}
.footer .footer-block--newsletter .footer_newsletter-heading{display: flex;text-align: left;gap: 20px;align-items: center;width: calc(45% - 25px);}
.footer .footer-block--newsletter .footer_newsletter-heading svg{flex-shrink: 0;height: 70px;width: 70px;}
.footer .footer-block--newsletter .footer_newsletter-heading p{margin: 6px 0 0;font-size: 18px;line-height: normal;}
.footer .footer-block--newsletter .footer-block__heading{margin-bottom: 0;}
.footer .footer-block--newsletter .newsletter-form{max-width: 100%;width: calc(55% - 25px);margin 0;}
.footer .footer-block--newsletter .newsletter-form .newsletter-form__field-wrapper{max-width: 100%;}

.footer .footer-block--newsletter .newsletter-form .footer-newsletter-field{display: flex;}
.footer .footer-block--newsletter .newsletter-form .footer-newsletter-field .field__input{border: 1px solid #313131;border-right: 0;background: #FFF;padding: 17px 30px;border-radius: 45px 0 0 45px;margin: 0;height: auto;font-size: 18px;line-height: normal;box-shadow: unset;}
.footer .footer-block--newsletter .newsletter-form .footer-newsletter-field .field__input::placeholder{opacity: 1;color: #404040;}
.footer .footer-block--newsletter .newsletter-form .footer-newsletter-field .btn{font-size: 18px;font-weight: 500;line-height: normal;padding: 10px 25px;background: #313131;border: 0;border-radius: 0 45px 45px 0;flex-shrink: 0;color: #fff;}
.footer .footer-block--newsletter .newsletter-form .bottom_text{font-size: 18px;font-weight: 400;line-height: normal;margin-top: 18px;}

.footer .footer__bottom-wrapper{background: linear-gradient(357deg,#F7C6B7 5%,#FFF 83%);}

.footer .footer__content-top{display: flex;gap: 50px;justify-content: space-between;padding-bottom: 65px;padding-top: 50px;}
.footer .footer__content-top .footer-block__brand-info{width: calc(40% - 25px);}
.footer .footer__content-top .footer-block__brand-info .footer__list-social.list-social{margin-top: 70px;justify-content: flex-start;}
.footer .footer__content-top .footer-block__brand-info .list-social .list-social__link{gap: 10px;padding: 5px 12px;border-radius: 43px;border: 1px solid #313131;text-decoration: none;line-height: normal;}
.footer .footer__content-top .footer-block__brand-info .list-social .list-social__link .visually-hidden{position: relative!important;overflow: unset;width: auto;height: auto;margin: 0;clip: unset;}
.footer .footer__content-top .footer-block__brand-info .list-social .list-social__link svg{height: 30px;width: 30px;}

.footer .footer__content-top .footer__blocks-wrapper{width: calc(60% - 25px);display: flex;justify-content: flex-end;gap: 50px;}
.footer .footer__content-top .footer__blocks-wrapper .footer-block{width: 25%;}
.footer .footer__content-top .footer__blocks-wrapper .footer-block li{margin:0 0 10px;}
.footer .footer__content-top .footer__blocks-wrapper .footer-block .list-menu__item--link{font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;padding: 0;}

.footer .footer__content-bottom{padding: 20px 0;border: 0;}
.footer .footer__content-bottom .list-payment{padding: 0;}
.footer .footer__content-bottom .footer__payment{margin: 0 0 20px;}
.footer .footer__content-bottom .footer__copyright{margin-top: 0;}
.footer .footer__content-bottom .footer__copyright .copyright__content{font-size: 16px;font-weight: 500;line-height: normal;}
.footer .footer__content-bottom .footer__copyright .copyright__content a{text-decoration-line: underline;}

@media screen and (max-width: 1400px){
  .footer .footer-block--newsletter {padding: 35px 0;}
  .footer .footer-block--newsletter .footer-block__newsletter{gap: 25px;}
  .footer .footer-block--newsletter .footer_newsletter-heading{width: calc(45% - 12px);}
  .footer .footer-block--newsletter .footer_newsletter-heading svg {height: 55px;width: 55px;}
  .footer .footer-block--newsletter .footer_newsletter-heading p{font-size: 16px;}
  .footer .footer-block--newsletter .newsletter-form{width: calc(55% - 12px)}
  .footer .footer-block--newsletter .newsletter-form .footer-newsletter-field .field__input{padding: 17px 20px;font-size: 16px;}
  .footer .footer-block--newsletter .newsletter-form .footer-newsletter-field .btn{font-size: 16px;padding: 10px 20px;}
  .footer .footer-block--newsletter .newsletter-form .bottom_text{font-size: 16px;}
  
  .footer .footer__content-top .footer-block__brand-info .footer-block__image-wrapper img{max-width: 270px;}

  .footer .footer__content-top .footer-block__brand-info .footer__list-social.list-social {margin-top: 50px;}
  .footer .footer__content-top .footer-block__brand-info .list-social .list-social__link {gap: 7px;padding: 5px 8px;font-size: 12px;}
  .footer .footer__content-top .footer-block__brand-info .list-social .list-social__link svg {height: 25px;width: 25px;}

  .footer .footer__content-top{padding-top: 40px;padding-bottom: 50px;}
  .footer .footer__content-top .footer__blocks-wrapper{gap: 20px;}
  .footer .footer__content-top .footer__blocks-wrapper .footer-block li{margin-bottom: 5px;}
  .footer .footer__content-top .footer__blocks-wrapper .footer-block .list-menu__item--link {font-size: 16px;}

  .footer .footer__content-bottom .footer__copyright .copyright__content {font-size: 14px;}
  
}

@media screen and (max-width: 991px){
  .footer .footer-block--newsletter .footer-block__newsletter{flex-direction: column;align-items: center;}
  .footer .footer-block--newsletter .footer_newsletter-heading{width: fit-content;}
  .footer .footer-block--newsletter .footer_newsletter-heading p {font-size: 14px;}
  .footer .footer-block--newsletter .footer_newsletter-heading svg {height: 48px;width: 48px;}
  
  .footer .footer-block--newsletter .newsletter-form .footer-newsletter-field .field__input{padding: 15px;}
  .footer .footer-block--newsletter .newsletter-form .footer-newsletter-field .btn {font-size: 14px;padding: 10px 15px;}
  .footer .footer-block--newsletter .newsletter-form .bottom_text{font-size: 14px;margin-top: 10px;}

  .footer .footer__content-top{gap: 40px;}
  .footer .footer__content-top .footer-block__brand-info {width: calc(45% - 12.5px);}
  .footer .footer__content-top .footer-block__brand-info .footer-block__image-wrapper img {max-width: 240px;}
  .footer .footer__content-top .footer__blocks-wrapper {width: calc(60% - 12.5px);}
  .footer .footer__content-top .footer__blocks-wrapper .footer-block {width: 45%;}
  .footer .footer__content-top .footer__blocks-wrapper .footer-block .list-menu__item--link {font-size: 14px;}
  
}

@media screen and (max-width: 768px){
  .footer .footer-block--newsletter .newsletter-form{width: 100%;}
  
  .footer .footer__content-top{flex-direction: column;padding-top: 20px;padding-bottom: 20px;}
  .footer .footer__content-top .footer-block__brand-info{width: 100%;}
  .footer .footer__content-top .footer-block__brand-info .footer-block__image-wrapper{margin: 0 auto;display: flex;justify-content: center;}
  .footer .footer__content-top .footer-block__brand-info .footer__list-social.list-social{margin-top: 40px;justify-content: center;}
  .footer .footer__content-top .footer-block__brand-info .list-social .list-social__link{padding: 6px;border-radius: 4px;border: 1px solid #D3D3D3;}
  .footer .footer__content-top .footer-block__brand-info .list-social .list-social__link .visually-hidden{display: none !important;}
  
  .footer .footer__content-top .footer__blocks-wrapper{width: 100%;justify-content: center;}
  .footer .footer__content-top .footer__blocks-wrapper .footer-block {max-width: calc(50% - 10px);width: fit-content;}

  .footer .footer__content-bottom .footer__copyright .copyright__content {font-size: 12px;}
  
  .footer .footer_cloud_image.mobile{display: block;}
  .footer .footer_cloud_image.desktop{display: none;}
}

@media screen and (max-width: 575px){
  .footer .footer-block--newsletter{padding: 20px 0;}
  .footer .footer-block--newsletter .footer_newsletter-heading{gap: 15px;}
  .footer .footer-block--newsletter .footer-block__newsletter {gap: 17px;}
  .footer .footer-block--newsletter .newsletter-form .footer-newsletter-field .field__input {padding: 13px 15px;font-size: 11px;}
  .footer .footer-block--newsletter .newsletter-form .footer-newsletter-field .btn {font-size: 11px;padding: 9px 10px;}
  .footer .footer-block--newsletter .newsletter-form .bottom_text {font-size: 12px;}

  .footer .footer__content-top{padding-bottom: 0;}
}






/* Cloud background page wise */
body.template-about-us .footer .footer_cloud_wrapp,
body.template--index .footer .footer_cloud_wrapp {background: #FDEAE6;}
body.template-why_montessori .footer .footer_cloud_wrapp {background: #FDEAE6;}
body.template--collection .footer .footer_cloud_wrapp {background: #fdeae6;}



