/** Shopify CDN: Minification failed

Line 898:2 Unexpected "@media"

**/
*{
  box-sizing: border-box;
}

.hgreen{
  color: #629B8D !important;
}

.cta-button {
  background-color: #629B8D;
  color: #fff;
  padding: 14px 32px;
  text-decoration: none;
  border-radius: 100px;
  display: inline-block;
  line-height: 1;
}

/* Custom Reviews Section */

.custom-reviews-section {
  padding: 80px 0;
}
.custom-reviews-section .custom-review-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}


.custom-reviews-section .custom-review-image{
  max-width: 437px;
}
.custom-reviews-section .custom-review-item  .custom-review-image img {
  max-width: 100%;
  aspect-ratio: 437 / 546;
  object-fit: cover;
}

.custom-review-content{
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.custom-review-content h2{
  color: #455290;
  font-size: 40px;
  margin: 10px 0 16px;
}

.custom-reviews-section .subtitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #242323;
  margin-bottom: 16px;
  font-weight: bold;
}

.custom-review-content .review-image{
  max-width: 128px;
  margin-bottom: 16px;

  img{
    width: 100%;
  }
}
.custom-reviews-section .text {
  font-size: 24px;
  color: #242323;
  margin: auto 0;
  font-weight: 500;
  line-height: 130%;
}
.custom-reviews-section .btn {
  padding: 14px 32px;
  border-radius: 100px;
  color: #455290;
  border: 2px solid #455290;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  margin-bottom: 20px;
  line-height: 1;
  margin-top: 20px;
}

.custom-reviews-section .swiper-button-prev, .custom-reviews-section .swiper-button-next{
  display: block;
  position: initial;
}


.custom-reviews-section .swiper-button-prev::after , .custom-reviews-section .swiper-button-next::after{
  font-size: 20px !important;
  color: #455290;
}

.swiper-button-container{
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.custom-reviews-section .swiper-pagination{
  display: none;
}

@media screen and (max-width: 980px){
   .custom-reviews-section .text{
     font-size: 20px;
   }
}

@media screen and (max-width: 768px){
  .custom-review-content{
    align-items: center;
  }
  .custom-reviews-section .custom-review-item{
    flex-wrap: wrap;
    justify-content: center;
  }

  .custom-reviews-section .custom-review-item{
    text-align: center;
    align-items: center;
  }

  .custom-reviews-section .swiper-button-prev, .custom-reviews-section .swiper-button-next{
    display: none;
  }

  .custom-reviews-section .swiper-pagination{
  display: block;
}
  
}

/* Custom Image with Text */

.custom-image-with-text {
  padding: 80px 1.5rem;
}
.custom-image-with-text .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.custom-image-with-text.image-left .text-block {
  order: 2;
}
.custom-image-with-text.image-left .image-wrapper {
  order: 1;
}
.custom-image-with-text .text-block {
  max-width: 465px;
}
.custom-image-with-text .subheading {
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.custom-image-with-text .heading {
  font-size: 40px;
  margin: 0 0 24px;
  line-height: 130%;
  font-weight: 500;
}
.custom-image-with-text .description {
  font-size: 16px;
  line-height: 130%;
  margin-top: 0;
  color: #242323;
  margin-bottom: 20px;
}

.custom-image-with-text .image-wrapper {
  position: relative;
  max-width: 577px;
}

.custom-image-with-text .main-image {
  width: 100%;
  aspect-ratio: 577 / 400;
  object-fit: cover;
}

.custom-image-with-text .badge-overlay {
  position: absolute;
  bottom: -40px;
  left: -60px;
  width: 160px;
  max-width: 30vw;
}

.badge-overlay {
  display: inline-block;              
  animation: badge-spin 12s linear infinite; 
  transform-origin: center center;    
  will-change: transform;             
}

@keyframes badge-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Responsive */
@media screen and (max-width: 768px) {
  .custom-image-with-text .content-wrapper {
    flex-direction: column;
  }
  .custom-image-with-text .text-block,
  .custom-image-with-text .image-wrapper {
    order: initial !important;
    flex: 1 1 100%;
  }
  .custom-image-with-text .badge-overlay {
    bottom: -20px;
  }

  .custom-image-with-text{
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .custom-image-with-text .main-image {
    aspect-ratio: 366 / 400;
  }
  .custom-image-with-text .badge-overlay {
    top: -60px;
    right: 20px;
    left: unset;
  }
}

/* Card product */

.product-card-wrapper .card__heading a{
  font-family: "itc-avant-garde-gothic-pro";
  color: #131413;
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 16px
}

.product-card-wrapper .card__heading a:hover{
  text-decoration: none;
}
.product-card-wrapper .card__information{
  padding-bottom: 0;
}
.product-card-wrapper .card-information{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0;
}

.product-card-wrapper .price__regular{
  color: #131413;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 24px;
  font-family: "itc-avant-garde-gothic-pro";
}

.product-card-wrapper .card__content{
  display: flex;
  flex-direction: column;
}

.product-card-wrapper .quick-add{
  margin-top: auto !important;
}


.product-card-wrapper .button{
  padding: 8px 32px 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  color: #ECE8E2;
  font-size: 13px;
  background: #629B8D;
  font-family: "itc-avant-garde-gothic-pro";
  border-radius: 100px;
  transition: ease 0.3s;
  border: 2px solid transparent;
}

.product-card-wrapper .button::hover{
  transform: scale(1.05);
  transition: ease 0.3s;
  border: 2px solid #629B8D;
  color: #629B8D;
}

.product-card-wrapper .button::after{
  display: none;
}

/* Featured collection - DEV */
.custom-featured-collection {
  padding: 80px 0;
}

.custom-featured-collection .swiper-button-next,
.custom-featured-collection .swiper-button-prev {
  display: block;
  color: black;
}

.custom-featured-collection .swiper-button-next::after,
.custom-featured-collection .swiper-button-prev::after{
  font-size: 20px;
}

.custom-featured-collection .swiper-button-next{
  text-align: end;
}

.custom-featured-collection .swiper-slide{
  height: unset;
}

.custom-featured-collection .page-width{
  position: relative;
}

@media screen and (max-width: 500px){
  .custom-featured-collection .swiper-button-next,
.custom-featured-collection .swiper-button-prev{
  display: none;
}
}

/* Reviews carousel DEV */

.reviews-carousel-dev {
  padding: 80px 0;
}
.reviews-carousel-dev .swiper-slide {
  padding: 14px 2rem 2rem;
  border-radius: 12px;
  text-align: center;
  color: white;
}
.reviews-carousel-dev .review-text {
  font-size: 20px;
  color: #ECE8E2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 1.5rem;
  line-height: 1.3;
}
.reviews-carousel-dev .review-author {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #BBAACB;
}
.reviews-carousel-dev .swiper-pagination-bullets {
  margin-top: 2rem;
  text-align: center;
}
.reviews-carousel-dev .swiper-pagination-bullet {
  background: white;
  opacity: 0.4;
}
.reviews-carousel-dev .swiper-pagination-bullet-active {
  opacity: 1;
}
.reviews-carousel-dev .reviews-carousel-item{
  min-height: 169px;
}
.reviews-carousel-dev .swiper-pagination-horizontal{
  bottom: 0;
}

@media screen and (max-width: 700px){
  .reviews-carousel-dev{
    display: none; 
  }
}

/* Email Signup DEV */

.email-signup-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%
}
.email-signup-block .signup-image {
  width: 50%;
  max-width: 50%%;
}
.email-signup-block .signup-image img {
  width: 100%;
  height: auto;
  display: block;
}
.email-signup-block .signup-content {
  width: 50%;
  padding: 3rem;
  padding-left: 95px;
  text-align: left;
  color: #1a1a1a;
}
.email-signup-block .signup-content h2 {
  font-size: 40px;
  margin-bottom: 24px;
  font-family: 'Gopher', sans-serif !important;
  color: #455290;
  font-weight: 500;
}
.email-signup-block .signup-content p {
  font-size: 16px;
  margin-bottom: 2rem;
  font-weight: 500;
  color: #455290;
}
.email-signup-block .signup-form {
  display: flex;
  gap: 0.5rem;
  max-width: 555px;
  background: white;
  border-radius: 100px;
  padding: 12px 24px;
}
.email-signup-block .signup-form input[type="email"] {
  flex: 1;
  border: none;
  outline: none !important;
  font-family: "itc-avant-garde-gothic-pro";
}

.email-signup-block .signup-form input[type="email"]:focus-visible{
  outline: none !important;
  border: none;
  box-shadow: none !important;
}
.email-signup-block .signup-form button {
  border: none;
  color: #242323;
  font-weight: bold;
  cursor: pointer;
  background: #ffffff;
  letter-spacing: 1.4px;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: "itc-avant-garde-gothic-pro";
}
@media screen and (max-width: 768px) {
  .email-signup-block .signup-image,
  .email-signup-block .signup-content {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .email-signup-block .signup-content {
    padding: 2rem;
    padding-bottom: 80px;
  } 

  .email-signup-block .signup-image img{
    aspect-ratio: 1;
    object-fit: cover;
  }
}

/* Contact info dev */

.contact-info-dev {
  padding: 8rem 0;
}
.contact-info-dev__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
}

.contact-info-dev__left {
  max-width: 497px;
  flex: 1;
}

.contact-info-dev__right {
  max-width: 551px;
  flex: 1;
}

.contact-info-dev__title {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 500;
  color: #629B8D;
  margin-bottom: 8px;
  font-family: 'Gopher', sans-serif;
}

.contact-info-dev__heading {
  font-size: 32px;
  font-weight: 600;
  color: #629B8D;
  margin-bottom: 24px;
  font-family: 'Gopher', sans-serif;
  margin-top: 0;
}

.contact-info-dev__text {
  font-size: 16px;
  color: #333;
  line-height: 1.3;
  margin-bottom: 24px;
  margin-top: 0;
  color: #000;
}

.contact-info-dev__label {
  font-weight: bold;
  color: #629B8D;
  margin-bottom: 2px;
  font-size: 14px
}

.contact-info-dev__value {
  margin-bottom: 20px;
  color: #1a1a1a;
  font-weight: 500;
  text-decoration: none;
}

.contact-info-dev__value a {
  color: inherit;
  text-decoration: none;
}

.contact-info-dev__map img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

@media screen and (max-width: 1080px) {
  .contact-info-dev__wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .contact-info-dev__left,
  .contact-info-dev__right {
    max-width: 100%;
  }
}

/* Main Collection Product Grid */

  #FacetFiltersForm .field__input{
    background: transparent !important;
    color: #455290 !important;
  }
  .facet-filters__label{
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-family: "itc-avant-garde-gothic-pro" !important;
    color: #455290 !important;
  }

  .facets__summary{
    color: #455290 !important;
  }

  .facet-checkbox__text-label, .facets__selected{
    color: #455290 !important;
  }

 .facet-filters__field .select__select{
   font-weight: bold;
       font-family: "itc-avant-garde-gothic-pro" !important;
    color: #455290 !important;
 }

.facets__heading--vertical{
     font-weight: 700;
       font-family: "itc-avant-garde-gothic-pro" !important;
    color: #455290 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.4px;
}

/* Main product */

.product-collections.type_label--breadcrumbs{
  margin-top: 0;
  margin-bottom: 32px;
}

.product__info-wrapper .product__info-wrapper{
  margin-bottom: 0;
}

.product__info-wrapper .type_body--body-large{
  margin-bottom: 20px;
}

/* Hero Banner DEV */

.page-template .hero-banner-dev__wrapper{
  margin-top: 77px;
}

.hero-banner-dev__overlay {
  background-color: var(--overlay-color, transparent);
}

.hero-banner-dev__text-block {
  max-width: 550px;
  padding: 2rem;
  color: #000;
}

.hero-banner-dev__paragraph {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 24px;
  margin-top: 0;
}

.hero-banner-dev__button {
  display: inline-block;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 9999px;
  background-color: var(--button-bg, #e24474);
  color: var(--button-color, #ffffff);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .hero-banner-dev__wrapper {
    aspect-ratio: auto;
    background-image: none !important;
    flex-direction: column;
    padding: 32px 0;
    padding-bottom: 0px !important;
  }

  .page-template .hero-banner-dev__wrapper{
    padding-top: 87px !important;
  }

  .hero-banner-dev__text-block {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 24px 20px;
  }

  .hero-banner-dev__heading{
    font-size: 28px !important;
    line-height: 1.3 !important;
    margin-bottom: 16px;
    padding: 0;
  }

  .hero-banner-dev__paragraph{
    margin-bottom:16px;
    font-size: 13px;
  }

  .hero-banner-dev__button{
    font-size: 14px;
  }

  .hero-banner-dev__content{
    padding: 0 !important;
  }
}

/* Body */

.pdp{
  background: #ffffff;
}

.pdp .gradient{
  background: #ffffff !important;
}

.pdp .footer{
  background: #455290 !important;
}
/* Block */

.block--callout{
  width: 33%;
}

.block--button{
  
}

@media screen and (max-width: 990px){
  .block--callout{
    width: 100%;
  }
}

.rating-image{
  max-width: 90px;
  width: 100%;
}

/* Collapsible Content */

.collapsible-content__wrapper .accordion-row{
  max-width: 550px;
}

.collapsible-content__wrapper .only-accordion .accordion-row{
  max-width: 100%;
  
}

.collapsible-content__wrapper .collapsible-content__grid{
  justify-content: space-between;
}

.accordion-minutes{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-family:"itc-avant-garde-gothic-pro";
  margin-bottom: 8px;
}

.accordion-price{
  font-size: 20px;
  font-family:"itc-avant-garde-gothic-pro";
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-price:last-of-type{
  margin-bottom: 24px;
}


.accordion__title{
  font-size: 24px;
  font-family:"itc-avant-garde-gothic-pro";
}

.accordion__content{
  margin-top: 9px;
}

.accordion__content p{
  color: #242323;
  font-family:"itc-avant-garde-gothic-pro";
  line-height: 1.3;
}

.accordion__content p:first-of-type{
  margin-top: 0;
}

/* Book consultation DEV */

.hero-products-section{
  padding-top: 80px;
  padding-bottom: 80px;
}

.mobile-up svg, .mobile-down svg{
  width: 100% !important;
}

@media screen and (max-width: 768px){
  .hero-products-section{
    padding-top: 48px;
    padding-bottom: 48px;
  }
}


/* Multicolumn */

.multicolumn-card__info .rte p{
  font-family: "itc-avant-garde-gothic-pro";
  font-weight: 500;
  line-height: 1.3;
  font-size: 14px;
}

.multicolumn-card__info h3{
  font-size: 24px;
}

@media screen and (max-width: 767px){
  .rich-text .rich-text__blocks{
    padding: 0 !important;
  }
}

/* Rich Text */

.rich-text__text p{
  line-height: 130%;
  font-size: 16px;
}

/* ATC icon */

.button-content{
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: normal;
}
.atc-icon{
  display: flex;
  width: 20px;
  height: 20px;
}

/* Footer */

.footer-block__brand-info{
  p{
    color: #BBAACB;
  }

  a{
    text-decoration: none !important;
  }
}

.footer-block__details-content .list-menu__item--link, .copyright__content a{
  color: #ECE8E2 !important;
}

@media screen and (min-width: 600px){
  .footer-block--menu{
    max-width: 170px !important;
  }
}

@media screen and (max-width: 600px){
  .footer .menu-1 a{
    justify-content: center;
  }

  .footer .menu-2 ul{
    justify-content: space-evenly;
    display: flex;
  }

  .footer-block__brand-info .rte{
    display: none;
  }
}

/* Footer mobile info */

  .mobile-contact-bar {
    display: none;
  }x

  @media (max-width: 499px) {
    .mobile-contact-bar {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 1.5rem 1rem;
    }

    .mobile-contact-bar p {
      margin: 0;
      font-size: 15px;
      display: flex;
      width: 50%;
      justify-content: center;
    }

    .mobile-contact-bar p:last-of-type{
      width: 100%;
    }

    .mobile-contact-bar a {
      color: inherit;
      text-decoration: none;
      font-weight: 600;
    }

    .footer__content-top{
      padding-bottom: 0 !important;
    }

    .footer-block.grid__item{
      margin-bottom: 0 !important;
    }

    .footer .menu-2 ul{
      margin-bottom: 0 !important;
    }

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

    .hero-products-section h2{
      font-size: 26px !important;
    }
  }

.page-template .section-header .gradient{
  background: transparent;
}

.page-template .section-header .menu-drawer.gradient{
  background: #EDE7E1;
}

.page-template .hero-banner-dev{
  margin-top: -81px;
}

.accordion__title{
  font-family: "Gopher" !important;
}


.accordion p{
  color: #455290 !important;
}

@media screen and (max-width: 768px){
  .collapsible-content .collapsible-content__grid-item{
    order: 2;
    margin-top: 30px;
  }

  .collapsible-content .accordion-row{
    order: 1;
  }
}

/* Invisible header */

.home-page .hero-banner-dev, .collection-page .hero-banner-dev{
  margin-top: -81px;
}

.home-page .header-wrapper{
  background: transparent !important;
}

#home-hero{
  padding-top: 77px;
}

#home-hero .hero-banner-dev__wrapper{
  background-position: center top;
}

.header-wrapper{
  background: transparent !important;
}
#shop-hero{
  margin-top: -77px;
  padding-top: 77px;
}
.product__info-container .product-form__quantity .quantity
.shopify-section-header-sticky{
  background-color: #EDE7E1 !important;
}

.header__active-menu-item{
  font-weight: bold;
  color: #455290;
}

.product-form__buttons .btn{
  padding: 1rem 32px;
  border-radius: 100px;
  color: white;
  border: 2px solid #455290;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  background: #455290;
  line-height: 1;
  font-size: 16px;
  align-items: center;
}

.product-form__buttons .btn span{
  display: flex;
  gap: 10px;
  align-items: center;
}

.product-form__buttons .btn svg path{
  stroke: white;
}



.button_header-container{
  position: relative;
}

.header-buttons{
  display: none;
  margin-top: 10px;
  position: absolute;
  width: 100%;
}

.cta-button_header .material-symbols-outlined{
  transform: rotate(180deg);
  transition: 0.3s ease all;
}


.cta-button_header.active .material-symbols-outlined{
  transform: rotate(0deg);
  transition: 0.3s ease all;
}

.header-buttons a{
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 1000px;
    background: white;
    color: #455290;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border: 2px solid transparent;
        font-size: clamp(8px, 1vw, 14px) !important;
    padding: clamp(4px, 1vw, 14px) clamp(8px, 1vw, 14px);
    margin: auto clamp(12px, 1vw, 14px) !important;
    text-decoration: none; 
    text-align: center; 
    transition: ease 0.3s;
}

.header-buttons a:hover{
  background: #455290;
  color: white;
  transition: ease 0.3s;
}

.header-buttons.active{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-open .header{
  background: #ede7e1 !important;
}

  .variant-buy-container{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }
  .product-form__input{
    flex: unset !important;
    width: fit-content !important;
  }

  .card .atc-icon path{
    stroke: white !important;
  }


@media screen and (max-width: 768px){

  .cta-button_header{
    border: none !important;
    padding: 1.1rem 3rem !important;
    text-decoration: none !important;
    font-size: 1.8rem !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .cta-button_header span{
    color: #455290 !important;
  }

  .header-buttons a{
    margin: 0 3rem !important;
    font-size: 1.8rem !important;
    background: #455290  !important;
    color: white !important;
    text-align: left;
    padding-left: 30px;
  }
}

@media screen and (max-width: 400px){
  .quantity__button{
    width: 20px !important;
  }
}

@media screen and (max-width: 311px){
  .variant-buy-container{
    gap: 0;
    flex-direction: column;
  }
}
