How to Add Badges Under Product Page Thumbnails

Can someone please tell me what coding to use to add product badges under my my product page thumbnails (left side of product page), instead adding them under the description (right side of page).

My URL is claribelskincare.com - Thank you!

Hey,

Please use this code in theme.css file and let me know your feedback.
.product.product–thumbnail slider-component .bss_pb_img.badge-visibility-important {
position: absolute !important;
top: -60px;
left: -40px;
width: 100% !important;
max-width: 240px;
min-height: auto !important;
}
.product.product–thumbnail slider-component .bss_pb_img.badge-visibility-important img {
max-width: 80px !important;
top: 0 !important;
bottom: auto;
}

Thank you