.woo-carousel-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.carousel-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 50px;
}

.carousel-row {
    margin-bottom: 10px;
    position: relative;
}
.carousel-row:last-child{
    margin-bottom: 0;
}

/* Effet de fondu sur les côtés */
.woo-carousel-container::before,
.woo-carousel-container::after {
    content: "";
    position: absolute;
    top: -5px;
    height: calc(100% + 10px);
    width: 100px;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(.25turn, rgb(202 213 189), transparent)
/*    background: linear-gradient(to right, rgba(255, 255, 255, 1), transparent);*/
}

.woo-carousel-container::before {
    left: 20px;
}

.woo-carousel-container::after {
    right: 20px;
    background: linear-gradient(to left, rgb(205 216 194), transparent);
}

/* .swiper-wrapper {
    display: flex;
    transition-timing-function: linear !important;
}

.swiper-slide {
    padding: 5px 0;
    width: auto !important;
}
.product-card {
    padding: 5px;
    height: 105px !important;
    display: block;
    background: none !important;
}*/

.heroRight {
    right: -2% !important;
}

.product-card {
    padding: 5px;
    height: 100% !important;
    background: none !important;
    text-align: center;
}
.product-card .inner-card{
    background: white;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    color: inherit;
}


span.wrap-product-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}

.product-image {
    width: 100%;
    height:100% !important;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

.product-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.product-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2563eb;
    margin: 0;
}

div#nasa-quickview-sidebar-content .variations_button .nasa-variation-bulk-dsct.nasa-not-in-sticky.hidden-tag ~ *{
	display:block!important
}

@media (max-width: 767px) {
    .carousel-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .product-card {
        padding: 5px;
    }

    .wrap-product-img {
        width: 60px;
        height: 60px;
    }

    .product-name {
        font-size: 0.9rem;
    }

    .product-price {
        font-size: 1.1rem;
    }
    #sectionHero {
        padding-left: 0 !important;
    }
    .woo-carousel-container{
        padding: 0;
    }

    .woo-carousel-container::before {
        left: 0px;
    }

    .woo-carousel-container::after {
        right: 0px;
    }
    .woo-carousel-container::before, .woo-carousel-container::after{
        top: 5px;
        height: calc(100% - 10px);
    }
}

.item-search .nasa-sku-item{
    display: none!important;
}

.woocommerce form select#billing_country{
	height: 58px!important;
    line-height: 47px!important;
	padding-left:10px!important
}

@media screen and (max-width: 767px) {
    .products .nasa-product-content-variable-warp.nasa-inited {
        width: auto!important;
    }
	.product-item .info{
		margin-top:10px!important;
		padding-top:0!important
	}
	body .product-item .nasa-product-content-color-image-wrap .nasa-product-content-child>a{
		margin-bottom:15px!important
	}
	   /*BARRE RECHERCHE MOBILE*/

    #masthead>.nasa-hide-for-mobile {
        display: block !important;
        margin-bottom: 15px !important;
    }

    #masthead>.nasa-hide-for-mobile .logo-wrapper,
    #masthead>.nasa-hide-for-mobile .icons-wrapper {
        display: none !important;
    }

    .nasa-header-flex .nasa-header-search-wrap {
        margin: 0 !important;
    }

    #masthead .nasa-elements-wrap-main-menu.nasa-hide-for-mobile {
        margin: 0 !important;
    }

    #masthead .nasa-search-space.nasa-search-full .tt-menu {
        min-width: inherit !important;
        left: -15px !important;
        transform: translateX(0) !important;
        width: calc(100% + 30px) !important;

    }

    .mobile-menu .mobile-search {
        display: none !important;
    }

    .nasa-search-space .nasa-show-search-form input[name="s"]{
        height: 38px!important;
    }
    .nasa-search-space .nasa-show-search-form.nasa-search-relative{
        padding: 0 11px 0 15px!important;
    }

    .nasa-search-space .nasa-show-search-form .nasa-icon-submit-page>svg{
        margin-top: 1px!important;
    }

    /**** END****/
}
