/* Backlight glow styling with a subtle Electric Neon Green (#39FF14) for Product gallery, Short Description, and Long Description/Tabs */

/* Target Gallery */
.woocommerce-product-gallery,
.elementor-widget-woocommerce-product-images {
    position: relative;
    box-shadow: 0 0 15px rgba(57, 255, 20, 0.18), 0 0 6px rgba(57, 255, 20, 0.08) !important;
    border-radius: 8px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.03);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.woocommerce-product-gallery:hover,
.elementor-widget-woocommerce-product-images:hover {
    box-shadow: 0 0 25px rgba(57, 255, 20, 0.3), 0 0 10px rgba(57, 255, 20, 0.15) !important;
}

/* Target Short Description */
.woocommerce-product-details__short-description,
.elementor-widget-woocommerce-product-short-description {
    position: relative;
    box-shadow: 0 0 12px rgba(57, 255, 20, 0.15), 0 0 5px rgba(57, 255, 20, 0.08) !important;
    border-radius: 8px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.woocommerce-product-details__short-description:hover,
.elementor-widget-woocommerce-product-short-description:hover {
    box-shadow: 0 0 22px rgba(57, 255, 20, 0.28), 0 0 8px rgba(57, 255, 20, 0.12) !important;
}

/* Target Long Description / Product Tabs */
.woocommerce-tabs,
.elementor-widget-woocommerce-product-data-tabs,
#tab-description {
    position: relative;
    box-shadow: 0 0 18px rgba(57, 255, 20, 0.15), 0 0 8px rgba(57, 255, 20, 0.08) !important;
    border-radius: 8px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.woocommerce-tabs:hover,
.elementor-widget-woocommerce-product-data-tabs:hover,
#tab-description:hover {
    box-shadow: 0 0 28px rgba(57, 255, 20, 0.28), 0 0 12px rgba(57, 255, 20, 0.12) !important;
}
