 /* Adding the Store LOGO */
 .yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container .yotpo-title::before {
    content: "";
    display: block;
    background-image: url(https://cdn.shopify.com/s/files/1/0625/9305/files/image_8_716eeb21-0264-408a-ae93-b4cbf57abe89.png?v=1725188927);
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
   	margin: 0 auto 10px;
    max-width: 300px;
}
/* Adding the Store LOGO -END */

.yotpo-widget-hero-section .yotpo-text-on-background:not(.yotpo-is-mobile) .yotpo-register-link {
    padding-right: 30px !important;
}

.yotpo-widget-hero-section .yotpo-text-on-background:not(.yotpo-is-mobile) button {
    width: 150px !important;
}

.yotpo-widget-hero-section .yotpo-text-on-background:not(.yotpo-is-mobile) {
    background-position: 50% 15% !important;
}

.yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container {
    max-width: 620px !important;
}

.yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container .yotpo-title {
    padding-bottom: 15px !important;
}

.yotpo-widget-hero-section button {
    font-weight: 700 !important;
}