/* Add custom CSS styles below */ 
/*Footer Colour*/
.store-footer {

    background-color: #c29484;

    color: #fff;

}



.store-footer p{

 color: #fff !important;

}

/* إخفاء الوزن والباركود*/

ul.product-metadata.flex.flex-col.gap-2.product-details__item {

    display: none !important;

}



/* إخفاء البراند*/

div.product-brand.mb-5 {

    display: none !important;

}



/*اخفاء جيت يوتون*/

div.sc-1au8ryl-0 svg {

  display: none !important;

}