/** Shopify CDN: Minification failed

Line 837:0 Unexpected "}"

**/
body{
    background-color: white !important;
}
.product-card__info .color-swatch {
    --swatch-size: 2.0125rem;
}

.content-block__title{
    max-height: 45px;
    height: 45px;
}

.blog-post-card__excerpt{
    color:var(--principal-500, #25201D);
    font-family: var(--text-font-family);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 80px;
    height: 80px;
}

/* bar annoucement */
.announcement-bar__carousel{
    max-width: 103rem;
}



/* menu */
.localization-selectors{
    justify-content: flex-start;
}

/* Mobile: Language selector next to hamburger menu */
@media screen and (max-width: 999px) {
    .header__mobile-nav-controls {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .header__mobile-locale {
        display: flex;
        align-items: center;
    }
}

/* header titre texte et lien */
.shopify-section--rich-text .btn-link-dark{
    /* margin-block-start:0.25rem; */
}

@media screen and (max-width: 700px){
    .shopify-section--rich-text .btn-link-dark{
        margin-block-start:0.875rem;
    }
}

/* Diaporama */
.slideshow__next-section-button{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8.27206rem;
    background: var(--principal-50, #F8F7F6);
    box-shadow: 0px 5.294px 5.294px rgba(0, 0, 0, 0.10);
}

.slideshow__next-section-button svg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.489rem;
    height: 1.489rem;
    stroke: var(--principal-600, #191615);
}

.slideshow__next-section-button:hover{
    box-shadow: 0px 0.29px 6.6px 0px rgba(0, 0, 0, 0.10);
}

.slideshow__next-section-button:hover svg{
    stroke: var(--principal-300, #C5BBB5);
}



.section-spacing-richText{
    padding: 3rem 0 2rem;
}
@media screen and (max-width: 768px){
  .section-spacing-richText{
    padding: 3rem 1.25rem 3.5rem;
  }
  #shopify-section-template--23602513543496__rich_text_hedDBe .section-spacing-richText{
    padding-bottom: 0;
  }
}

/* Black friday sell */
/* .shopify-section--image-with-text .image-with-text--reverse img{ */
    /* width: 90%; */
    /* margin-left: 1.25rem; */
/* } */

/**
border bottom
*/
.zto-border{
    border-top: 0.5px solid var(--principale-400, #6D5E55);
    border-bottom: 0.5px solid var(--principale-400, #6D5E55);
}

.zto-border-spacing{
    border-top: 0.5px solid var(--Principale-600, #191615);
    border-bottom: 0.5px solid var(--Principale-600, #191615);
    padding: 4.5rem;
}

@media screen and (max-width: 700px){
    .zto-border-spacing{
        padding: 3rem 2rem;
    }
    #shopify-section-template--22959800418632__rich_text_DJm8wp .h1{
        font-size: 22px;
        line-height: 33.55px;
        font-weight: 500;
    }
}

.section-spacing-list-collection{
    padding: 0;
}

.content-over-media.content-over-media--auto{
    
    
}

.content-over-media:has( > .prose):not(:has( > .prose .button:last-child)){
    --content-over-media-gap: 1.25rem;
    row-gap:1.41rem;
}

.hoverEffect .collection-card__content
{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* gap: 10rem; */
    /* transition: gap 300ms ease-out; */
    .link-Zto, .svg-link-Zto, .link-zto-black, .svg-link-Zto-Black {
        transition: transform 0.3s ease;
    }
}



.hoverEffect .collection-card:hover, .hoverEffect .media-grid__item:hover{
    .link-Zto{
        transform: translateX(10px);
    }
    .svg-link-Zto{
        transform: translateX(-10px);
    }
    .link-zto-black{
        transform: translateX(10px);
    }
    .svg-link-Zto-Black{
        transform: translateX(-10px);
    }
}

/* .hoverEffect .collection-card:hover .collection-card__content
{
    gap: 9rem;
    justify-content: space-around;
} */



/* @media screen and (max-width: 500px){
    .hoverEffect .collection-card__content
    {
        gap: 5rem;
    }

    .hoverEffect .collection-card:hover .collection-card__content
    {
        gap: 7rem;
    }
    
} */

/* @media screen and (max-width: 700px){
    .hoverEffect .collection-card__content
    {
        gap: 10rem;
    }
    
    .hoverEffect .collection-card:hover .collection-card__content
    {
        gap: 12rem;
    }
} */

/* @media screen and (max-width: 1400px){
    .hoverEffect .collection-card__content
    {
        gap: 3rem;
    }
    
    .hoverEffect .collection-card:hover .collection-card__content
    {
        gap: 1.5rem;
    }
    
} */

.svg-link-Zto, .svg-link-Zto-Black{
    width: 1.38rem;
    height: 1.21rem;
    margin-block-start: 0;
}



/* .hoverEffect .section-stack .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 12rem;
    transition: gap 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width:1024px){
    .hoverEffect .section-stack .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
        gap: 2rem;
    }
}

@media screen and (max-width: 700px){
    .hoverEffect .section-stack .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
        gap: 10rem;
    }
    
}

.media-grid__item:hover .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
    gap: 10rem;
    justify-content: space-around;
}

@media screen and (max-width:1024px){
    .media-grid__item:hover .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
        gap:1rem;
    }
}

@media screen and (max-width:700px){
    .media-grid__item:hover .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
        gap:8rem;
    }
} */
/* .effect_for_hudge{ */
    /* gap:12rem; */
/* } */
/* .section-stack .effect_for_hudge  .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
    gap: 34rem;
}
@media screen and (max-width: 1200px){
    .section-stack .effect_for_hudge  .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
        gap: 25rem;
    }
}
@media screen and (max-width: 900px){
    .section-stack .effect_for_hudge  .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
        gap: 17rem;
    }
}

@media screen and (max-width: 720px){
    .section-stack .effect_for_hudge  .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
        gap: 11rem;
    }
} */

/* .effect_for_hudge:hover .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
    gap: 30rem;
    justify-content: space-around;
}

@media screen and (max-width: 1200px){
    .effect_for_hudge:hover .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
        gap: 20rem;
    }
}

@media screen and (max-width: 900px){
    .effect_for_hudge:hover .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
        gap: 13rem;
    }
} */

/* .home-page .media-grid .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax) p{ */
    /* display: none; */
/* } */

.content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax) .link-Zto{
    margin-block-start: 0 ;
}

/**
before/after
*/

.shopify-section--before-after-image  .container .section-stack .section-header .h2{
    margin-block-start: 0;
}

.shopify-section--before-after-image {
    @media screen and (max-width: 700px){
        .before-after__content-wrapper{
            display: flex;
            flex-direction: row;
        }
    }
}

@media screen and (max-width: 700px){
    .before-after__before-image .button__content, 
    .before-after__after-image .button__content{
        display: none;
    }

}


@media screen and (max-width: 700px){
    .shopify-section--shop-the-look .button{
        width: auto;
        margin: 0 auto;
        padding: 0.65rem;
    }
}

/**
Custom by moi
*/
scroll-carousel#featured-collections-product-list-carousel-collection_DfcpKp{
    padding-bottom: 2rem;
}

/**
 * BLOG
*/
.shopify-section--blog-posts .section-stack{
    gap: 1.25rem;
}

.shopify-section--blog-posts .section-stack .h2{
    margin: 0;
}

.shopify-section--blog-posts .section-stack .btn-link-dark{
    margin-bottom: 3.625rem;
}

.shopify-section--blog-posts .justify-self-center{
    margin-block-end: 0.5rem;
}


@media screen and (max-width: 700px){
    .shopify-section--blog-posts .section-stack .btn-link-dark{
        margin-bottom: 1.75rem;
    }
}

.shopify-section--blog-posts .section-stack .blog-post-card__read-more{
    margin-bottom: 1rem;
}


.shopify-section--text-with-icons .text-with-icons{
    justify-content: center;
    gap: 0;
}

@media screen and (max-width: 992px){
    .shopify-section--text-with-icons .text-with-icons{
        justify-content: flex-start;
    }
}

.shopify-section--text-with-icons .text-with-icons__item{
    border-right: 1px solid rgba(248, 247, 246, 0.2);
    flex: 1;
    padding: 1rem;
}

@media screen and (max-width: 700px){
    .shopify-section--text-with-icons .text-with-icons{
        justify-content: center;
        flex-direction: column;
    }

    .shopify-section--text-with-icons .text-with-icons__item{
        border-right: none;
        flex-basis: 50%;
        flex: auto;
    }

    .shopify-section--text-with-icons .text-with-icons__item:after{
        content: "";
        display: block;
        width: 3.875rem;
        height: 1px;
        border: 1px solid var(--principale-50, #F8F7F6);
        margin:1.25rem auto 0;
    }
    .shopify-section--text-with-icons .text-with-icons__item:last-child:after{
        display: none;
    }
}





.shopify-section--text-with-icons .text-with-icons__item:last-child{
    border-right: none;
}

/**
 Scroll Image
*/
.scrolling-content__image > img{
    /* max-width: 5rem;
    max-height: 5rem; */
}
.scrolling-content__text {
    color: var(--principale-500, #25201D);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.05625rem;
    /* text-transform: uppercase; */
    opacity: 0.4;
}

/**
 * PAGE LOOKBOOK
 */

.lookbook-page .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax, .collection-card__content),
.product-product-cbm-page .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax, .collection-card__content){
    opacity: 0;
    transition: opacity 0.5s ease;
}

.lookbook-page .media-grid__item:hover .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax),
.product-product-cbm-page .media-grid__item:hover .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
    opacity: 1;
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference){
    /* .features--button-transition :is(.lookbook-page .button, .lookbook-page.shopify-challenge__button, .lookbook-page.shopify-payment-button__button--unbranded):not([disabled]):hover{ */
        /* color: var(--white, #ffffff); */
        /* background-color: var(--principale-600,#191615); */
        /* border-color: var(--principale-600,#191615); */
    /* } */
    
}

.prose :is(.lookbook-page .button, .lookbook-page .button-group:has(.lookbook-page .button)){
    margin-block-start: 1rem;
}


/**
 * FOOTER
 */

.footer__block-list{
    display: grid;
    grid-template-columns: 1fr;
    padding: var(--Padding-20, 1.25rem) 5.625rem 0rem 5.625rem;
    gap: 2.5rem;
    align-self: stretch;
}

@media screen and (min-width: 700px){
    .footer__block-list{
        grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
        grid-auto-flow: dense;
    }
}

@media screen and (min-width: 1150px){
    .footer__block-list{
        gap: 3.75rem;
    }
}

@media screen and (min-width: 1400px){
    .footer__block-list{
        gap: 5rem;
    }
}

@media screen and (max-width: 700px){
    .footer__block-list{
        padding: 0;
    }
}

.footer__block--text{
    display: flex;
    padding-bottom: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}

.content-zto-newsletter{
    position: relative;
}

.content-zto-newsletter button{
    position: absolute;
    right: 0;
    top: 33%;
}
.formZto{
    row-gap: 0;
}

.newsletter--zto{
    display: flex;
    padding: 0.75rem 1rem;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    border: none;
    border-bottom: 1px solid var(--white, #ffffff);
}

.localization-selectors{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer__aside{
    display: flex;
    padding: 1.125rem 5.625rem;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
}
@media screen and (max-width: 1000px){
    .footer__aside{
        flex-direction: column-reverse;
        padding-top: 5rem;
    }
}

@media screen and (max-width: 700px){
    .footer__aside{
        padding: 0;
        padding-top: 5rem;
    }
}

/** tag fiche produit */
.product-card__figure > .badge-list{
    inset-block-start: 1rem;
    inset-inline-start: 0.625rem;
}

@media screen and (max-width: 699px){
    .timeline__item-content{
        text-align: left;
        padding: 1.63rem 1.25rem;
    }
    .timeline__item{
        display: flex;
        flex-direction: column;
        color: #191615;
        --text-color: #191615;
        background-color: var(--principale-200, #DBD5D1);
    }
}

/**
buy button btn d'achat sur la pop up d'achat rapide
*/
.buy-buttons:hover .button{
    color: var(--button-text-color) !important;
    background-color: var(--button-background) !important;
} 

/**
btn icon-plus
*/
.quantity-selector__button svg{
    stroke: var(--principale-600, #191615);
}


/**
block swatch
*/
.block-swatch{
    border:1px solid var(--principale-600, #191615);
    color: var(--principale-600, #191615);
}

.block-swatch span{
    
}

:checked + .block-swatch, .block-swatch.is-selected{
    color: var(--white, #ffffff);
    background-color: var(--principale-600, #191615);
}

.quantity-selector{
    width: 100%;
    border: 1px solid var(--principale-600, #191615);
}

/**
 * Block image produit
 */
.product-gallery{
    gap: 1rem;
}
.product-gallery__thumbnail-scroller{
    grid-auto-columns: 8rem;
}
.product-gallery__thumbnail-list{
    top: 9rem !important;
}

/**
 * Page blog bloggles
 */

 .bloggle--blog-items.trois .bloggle--blog-item-link{
    height: auto;
 }

.bloggle-page .prose:not(.prose--tight) :where(:not(meta, span) + *){
    margin-block-start: 0rem;
}

/* .button:hover{ */
    /* background-color: var(--button-hover-background); */
    /* color: var(--button-hover-text-color); */
/* } */

/* .product-home-page{ */
    /* background-color: #ffffff; */
/* } */

main {
    /* position: relative; */
    /* top: 9rem; */
}

.index-home-page main {
    position: initial;
}
/***************************************/

.blog-bloggle-page .slideshow__next-section-button{
    display: none;
}


/* .header { */
    /* background-color: #FFFFFF; */
    /* background-image: none; */
    /* color: #000000; */
    /* border-color: lightgrey; */
/* } */

/* .index-home-page .header { */
    /* background-color: rgb(var(--background)); */
    /* background-image: var(--background-gradient); */
    /* color: rgb(var(--text-color)); */
    /* border-color: rgb(var(--border-color)); */
/* } */
/* .header-search{ */
    /* z-index: 9; */
/* } */
/* .header-search .container{ */
    /* background-color: #FFFFFF; */
    /* margin: 0; */
/* } */
/*  */
/* .header-search .container form{ */
    /* color: var(--black, #000000); */
    /* padding: 0 3rem; */
/* } */
/*  */
 /* .header-search .container form input::placeholder{ */
    /* color: var(--principale-300, #C5BBB5); */
/* } */

.predictive-search__no-results{
    color: var(--black, #191615);
}

/***************************************/

/* .blog-bloggle-page .header__logo-image:where(:not(:only-of-type)), */
/* .article-home-page .header__logo-image:where(:not(:only-of-type)), */
/* .product-home-page .header__logo-image:where(:not(:only-of-type)), */
/* .collection-home-page .header__logo-image:where(:not(:only-of-type)), */
/* .other-home-page .header__logo-image:where(:not(:only-of-type)), */
/* .page-home-page .header__logo-image:where(:not(:only-of-type)), */
/* .page-shop-social-page .header__logo-image:where(:not(:only-of-type)), */
/* .page-histoire-page .header__logo-image:where(:not(:only-of-type)), */
/* .page-lookbook-page .header__logo-image:where(:not(:only-of-type)){ */
    /* opacity: 1; */
/* } */
/* .header__logo-image--transparent{ */
    /* display: none; */
/* } */
/* .index-home-page .header__logo-image--transparent{ */
    /* display: initial; */
/* } */

/**
* Couleur price on sale
*/
.text-on-sale{
    color: var(--Gray-800, #212121);
}

/**************************************/
/* btn radio*/
.tcustomizer-radio__input:checked, .tcustomizer-checkbox__input:checked{
    background-color: var(--principal-500, #25201D) !important;
    border-color: var(--principal-500, #25201D) !important;
}


.tcustomizer-radio__input:checked + .tcustomizer-radio__label .tcustomizer__group-item {
    font-weight: bolder;
    color: var(--principal-500, #25201D) !important;
}

.tcustomizer-radio__input:hover + .tcustomizer-radio__label .tcustomizer__group-item{
    color: var(--principale-300, #C5BBB5);
}

.product-sticky-bar.is-visible{
    border-top: 0.5px solid var(--black, #000000);
    border-bottom: 0.5px solid var(--black, #000000);
}


.collection-toolbar__button-container > .collection-toolbar__button{
    opacity: 1;
}

.shopify-section--image-with-text .image-with-text div .h3{
    margin: 0 !important;
}


@media screen and (max-width: 700px){
    .lookbook-page .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax){
        opacity: 1;
    }
}


.zto-breadcrumb > a, .zto-breadcrumb > span, .zto-breadcrumb{
        color: var(--Principale-600, #191615);
        font-family: var(--text-font-family);
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

}

.breadcrumb{
    a{
        color: var(--Principale-600, #191615);
        font-family: var(--text-font-family);
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

.multiple-media-with-text__content-wrapper button span{
    color: inherit;
}

.page-page-boutique-page{
    }
    .shopify-section--image-with-text .image-with-text div p{
        margin: 0 !important;
    }
    .image-with-text {
        .zto-content{
            margin-block-start: 2rem;
        }
        .btn-link-dark{
            margin-block-start: 0.62rem;
        }
    }
}
.page-page-boutique-page{
        .image-with-text {
          width: 70%;
          margin: 0 auto;
          display: flex;
          flex-direction: row;
          gap: 3.5rem;
        }
        picture {
          flex: 75%;
        }
        .prose.text-center.sm\:text-start {
          flex: 33%;
          padding: 0;
          margin: 0;
        }
        .multi-column {
            display: flex;
            flex-direction: row;
            gap: 120px;
        }
    }

@media screen and (max-width: 768px) {
    .page-page-boutique-page{
        .black-friday-sale__content{
            .subtext{
                strong{
                    font-size: 0.875rem;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 150%;
                }
            }
            .h2{
                padding: 0.13rem 0 0.12rem 0;
            }
        }
        .shopify-section--image-with-text{
            .section-spacing{
                padding: 3rem 1.25rem;
            }
        }
        .image-with-text {
          width: 100%;
          margin: 0 auto;
          display: flex;
          flex-direction: column;
          gap: 3.5rem;
          div{
            text-align: left;
          }
        }
        .multi-column {
            display: flex;
            flex-direction: column;
            gap: 36px;
            align-items: center;
            justify-content: center;
            .multi-column__item{
                div{
                    text-align: center ; 
                }
            }
        }
    }
  body .page-page-boutique-page .shopify-section--image-with-text .fsb-inline {
    padding-left: 0 !important;
    margin-bottom: 1rem;
  }
  .page-page-boutique-page .shopify-section--image-with-text .fsb-inline__text {
    margin: 0 !important;
  }
}

/* .multi-column {
  display: flex;
  flex-direction: row;
  gap: 120px;
} */

@media (max-width: 699px) {
  .line-item-info .titleM {
    font-size: 1rem;
  }
}

.text-burgundy {
    color: #601b25;
    font-weight: bold;
}
