.elementor-282 .elementor-element.elementor-element-557519ff{--display:flex;--gap:51px 0px;--row-gap:51px;--column-gap:0px;--padding-top:150px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );font-style:var( --e-global-typography-primary-font-style );color:var( --e-global-color-primary );}.elementor-282 .elementor-element.elementor-element-a180bc9{text-align:center;}.elementor-282 .elementor-element.elementor-element-a180bc9 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-f9601b5 *//* ===== DESIGN ÉLÉGANT WISHLIST YITH ===== */

/* Import des polices */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/* Container principal */
.woocommerce-wishlist-wrapper,
.yith-wcwl-wishlist-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: 'Cormorant Garamond', serif;
    background-color: #F8F5F2;
}

/* Masquer le titre de la page */
.page-title,
.yith-wcwl-wishlist-title,
.entry-title,
h1.wishlist-title {
    display: none !important;
}

/* Tableau de la wishlist - Design élégant moderne */
.shop_table.wishlist_table {
    width: 100%;
    border: none !important;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    font-family: 'Cormorant Garamond', serif;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* En-têtes élégants */
.shop_table.wishlist_table thead th {
    background: #F8F5F2 !important;
    color: #000000 !important;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600 !important;
    font-size: 0.9rem;
    padding: 18px 12px !important;
    border: none !important;
    text-align: center;
    display: table-cell !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Alignement spécifique pour "Nom du produit" par classe */
.shop_table.wishlist_table thead th.product-name {
    text-align: left !important;
}

/* Cellules du tableau */
.shop_table.wishlist_table tbody td {
    padding: 20px 12px !important;
    border: none !important;
    vertical-align: middle !important;
    text-align: center;
    background: white;
    font-size: 0.9rem;
    font-family: 'Cormorant Garamond', serif;
    display: table-cell !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Alignement des noms de produits par classe */
.shop_table.wishlist_table tbody td.product-name {
    text-align: left !important;
}

/* Colonne image */
.shop_table.wishlist_table .product-thumbnail {
    width: 120px !important;
    min-width: 120px !important;
}

/* Colonne quantité */
.shop_table.wishlist_table .product-quantity {
    width: 150px !important;
    min-width: 150px !important;
}

/* Images des produits - petit carré */
.product-thumbnail {
    text-align: center;
}

.product-thumbnail img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
    border-radius: 8px;
}

/* Styles pour la quantité */
.product-quantity input[type="number"],
.product-quantity .qty {
    width: 60px !important;
    padding: 8px 12px;
    border: none;
    background: #F8F5F2;
    border-radius: 6px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    text-align: center;
    color: #000000;
}

.product-quantity input[type="number"]:focus,
.product-quantity .qty:focus {
    outline: none;
    background: #F8F5F2;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

/* Texte quantité sans input */
.product-quantity {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    color: #000000;
}

/* Noms des produits */
.product-name a {
    color: #000000 !important;
    text-decoration: none !important;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4;
}

.product-name a:hover {
    text-decoration: underline !important;
}

/* Prix */
.product-price {
    font-size: 1rem;
    font-weight: 600;
    color: #000000 !important;
    font-family: 'Cormorant Garamond', serif;
}

/* Status en stock */
.product-stock-status {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #000000;
}

/* Boutons d'action - Style Cormorant Garamond gras souligné */
.product-add-to-cart a,
.add_to_cart_button,
.single_add_to_cart_button {
    background: transparent !important;
    color: #000000 !important;
    border: none !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 400 !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
    text-underline-offset: none !important;
    transition: all 0.3s ease !important;
    display: inline-block;
}

.product-add-to-cart a:hover,
.add_to_cart_button:hover,
.single_add_to_cart_button:hover {
    background: #F2EAE0 !important;
    color: #000000 !important;
    text-decoration: underline !important;
}

/* Bouton de suppression - compatibilité Safari */
.product-remove a,
.yith-wcwl-remove,
.remove_from_wishlist {
    color: #000000 !important;
    font-size: 2rem !important;
    text-decoration: none !important;
    font-family: 'Cormorant Garamond', serif;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
}

.product-remove a:hover,
.yith-wcwl-remove:hover,
.remove_from_wishlist:hover {
    color: #666 !important;
}

/* Forcer l'affichage des croix sur Safari */
.product-remove {
    display: table-cell !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Bouton "Faire une demande de prix" - compatibilité Safari */
.yith-wcwl-ask-estimate,
.ask-estimate-button,
.product-ask-estimate,
.yith-wcwl-ask-estimate-button #yith-wcwl-form > div.yith_wcwl_wishlist_footer > div.yith_wcwl_footer_additional_action{
    background: #F8F5F2 !important;
    color: #000000 !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    margin: 8px 5px;
    display: inline-block !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
}

.yith-wcwl-ask-estimate:hover,
.ask-estimate-button:hover,
.product-ask-estimate:hover,
.yith-wcwl-ask-estimate-button:hover {
    background: #000000 !important;
    color: white !important;
    text-decoration: underline !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* Section résumé */
.yith-wcwl-wishlist-summary,
.wishlist-summary {
    background: white;
    padding: 25px;
    border-radius: 12px;
    margin: 30px 0;
    font-family: 'Cormorant Garamond', serif;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.wishlist-summary h3 {
    color: #000000;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-family: 'Ethic Serif', serif;
    font-style: italic;
    font-weight: 400;
}

/* Boutons de partage et actions */
.yith-wcwl-share,
.wishlist-submit,
.yith-wcwl-wishlist-share {
    background: #F8F5F2 !important;
    color: #000000 !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600 !important;
    font-style: italic;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    text-underline-offset: none !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    margin: 8px 5px;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.yith-wcwl-share:hover,
.wishlist-submit:hover,
.yith-wcwl-wishlist-share:hover {
    background: #000000 !important;
    color: white !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* Section de partage */
.yith-wcwl-share-section {
    background: white;
    padding: 25px;
    border-radius: 12px;
    margin-top: 30px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* Titre "Partager sur" - italique, non souligné */
.yith-wcwl-share-section h4,
.yith-wcwl-share-section .share-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    color: #000000;
    margin-bottom: 15px;
}

/* Texte explicatif - non gras, non souligné, italique */
.yith-wcwl-share-section p,
.yith-wcwl-share-section .share-description {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    color: #000000;
    font-size: 0.9rem;
}

/* Champ URL de partage */
.yith-wcwl-share-section input[type="text"] {
    width: 100%;
    max-width: 500px;
    padding: 12px 15px;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-family: 'Cormorant Garamond', serif;
    margin: 10px 0;
    background: #F8F5F2;
}

.yith-wcwl-share-section input[type="text"]:focus {
    outline: none;
    background: #F8F5F2;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

/* Styles spécifiques pour les éléments de partage */
.yith-wcwl-wishlist-share h3,
.wishlist-share-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

/* Texte d'instruction de partage */
.yith-wcwl-share .share-url-description,
.wishlist-share-description,
.yith-wcwl-share-section span {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    color: #000000;
}

/* Messages */
.woocommerce-message,
.woocommerce-info {
    background: #F8F5F2 !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 18px !important;
    margin: 20px 0 !important;
    font-family: 'Cormorant Garamond', serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Forcer l'affichage de toutes les colonnes */
.shop_table.wishlist_table th,
.shop_table.wishlist_table td {
    display: table-cell !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Animations douces */
.shop_table.wishlist_table tbody tr {
    transition: background-color 0.3s ease;
}

.shop_table.wishlist_table tbody tr:hover {
    background-color: #F8F5F2;
}

/* Lien retour */
.yith-wcwl-wishlist-back a,
.wishlist-back-link a {
    color: #000000 !important;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

.yith-wcwl-wishlist-back a:hover,
.wishlist-back-link a:hover {
    color: #666 !important;
}

/* S'assurer que tous les boutons d'action sont visibles */
.product-add-to-cart,
.yith-wcwl-ask-estimate,
.product-remove {
    display: table-cell !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Colonnes totaux */
.shop_table.wishlist_table .product-subtotal,
.shop_table.wishlist_table .wishlist-total {
    width: 120px !important;
    min-width: 120px !important;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}

/* Styles pour les boutons de pied de page */
#yith-wcwl-form .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action a,
#yith-wcwl-form .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  white-space: nowrap !important;
  overflow: hidden !important;
  line-height: 1.2 !important;
  
  padding: 0.8em 2em !important;
  margin: 0 !important;
  height: auto !important;
  box-sizing: border-box;

  border-radius: 999px;
  background: #333 !important;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

#yith-wcwl-form .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action br {
  display: none !important;
}

/* Masquer le bouton "Mise à jour" */
#yith-wcwl-form > div.yith_wcwl_wishlist_footer > div.yith_wcwl_wishlist_update {
  visibility: hidden !important;
}

/* Masquer le conteneur de titre */
#yith-wcwl-form > div.wishlist-title-container {
  display: none !important;
}

/* ========== AMÉLIORATIONS RESPONSIVE ========== */

/* Responsive Design */
@media (max-width: 768px) {
    .shop_table.wishlist_table {
        font-size: 0.8rem;
    }
    
    .shop_table.wishlist_table thead th,
    .shop_table.wishlist_table tbody td {
        padding: 8px 4px !important;
    }
    
    /* Vignette/image produit plus visible */
    .product-thumbnail img {
        width: 80px !important;
        height: 80px !important;
    }
    
    .shop_table.wishlist_table .product-thumbnail {
        width: 100px !important;
        min-width: 100px !important;
    }
    
    /* Titre produit plus proche de la vignette */
    .shop_table.wishlist_table tbody td.product-name {
        margin-top: -100px !important;
    }
    
    /* Taille des textes prix, quantité, stock à 16px */
    .product-price,
    .product-quantity,
    .product-stock-status {
        font-size: 16px !important;
        line-height: 1.3;
    }
    
    /* Réduire l'espace entre les lignes */
    .shop_table.wishlist_table tbody td {
        padding: 12px 4px !important;
    }
    
    /* Aligner le texte "en stock" sur la même colonne que prix et quantité */
    .shop_table.wishlist_table tbody td.product-stock-status {
        text-align: center !important;
        vertical-align: middle !important;
    }
    
    .shop_table.wishlist_table .product-quantity {
        width: 80px !important;
        min-width: 80px !important;
    }
    
    .product-quantity input[type="number"],
    .product-quantity .qty {
        width: 50px !important;
        padding: 6px 8px;
        font-size: 16px !important;
    }
    
    .yith-wcwl-share,
    .wishlist-submit {
        padding: 10px 16px !important;
        font-size: 0.85rem !important;
    }
}

/* Tablette */
@media (max-width: 1024px) and (min-width: 769px) {
    /* Vignette/image produit plus visible */
    .product-thumbnail img {
        width: 75px !important;
        height: 75px !important;
    }
    
    /* Titre produit plus proche de la vignette */
    .shop_table.wishlist_table tbody td.product-name {
        margin-top: -8px !important;
        padding-top: 12px !important;
    }
    
    /* Taille des textes prix, quantité, stock */
    .product-price,
    .product-quantity,
    .product-stock-status {
        font-size: 15px !important;
    }
    
    /* Aligner le texte "en stock" */
    .shop_table.wishlist_table tbody td.product-stock-status {
        text-align: center !important;
        vertical-align: middle !important;
    }
}

/* Fix pour webkit (Safari/Chrome) */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .product-remove a,
    .yith-wcwl-ask-estimate {
        display: inline-block !important;
        visibility: visible !important;
    }
}/* End custom CSS */