:root{--ep-color-primary:#504ebc;--ep-color-primary-background:#dddcff;--ep-color-on-primary-background:#504ebc;--ep-color-main-background:#fff;--ep-color-main-text:#34313f;--ep-color-subtle-text:#b5bdca;--ep-color-input-text:var(--ep-color-main-text);--ep-color-input-text-focus:var(--ep-color-primary);--ep-color-input-border:rgba(181,189,202,0.5);--ep-color-input-border-focus:var(--ep-color-primary);--ep-color-button-background:var(--ep-color-primary);--ep-color-button-background--hover:#8f8cff;--ep-color-button-text:#fff;--ep-color-button-text--hover:#fff;--ep-color-button-text--disabled:rgba(71,72,78,0.5);--ep-color-link:var(--ep-color-primary);--ep-color-link-hover:#8f8cff;--ep-box-lavender-blue-surface:#dddcff;--ep-box-lavender-blue-on-surface:#504ebc;--ep-box-marigold-yellow-surface:#ffe870;--ep-box-marigold-yellow-on-surface:#695905;--ep-box-mindaro-surface:#e5e873;--ep-box-mindaro-on-surface:#5d6004;--ep-box-chardonnay-surface:#ffbe71;--ep-box-chardonnay-on-surface:#905105;--ep-box-sea-mist-surface:#bce1cb;--ep-box-sea-mist-on-surface:#1f7441;--ep-box-peach-puff-surface:#ffddb5;--ep-box-peach-puff-on-surface:#8d4c11;--ep-box-tea-green-surface:#dfefc2;--ep-box-tea-green-on-surface:#5d6004;--ep-box-pattens-blue-surface:#e0f6ff;--ep-box-pattens-blue-on-surface:#1c6987;--ep-box-linen-surface:#fff0df;--ep-box-linen-on-surface:#8d4c11;--ep-box-barley-white-surface:#fff3c7;--ep-box-barley-white-on-surface:#695905;--ep-box-desert-storm-surface:#f8f8f8;--ep-box-desert-storm-on-surface:#34313f;--ep-color-border:rgba(181,189,202,0.5);--ep-color-dropdown-background:#fff;--ep-color-review-stars:#ffac5f;--ep-color-error:#fd6e6e;--ep-color-error-light:#ffdede}
:root{--bs-gutter-x:30px}
.ep-product-rating-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:40px auto;padding:16px 20px 20px;border:1px solid #e5e5e5;border-radius:20px}
.ep-product-rating-block__avg-rating{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;color:var(--accent-color);font-weight:bold;font-size:36px;line-height:1.5}
.ep-product-rating-block__avg-rating span:last-child{font-size:20px;font-weight:500}
.ep-product-rating-block__criterion{margin:6px 0 26px;border:0;border-collapse:collapse;text-align:left}
.ep-product-rating-block__criterion tr{display:block;position:relative}
.ep-product-rating-block__criterion th{padding:21px 0 16.5px;font-size:13px;font-weight:100}
.ep-product-rating-block__rating-bar{position:absolute;left:0;bottom:0;width:100%;height:5px}
.ep-product-rating-block__rating-bar::before,.ep-product-rating-block__rating-bar::after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-color:var(--accent-color);border-radius:3.5px;opacity:.3}
.ep-product-rating-block__rating-bar::after{width:var(--fill-width);opacity:1}
.ep-product-rating-block__cta .btn{width:100%;background-color:var(--accent-color)}
.ep-product-rating-block__cta .btn:hover,.ep-product-rating-block__cta .btn:focus{background-color:var(--accent-color)}
.ep-product-rating-block__donut-illustration{position:absolute;width:62px;height:auto;top:15px;right:13px}
@media(prefers-color-scheme:dark){html:not(.force-light-mode){--ep-color-primary:#8f8cff;--ep-color-primary-background:#504ebc;--ep-color-on-primary-background:#e8e4f5;--ep-color-main-background:#141420;--ep-color-main-text:#e8e4f5;--ep-color-subtle-text:rgba(232,228,245,0.5);--ep-color-input-text:var(--ep-color-main-text);--ep-color-input-text-focus:var(--ep-color-main-text);--ep-color-input-border:rgba(232,228,245,0.2);--ep-color-input-border-focus:#e8e4f5;--ep-color-button-background:#504ebc;--ep-color-button-background--hover:#8f8cff;--ep-color-button-text:var(--ep-color-main-text);--ep-color-button-text--hover:#fff;--ep-color-button-text--disabled:rgba(71,72,78,0.9);--ep-color-link:var(--ep-color-primary);--ep-color-link-hover:#8f8cff;--ep-color-border:rgba(232,228,245,0.2);--ep-color-dropdown-background:linear-gradient(to bottom,#2e2e43,rgba(46,46,67,0.8));--ep-color-review-stars:#ffac5f;--ep-color-error:#fd6e6e;--ep-color-error-light:#ffdede}
html:not(.force-light-mode) .ep-product-rating-block{--accent-color:var(--accent-color-night-mode) !important;border-color:#393a4d}
html:not(.force-light-mode) .ep-product-rating-block__cta .btn::before{background-color:rgba(255,255,255,0.1)}
}@media(min-width:768px){.ep-product-rating-block{max-width:715px;margin:90px auto 131px;padding:16px 50px 45px;border-radius:40px}
.ep-product-rating-block__avg-rating{font-size:80px}
.ep-product-rating-block__avg-rating span:last-child{font-size:36px}
.ep-product-rating-block__criterion{margin:11px 0 27px}
.ep-product-rating-block__criterion tr{display:table-row}
.ep-product-rating-block__criterion th{width:1%;padding:6px 40px 6px 0;white-space:nowrap;font-size:20px}
.ep-product-rating-block__rating-bar{position:relative;left:initial;bottom:initial;height:7px}
.ep-product-rating-block__cta .btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto}
.ep-product-rating-block__donut-illustration{position:absolute;width:196px;top:-68px;right:22px}
.ep-product-rating-block__color-box-1{position:absolute;right:10px;top:-63px;width:23px;height:23px;background:#e5e873;border-radius:5px;-webkit-transform:rotate(-16.01deg);transform:rotate(-16.01deg)}
.ep-product-rating-block__color-box-2{position:absolute;left:-52px;bottom:-47px;width:19px;height:19px;background:#504ebc;border-radius:5px;-webkit-transform:rotate(49.52deg);transform:rotate(49.52deg)}
.ep-product-rating-block__color-box-3{position:absolute;left:-13px;bottom:-99px;width:22.38px;height:22.38px;background:#e5e873;border-radius:5px;-webkit-transform:rotate(-11.07deg);transform:rotate(-11.07deg)}
.ep-product-rating-block__color-box-4{position:absolute;left:45px;bottom:-93px;width:41.55px;height:41.03px;background:#bce1cb;border-radius:10px;-webkit-transform:rotate(9.97deg);transform:rotate(9.97deg)}
}@media(min-width:768px) and (prefers-color-scheme:dark){html:not(.force-light-mode) .ep-product-rating-block__color-box-1,html:not(.force-light-mode) .ep-product-rating-block__color-box-3{background:-webkit-gradient(linear,left top,left bottom,from(#fdffad),to(#e5e873));background:linear-gradient(180deg,#fdffad 0,#e5e873 100%)}
html:not(.force-light-mode) .ep-product-rating-block__color-box-2{background:#8f8cff}
html:not(.force-light-mode) .ep-product-rating-block__color-box-4{background:-webkit-gradient(linear,left top,left bottom,from(#ddfdea),to(#bce1cb));background:linear-gradient(180deg,#ddfdea 0,#bce1cb 100%)}
}