
#yotpo-main-widget-btn[data-v-45e7fb23] {
    border-radius: 0px;
    color: var(--yotpo-empty-white);
    background-color: var(--primary-color);
    cursor: pointer;
    align-self: center;
    font-family: var(--secondary-font-family);
    font-style: var(--secondary-font-style);
    font-size: 14px;
    font-weight: 600;
    line-height: 125.9%;
}

.yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title .yotpo-review-title, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title .yotpo-review-title {
    order: 1;
    flex-basis: 80%;
    margin-left: 10px;
    text-align: start;
    color: var(--text-color);
    font-weight: bold !important;
    font-family: var(--primary-font-family);
    font-style: var(--primary-font-style);
}

.yotpo-text-container .yotpo-read-more[data-v-bea6cc2e] {
    color: var(--primary-color);
    font-weight: var(--primary-font-weight);
    font-family: var(--primary-font-family);
    font-style: var(--primary-font-style);
    display: inline-block;
    margin-left: 5px;
    font-size: 12px !important;
}
svg.yotpo-star-rating-icon.yotpo-sr-star-half {
 width: 13px !important;
 height: 13px !important; 
}

svg.yotpo-star-rating-icon.yotpo-sr-star-full {
 width: 13px !important;
 height: 13px !important; 
}

.star-container:has(.yotpo-star-rating-icon.yotpo-sr-star-full) {
    content: url(https://cdn.shopify.com/s/files/1/0745/2731/0142/files/Yotpo_full_dot.png?v=1737557088) !important;
    width: 15px;
}

.star-container:has(.yotpo-star-rating-icon.yotpo-sr-star-half) {
    content: url(https://cdn.shopify.com/s/files/1/0745/2731/0142/files/Yotpo_half_dot.png?v=1737557088) !important;
    width: 15px;
}

.star-container:has(.yotpo-star-rating-icon.yotpo-sr-star-empty) {
    content: url(https://cdn.shopify.com/s/files/1/0745/2731/0142/files/Yotpo_empty_dot.png?v=1737557088) !important;
    width: 15px;
}

.yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab.selected {
text-transform: uppercase;
}


.yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab {
    color: var(--text-color);
    font-size: 16px;
    font-weight: var(--primary-font-weight);
    font-family: var(--primary-font-family);
    font-style: var(--primary-font-style);
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
}

.yotpo-summary-header, .yotpo-summary-header-text, .yotpo-summary-footer-container {
    background-color: white !important;
}