/** Shopify CDN: Minification failed

Line 66:0 Unexpected "<"
Line 113:0 Unexpected "<"
Line 1036:24 Expected identifier but found "@"

**/
/* global */
body *, h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
	font-family:'ArsonPro',sans-serif;
}

  .d-none{
  display:none !important;
}
.d-mobile{
  display:none;
}
.d-desktop{
}

/* text */

.text--bold{
  font-weight:700;
  color: rgba(var(--color-foreground),.75);
    }

/* icon */
.product__accordion.accordion summary .icon-caret,.collapsible-content summary .icon-caret{
  top: calc(47% - 0.2rem) ;
}


.icon__substrate{
  position: absolute;
  right: 0.85rem;
  top: calc(30% - 0.2rem);
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  background-color: #B8D6C7;
  width: 25px;
  height: 25px;
}

.icon__substrate--description{
	 right: 0.7rem;
}

.accordion .icon.icon-caret{
	position:static;
}

/*announcement-bar */

<style>
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
  .slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
  .slick-initialized .slick-slide {
    display: block;
}
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
  
</style>

/* accordion */

.accordion__title.h4{
	padding-right:30px;
}


/* header */

.header__inline-menu {
  margin: 0 auto;
  font-family: 'ArsonPro';
}

.header__localization-form-wrapper--mobile{
  display:none;
}
.disclosure__list--header{
  display:flex;
}
#HeaderLanguageListDesktop{
  border:none; 
  display:flex;
  min-height:4rem;
  margin: 0;
}
.disclosure__link.disclosure__link--first{
  padding-left:0;
  padding-right:4px;
}
.header__localization-form-wrapper--desktop{
  margin-top:30px;
}
  .disclosure__link.disclosure__link--active{
    text-decoration:underline;
  }


summary .icon-caret {
  top: unset;
}

.product--large .product__title {
  margin: 0;
}

.link--header{
  text-decoration:none;
}

.link--header:hover{
  text-decoration:underline;
  color:rgb(var(--color-foreground));
    }



   .header .weglot-container{
     order:1;
   }
  .header__wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }





/* Banner section */
.banner_inner {
    padding: 30px 0;
}
.banner_container {
  position: relative;
}
.banner_image {
    position: absolute; 
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block !important;
    z-index: 1;
}
.banner_image.hide {
  display: none !important;
}
.banner_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    width: 62px;
    background-color: #fff;
    border: 0.1rem solid rgba(var(--color-foreground),.1);
    border-radius: 50%;
    transform: translate(-50%,-50%) scale(1);
    transition: transform 0.1s ease,color 0.1s ease;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.banner_btn:hover {
    transform: translate(-50%,-50%) scale(1.1);
}
.banner_btn svg {
  width: 16px;
  height: 18px;
}
.banner_video {
    line-height: 0;
}
.banner_video video {
    width: 100%;
    max-width: 100%;
}

/* CTA Banner section */
.cta_banner_section {
    position: relative;
    padding: 30px 0;
}
.cta_banner_bg {
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 18%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block !important;
}
.cta_banner_main {
    position: relative;
    z-index: 1;
}
.cta_banner_inner {
    display: flex;
    align-items: center;
    padding-top: 40px;
}
.cta_banner_visual {
    width: 55%;
}
.cta_banner_cta {
    width: 45%;
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
.cta_banner_cta_block {
    margin-left: -40px;
    background: rgba(255,255,255,.9);
    display: inline-block;
    padding: 45px 50px;
    text-align: center;
}
.cta_banner_cta_block .title {
    margin: 0 0 20px 0;
    padding: 0;
}
.cta_banner_video {
    line-height: 0;
}
.cta_banner_video video {
    width: 100%;
    max-width: 100%;
}
.cta_banner_img {
    line-height: 0;
}
.cta_banner_img img {
    width: 100%;
    max-width: 100%;
}
.cta_banner_btn {
    margin-top: 20px;
}


/* product page  */

.product .thumbnail-slider ul li + li {
    margin-top: 10px;
}

.product__title--golden{
	font-family: 'BrittanySignature';
    letter-spacing: 4px;
    line-height: 2;
    color: #c59b45;
}


.product-form__buttons .product-form__submit{
  background-color:transparent;
  border:1px solid rgba(var(--color-foreground),.75);

    }

.product-form__buttons .product-form__submit:hover,.product-form__buttons .product-form__submit:focus{
  background-color:#b8d7c7;
  border:none;
}

.product-form__buttons .product-form__submit::after{
  display:none;
}


/* multicolumn */

.grid--6-col-desktop {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
}

.grid--6-col-desktop .multicolumn-list__item.grid__item {
  width: 100%;
  min-width: 1px;
  max-width: unset;
  margin: 0;
}

.background-none
.grid--2-col-tablet.grid--6-col-desktop
.multicolumn-list__item {
  margin: 0;
}

.grid--6-col-desktop .multicolumn-card__image-wrapper--third-width {
  width: 37%;
}

.grid--6-col-desktop .multicolumn-card__info {
  padding: 1rem 3.5rem;
}

.grid--6-col-desktop .multicolumn-card__info .rte p {
  font-size: 12px;
}

/* about us page */

.full-width {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

/* footer */

/* top-text-list */

.footer.section-footer-padding {
  padding-top: 0;
}

.footer__top-text-block {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #9ab7a7;
}

.link--footer {
  text-decoration: underline;
  color: rgba(54, 19, 19, 0.7);
}

.link--footer:hover,
.link--footer:focus {
  color: rgba(54, 19, 19, 1);
  text-decoration: none;
}

.top-text-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
}

.footer-block.grid__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-block.grid__item:first-child {
  width: 20%;
}

.footer-block--newsletter {
  margin-right: 120px;
}

.announcement-bar--footer {
  border: none;
  margin-left: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align:end;
  -webkit-align-items:flex-end;
      -ms-flex-align:end;
          align-items:flex-end;
}

.announcement-bar--footer:nth-child(1) {
  margin-left: 0;
}

.announcement-bar__message--footer {
  font-size: 18px;
  padding: 0;
  text-transform: capitalize;
}

.announcement-bar__image--checkmark{
	width:26px;
}

.footer .footer-block__heading{
	font-size:calc(var(--font-heading-scale) * 1.4rem)
}

.footer-block__newsletter .footer-block__heading--newsletter {
  text-align:left;
  margin-bottom: 2.4rem;
  text-transform:uppercase;
}

.footer-block__text {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: left;
}

.footer-block__link {
  text-decoration: none;
}

.footer-block-right {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom:5px;
}

.image-wrapper:last-child{
	margin-bottom:0;
}

.footer-image-text {
  margin-left: 10px;
  font-size:1.3rem;
  
}

.footer-image{
	width:55px;
}


.footer .footer-block__details-content .list-menu__item--link{
	font-size:1.3rem;
}

/* newsletter form */
.footer .newsletter-form {
  margin: 0;
  max-width: unset;
}

.footer .newsletter-form__field-wrapper {
  max-width: unset;
}

/* product card */
.card--card{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
  	-webkit-box-orient:vertical;
  	-webkit-box-direction:normal;
  	-webkit-flex-direction:column;
  	    -ms-flex-direction:column;
  	        flex-direction:column;
}

.link--product-card{
	text-decoration:none;
  	margin-top:25px;
}



.card:hover .link--product-card{
	text-decoration:none;
  	
}



.icon--product-card{
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	        transform: translateX(0px)
    
}

.card:hover .icon-arrow{
	  -webkit-transform: translateX(10px);
	      -ms-transform: translateX(10px);
	          transform: translateX(10px);
}

/* featured collection  */

.featured-collection__card-description {
    font-size: 18px;
    word-break: break-word;
    
}



.card-wrapper:hover .product-form--collection{
  visibility:visible;
  bottom:10%;
}

.product-form--collection{
  visibility:hidden;
  position:absolute;
  z-index:10;
  left: 25%;
  right:25%;
  bottom:0;
  -webkit-transition: bottom .5s ease;
  -o-transition: bottom .5s ease;
  transition: bottom .5s ease; 
}

.product-form__buttons  .product-form__submit--collection{
  color: rgb(var(--color-foreground));
    background-color:#B8D6C7 ;
    border:none ;
    }

.product-form__buttons .product-form__submit--collection:hover,
.product-form__buttons .product-form__submit--collection:focus{
  background-color:#a1bbae ;
}

.card .product-form--mobile{
  display:none ;
  visibility: visible; 
  position: relative;
  z-index: 1;
  left: 0; 
  right: 0;
  bottom: 0;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
  margin-top:auto;

}
.card .product-form--mobile .product-form__submit--collection{
  background-color: transparent;
  border: 1px solid rgba(var(--color-foreground),.75);
}


.card-wrapper:hover .product-form--mobile{
	bottom:0;
}

.card-information--heading{
  margin:0;
}

/* card-product image_scale */
.contain{
  -o-object-fit:contain !important;
  object-fit:contain !important;
}
.cover{
  -o-object-fit:cover !important;
  object-fit:cover !important;
}
.fill{
  -o-object-fit:fill !important;
  object-fit:fill !important;
}

.vp-5{
  padding: 5% 0;
}


/* popup | modal  */

.popup {
  background-color: #fff;
  padding: 50px 30px;
  -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
  position: absolute;
  z-index: 25;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 900px !important;
  display: none;
  width: 95%;
  border-radius: 5px;
}

.popup-close:after {
  width: 30px;
  content: '╳';
  position: fixed;
  right: 10px;
  top: 20px;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
}
.popup-btn {
  cursor: pointer;
}
.popup-overlay {
  position: fixed;
  height: 100%;
  width: 100% !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 100;
}

.show {
  display: block;
}

.popup__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.popup__container--newsletter{
  display:block;
}

.popup .h1{
  margin:0;
  margin-bottom:25px;
  font-size: 2em;
}

.popup--newsletter{
  max-width:700px !important;
}

.popup--newsletter .newsletter__wrapper .newsletter-form__field-wrapper{
  max-width:unset; 
}

.popup .newsletter-form{
  max-width:unset;
  margin:0;
  margin-top:30px;
}

.popup  .newsletter-form__field-wrapper{
  max-width:unset;
}

.newsletter__wrapper--popup{
  background-color:#ffffff;
}

.popup__media {
  position: relative;
}

.badge-block {
  left: 5%;
  top: 50%;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  font-size: 22px;
  height: 130px;
  width: 130px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: recoleta, serif;
  font-size: 20px;
  height: 90px;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: -0.02em;
  position: absolute;
  text-align: center;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  width: 90px;
}

.popup__info {
  text-align: center;
}

.btn--subscribe{

}

.button--popup-add {
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  margin: 18px auto 7px;
  width: 100%;
}

.button--popup-add:active {
  background-color: #aecbbc;
}

.button--popup-decline {
  border: none;
  background-color: transparent;
  margin: 0 auto;
  display: block;
}

.button--popup-decline:hover {
  color: #b8d7c7;
}

.button--popup-decline:active {
  color: #889990;
}

.button--popup-decline::after {
  content: unset;
}

.popup__text--rounded {
  background-color: #f0f0f6;
  border-radius: 14px;
  font-size: 12px;
  padding: 4px 14px;
  display: inline-block;
  margin: 0;
  margin-bottom: 16px;
}

.popup__heading {
  font-size: 26px;
  line-height: 31px;
  margin: 0;
  margin-bottom: 14px;
}
.popup__media img {
  width: 100%;
}

/* end popup | modal  */

/* rating */
.rating__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rating__wrapper .spr-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.text-divider {
  padding: 0 20px;
}

/* media queries | mobile styles */

@media (max-width: 1200px) {
  .footer-block--newsletter {
    margin-right: 40px;
  }
}

@media (max-width: 1040px) {
  .announcement-bar--footer:nth-child(2) {
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .product .thumbnail-slider ul li + li {
      margin-top: 0;
  }
}

@media (max-width: 990px) {
  .grid--6-col-desktop {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-block.grid__item:first-child{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
    -ms-flex-order:1;
    order:1;
  }


  .header__localization-form-wrapper{
    margin:0;
  }
 .header__localization-form-wrapper .localization-form:only-child{
    padding: 0;
    margin:0;
  }
  #HeaderLanguageListDesktop{
        position: relative;
    transform: none;
    margin: 0;
    padding: 0;
    min-height: unset;
    min-width: unset;
  }
  .header__localization-form-wrapper--mobile{
  display:block;
}
  .header__wrapper{
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
#HeaderMobileLanguageList{
  border:none; 
  display:flex;
  min-height:4rem;
  
}
  .header__heading{
    flex-grow:1;
  }
  .header{
    grid-template-columns: 0.5fr 3fr 1fr;
  }
.header__localization-form-wrapper .disclosure__link{
      padding: 0.5rem;
}


}

@media (max-width: 850px) {

  .cta_banner_inner {
      display: block;
      padding-top: 0;
  }
  .cta_banner_visual {
      width: 100%;
  }
  .cta_banner_cta {
      width: 100%;
  }
  .cta_banner_cta_block {
    margin-left: 0;
  }
  .cta_banner_bg {
    bottom: 70%;
  }
  
  .footer .footer-block__newsletter {
    text-align: justify;
  }
  .popup .h1{

    font-size: 1.5em;
  }

}

@media (max-width: 767px) {
  .announcement-bar__message--footer {
    font-size: 14px;
  }
  .popup {
    padding: 35px 15px;
  }
  .popup__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .popup__media {
    overflow: hidden;
    height: 330px;
  }
  .featured-collection__card-description p:not(:first-of-type) 
{
  display:none;
}
    .d-mobile{
  display:block;
}
.d-desktop{
  display:none;
}
}

@media (max-width: 550px) {
  .grid--6-col-desktop {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .top-text-list {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .announcement-bar--footer {
    margin: 0;
  }
  .popup__media {
    height: 245px;
  }
  .footer-block--newsletter .footer-block__newsletter {
    text-align: justify;@
  }

 .card .product-form--collection{
  	display:none;
  }
  .card  .product-form--mobile{
  	display:block;
   
    
  }
  
  .announcement-bar__image--checkmark{
  	width:24px;
  }
}