.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-title:before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0011/8590/6751/files/White_logo.svg?v=1743664202);
    display: inline-block;
    width: 230px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center left;
}

.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-text-on-background .yotpo-text-container {
    max-width: 700px;
}

.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-description {
    max-width: 440px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-customer-logged-out-buttons .yotpo-login-link {
    display: none;
}

.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-button-label {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
      letter-spacing: 1px;
}

.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-layout-container {
    position: relative;
}

.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-layout-container:after {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0011/8590/6751/files/Group_1000002343_1.svg?v=1743331834);
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 30px;
    right: 30px;
}


.yotpo-widget-hero-section.yotpo-widget-override-css button.yotpo-widgets-action-button.yotpo-filled-button.yotpo-button-with-padding.yotpo-with-justify-items.yotpo-capsule-btn-type.yotpo-large-button {
    height: 70px;
    width: 200px;
    border-radius: 100px;
    font-family: 'Graphik-Semibold';
}

/*MOBILE*/

.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-text-on-background.yotpo-is-mobile {
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 200%;
}
@media only screen and (max-width: 820px) {
.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-layout-container:after {
    width: 100px;
    height: 100px;
    background-size: contain;
}
}

.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-is-mobile .yotpo-title:before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0011/8590/6751/files/Plum_Logo.svg?v=1743664202);
    display: inline-block;
    width: 140px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: bottom left;
      background-size: contain;
}


.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-is-mobile .yotpo-login-link {
    display: none;
}

.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-text-on-background.yotpo-is-mobile .yotpo-title {
    color: #470041 !important;
    font-size: 30px !important;
}

.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-is-mobile .yotpo-description {
    color: #470041 !important;
}

.yotpo-widget-hero-section.yotpo-widget-override-css .yotpo-layout-container.yotpo-logged-in-customer .yotpo-text-on-background.yotpo-is-mobile {
    height: 500px;
}


