Why aren't my CSS changes showing on my product page?

Hello,

I am using symmetry theme and in the product.liquid page I have added a new class as shown in the pic.

After adding this class on product page it is showing like this on the product page

after doing some css I made it design like this

The css which I used is like this

After I paste this code in styles.css.liquid the changes are not reflecting

May I know why these changes are not reflecting and how do I make them reflect on the product page since I have added a new class what wrong am I doing may I know please provide a solution for it the code which I added in product. liquid is

 
        {% if product.metafields.my_fields.product_imp_note != null and product.metafields.my_fields.product_imp_note != "" %}
        
 
          

            {{ product.metafields.my_fields.product_imp_note }}
          
 
        

The css which I added is

.product-single__description.product-single-title:before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0555/3861/4409/files/desc-logo.png?v=1641454131);
    background-repeat: no-repeat;
    width: 60px;
    height: 25px;
    position: absolute;
    background-size: contain;
    left: 10px;
}
.product-single__description.product-single-title {
    border-top: 1.5px solid #f1f1f1;
    border-bottom: 1.5px solid #f1f1f1;
    display: flex;
    width: 100%;
    padding: 4% 12%;
    align-items: center;
    position: relative;
    margin: 0;
    justify-content: center;
}
.product_imp_note {
    font-family: BigCaslon;
    color: #000;
    font-weight: 500;
    font-size: 14.4px;
}

Please tell me how to reflect the changes I have added a new class why the css is not catching that class.

Hi @guptamanikya ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Hi @AvadaCommerce

Our store is live but this theme is still not live yet it is in draft so you won’t be able to view the theme.