/** Shopify CDN: Minification failed

Line 211:8 Expected ":"

**/
.banner__content .banner__box.left.mobile-center {
  max-width: 35%;
  background-color: #5eb8b3;
  border-radius: 27.5px 0 27.5px 27.5px;padding: 4rem 6rem;
}
.banner__content .banner__heading.h2 {
  color: #414142;
  font-weight: 400;
}
.banner__content .button.button--medium {
  background: white;
  color: black;
}
 .banner__content .button::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.98);
    backface-visibility: hidden;
    will-change: transform;
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform-origin: 0% 100%;
    transition: transform 500ms ease;
  }
    .banner__content .button:hover::after {
    animation: shine var(--duration-animate) ease;
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  .banner__content .button.button--medium:hover {
  color: white;
}
  .banner__content .button:hover::after {
    animation: inherit;
  }
  @media screen and (max-width: 1300px) {
    .banner__content .banner__box.left.mobile-center {
  max-width: 50%;}
  }
   @media screen and (max-width: 900px) {
    .banner__content .banner__box.left.mobile-center {
  max-width: 75%;
  }
   }


@media screen and (max-width: 749px) {
  .banner__content .banner__box.left.mobile-center{max-width: 100%;}
  .page-width--full-width .banner .banner__content {padding: 0px!important;}
  .banner__content .banner__box.left.mobile-center{padding: 20px;}
  .banner__box.left.mobile-center {
  flex-direction: column;
  padding: 20px 0px !important;
}

}



@media screen and (max-width: 749px) {
  .collection-list__item .card__text .h3 {white-space: normal !important;}
}

.multicolumn .multicolumn-card__info .button {
  margin-top: auto; align-self: center !important;background: white!important;
  color: black!important;
}
.custom-class #ContactForm-template--19182739357865__form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.custom-class .section--padding {
  background-color: #fefbf6;
  text-align: center;
}
.custom-class .section--padding .contact__fields {
  grid-template-columns: repeat(1,1fr) !important;}
  .section--padding input{
  border-radius: 10px;
  overflow: hidden;
  background: white;
}
.custom-class .section--padding #ContactForm-template--19182739357865__form-body {
    border-radius: 10px;
  overflow: hidden;
  background: white;
}
.custom-class .section--padding .button:hover {
  background: #5eb8b3;
    background-color: rgb(94, 184, 179);
  background-color: rgb(94, 184, 179);
  color: #fff;
}
@media screen and (max-width: 749px) {
  .mobile-center .multicolumn-list__item .multicolumn-card__info {
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 990px) {
  .multicolumn .grid--2-col .grid__item {
    width: calc(50% - var(--grid-horizontal-spacing) / 2);
    max-width: inherit; 
  }
}















.footer__content-top.page-width {
	border-bottom: solid 0.1rem rgb(215, 217, 221);
	margin-bottom: 30px;
}

.list-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-inline-start: -1.2rem;
}

.social-sharing {
  column-gap: 2rem;
  row-gap: 1rem;
  margin-inline-start: 0;
}

@media screen and (min-width: 750px) {
  .social-sharing {
    column-gap: 3rem;
  }
}

.list-social__link {
  position: relative;
  z-index: 1;
  background: none;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 4.4rem;
  height: 4.4rem;
  transition-property: color;
}

.list-social__link::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: rgb(var(--color-link));
  transform: scale(0);
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .list-social__link:hover {
    color: rgb(var(--color-background));
  }

  .list-social__link:hover::after {
    transform: scale(1);
  }
}

.list-social__link .icon {
  margin: 0;
}

.social-sharing__link {
  height: 4.4rem;
  display: flex;
  align-items: center;
}

.social-sharing__link::before,
.social-sharing__link::after {
  content: none;
}

.social-sharing__title {
  font-size: 1.3rem;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  display: inline-block;
  vertic
  al-align: middle;
  
}



.link.list-menu__item.list-menu__item--link {
  font-size: 15px;
}

@media (max-width: 767px) {
  .footer .accordion .footer__list-social {
    margin-bottom: 20px;
  }
}
.footer__copyright .copy-item-link {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.502);
  line-height: 2.267;
  text-align: left;
  text-decoration: none;
}
.footer__copyright small.copyright__content {
  font-size: 15px;
  color: rgb(0, 0, 0);
  line-height: 2.267;
  text-align: left;
}


.footer__copyright {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer__copyright .colophon::before {
  top: 0px;
  left: 0;
  height: calc(100% + 0px);
  width: 1px;
  background: #cccccc;
  content: "";
  position: absolute;
}

.footer__copyright .colophon {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .footer__copyright .colophon::before {
    display: none !important;
  }
}

.cnft-arrows {
  background: top;
  border: none;
  cursor: pointer;
}
.custom-sliderclsss .slider-button .icon {width: 2.6rem!important;height: 2.6rem!important;transform: rotateY(180deg);}
.custom-sliderclsss .slider-button.slider-button--prev .icon.icon-back {transform: rotateY(0deg)!important;}
.custom-sliderclsss .price {justify-content: center !important;}
@media screen and (max-width: 989px) {
.custom-sliderclsss .slider.slider--tablet{overflow-x: hidden;}
}
@media screen and (max-width: 749px) {
  .button.button--small {display: none;}

.footer__content-top.page-width {
	border-bottom: none;
	margin-bottom: 0px;
}
}
@media screen and (max-width: 480px) {
  .custom-sliderclsss .grid__item.slider__slide {
    width: 100%!important;
  }
}