 /* 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/0694/4581/2454/files/AMZ_Crew_Logo_Generic_White.png?v=1730862032);
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/* Adding the Store LOGO -END */


 /* Adding the Store LOGO */
.yotpo-widget-hero-section .yotpo-customer-logged-out-buttons .yotpo-login-link, .yotpo-customer-logged-out-buttons-mobile .yotpo-login-link  {
    display: none !important;
}


.yotpo-widget-hero-section .yotpo-description, .yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container .yotpo-title {
 	text-align: center !important; 
}

.yotpo-widget-hero-section .yotpo-text-on-background:not(.yotpo-is-mobile) .yotpo-customer-logged-out-buttons {
 	margin: auto !important;
  	text-align: center !important;
}


