/* ==========================================================================\
   GRANDE DESCRIPTION WOOCOMMERCE - ACCORDÉE AU THÈME GLOBAL GLASS & GLOW
   ========================================================================== */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel,
#tab-description,
.woocommerce-Tabs-panel--description,
.woocommerce-tabs,
.woocommerce-tabs .panel {
    background: rgba(0, 105, 19, 0.05) !important; /* Transparence augmentée à 5% pour un rendu ultra glassy éthéré */
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid rgba(189, 0, 255, 0.20) !important; /* Bordure violette fine */
    border-radius: 16px !important;
    box-shadow: 0 0 15px rgba(189, 0, 255, 0.10), 0 8px 32px 0 rgba(0, 0, 0, 0.35) !important;
    padding: 35px 30px !important;
    color: #f8fafc !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
    background: rgba(0, 105, 19, 0.05) !important;
}

/* Titres dans la grande description */
.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--description h3,
#tab-description h2,
#tab-description h3 {
    background: linear-gradient(90deg, #ffffff 0%, #bd00ff 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    display: inline-block !important;
    font-weight: 800 !important;
    font-size: 1.6em !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
    letter-spacing: 0.5px !important;
}

/* Paragraphes */
.woocommerce-Tabs-panel--description p,
#tab-description p {
    color: #f8fafc !important;
    margin-bottom: 18px !important;
}

/* Listes à puces */
.woocommerce-Tabs-panel--description ul,
#tab-description ul {
    list-style-type: none !important;
    padding-left: 5px !important;
    margin-bottom: 18px !important;
}

.woocommerce-Tabs-panel--description ul li,
#tab-description ul li {
    position: relative !important;
    padding-left: 24px !important;
    margin-bottom: 10px !important;
    color: #f8fafc !important;
}

.woocommerce-Tabs-panel--description ul li::before,
#tab-description ul li::before {
    content: "✓" !important;
    color: #bd00ff !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
}

/* Liens */
.woocommerce-Tabs-panel--description a,
#tab-description a {
    color: #bd00ff !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    transition: all 0.3s ease !important;
}

.woocommerce-Tabs-panel--description a:hover,
#tab-description a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(189, 0, 255, 0.8) !important;
    text-decoration-color: transparent !important;
}

/* ==========================================================================\
   VIGNETTES PRODUITS (Related products, Up-sells, Grids sous la description)
   ========================================================================== */
.related.products ul.products li.product,
.upsells.products ul.products li.product,
.woocommerce .up-sells ul.products li.product,
.woocommerce .related ul.products li.product,
.woocommerce ul.products li.product {
    background: rgba(0, 105, 19, 0.05) !important; /* Transparence également augmentée à 5% */
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid rgba(189, 0, 255, 0.20) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 0 15px rgba(189, 0, 255, 0.10), 0 8px 32px 0 rgba(0, 0, 0, 0.35) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.related.products ul.products li.product:hover,
.upsells.products ul.products li.product:hover,
.woocommerce .up-sells ul.products li.product:hover,
.woocommerce .related ul.products li.product:hover,
.woocommerce ul.products li.product:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(189, 0, 255, 0.6) !important;
    box-shadow: 0 0 25px rgba(189, 0, 255, 0.45), 0 12px 35px rgba(0, 0, 0, 0.55) !important;
}
