/*
 * Rapatrié depuis Apparence > Personnaliser > CSS additionnel.
 * Copié tel quel, sans retouche, pour garantir un rendu identique.
 * Chargé en DERNIER dans add_theme_scripts() : c'était la position du CSS
 * du Customizer dans la cascade, et plusieurs règles en dépendent
 * (ex. .home-promos face à css/responsive.css).
 */

/* Popup styles */
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9999;
    overflow-y: auto; /* Enable vertical scroll if content exceeds viewport */
}

.popup-container.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    max-width: 80%;
    background-image: radial-gradient(circle, rgb(66, 64, 65) 0%, rgb(42, 40, 40) 40%, rgb(34, 31, 31) 66%, rgb(34, 31, 31) 100%);
    width: 100%;
    display: flex;
    align-items: center;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
/* pop-up */

.single-carousel {
    border-bottom: 5px solid #D82032;
}
.bottom-para {
    display: none;
}
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.owl-nav button {
    background: #D82032 !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF !important;
    font-size: 34px !important;
    border-radius: 50px;
    padding: 0 !important;
    line-height: normal;
    transition: .3s;
}
.banner-carousel {
    position: relative;
    overflow: hidden;
}
.owl-prev {
    position: relative;
    left: 40px;
}
.owl-next {
    position: relative;
    right: 40px;
}
.owl-nav button span {
    line-height: normal;
    display: inline-block;
    position: relative;
    top: -3px;
}
.owl-nav button:hover {
    background: #FFF !important;
    color: #D82032 !important;
}

.owl-dots {
    position: absolute;
    bottom: 25px;
    right: 50px;
    display: flex;
    gap: 8px;
}
.owl-dots span {
    width: 55px;
    height: 8px;
    background: #FFF;
    display: inline-block;
    opacity: ;
    opacity: .5;
    border-radius: 40px;
    transition: .3s;
}
.owl-dots span:hover, .owl-dots .active span {
    opacity: 1;
}

.banner-container {
    max-width: 1000px;
    margin: auto;
    padding: 0 30px;
}
#highlighted-banner {
    background: #FBF3E3;
    padding: 100px 0 0 0;
}
.banner-inner {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    grid-template-rows: auto auto;
}
.single-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 235px;
}
.single-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.4;
}
.banner-inner .single-banner:nth-child(2) {
    grid-column-start: 2;
    grid-row: 1/3;
}

.highlighted-tag {
    position: absolute;
    top: 20px;
    left: -15px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 23px;
    padding: 6px 17px;
    z-index: 9;
    background: #D82032;
    padding-right: 0;
    text-decoration: none;
    transition: .3s;
}
.highlighted-tag::before {
    content: "";
    width: 1;
    height: 1;
    position: absolute;
    top: 0px;
    right: -28px;
    border: 20px solid #D82032;
    border-right: ;
    border-right-color: transparent;
    z-index: -1;
    transition: .3s;
}
.highlighted-tag::after {
    content: "";
    width: 0px;
    height: 0px;
    border: 7px solid #6A2D33;
    position: absolute;
    left: 1px;
    bottom: -14px;
    border-right-color: ;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: #6A2D33;
    border-right-color: #6A2D33;
    transition: .3s;
}
.single-banner {
    position: relative;
}

.single-banner:hover .highlighted-tag {
    background: #FFF;
    color: #D82032;
}
.single-banner:hover .highlighted-tag::before {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFFF;
}
.single-banner:hover .highlighted-tag::after {
    opacity: .3;
}
.home-intro {
    padding-top: 100px !important;
}
.carousel-image {
    min-height: 400px;
    background-size: cover;
    background-position: center;
}
.promotion-carousel .owl-dots {
    display: none;
}
.home-promos {
    padding-top: 340px;
}
.promotion-carousel .owl-nav .owl-prev {
    left: -15px;
}
.promotion-carousel .owl-nav .owl-next {
    right: -15px;
}
.category-thumbnail-inner {
    position: relative;
    max-width: 1100px;
    margin: auto;
}

#category-thumbnails ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

#category-thumbnails ul li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 12.5%;
    margin-bottom: 25px;
}

#category-thumbnails ul img {
    max-width: 100px;
    margin: auto;
}

#category-thumbnails ul a {width: 100%;text-align: center;}

#category-thumbnails {
    background: #242222;
    padding: 50px 0;
}
#category-thumbnails ul li h2 {
    font-size: 13px;
    color: #FFF;
    font-size: ;
    font-weight: ;
    margin: 0;
}

.global-black {
    background: #222;
    padding: 50px 0;
}
.category-title {
    color: #D82032;
    position: relative;
    font-size: 23px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 40px;
}
.category-inner {
    max-width: 1300px;
    margin: auto;
    padding: 0 15px;
}
.category-item {
/*     display: flex; */
    gap: 15px;
}
.product-thumbnail a {
    height: 230px !important;
}
.single-product2-items {
    width: 33%;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
}
.product2-thumbnail {
    height: 170px;
    background-size: cover;
    background-position: center;
}
.product2-details {
    padding: 15px;
}
.product2-title {
    color: #3F3E3E;
    font-weight: 300;
    font-size: 15px;
}
.product2-item {
    width: 33%;
    background: #FFF;
    border-radius: 13px;
    overflow: hidden;
}
.product2-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}

#single-product2-item {
    background: #222;
}
#single-product2-item h2, #single-product2-item h3, #single-product2-item ul, #single-product2-item p {
    margin: 0;
    padding: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
}
.single-product2-inner {
    display: flex;
    position: relative;
    overflow: hidden;
}
.single-feature-image, .single-post-contents-inner {
    width: 50%;
}
.single-post-contents-inner {
    font-weight: normal;
    background-image: radial-gradient(circle, rgba(66,64,65,1) 0%, rgba(42,40,40,1) 40%, rgba(34,31,31,1) 66%, rgba(34,31,31,1) 100%);
    color: #888888b8;
}
.single-post-contents-inner h2 {
    color: #FFF;
    font-size: 26px;
    margin: 10px 0 !important;
    font-weight: 500 !important;
}
.single-post-contents-inner h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.single-product2-excerpt p {
    font-size: 16px;
    font-weight: normal;
    font-family: ;
}
.single-feature-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.single-post-contents {
    max-width: 590px;
    padding: 160px;
    padding-right: 0;
    padding-bottom: 220px;
}
.single-product2-price {
    color: #D82032;
    font-size: 24px;
}
#single-product2-item p {
    margin: 12px 0;
    line-height: 22px;
}
.tags li {
    display: inline-block;
    background: rgba(255,255,255,.14);
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    color: #FCF3E3;
    margin-right: 5px;
}
.floating-tag h3 {
    font-weight: bold !important;
    text-transform: uppercase;
}
.floating-tag h3 strong {
    font-weight: normal;
}
.product2-template-default.single.single-product footer {
    display: none !important;
}
.floating-tag {
    background: #D82032;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 17px;
}

.variation ul li {
    list-style: none;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
}
.product2-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product2-price {
    color: #D82032;
}
#banner-carousel.mobile {
    display: none;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

/* NEW_CSS */
#product2-lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.56);
    z-index: 9999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    transition: .3s;
    opacity: 0;
    transform: scale(0);
}
#product2-lightbox.active {
    opacity: 1;
    transform: scale(1);
}
.product2-lightbox-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 450px;
    width: 100%;
    transform: translate(-50%, -40%);
}

.produc-lightbox {
    background: #FFF;
    border-radius: 20px;
    position: relative;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}
.product-lightbox-thumbnail {
    width: 100%;
    background: #000;
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px 20px 0 0;
}
.product2-lightbox-thumbnail {
    width: 100%;
    min-height: 200px;
    background-size: 300PX;
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center;
}
.produc-lightbox .product2-details {
    display: block !important;
    padding: 25px;
}
.product2-details-top h2 {
    font-size: 20px;
    font-weight: 400;
    color: #3F3E3E;
    margin: 0;
    max-width: 65%;
}
.product2-details-top h3 {
    max-width: 35%;
    font-weight: 400;
    color: #D82032;
    font-size: 20px;
    margin: 0;
}
.product2-details-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.produc-lightbox .product2-description {
    color: #888888;
    font-size: 16px;
    font-weight: 300;
    min-height: 140px;
}
a.commander-link {
    background: #D82032;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    padding: 10px 35px !important;
}
a.close-link {
    position: absolute;
    top: -20px;
    right: -22px;
    color: #FFFF;
    text-decoration: none;
    font-size: 29px;
    font-weight: normal;
}
.product2-commander-link {
    text-align: center;
}
.product2-tags li {
    display: inline-block;
    font-size: 13px;
    color: #3F3E3E;
    background: rgba(0,0,0,.05);
    padding: 6px 15px;
    border-radius: 40px;
}
.product2-tags ul {
    padding: 0;
    display: flex;
    gap: 6px;
}
/* NEW_CSS_END */

/* Additional-Recreated-CSS */

#product-lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0,0,0,.7);
  display: flex;
  align-items: center;
  justify-content: center;
	pointer-events: none;
	opacity: 0;
	transition: .3s;
	transform: scale(0);
}
#product-lightbox.active {
	opacity: 1;
	pointer-events: inherit;
	transform: scale(1);
}
.product-lightbox-inner {
  max-width: 500px;
  margin: auto;
	width: 100%;
}
.produc-lightbox > .product-details {
    display: inline;
	width: 100%;
}
.product-details {
    display: inline;
    padding: 30px;
}
.product-details-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-details-top h3 {
    color: #D82032;
    font-size: 21px;
    margin: 0;
    font-weight: 400;
}
.product-details-top h2 {
    font-weight: 300;
    font-size: 24px;
    margin: 0 !important;
}
.product-tags ul {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 !important;
    margin: 0;
}
.product-tags li {
    list-style: none;
    font-size: 12px;
    background: rgba(0,0,0,.03);
    display: inline-block;
    padding: 8px 19px !important;
    border-radius: 50px;
    color: #3F3E3E;
}
.product-description {
    color: #888888;
    font-weight: 300;
}
.product-commander-link {
    text-align: center;
}
.produc-lightbox > .product-details * {
    padding: 0;
}
.product-tags {
    padding: 10px 0 !important;
}
.product-description {
    color: #888888;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 30px;
}
.product-item .product-details {
    display: flex;
    padding: 0;
}
.product-thumbnail img {
    width: 100%;
}
/* Additional-Recreated-CSS */

#category-thumbnails .sticky-slider ul li {
  text-align: center;
  display: none;
}
.sticky-slider {
  position: fixed;
  top: -150px;
  z-index: 9999;
  transition: .3s;
  background: #d42333;
  padding: 15px 0 !important;
}
body.scroll-down .sticky-slider {
	top: 0;
}
#category-thumbnails .sticky-slider li {
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.sticky-slider-thumbnail {
  margin: auto;
  width: 100% !important;
  background-size: 130px !important;
  background-repeat: no-repeat;
}

















@media(max-width:1500px){
    .single-post-contents {
        padding: 150px 50px 216px 100px;
    }
}

@media(max-width:1300px){
    .single-post-contents {
        padding: 60px 40px 126px 60px;
    }
}

@media(max-width:1500px){

}





@media(max-width:1024px){
    #category-thumbnails ul li {
        width: 25%;
    }
    .single-post-contents {
        padding: 30px 20px 100px 25px;
    }
    .tags li {
        font-size: 12px;
        padding: 5px 15px;
    }
    #single-product2-item p {
        font-size: 14px;
    }
    .product2-price {
        font-size: 14px;
    }
    .product2-title {
        font-size: 14px;
    }
}
@media(max-width:767px){
    .home-promos {
        padding-top: 40px;
    }
    .carousel-image {
        min-height: 200px;
    }
    .owl-prev {
        left: -15px;
    }
    .owl-next {
        right: -15px;
    }

    .banner-inner {
        display: block;
    }
    .single-banner {
        min-height: 200px;
        margin-bottom: 12px;
        margin-bottom: 15px;
    }
    .banner-inner .single-banner:last-child {
        margin: 0;
    }
    #highlighted-banner {
        padding-top: 50px;
    }
    .home-intro {
        padding-top: 60px !important;
    }
    #category-thumbnails ul li {
        width:12%;
    }
    #category-thumbnails ul img {
        max-width: 70px;
    }
    #category-thumbnails ul li h2 {
        font-size: 12px;
    }

    .single-product2-inner {
        display: block;
    }
    .single-feature-image, .single-post-contents-inner {
        width: 100%;
    }
    .single-feature-image {
        height: 200px;
    }
    .floating-tag h3 {
        font-size: 18px;
    }
    .category-item {
        display: block;
    }
    .product2-item {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 18px;
    }
    #banner-carousel .carousel-image {
        min-height: auto;
    }
    .owl-dots span {
        width: 28px;
        height: 5px;
    }

    .owl-dots {
        bottom: 0px;
        right: inherit;
        width: 100%;
        justify-content: center;
    }
    .banner-carousel {
        padding-bottom: 19px;
        background: #FBF3E3;
    }
    .owl-dots span {
        background: #000;
        opacity: .2;
    }
    #banner-carousel.mobile {
        display: block;
        height: auto;
        opacity: 1;
        pointer-events: inherit;
    }
    #banner-carousel.desktop {
        display: none;
        height: 0;
        opacity: 0;
        pointer-events: none;
    }
    #banner-carousel .owl-nav button.owl-prev {
        left: 20px;
    }
    #banner-carousel .owl-nav button.owl-next {
        right: 20px;
    }

    .product2-lightbox-inner {
        max-width: 335px;
    }
.product-thumbnail a {
	height: 315px !important;
}
	a.close-link {
	right: 20px;
	top: -40px !important;
}
.product-lightbox-inner {
	padding: 0 10px;
}
.sticky-slider-thumbnail {
	background-size: 110px !important;
}
}
.top-menu .cart-icon {
	display:none !important
}

/* ------------------------------------------------------------------
 * Ajouts liés au passage des background-image inline à des <img>
 * responsives dans template-accueil.php.
 * L'image est positionnée en absolu pour reproduire exactement
 * l'ancien comportement de background-size: cover.
 * ------------------------------------------------------------------ */
.single-banner > img,
.promotion-single-carousel .carousel-image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* Le voile noir est un ::before sans z-index : il serait peint sous
   l'image positionnée. On le repasse au-dessus (la pastille
   .highlighted-tag est en z-index 9, elle reste devant). */
.single-banner::before {
    z-index: 1;
}
.promotion-single-carousel .carousel-image {
    position: relative;
    overflow: hidden;
}
