.product-component .qab-lables .qab-lable {
	color: #fff !important;
}

body {
  cursor: url('https://ghab.app/wp-content/uploads/2022/03/cursor.png'),auto;
}

ion-content::part(scroll) {
        scrollbar-width: thin;
        scrollbar-color: #666 #ddd;
}
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}