/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.f_langue select {
    background-color: #212326;
    width: 100%;
    height: 65px;
    color: #fff;
    padding: 20px;
}

.fusion-footer h4{
    font-family: 'Classical Garamond BT' !important;
}
.fusion-menu span {
    font-family: 'Classical Garamond BT' !important;
}
.scal_sl {font-family: 'Scala Sans Pro' !important;}
.slid_BT {font-family: 'Classical Garamond BT' !important;}
.text_s p {
    /* padding: 20px !important; */
    margin: 30px !important;
}
.test .product-block-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #fff;
}

.test .product-block-wrapper {
    display: flex;
    /*gap: 40px;*/
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Left Section - 3 Product Images with Carousel */
.test .product-images-left {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.test .product-images-left .image-slider {
    position: relative;
    width: 100%;
    height: 100%;
    /* min-height: 400px; */
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}

.test .product-images-left .image-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    border-radius: 4px;
    pointer-events: none;
}

.test .product-images-left .image-slider img.active {
    opacity: 1;
    z-index: 2;
}

/* Slider Navigation Arrows */
.test .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.test .slider-arrow:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
}

.test .slider-arrow-prev {
    left: 20px;
}

.test .slider-arrow-next {
    right: 20px;
}

/* Swiper Dots */
.test .slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: -40px !important;
    z-index: 99 !important;
}

.test .slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.test .slider-dot.active {
    background-color: #333;
    width: 30px;
    border-radius: 6px;
}

.test .slider-dot:hover {
    background-color: #999;
}

/* Thumbnails are hidden - only slider is visible */
.test .product-images-left .thumbnails-container {
    display: none;
}

/* Right Section - Product Details */
.test .product-details-right {
    /* flex: 0 0 30%; */
    display: flex;
    flex-direction: column;
	background-color:#f6f4f2 !important;
	padding:40px !important;
}


.test .product-main-image {
    width: 100%;
    max-width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 0px;
    align-self: center;
}

.test .product-title {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: "ClassGarmnd BT", "Times New Roman", serif;
}

.test .product-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
	font-family: "Scala Sans Pro", "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
}

.test .product-collection {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.test .product-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
    min-height: 80px;
	font-family: "Scala Sans Pro", "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
}

.test .product-thumbnails {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.test .product-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.test .product-thumbnail:hover {
    transform: scale(1.1);
    border-color: #333;
}

.test .product-thumbnail.active {
    border-color: #333;
    border-width: 3px;
}

.test .product-format {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}

.test .product-price {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #333;
}

.test .product-price-unit {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.test .add-to-cart-btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    margin-bottom: 15px;
    width: 100%;
    max-width: 400px;
}

.test .add-to-cart-btn:hover {
    background-color: #333;
}

.test .store-availability {
    font-size: 14px;
    color: #666;
    text-decoration: underline;
    cursor: pointer;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .test .product-block-wrapper {
        flex-direction: column;
        padding: 20px;
    }

    .test .product-images-left {
        flex: 1 1 100%;
        order: 2;
    }

    .test .product-details-right {
        flex: 1 1 100%;
        order: 1;
    }

    .test .product-main-image {
        max-width: 100%;
        height: 300px;
    }

    .test .product-title {
        font-size: 24px;
    }

    .test .product-images-left .image-slider {
        height: 300px;
    }

    /* Thumbnails are hidden on mobile too */
    .test .product-images-left .thumbnails-container {
        display: none;
    }
}

/*newsleter*/

form {
    display: flex!important;
    flex-direction: column!important;
    margin: auto!important;
}

.tnp-field {
    margin: auto!important;
}



