/** Shopify CDN: Minification failed

Line 43:49 Unexpected ";"

**/
.hero-carousel {position: relative; box-sizing: initial; display: block;}
.hero-carousel h1 {margin-bottom: 0.334em; }
.hero-carousel .title {font-weight: var(--title-font-weight);}
.hero-carousel .text p {color: inherit; margin-bottom: 0; line-height: 150%; font-weight: 300; font-size: 1.25em; letter-spacing: .05em; }
.hero-carousel .btn {margin-top: 2em;}
.hero-carousel .btn-craft {margin-top: .3em;}

.hero-carousel .btn:first-child {width: var(--btn-one-width);}
.hero-carousel .btn:not(:last-child) {width: var(--btn-two-width);}
.hero-carousel .btn:last-of-type {width: var(--btn-two-width); margin-top: 1em;}


.hero-carousel .bg-img {background-size: cover; background-position: center; background-repeat: no-repeat; background-image: linear-gradient(black, transparent); }
.hero-carousel .video-wrap {overflow: hidden;}
.hero-carousel .video {display: block; object-fit: cover; width: 100%; height: 100%;}
.hero-carousel .controls {position: absolute; bottom: 0; right: 0; z-index: 1;}
.hero-carousel .controls button {padding: 1em; font-size: 1.5em; opacity: 0.3; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;}
.hero-carousel .controls button:hover {opacity: 1;}
.hero-carousel .controls svg {display: block;}

.hero-carousel .keen-arrow {opacity: 0.4;}
.hero-carousel .keen-arrow.prev {right: auto; left: 0;}
.hero-carousel .keen-arrow.next {left: auto; right: 0;}
.hero-carousel .keen-arrow:hover {opacity: 1;}

.hero-carousel .slide {background-color: var(--bg-color); height: 100% !important;}
.hero-carousel .captions {padding: var(--text-padding); background-color: var(--bg-text-color);}
.hero-carousel .title {color: var(--title-color); margin: var(--title-margin);font-style: normal;font-weight: 300; line-height: 120%; display: block;}
.hero-carousel .text {color: var(--text-color);}
/* .hero-carousel .text-top-left { display: flex, text-align: left; } */
.hero-carousel .eyebrow {text-transform: uppercase; font-weight: 500; margin-bottom: 1em; color: var(--text-color);}
.hero-carousel .iconwrapper { width: 100%; max-width: 110px; margin: 0 auto; }
.hero-carousel .iconwrapper svg { width: 100%; height: 100%; }
.hero-carousel .iconwrapper svg path { fill: #fff; }

.hero-carousel .controls svg path {fill: var(--text-color);}
.hero-carousel .overlay { background-color: var(--overlay-background-color);}
.hero-carousel .overlay .container {height: 100%};

.hero-carousel .btns {display:inline-flex;gap: 1em;}
.hero-carousel .btns.btnsp{display: block !important;}

.hero-indiv .title{font-family: 'Cambon';font-weight: 250;}
.hero-indiv .eyebrow{font-family: 'Synthese';letter-spacing: 0.07em;font-weight: 300;}
.hero-indiv .text{letter-spacing: 0.05em;font-weight: 300;margin: 0 0 4em 0;}
.hero-indiv .text-craft{letter-spacing: 0.05em;font-weight: 300;margin: 0 0 2em 0;}


.hero-indiv .btn-back-to-top{transition: background-color: 0.3s ease;border:none!important; background-color:#000; position:absolute;right:0;bottom:0;padding:1em 3em!important; font-weight: 300;text-decoration: none!important;text-transform:uppercase;color:#fff!important;}
.hero-indiv .btn-back-to-top:hover{background-color:#fff;color:#000!important;}

.hero-indiv .title {font-family: 'Cambon';font-weight: 250;padding: 0.5em 0 0 0;}
.hero-indiv{margin-bottom: 1em;}

.hero-indiv sub {font-size: .5em;position: relative;top: -0.4em;}
@media all and (min-width: 2000px) {
  .hero-indiv .captions {align-self: flex-end; margin-bottom: 2rem;}
}

.hero-carousel .captions-pdp { background-color: var(--bg-text-color); flex-wrap:wrap;height:90%; padding: 2em 2em; }


@media all and (min-width: 901px){
  .hero-carousel {padding-top: var(--height);}
  .hero-carousel .keen {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
  .hero-carousel .keen-slider, 
  .hero-carousel .keen-slider-slide {height: 100% !important;}
  .hero-carousel.dots-below-desktop {margin-bottom: 4em;}
  .hero-carousel.dots-inside-desktop .keen-dots {position: absolute; bottom: 0; left: 15%; width: 70%;}

  .hero-carousel .overlay,
  .hero-carousel .bg-img, 
  .hero-carousel .video-wrap {position: absolute; width: 100%; height: 100%; top: 0; left: 0; }


  .hero-carousel .captions {max-width: var(--text-width); }
  .hero-carousel .captions-pdp { background-color: var(--bg-text-color);flex-wrap:wrap; width:100%;height:100%; padding: 0 2em; }


}

@media all and (max-width: 1400px) {
  .hero-carousel .iconwrapper { max-width: 90px; }
  .hero-carousel .captions-pdp { background-color: var(--bg-text-color);flex-wrap:wrap; height:100%; padding: 0 2em; }

}

@media all and (max-width: 1150px) {
  .hero-carousel .iconwrapper { max-width: 75px; }
  .hero-carousel .captions-pdp { background-color: var(--bg-text-color); flex-wrap:wrap; height:100%; padding: 0 2em; }

}

@media all and (max-width: 1000px) {
  .hero-carousel .text{ font-size: 0.85em; }
  .hero-carousel .captions-pdp { background-color: var(--bg-text-color);flex-wrap:wrap;height:100%; padding: 0 2em; }

}

@media all and (max-width: 900px) {
  .hero-carousel.mobile-text-inside {padding-top: var(--height);}
  .hero-carousel.mobile-text-inside .keen {position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
  .hero-carousel.mobile-text-inside .keen-slider, 
  .hero-carousel.mobile-text-inside .keen-slider-slide {height: 100% !important;}
  .hero-carousel.mobile-text-inside .overlay .container{height: 100%;}
  .hero-carousel.mobile-text-inside .overlay,
  .hero-carousel.mobile-text-inside .bg-img, 
  .hero-carousel.mobile-text-inside .video-wrap {position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
  
  .hero-carousel.mobile-text-below .overlay,
  .hero-carousel.mobile-text-below .bg-img,
  .hero-carousel.mobile-text-below .video-wrap {position: relative; height: auto; top: 0; left: 0;}
  .hero-carousel.mobile-text-below .bg-img,
  .hero-carousel.mobile-text-below .video-wrap {padding-top: var(--height);}
  .hero-carousel.mobile-text-below .video {position: absolute; top: 0; left: 0;}

  .hero-carousel.dots-inside-mobile .keen-dots {position: absolute; bottom: 0; left: 15%; width: 70%;}

  .hero-carousel .eyebrow {font-size: 0.875em;}

  .hero-carousel .btns {gap: .25em;width: 100%;}
  .hero-carousel .btn {font-size: .875em;padding-left: .5em;padding-right: .5em;width: 100%;}
  .hero-carousel .captions {width: 90%;}

  .hero-carousel .iconwrapper { max-width: 58px; }
  .hero-carousel .title { margin: var(--title-margin-mobile); }
  .hero-carousel .text p { font-size: 1.25em; }

  /* mobile video fix */
  .hero-carousel .video {position: absolute;height: var(--video-adjustment-mobile);top: 50%;transform: translateY(-50%);}
  .hero-carousel .captions-pdp {height:100%;justify-content:center;padding: 0em 1.2em; background-color: var(--bg-text-color); }
}
/* 
  Homepage Hero Carousel Custom CSS
*/
.homepage-hero-carousel.hero-carousel .captions {
  padding-bottom: 10rem;
  max-width: 47rem;
  text-align: center;
  width: 100%;
}
.homepage-hero-carousel.hero-carousel .title {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 4px;
}
.homepage-hero-carousel.hero-carousel .btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  gap: 1rem;
}
.homepage-hero-carousel.hero-carousel .btn {
  font-size: 14px;
  max-width: 100%;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.dropdown-trigger.btn.v1 {
  justify-content: space-between;
}
.homepage-hero-carousel.hero-carousel .btn p {
  margin-bottom: 0;
}
.homepage-hero-carousel .dropdown.dropdown-btn-wrapper {
  position: relative;
  width: 100%;
}
.homepage-hero-carousel .dropdown-menu {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 100%;
}
.homepage-hero-carousel .active .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.homepage-hero-carousel .dropdown-menu .btn {
  margin: -1px 0 0 !important;
}
.not-mobile .btn:hover {
  background-color: #fff;
  color: #000;
  fill: #ffffff;
  border: solid 1px #000;
}
@media (min-width: 749px) {
  
  .homepage-hero-carousel .dropdown-menu .dropdown-item.btn {
    background: #000;
    color: #fff;
    border: solid 1px #ffffff;
    text-align: center;
    justify-content: center;
  }
  .homepage-hero-carousel .dropdown-btn-wrapper:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .homepage-hero-carousel .dropdown-btn-wrapper .svgwrap{
    transition: transform 0.3s ease;
  }
  .homepage-hero-carousel .dropdown-btn-wrapper:hover .svgwrap{
    transform: rotate(-180deg);
  }
}
@media (max-width: 749px) {
  .homepage-hero-carousel .dropdown-menu {
    top:unset;
    bottom: 0;
  }
  .homepage-hero-carousel .dropdown-btn-wrapper .btn,
  .homepage-hero-carousel #dynamic-btn2-slide_n9HPdt {
    border-color: #fff;
    color: #fff;
    font-size: 14px !important;
    margin: 0;
  }
  .dropdown-btn-wrapper.active .svgwrap{
    transform: rotate(-180deg);
  }
  .homepage-hero-carousel.hero-carousel .captions {
    padding-bottom: 15px;
    min-height: 38vh;
  }
  .homepage-hero-carousel .dropdown-menu {
    position: relative;
  }
  .homepage-hero-carousel.hero-carousel .title {
    font-size: 26px;
  }
  .homepage-hero-carousel.hero-carousel .captions {
    width: 98%;
  }
  .homepage-hero-carousel .btn path {
    stroke: #fff;
  }
  .homepage-hero-carousel.hero-carousel .btns {
    grid-template-columns: 1fr;
    max-width: 312px;
    margin: 10px auto 0;
    gap: 10px;
  }
  .homepage-hero-carousel.hero-carousel .btn p {
    font-size: 14px;
  }
  .homepage-hero-carousel .dropdown-menu .btn {
    background: #fff;
    color: #000;
    margin: -1px 0 3px !important;
  }
  .homepage-hero-carousel .btn {
    padding: 4px 17px !important;
  }
  .homepage-hero-carousel button.dropdown-trigger.btn.v1 {
    justify-content: center;
  }
  .homepage-hero-carousel .dropdown-trigger .svgwrap {
    position: absolute;
    right: 17px;
    top: 5px;
  }
} 
/* 
  Homepage Hero Carousel Custom CSS end
*/
/* 
  HP -- From Louis Cartier to Jean Dousset 
  HP -- The Signature Stone®
*/ 
[id*='hero_carousel_XfCrmi'] .captions, 
[id*='hero_carousel_qPDBx6'] .captions {
  display: flex;
  flex-direction: column;
}
[id*='hero_carousel_XfCrmi'] .hero-carousel .title, 
[id*='hero_carousel_qPDBx6'] .hero-carousel .title {
  order: 1;
  font-size: 52px;
  line-height: 58px;
  margin-bottom: 31px;
}
[id*='hero_carousel_XfCrmi'] .hero-carousel .eyebrow, 
[id*='hero_carousel_qPDBx6'] .hero-carousel .eyebrow {
  order: 2;
  margin-bottom: 55px;
}
[id*='hero_carousel_XfCrmi'] .hero-carousel .eyebrow p, 
[id*='hero_carousel_XfCrmi'] .hero-carousel .text p, 
[id*='hero_carousel_qPDBx6'] .hero-carousel .eyebrow p, 
[id*='hero_carousel_qPDBx6'] .hero-carousel .text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
[id*='hero_carousel_XfCrmi'] .hero-carousel .text, 
[id*='hero_carousel_XfCrmi'] .hero-carousel .btns, 
[id*='hero_carousel_qPDBx6'] .hero-carousel .text, 
[id*='hero_carousel_qPDBx6'] .hero-carousel .btns {
  order: 3;
}
[id*='hero_carousel_XfCrmi'] .hero-carousel .btn, 
[id*='hero_carousel_qPDBx6'] .hero-carousel .btn {
  font-size: 20px;
  padding: .84em 2em;
  width: 384px;
  min-width: fit-content;
}
@media (min-width: 1200px) {
  [id*='hero_carousel_qPDBx6'] .captions {
    position: relative;
    top: -60px;
  }
}
@media (max-width: 900px) {
  [id*='hero_carousel_XfCrmi'] .captions, 
  [id*='hero_carousel_qPDBx6'] .captions {
    width: 100%;
    padding: 40px 14px;
  }
  [id*='hero_carousel_XfCrmi'] .hero-carousel .title, 
  [id*='hero_carousel_qPDBx6'] .hero-carousel .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  [id*='hero_carousel_XfCrmi'] .hero-carousel .eyebrow, 
  [id*='hero_carousel_qPDBx6'] .hero-carousel .eyebrow {
    margin-bottom: 24px;
  }
  [id*='hero_carousel_XfCrmi'] .hero-carousel .eyebrow p, 
  [id*='hero_carousel_XfCrmi'] .hero-carousel .text p, 
  [id*='hero_carousel_qPDBx6'] .hero-carousel .eyebrow p, 
  [id*='hero_carousel_qPDBx6'] .hero-carousel .text p {
    font-size: 14px;
    line-height: 21px;
  }
  [id*='hero_carousel_XfCrmi'] .hero-carousel .btn, 
  [id*='hero_carousel_qPDBx6'] .hero-carousel .btn {
    color: #000;
    font-size: 16px !important;
    line-height: 23px !important;
    min-width: auto;
    max-width: 100%;
    padding: .9rem .5rem !important;
    border-color: #000;
    margin-top: 46px;
  }
}
@media (max-width: 375px) {
  [id*='hero_carousel_XfCrmi'] .hero-carousel .btn, 
  [id*='hero_carousel_qPDBx6'] .hero-carousel .btn {
    font-size: 14px !important;
  }
}