/** Shopify CDN: Minification failed

Line 63:4 Comments in CSS use "/* ... */" instead of "//"
Line 72:4 Comments in CSS use "/* ... */" instead of "//"
Line 73:4 Comments in CSS use "/* ... */" instead of "//"
Line 78:21 Expected identifier but found whitespace
Line 79:12 Unexpected "{"
Line 80:20 Expected ":"
Line 174:10 Expected identifier but found whitespace
Line 175:12 Unexpected "{"
Line 176:20 Expected ":"

**/
.trendingProducts .grid--full.js-slick--attr .slick-list.draggable {
    padding-bottom: 10px;
}

.collectionInformation--image {
    object-fit: cover !important;
}

.trendingProducts {
    margin-bottom: 2rem;
    width: 100%;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.trendingProducts .collectionProduct-content_cover {
    line-height: 18px;
}


.trendingProducts .grid--full.js-slick--attr .grid__item.collectionProduct {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
}

.collectionInformation--Right{
    order: 2;
}
.trendingProducts .grid--full.js-slick--attr .addToCartForm.collectionProduct-relative {
    padding: 15px;
    border-radius: 2px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 0 10px rgba(50, 50, 51, 0.15);
    margin-top: 10px;
}


.trendingProducts .grid--full.js-slick--attr .js-colorChip {
    cursor: pointer;
}

/*product flag*/
.trendingProducts .productFlag {
    // position: relative;
    z-index: 1;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: "avalonbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: auto;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 5px;
    // top: -10px;
    // left: -10px;
}

/* innovation product flag */
.trendingProducts .grid--full.js-slick--attr .collectionProduct-flag--innovation {
    background-color: {
            {
            settings.color_secondary
        }
    }

    ;
    color: #FFFFF;
}

.trendingProducts .grid--full.js-slick--attr .collectionProduct-flag--innovation.productFlag:before {
    border-width: 7px;
    border-style: solid;
    border-color: #f8d959 #f8d959 transparent transparent;
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
}

/* personalize product flag */
.trendingProducts .grid--full.js-slick--attr .collectionProduct-flag--personalize {
    background-color: #7F279F;
    color: #ffffff;
    font-weight: 900 !important;
    padding: 5px 8px;
    font-size: 8px !important;
}

/* clearance product flag */
.trendingProducts .grid--full.js-slick--attr .collectionProduct-flag--clearance {
    background-color: #e53322;
    color: #ffffff;
    font-weight: 900 !important;
}

.trendingProducts .grid--full.js-slick--attr .collectionProduct-flag--clearance.productFlag:before {
    border-width: 7px;
    border-style: solid;
    border-color: #c22b2b #c22b2b transparent transparent;
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
}


/* new product flag */
.trendingProducts .grid--full.js-slick--attr .collectionProduct-flag--new {
    background-color: #2374AB;
    color: #fff;
}

.trendingProducts .grid--full.js-slick--attr .collectionProduct-flag--new.productFlag:before {
    border-width: 7px;
    border-style: solid;
    border-color: #2374AB #2374AB transparent transparent;
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
}



.trendingProducts .grid--full.js-slick--attr .collectionProduct-content {
    min-height: 68px;
}

.trendingProducts .grid--full.js-slick--attr .out_stock_sticker_2 {
    margin-top: 10px;
}

/* Color product */
.trendingProducts .grid--full.js-slick--attr .collectionProduct-colors {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.trendingProducts .grid--full.js-slick--attr .adept-product-display__color__extra {
    padding-top: 20px;
    padding-left: 10px;
}

.trendingProducts .grid--full.js-slick--attr .collectionProduct-title_cover {
    color: #1f1f1f;
    line-height: 15px;
    font-size: 14px;
    font-weight: 500;
}

.trendingProducts .grid--full.js-slick--attr .collectionProduct-title_cover:hover {
    color: {
            {
            settings.color_primary
        }
    }

    ;
}

.trendingProducts .grid--full.js-slick--attr .adept-product-display__color__extra {
    position: absolute;
    right: 4px;
}

.trendingProducts .grid--full.js-slick--attr .collectionProduct-colors img {
    padding-right: 6px;
}

/* Border botttom */
.trendingProducts .grid--full.js-slick--attr .collectionProduct-border {
    padding-top: 10px;
    border-bottom: 1px solid lightgray;
}

/* Brand */
.trendingProducts .grid--full.js-slick--attr .collectionProduct-content_cover {
    float: left;
}

.trendingProducts .grid--full.js-slick--attr svg:not(:root) {
    float: left;
}

.trendingProducts .grid--full.js-slick--attr .starRating.collectionProduct-rating {
    padding-top: 3px;
    word-spacing: -3px;
}

.trendingProducts .grid--full.js-slick--attr .adept-product-rating__text {

    font-size: 14px;
}

.trendingProducts .grid--full.js-slick--attr .adept-product-rating__count {
    padding-top: 1px;
    font-size: 12px;
    color: #333;
}


.trendingProducts .grid--full.js-slick--attr .adept-product-rating__info>div {
    float: left;
}

/*price product*/
.trendingProducts .grid--full.js-slick--attr .productPrice.collectionProduct-price.u-marginBottom0x {
    text-align: left;
    font-weight: bold;
    float: left;
}

.trendingProducts .grid--full.js-slick--attr .product-grid-item--brand {
    visibility: visible;
    padding-top: 10px;
    padding-bottom: 0;
}

.trendingProducts .grid--full.js-slick--attr p.collectionProduct-content_cover {
    height: 53px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    float: left;
}

.trendingProducts .productPrice>br {
    display: none;
}

.brand_img {
    height: 20px;
    width: 200px;
}

.category_heading-left {
    position: absolute;
    margin-left: 12px;
    margin-top: 12px!important;
    margin-bottom: 10px;
    border: none;
    @media only screen and (min-width:768px) {
        bottom: 40px;
    }
    z-index: 1;
}
.category_heading{
    text-transform: capitalize!important;
    border: none;
}
h4.category_heading.category_heading-left {
    padding-top: 12px;
}
.collectionInformation-relative {
    color: white !important;
}

.titleWithDescription {
    @media only screen and (min-width:768px) {
        bottom: 100px;
    }
    margin-bottom: 0;
}

.collection_description {
    text-transform: initial !important;

    @media only screen and (max-width:768px) {
        display: none !important;
    }


}

.category_heading-right {
    position: absolute;
    z-index: 1;
    right: 0;
    margin: 20px;
}

.trendingProducts .collectionInformation .collectionInformation--title {
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    margin: 0 0 10px;
}

.trendingProducts .collectionInformation--image {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    transition: transform 0.3s ease;
}
.trendingProducts .collectionInformation--image:hover {
    transform: scale(1.03);
}



.trendingProducts *:focus {
    outline: none;
}

.product-grid-item--brand svg {
    max-width: 115px
}

.slick-slide img {
    width: 80%;
    max-width: 500px;
    margin: auto;
}

.productPrice {
    width: calc(100% - 80px) !important;
    flex-flow: row wrap !important;
    position: relative !important;
    display: block;
    flex-direction: column;
    font-size: 11px;
    z-index: 2;
    top: unset !important;
    right: unset !important;
}

.de-price-yellow,
.de-price-red {
    font-size: 15px;
    font-weight: 700 !important;
}

span.de-price-yellow.js-de-PriceAmount.product__buybox_price {
    position: absolute !important;
    height: 40px !important;
    top: -2px !important;
    right: 0 !important;
}

/* clearance product flag */
.collectionProduct-flag--clearance {
    background-color: #e53322;
    color: #ffffff !important;
    padding: 5px;
}

.blackFriday {
    background-color: black !important;
    color: #ffffff !important;
    padding: 5px;
}



.de-price-yellow,
.de-price-red {
    width: unset !important;
}

.sale-tag-percents {
    display: block;
    color: #e53322;
    font-weight: bold;
    padding: 0 5px;
    font-size: 12px;
}

.lala {
    font-size: 12px !important;
}

.sale-tag-percents {
    font-size: 12px !important;
}

.trendingProducts .productFlag {
    position: absolute !important;
}



.products-block {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.product-selection {
    width: 220px;
    box-shadow: #9c9c9c 0 0 2px 0;
    padding: 15px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.product-selection:hover{
transform: scale(1.03);
}

.collectionProduct-image {
    width: 60%;
    margin: auto;
    display: block;
}

.collectionProduct-content_cover {
    margin: 0;
}

.collectionProduct-title_cover {
    color: black;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
}

/*********** Grand écran only ********/
@media(min-width: 1396px) {

    #product-4 {
        display: none !important;
    }

    #product-6 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1rem;
    }

    #product-6 .product-selection {
        width: unset !important;
        background-color: white;
        margin-bottom: 0 !important;
    }

    #texteDesktop {
        display: block;
    }

    #texteMobile {
        display: none;
    }
    .trendingProducts{
        height:575px!important;
    }
}
.u-block {
    height: 150px;
}

/******** Tablette et mobile *********/
@media(max-width: 1395px) {
    .u-block{
        height: unset;
    }

    #texteDesktop {
        display: none;
    }

    #texteMobile {
        display: block;
    }


    #product-6 {
        display: none;
    }

    /*    #product-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }

  #product-4 .product-selection {
    width: 100%;
    height: 100%;
  }  */
    .product-selection {
        width: 100%;
        background-color: white;
    }

}

/***********  Tablette   **************/
@media(min-width: 768px) {
    .trendingProducts{
        height: 515px;
    }
    #product-4 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
    }

    #product-4 .product-selection {
        width: 100%;
        height: 100%;
    }

    .trendingProducts .collectionInformation {
        overflow: hidden;
        cursor: pointer;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .trendingProducts .collectionInformation--Right {
        right: 0;
    }

    .trendingProducts .collectionInformation--Left {
        left: 0;
    }



    .trendingProducts .text-center--left {
        margin-left: -20%;
    }

    .trendingProducts .text-center--right {
        margin-left: 20%;
    }

    .trendingProducts .collectionInformation-relative {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .trendingProducts .grid--full.js-slick--attr {
        float: left;
        margin-left: 1.5%;
        margin-right: 2.5%;
        z-index: 1;
    }



    .imageContainer {
        height: 100%;
        width: 100%;
    }



    #button_desktop {
        text-transform: capitalize;
        display: block;
    }

    #button_mobile {
        display: none;
    }

    .productPrice {
        font-size: 15px !important;
        bottom: unset !important;
    }



}


/***********mobile**************/
@media(max-width: 767px) {
    .trendingProducts {
        height: unset !important;
        margin-top: unset !important;
        margin-bottom: 30px;
        flex-direction: column;
        display: block;
    }

    .collectionProduct {
        padding-left: 0;
        padding-right: 0;
    }

    .products-block {
        width: 100% !important;
    }

    .product-selection {
        margin-bottom: unset !important;
    }

    .collectionInformation--image {
        max-height: 530px;
    }

    .trendingProducts .productFlag {
        left: 0;
    }

    .products-block {
        padding: 0 15px;
        margin-top: -60px !important;
    }

    .products-block,
    .trendingProducts .collectionInformation {
        width: 100% !important;
    }

    .products-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
    }



    /* 
   #product-4 .product-selection {
    width: 100%;
  }  */


    /*  Placement eco conçu */
    .trendingProducts--Left .collectionButton--image {
        right: unset !important;
        height: unset !important;
    }

    #bouton_desktop {
        display: none !important;
    }

    .collectionProduct-title_cover {
        height: 28px !important;
        overflow: hidden;
    }

    #button_desktop {
        display: none;
    }

    #button_mobile {
        display: block;
    }



    .products-block .productPrice {
        font-size: 15px !important;
        bottom: unset !important;
        top: 0;
    }



    .trendingProducts .collectionProduct-relative {
        padding: 6px 6px 0 !important;
    }

    .trendingProducts .adept-product-rating__count {
        margin: 0 !important;
    }

    .trendingProducts .adept-product-rating__count>span {
        font-size: 10px !important;
    }

    .trendingProducts .grid--full.js-slick--attr .collectionProduct-colors img {
        width: 30px !important;
    }

    .trendingProducts .collectionInformation {
        width: 100%;
        z-index: -1;
    }

    .trendingProducts .grid--full.js-slick--attr {
        width: 100%;
    }

    .trendingProducts .grid--full.js-slick--attr .productFlag {
        font-size: 9px;
    }

    .productPrice {
        margin-top: 10px;
        right: 0;

    }

    .trendingProducts .grid--full.js-slick--attr .addToCartForm.collectionProduct-relative {
        height: 280px;
    }

    .collectionInformation-relative {
        background: none;
    }

    .japan_cut {
        margin-left: 20px;
    }

    .banner-title {
        position: absolute;
        top: 40px;
        color: white;
    }

    .banner-image {
        background-color: black;
        display: flex;

        img {
            opacity: 0.8;
        }
    }

    .products-block {
        width: 100%;
        position: relative !important;
    }

    .productPrice {
        bottom: 90px !important;
    }

    .linkButtomMobile{
        color: white;
        display: none;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0.4rem;
        letter-spacing: .024rem;
        border: 2px solid black;
        position: relative;
        padding: 10px 40px;
        font-weight: 700;
        font-size: 14px;
        font-family: Roboto Condensed,Arial Narrow,sans-serif;
        border: 2px solid transparent;
      
      }


}

/*new banner*/
.titleBanner {
    font-size: 48px;
    /*     text-transform: uppercase;
 */
}

.SubTitleBanner {
    font-weight: bold;
    color: black;
}

p.descriptionBanner {
    text-align: justify;
}

.banner--halfBanner {
    padding: unset !important;
}

img.imageBanner {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

.banner-position {
    margin: 0 auto;
    width: 80%;
    max-width: 436px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

@media only screen and (max-width:1250px) {
    .halfbannerTwo {
        margin-bottom: 20px;
        overflow: hidden;
        border-radius: 10px;
    }
}

@media only screen and (min-width:768px) {
    .halfbannerTwo {
        display: flex;
    }
}

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

    .titleBanner {
        font-size: 31px;
    }
}