.elementor-1764 .elementor-element.elementor-element-3b6aa629{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1764 .elementor-element.elementor-element-e1c4bf0{--display:flex;--min-height:919px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}/* Start custom CSS for shortcode, class: .elementor-element-29501e24 *//* Custom Product Page Styles */
.custom-product-container {
    display: flex;
    gap: 40px;
    max-width: 1800px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Product Images */
.product-images {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.thumbnail-images {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 80px;
}

.thumbnail-item {
    border: 2px solid transparent;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    width: 70px;
    height: 100px;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thumbnail-item.active {
    border-color: #8b5c3c;
}

.main-image {
    flex: 1;
}

.main-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .product-images {
        flex-direction: column;
        align-items: center;
    }

    .thumbnail-images {
        flex-direction: row;
        max-width: 100%;
        justify-content: center;
    }
}



/* Product Details */
.product-details {
    flex: 1;
    max-width: 600px;
}

.color-option {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ccc;
    cursor: pointer;
}


.breadcrumb {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.breadcrumb span {
    color: #8B4513;
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.product-title {
    font-size: 2.5em;
    font-weight: 300;
    color: #333;
    margin: 0;
    flex: 1;
}

.product-price {
    font-size: 2em;
    font-weight: 600;
    color: #8B4513;
}

.product-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 15px;
}

.product-description p {
    margin-bottom: 15px;
}

/* Variations/Colors */
.product-variations {
    margin-bottom: 30px;
}

.variation-group {
    margin-bottom: 20px;
}

.variation-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.variation-options {
    display: flex;
    gap: 10px;
    align-items: center;
}

.variation-option {
    padding: 8px 10px;
    border: 2px solid #ddd;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.variation-option:hover {
    border-color: #8B4513;
}

.variation-option.selected {
    background-color: #8B4513;
    color: white;
    border-color: #8B4513;
}

.variation-option.color-option {

    border-radius: 50%;
    padding: 0;
    position: relative;
    border: 3px solid #ddd;
}

.variation-option.color-option.selected {
    border-color: #8B4513;
    box-shadow: 0 0 0 2px rgba(139, 69, 19, 0.3);
}

/* Product Actions */
.product-actions {
    margin-bottom: 40px;
}

.quantity-.elementor-1764 .elementor-element.elementor-element-29501e24 {
    display: flex;
    align-items: center;
    gap: 30px!important;
    margin-bottom: 20px!important;
}

.quantity-.elementor-1764 .elementor-element.elementor-element-29501e24 label {
    font-weight: 600;
    color: #333;
}

.qty {
    width: 60px!important;
    padding: 8px 10px!important;
    border: 1px solid #ddd!important;
    border-radius: 4px!important;
    text-align: center!important;
    font-size: 16px!important;
    padding-bottom: 30px;
}

.cart-buttons {
    padding-top: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}


.add-to-cart-btn {
    background: white!important ;
    color: #333!important;
    border: 2px solid #ddd!important;
    padding: 12px 24px!important;
    border-radius: 6px!important;
    cursor: pointer!important;
    transition: all 0.3s ease!important;
    font-size: 16px!important;
    font-weight: 500!important;
    display: flex!important;
    align-items: center!important;
    gap: 8px!important;
}

.add-to-cart-btn:hover {
    border-color: #8b4512!important;
    background-color: #8b4512!important;
    color: #fff!important;
}



.buy-now-btn {
    background: #8B4513!important;
    color: white;
    border: none;
    padding: 12px 32px!important;
    border-radius: 6px!important;
    cursor: pointer!important;
    transition: all 0.3s ease!important;
    font-size: 16px!important;
    font-weight: 600!important;
}

.buy-now-btn:hover {
    background: #A0522D!important;
    transform: translateY(-2px)!important;
    box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3)!important;
}

/* Accordion */
.product-accordion {
    border-top: 1px solid #eee;
}

.accordion-item {
    border-bottom: 1px solid #eee;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease;
}

.accordion-header:hover {
    color: #8B4513;
}

.accordion-icon {
    font-size: 20px;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
}

.accordion-content p {
    padding: 0 0 20px 0;
    margin: 0;
    color: #666;
    line-height: 1.6;
}

.product-attributes {
    width: 100%;
    margin-bottom: 20px;
}

.product-attributes tr {
    border-bottom: 1px solid #f0f0f0;
}

.product-attributes td {

    color: #666;
}

.product-attributes td:first-child {
    font-weight: 600;
    color: #333;
    width: 150px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .custom-product-container {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }
    
    .product-header {
        flex-direction: column;
        gap: 10px;
    }
    
    .product-title {
        font-size: 2em;
    }
    
    .product-price {
        font-size: 1.5em;
        margin-left: 0;
    }
    
    .cart-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .add-to-cart-btn,
    .buy-now-btn {
        width: 100%;
        justify-content: center;
    }
    
    .thumbnail-images {
        justify-content: center;
    }
    
    .variation-options {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .custom-product-container {
        padding: 10px;
    }
    
    .product-title {
        font-size: 1.5em;
    }
    
    .product-price {
        font-size: 1.3em;
    }
    
    .thumbnail-item {
        width: 60px;
        height: 60px;
    }
}










.color-option {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    margin: 5px;
    border: 2px solid #ddd;
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.color-option:hover {
    border-color: #007cba;
}



/* Single color option styling */
.single-color-option {
    /* Inherits base color-option styles */
}

/* Two color option styling */
.two-color-option {
    background: none !important;
    padding: 0;
}

.color-half {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
}

.color-left {
    left: 0;
    border-radius: 50% 0 0 50%;
}

.color-right {
    right: 0;
    border-radius: 0 50% 50% 0;
}

/* Special handling for white colors to ensure visibility */
.single-color-option[style*="#ffffff"],
.single-color-option[style*="#FFFFFF"],
.single-color-option[style*="white"] {
    border-color: #ccc;
}

.single-color-option[style*="#ffffff"].selected,
.single-color-option[style*="#FFFFFF"].selected,
.single-color-option[style*="white"].selected {
    border-color: #007cba;
    box-shadow: 0 0 0 1px #007cba;
}

/* Handle white color in two-color combinations */
.color-half[style*="#ffffff"],
.color-half[style*="#FFFFFF"],
.color-half[style*="white"] {
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.two-color-option.selected .color-half[style*="#ffffff"],
.two-color-option.selected .color-half[style*="#FFFFFF"],
.two-color-option.selected .color-half[style*="white"] {
    border-color: #007cba;
}

.variation-group {
    margin: 15px 0;
}

.variation-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.variation-option {
    display: inline-block;
    margin: 5px;
    padding: 8px 12px;
    border: 2px solid #ddd;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.variation-option:hover {
    border-color: #007cba;
}

.variation-option.selected {
    border-color: #007cba;
    background-color: #007cba;
    color: white;
}

/* Override for color options */
.color-option.selected {
    background-color: transparent !important;
    color: inherit !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-3de0c70e */.produits-similaires {
    padding: 40px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.produits-similaires .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.produits-similaires .section-header h2 {
    font-size: 32px;
    font-weight: bold;
}

.produits-similaires .btn-boutique {
    padding: 8px 16px;
    border: 1px solid #000;
    background: transparent;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    transition: background 0.3s;
}

.produits-similaires .btn-boutique:hover {
    background: #000;
    color: #fff;
}

.similar-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.similar-products-grid .product-card {
    text-align: left;
    position: relative;
    padding: 10px;
}

.similar-products-grid .product-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.similar-products-grid .product-image img {
    width: 100%;
    height: auto;
    display: block;
}

.similar-products-grid .product-icons {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.similar-products-grid .product-icons a {
    padding: 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.similar-products-grid .product-icons a:hover {
    background: rgba(255, 255, 255, 1);
}

.similar-products-grid .product-colors {
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
}

.similar-products-grid .color-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 4px;
}

/* Example color overrides */
.similar-products-grid .color-dot[title="Noir"] { background: black; }
.similar-products-grid .color-dot[title="Bleue"] { background: #5B9BD5; }
.similar-products-grid .color-dot[title="Beige"] { background: #F5F5DC; }
.similar-products-grid .color-dot[title="Marron"] { background: #8B4513; }

.similar-products-grid .product-title {
    color: #1C1C1C;
    font-family: 'Montserrat', Sans-Serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 8px 0 4px 0;
    text-align: left;
}

.similar-products-grid .product-price {
    color: #8F675A;
    font-family: 'Montserrat', Sans-Serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}/* End custom CSS */