/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* For short descriptions */
.woocommerce-product-details__short-description ul {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0;
    margin: 0;
}

.woocommerce-product-details__short-description ul li {
    position: relative;
    padding-left: 20px; /* Space for the icon */
}

.woocommerce-product-details__short-description ul li::before {
    content: url('https://getsupplementsbd.com/wp-content/uploads/2024/10/checked-2.webp'); /* Replace with your icon's URL */
    width: 12px; /* Set exact width */
    height: 12px; /* Set exact height */
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px; /* Adjust to align with text */
    background-size: contain; /* Ensure the image scales properly */
}

/* For product descriptions */
.woocommerce-product-details__description {
    /* If there are no <ul> elements, we can style paragraphs or other elements */
    padding-left: 0 !important;
    margin: 0 !important;
}

.woocommerce-product-details__description p, /* Target paragraphs */
.woocommerce-product-details__description li { /* Target list items if any */
    position: relative !important;
    padding-left: 20px !important; /* Space for the icon */
}

.woocommerce-product-details__description p::before,
.woocommerce-product-details__description li::before {
    content: url('https://getsupplementsbd.com/wp-content/uploads/2024/10/checked-2.webp') !important; /* Use the same icon URL */
    width: 12px !important; /* Set exact width */
    height: 12px !important; /* Set exact height */
    display: inline-block !important;
    position: absolute !important;
    left: 0 !important;
    top: 3px !important; /* Adjust to align with text */
    background-size: contain !important; /* Ensure the image scales properly */
}
