/* custom css */
section#wrapper {
	background: var(--main-background-color);
}

#carousel .carousel-inner .carousel-item figure {
	width: 100%;
}

#index #wrapper {
	padding-top: 0;
}

#carousel .carousel-inner {
	height: 500px;
}

.featured-products {
	background-color: var(--second-background-color);
	border-radius: 30px;
}
.featured-products .products {
	grid-template-columns: repeat(5, 1fr);
    display: grid;
    gap: 20px;
}
/* HOMEPAGE */
#content-wrapper #carousel ul.carousel-inner {
    border-radius: 0 40px 40px 40px;
}
#content-wrapper #carousel .carousel-item figcaption.caption {
    width: 32%;
    aspect-ratio: 536 / 261;
    max-width: unset;
    background-color: var(--main-color);
    border-radius: 40px;
    left: 6%;
    bottom: 13%;
    padding: 20px 30px;
}
#content-wrapper #carousel .carousel-item figcaption.caption h2 {
    color: var(--Blanc, #FFF);
    font-size: 46px;
    text-align: left;
    font-weight: 500;
}
#content-wrapper #carousel .carousel-item figcaption.caption .caption-description p:first-child {
    color: var(--Blanc, #FFF)!important; 
    font-size: 14px!important;
}
#content-wrapper #carousel .carousel-item figcaption.caption .caption-description a.btn-default {
    padding: 14px 22px 14px 30px;
    background-color: #FFF;
    border-radius: 200px;
    color: var(--main-color, #9A101D);
    font-family: var(--main-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
#content-wrapper #carousel .carousel-control span:hover i {
    color: var(--main-color);
}
/* #content-wrapper #custom-text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
} */

#content-wrapper #custom-text h1 {
    position: relative;
}
#content-wrapper #custom-text h1::after {
    position: absolute;
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background-color: var(--main-color);
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 23px;
    border-radius: 10px;
}
#new-products #js-product-list-header {
    display: none;
}
#new-products #wrapper {
    padding-top: 0;
}
#new-products #wrapper .category-cover {
    position: relative;
}
#new-products #wrapper .category-cover img.image-cover {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 0 35px 35px 35px;
}
#new-products #wrapper .category-cover .h1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 20px 60px 20px 25px;
    background: var(--main-color);
    border-radius: 17px;
    width: 30%;
    color: var(--Blanc, #FFF);
    font-family: "Advent Pro";
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    line-height: 41px;
    text-transform: uppercase;
}
#new-products #wrapper .breadcrumb {
    margin-top: 1rem;
}
#new-products #wrapper .breadcrumb li a,
#new-products #wrapper .breadcrumb li span {
    color: var(--Couleur-textes, #323232);
    font-family: "PP Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#new-products #wrapper .row {
    margin: 0;
}
#new-products #wrapper .row #left-column {
    width: 17%;
    padding: 0;
}
#new-products #wrapper .row #content-wrapper {
    padding: 0;
    width: 83%;
    padding-left: 5rem;
}
#new-products #wrapper #js-product-list-header .block-category {
    padding: 0;
    min-height: unset;
}
#new-products #wrapper #js-product-list-header .block-category #new-products-description p {
    color: var(--text-color);
    font-family: "PP Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#new-products #wrapper #content-wrapper #js-product-list .products.row {
    margin: -20px;
}
#new-products #wrapper #content-wrapper #js-product-list .products.row .product-card {
    flex: 0 0 calc(25% - 40px);
    margin: 20px;
    border-radius: 10px;
    min-width: 0;
    box-sizing: border-box;
    background: var(--second-background-color, #F5F5F5);
}
#new-products #wrapper #content-wrapper #js-product-list .products.row .product-card .product-card__image {
    background: var(--Blanc, #FFF);
}
#new-products #wrapper #content-wrapper nav.pagination {
    margin-top: 70px;
}
#new-products #wrapper #content-wrapper nav.pagination .col-md-4 {
    color: var(--text-color, #323232);
    font-family: var(--secondary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
#new-products #_desktop_search_filters_clear_all {
    padding-top: 30px;
}
.pagination .current a {
    color: var(--main-color);
}

@media (max-width: 480px){ 
    #carousel {
        width: 100%;
        margin: 0;
        left: unset;
        padding: unset;
        background-color: unset;
    }
    .carousel .carousel-item img {
        height: 500px;
    }
    #content-wrapper #carousel ul.carousel-inner {
        border-radius: 40px;
        margin: unset;
    }
    #content-wrapper #carousel .carousel-item figcaption.caption {
        position: absolute;
        width: 90%;
        left: 15px;
        bottom: 15px;
        margin: 0;
    }
    #content-wrapper #carousel .carousel-item figcaption.caption h2 {
        font-size: 36px;
        line-height: 47px;
    }
    #content-wrapper #carousel .carousel-item figcaption.caption .caption-description p {
        text-align: left;
    }
    #content-wrapper #carousel .carousel-item figcaption.caption .caption-description p:first-child {
        font-size: 12px!important;
    }
    #content-wrapper #carousel .carousel-item figcaption.caption .caption-description a.btn-default {
        font-size: 14px;
    }
    #content-wrapper #custom-text {
        width: 100%;
        padding: 60px 0;
    }
    .featured-products .products {
        grid-template-columns: repeat(2, 1fr);
    }
    #new-products .category-cover {
        display: block;
    }
    #new-products #wrapper .category-cover .h1 {
        font-size: 26px;
        padding: 15px 20px;
        line-height: normal;
        width: 85%;
        margin: 0;
    }
    #new-products #wrapper .category-cover img.image-cover {
        object-position: right;
    }
    #new-products #wrapper #content-wrapper #js-product-list .products.row {
        padding-top: 25px;
        gap: 13px 10px;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0;
    }
    #new-products #wrapper .row #left-column {
        width: 100%;
    }
    #new-products #wrapper .row #content-wrapper {
        width: 100%;
        padding: 0;
    }
    #new-products #wrapper #left-column #search_filters_wrapper {
        display: block!important;
    }
    #new-products #wrapper #left-column #search_filters_wrapper #search_filter_controls {
        display: none;
    }
    #new-products #wrapper #left-column #search_filters_wrapper #search_filters p.text-uppercase {
        display: block!important;
    }
    #new-products #left-column #search_filters_wrapper {
        margin-left: unset;
        margin-right: unset;
    }
    #new-products #_desktop_search_filters_clear_all {
        display: block!important;
    }
    #new-products #wrapper #content-wrapper #js-product-list .products.row .product-card {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
        margin: 0;
    }
    #new-products #wrapper #js-product-list-header .block-category #new-products-description {
        margin-bottom: 1.563rem;
    }
    #blockcart-modal .product-image {
        margin: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
    .featured-products .products {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }    
    #content-wrapper #carousel .carousel-item figcaption.caption {
        position: absolute;
        width: 50%;
        aspect-ratio: 4 / 2;
        left: 3%;
        bottom: 10%;
        padding: 12px 20px;
        border-radius: 25px;
        margin: 0;
    }
    #carousel .carousel-inner {
        height: fit-content;
    }
    #content-wrapper #carousel .carousel-item figcaption.caption h2 {
        font-size: 30px;
    }
    #content-wrapper #carousel .carousel-item figcaption.caption .caption-description a.btn-default {
        font-size: 15px;
    }
    #carousel .carousel-inner .carousel-item figure {
        position: relative;
    }
    #wrapper .row #left-column {
        width: 25%!important;
    }
    #category #wrapper .row #content-wrapper {
        padding-left: 1rem;
        width: 75%;
    }
    #new-products #wrapper .row #content-wrapper {
        padding-left: 1rem;
        width: 75%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) { 
    #new-products #wrapper #content-wrapper #js-product-list .products.row .product-card {
        flex: 0 0 calc(33.333% - 40px);
        height: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { 
    #new-products #wrapper #content-wrapper #js-product-list .products.row .product-card {
        flex: 0 0 calc(50% - 40px);
        height: auto;
    }
}