/*
 Theme Name:   Elite Incendie
 Theme URI:    https://bsqua.re
 Description:  GeneratePress child theme for Elite Incendie
 Author:       ben@bsqua.re
 Author URI:   https://bsqua.re
 Template:     generatepress
 Version:      0.1
*/
.single-product .product_title.entry-title {
		padding-bottom:2rem!important;
	}
@media (max-width: 768px) {
	.one-container .site-content {
		padding-top:0px;
	}	
}


.single-product .site-content {
	padding-bottom:0px;
}

.custom-related-products.full-width-section2 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	margin-top:4rem;
    padding: 40px 0;
    background-color: #f8f8f8; /* optional */
    box-sizing: border-box;
}

.custom-related-products .swiper-container {
    max-width: 1200px; /* adjust to match your main grid */
    margin: 0 auto;
    padding: 0 15px; /* optional, for small horizontal spacing */
	list-style:none;
	overflow:hidden;
}




/* Arrows on left/right of slider */
.custom-related-products .swiper-button-next,
.custom-related-products .swiper-button-prev {
    top: 50%; /* vertically center */
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 50%;
    z-index: 10;
}

.custom-related-products .swiper-button-prev {
    left: calc(50% - 600px - 20px); /* aligned with slider left edge */
}

.custom-related-products .swiper-button-next {
    right: calc(50% - 600px - 20px); /* aligned with slider right edge */
}
.custom-related-products .swiper-button-prev:after,
.custom-related-products .swiper-button-next:after {
	font-size:100%;
}


.swiper-container .woocommerce-loop-product__title {
	font-size:22px;
	text-align:center;
}
