/** Shopify CDN: Minification failed

Line 438:1 Unexpected "{"

**/












.image-with-text__text p  {
    font-size: 1.3rem!important;
}

/* BUTTONS */

.button, .button-label, .shopify-challenge__button, .customer button {
    font-size: 1.2rem!important;
}

.button{
  padding: 0 4rem!important;
  min-height:45px!important;
  text-transform:uppercase!important;
  font-weight: 600!important;
  letter-spacing: .1rem!important;
}




/* HEADER */
.header__icon {
    width: 3.5rem!important;
}

.header__icon svg {
  width: 15px!important;
  height: 15px!important;
}
.header__icon {
  padding: 0 !important;
  margin: 0 !important;
}
.header__icon--cart svg{
    width: 15px!important;
    min-height: 20px!important;
}
.header__icons {
  gap: 0px !important; /* or 0 if you want no space at all */
}
.search-modal.modal__content 
{
    height: 100vh!important;
}


.header__icon--wishlist svg {
  width: 19px!important;
  height: 19px!important;
  stroke: currentColor;
}

.header__icon--wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
}


.announcement-bar__message {

    text-transform: uppercase!important;
    font-weight: 600!important;
  font-size:1.1rem!important;
}
.announcement-bar__message {
    text-align: center;
    padding: 0.5rem 0!important;
    margin: 0;
    letter-spacing: .1rem;
    min-height: auto!important;
}

.announcement-bar .slider-button {
        display: none!important;
}





.header {
background-color:#ede6d3!important;
  box-shadow: none!important;
}




.list-menu{
    text-transform: uppercase!important;
    font-weight: 600!important;
}

.header__menu-item {
    font-size: 1.1rem!important;
}

.header-localization .disclosure .localization-form__select{
    text-transform: uppercase!important;
    font-weight: 600!important;
    font-size: 1.1rem!important;
    color:#000!important;
}

.disclosure__link{
    text-transform: uppercase!important;
    font-weight: 600!important;
    font-size: 1.1rem!important;
  color:#000!important;
}




/* HOMEPAGE PRODUCT GRIS */
.label-new-wrapper {
  position: absolute;
  width: 62px;
  height: 62px; /* adjust as needed */
  overflow: hidden;
      z-index: 1;
    left: 1rem!important;
  top: 1rem!important; 
}

.label-new-wrapper div:empty {
  display:block!important;
}

.label-new {
 position: relative!important;
  z-index:2!important;
  background-image: url("https://cdn.shopify.com/s/files/1/0929/3706/0652/files/Fichier_1.png")!important;
  background-size:contain;
    animation: rotate-bg 23s linear infinite;
  width:100%;
  height:100%;
}
.label-new-text   {

 z-index:3!important;
    font-family: Helvetica!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
    font-size: 1.1rem!important;
  line-height:1.2rem;
  text-align:center;
  color: #B8BAB1;
  margin-block-start: 0em!important;
    margin-block-end: 0em!important;
  width:100%;
  Height:100%;
  top:30%;
      position: absolute;
  
}
@keyframes rotate-bg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.collection__title.title-wrapper {
    margin: 0rem!important;
    border-top: 1px solid #000!important;
    border-bottom: 1px solid #000!important;
}

.title, .title-wrapper-with-link {
        margin: 0!important;
        padding: 1.5rem 0!important;
  text-align:center!important;
    }

.collection--full-width .grid {
        column-gap: 0!important;
        row-gap: 0!important;
    }
.collection--full-width .grid  {
        margin-top:0em!important;
    }


h2.title {
    font-family: Helvetica!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
    font-size: 2rem!important;
}

.collection--full-width slider-component:not(.slider-component-desktop) {
        padding: 0!important;
        max-width: none;
    }

.card__heading {
    font-size: 1.1rem!important;

}

.product-card-wrapper .price {
    font-size: 1.1rem!important;
    text-transform: uppercase!important;
    font-family: Helvetica!important;
}

.card__content{
  padding-left:1rem!important;
}

/* HOMEPAGE COLLECTION GRID */
.collection-list .card__content {
    position: absolute;
    top: 50%;
    left: 25%;
}

.collection-list.grid {
        column-gap: 0!important;
        row-gap: 0!important;
    }


/* FOOTER */
.footer-block--menu {
    padding: 2rem!important;
      align-content: center!important;
    }

    .footer-block__heading {
        font-size: 1.4rem!important;
        font-weight: 600!important;
    }
.footer__content-top {
    padding-bottom: 0rem;
    display: flex!important;
  justify-content: space-between!important;
}

.footer__content-top .grid{
    width: 66%!important;
}

.field__input input {
    background: #B8BAB1!important;
}

.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    box-shadow: 0!important;
}

.footer-block-image {
    display: flex
;
}
.footer-block--newsletter {
      align-self: center;
}

.footer-block--newsletter {
        flex-wrap: nowrap;
        justify-content: center;
        width: 33%;
    }

    .footer-block__newsletter:not(:only-child) {
        text-align: right!important;
        width: 100%!important;
      padding-right:2rem!important;
    }

    .footer-block--newsletter {
        flex-wrap: nowrap;
        justify-content: center;
        flex-direction: column;
        align-items: flex-end;
       width: 33%;
    }

    .newsletter-form {
        align-items: flex-end!important;
              max-width: 100%!important;

    }

.footer-block__newsletter+.footer__list-social {
        padding-right: 1rem!important;
    }
#FooterCountryLabel, #FooterLanguageLabel{
  display:none!important;
}

.shopify-section-group-footer-group .link{
    text-transform: uppercase!important;
    font-weight: 600!important;
    font-size: 1.1rem!important;
}


.copyright__content {
    font-size: 1rem!important;
    color: #000!important;
    text-transform: uppercase!important;
}
.footer__content-bottom-wrapper {
    padding: 0 2rem!important;
  border-top:1px solid #000;
}

.footer__content-bottom {

    padding-top: 0rem!important; 
}

.field__label{
    font-size: 1.2rem!important;
    left: calc(var(--inputs-border-width) + 2rem);
    top: calc(1rem + var(--inputs-border-width));
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
    color: #000!important;
    letter-spacing: .1rem;
    line-height: 1.5;
  text-transform:uppercase;
}

element.style {
}
.localization-selector+.disclosure__list-wrapper {
    opacity: 1;
    animation: animateLocalization var(--duration-default) ease;
}
.disclosure__list-wrapper {

    border-style: solid;
    border-color: #000!important;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    transform: translateY(-1rem);
    z-index: 2;
    background-color: rgb(var(--color-background));
    border-radius: var(--popup-corner-radius);
    box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
    max-height: 27.5rem;
}





/* PRODUCT */


h4 .accordion__title .inline-richtext {
        font-size: 1.2rem!important;
    }

    .price--large {
        font-size: 1.2rem!important;
    }

.product-popup-modal__button {
    font-size: 1.2rem!important;
  text-transform:uppercase!important;
    padding-right: 1.3rem;
    padding-left: 0;
    min-height: 4.4rem;
    text-underline-offset: .3rem;
    text-decoration-thickness: .1rem;
    transition: text-decoration-thickness var(--duration-short) ease;
}

.accordion__content {
    color: #000!important;
    font-size: 1.3rem!important;
}

.accordion {
    margin-top: 2.5rem;
    margin-bottom: 0;
    border-top: 0rem solid #000!important;
    border-bottom: 0rem solid rgba(var(--color-foreground), .08)!important;
}

.product-form__input--pill input[type=radio]:checked+label {
  background-color:#B8BAB1!important;
    color: rgb(var(--color-background));
}

.product-form__submit.button {
  font-size: 1.6rem !important;
  height: 50px;
  width: 100%;
}
.product-form__submit.button:hover {
  font-size: 1.6rem !important;
  height: 50px;
  border: 0px solid #000!important;
}


.quick-add__submit.button {
  font-size: 1.8rem !important;
  border: 0px solid #000!important;
  padding: 0px!important;
    justify-content:flex-start!important;
  font-weight:200!important;
}

/* COLLECTION PAGE */


 {
    margin: 0rem!important;
    border-top: 1px solid #000!important;
    border-bottom: 1px solid #000!important;
}

.title, .title-wrapper-with-link {
        margin: 0!important;
        padding: 1.5rem 0!important;
  text-align:center!important;
    }


h1.collection-hero__title {
    font-family: Helvetica!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
    font-size: 2rem!important;
}

.collection-hero {
        border-bottom:1px solid #000;
   border-top:1px solid #000;
    }

.facets.facets-vertical-sort {
    border-bottom: 1px solid #000!important;
  padding:1.5rem 2rem!important;
}

.facets-container  {
   
  padding:0rem!important;
}

.facets-vertical .facets-wrapper {
        padding-right: 0rem;
        border-right: 1px solid #000!important;
    }

.facets-vertical.page-width{
        padding: 0 0rem 0rem 0!important; 
    }

.facets-vertical, .facets__summary-label{
    text-transform: uppercase!important; 
  font-size:1.2rem!important; 
  
}

.facets__disclosure-vertical {
        padding: 0 2rem!important; 
    }


.facet-checkbox {
  font-size:1.2rem!important; 
}

.facets__disclosure-vertical {
        border-top: 0rem solid rgba(var(--color-foreground), .1)!important;
    }

    .facets__heading--vertical {

        font-size: 1.5rem;
        font-weight: 600!important;
    }
.facets-vertical .facets-wrapper {
        padding-right: 0rem!important;
}
.facets-vertical .active-facets-vertical-filter {
    border-bottom: 1px solid #000!important;
}

  .facets-vertical .active-facets-vertical-filter {
    padding: 1rem 2rem!important;
    border-bottom: 1px solid #000!important;
    }
  
 .facets__heading--vertical {
        margin: 0!important;
    }


.product__column-sticky {
        display: block;
        position: sticky;
        top: 9rem!important;
        z-index: 2;
    }


.product-grid{
        margin-top: 0!important;
    }

 .facets .caption {
        font-size: 1.2rem!important;
        text-transform: uppercase!important;
    }

.facet-filters__sort {
color:#000;
      font-size: 1.2rem!important;
    text-transform: uppercase;

    }
.product-count-vertical { 
       display: none!important;
    }
.facet-filters__label {
color:#000!important;
      font-size: 1.2rem!important;
}

/* MINI CART */

.cart-drawer__overlay {
   backdrop-filter: blur(5px)!important;
  -webkit-backdrop-filter: blur(10px)!important;
  color:transparent!important;

  }
.cart-item__name{

    font-size:2.4rem!important;
}


.tax-note{

    text-transform: uppercase!important;
    font-weight: 200!important;
    font-size: 1.2rem!important;
}
.drawer__heading {

    text-transform: uppercase!important;
    font-weight: 600!important;
    font-size: 2rem!important;
}

.product-option {

    text-transform: uppercase!important;
    font-weight: 200!important;
    font-size: 1.2rem!important;
}
.st-wishlist-details-button{
  display:none!important;
}
.totals, .totals__total {

    font-size: 2.4rem!important;
}
.cart__checkout-button.button{
  font-size: 1.6rem !important;
  height: 50px;
  width: 100%;

  color:#fff!important;
   border: 0px solid #000!important;
}

.cart__checkout-button.button:after{
box-shadow: 0 0 0 0!important;
}

  
.cart__checkout-button.button:hover {
  font-size: 1.6rem !important;
  height: 50px;
  border: 0px solid #000!important;
}

.drawer__inner {
  border-left: 1px solid #000!important;
    border-top: 0px solid #000!important;
      border-bottom: 0px solid #000!important;
       border-right: 0px solid #000!important;
    width: 60rem!IMPORTANT;
}

.drawer {
    background-color: transparent!important;}

.cart-count-bubble {
    position: absolute;
    background-color: #000!important;
    color: #fff!important;
    height: 1.2rem!important;
    width: 1.2rem!important;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8rem!important;
    bottom: .8rem;
    left: 2.2rem;
    line-height: calc(1 + .1 / var(--font-body-scale));
}



@font-face {
  font-family: "Bright";
  src: url("/cdn/shop/files/Bright_OTF.woff?v=1775144817") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Academy";
  src: url("https://cdn.shopify.com/s/files/1/0929/3706/0652/files/Academy-Regular.woff2?v=1770663440") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Melodrama";
  src: url("https://cdn.shopify.com/s/files/1/0929/3706/0652/files/Relationship_of_melodrame.woff2?v=1774455027") format("woff2");
  font-weight: 200 !important;
  -webkit-font-smoothing: antialiased!important;
}


body {
  -webkit-font-smoothing: antialiased!important;
}





.focus-carousel.card-carousel--section .swiper {
    padding-top: 5% !important;
    padding-bottom: 5%!important;
}



   #ImageWithText--template--18719336103993__image_with_text_cf44UC  li {
  font-size: 1.4rem !important;
padding:5px 0;
  font-weight:bold;
}
#ImageWithText--template--18719336103993__image_with_text_cf44UC li {
  list-style: none;
}
#ImageWithText--template--18719336103993__image_with_text_cf44UC li::before {
  content:'';
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-bottom: -5px;
  margin-right:10px;
  background-image: url("/cdn/shop/files/Mount_ForestBeige.png?v=1778024506");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

 #ImageWithText--template--18719336103993__image_with_text_cf44UC ul {
    list-style-position: inside;
    padding-left: 0rem;
}



shopify-payment-terms {
  display: none!important;
}

/* ── Quantity select / dropdown ── */
.ticket-select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #f5f3ef;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b8f6b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  border: 1px solid #c8c4bc;
  border-radius: 8px;
  padding: 8px 32px 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #2c2c2a;
  cursor: pointer;
  min-width: 80px;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.ticket-select:hover {
  border-color: #6b8f6b;
}

.ticket-select:focus {
  outline: none;
  border-color: #6b8f6b;
  box-shadow: 0 0 0 3px rgba(107, 143, 107, 0.18);
}





.color-scheme-1 {
    --color-background: #fff!important;}


  .cart-item__image img   {
    border-radius: 4px;
}

.title-wrapper-with-link .underlined-link{
display:none;
}



@media screen and (max-width: 750px) {
.product-media-container.constrain-height {
    --viewport-offset: 400px;
    --constrained-min-height: 100%!important;
    --constrained-height: 100vh!important;
    margin-right: auto;
    margin-left: auto;
}
}

@media screen and (max-width: 750px) {
.image-with-text__content {
    padding: 4rem calc(2rem / var(--font-body-scale)) 4rem!important;
}
}


@media screen and (max-width: 749px) {
    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, .grid--peek .grid__item {
        width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem)!important;
    }

    .multicolumn-card__info {
    padding: 0 1.5rem 2rem 1.5rem!important;
}
.multicolumn-list h3 {
    line-height: 1!important;
}
.multicolumn-card-spacing {
    padding-top: 1rem!important;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
.section-template--18719336103993__multicolumn_j7Fb9t-padding {
    padding-top: 45px!important;
    padding-bottom: 27px;
}
}

.slider-counter {
    display: none!important;
}


.multicolumn.background-primary .multicolumn-card {
    background: #fff!important;
    border-radius: 4px;
}

.multicolumn-card-spacing {
    padding-top: 1.5rem!important;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.slider-button .icon {
    height: 1rem!important;
}

@media screen and (max-width: 749px) {
.mobile-menu.button{
    display:block!important;
    text-align:center;
    align-content:center!important;
}
  .mhike-name {
    min-width: 100%!important; 
  }

}

.joy-ambassador-cta{
padding: 0 3rem;
}

.menu-drawer__menu-item {
    padding: 1.1rem 3rem;
    text-decoration: none;
    font-size: 1.5rem!important;
}

.menu-drawer {
    background-color: transparent!important;
        padding: 0 1rem!important;
}

.menu-drawer__inner-container {
    background-color: #EDE6D3!important;
    border-radius:4px;
    margin-top:1rem;
}
