/* Single Product - Description Background */

/* Product Footer - Background */
.single-product .product-footer {
    background-image: url('/wp-content/uploads/2026/01/product_details_bg1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
}

/* Tab Panels Container */
.single-product .woocommerce-tabs .tab-panels {
    background: transparent;
    padding: 30px;
    border-radius: 5px;
}

/* Individual Tab Panel */
.single-product .woocommerce-tabs .panel {
    background: transparent;
    padding: 20px;
}

/* Tab Description Content */
.single-product .woocommerce-Tabs-panel--description {
    background: transparent;
}

