/** Shopify CDN: Minification failed

Line 36:1009 Expected ":"

**/
.dt-sc-rating {
    width: 100%;
    /*   float: left; */
    margin: 0 0 0px 0;
    letter-spacing: 5px;
    display: flex;
    justify-content: center;
}

.dt-sc-rating div {
    display: block !important;
}

.dt-sc-rating div[class*="star-rating"] {
    position: relative;
    width: 100%;
}
.dt-sc-rating div[class*="star-rating"] {
  position: relative;
  width: calc(13px * 5);
  height: 12px;
  background: url("data:image/svg+xml,%0A%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9284 8.43217L9.74092 7.61361L10.381 7.06042C10.381 7.06042 10.3816 7.05965 10.382 7.05948L12.1136 5.56293L12.787 4.98094C13.1392 4.67632 13.0451 4.39227 12.578 4.34958L10.9844 4.20421L8.5413 3.98119L7.57065 1.76397L6.93778 0.31808C6.75221 -0.106027 6.44823 -0.106027 6.26266 0.31808L5.62961 1.76397L4.65905 3.98119L2.21566 4.20421L0.622418 4.34958C0.154997 4.39235 0.0611643 4.67649 0.413843 4.98137L2.81821 7.05957C2.81821 7.05957 2.81856 7.06 2.81882 7.06017L3.45935 7.61379L3.27212 8.4314C3.27204 8.43191 3.27195 8.43252 3.27186 8.43294L2.56833 11.5047C2.46501 11.9553 2.71078 12.131 3.11443 11.8951L5.48438 10.5106L6.60026 9.85869L8.71006 11.0912L10.0863 11.895C10.4896 12.1307 10.7353 11.9552 10.6325 11.5051L10.2804 9.96866L9.92875 8.43294C9.92875 8.43294 9.9284 8.4326 9.9284 8.43234V8.43217Z' fill='%23D1D1D1'/%3E%3C/svg%3E%0A");
}
.dt-sc-rating div[class*="star-rating"]:after {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width: calc(13px * var(--rating,1));
  background: url("data:image/svg+xml,%0A%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.72821 8.43217L9.54072 7.61361L10.1808 7.06042C10.1808 7.06042 10.1814 7.05965 10.1818 7.05948L11.9134 5.56293L12.5868 4.98094C12.939 4.67632 12.8449 4.39227 12.3778 4.34958L10.7842 4.20421L8.34111 3.98119L7.37046 1.76397L6.73759 0.31808C6.55201 -0.106027 6.24804 -0.106027 6.06246 0.31808L5.42942 1.76397L4.45886 3.98119L2.01546 4.20421L0.422223 4.34958C-0.0451983 4.39235 -0.139031 4.67649 0.213647 4.98137L2.61801 7.05957C2.61801 7.05957 2.61836 7.06 2.61862 7.06017L3.25916 7.61379L3.07193 8.4314C3.07184 8.43191 3.07175 8.43252 3.07167 8.43294L2.36814 11.5047C2.26481 11.9553 2.51059 12.131 2.91423 11.8951L5.28418 10.5106L6.40007 9.85869L8.50987 11.0912L9.88608 11.895C10.2894 12.1307 10.5351 11.9552 10.4323 11.5051L10.0802 9.96866L9.72856 8.43294C9.72856 8.43294 9.72821 8.4326 9.72821 8.43234V8.43217Z' fill='%23EEA81F'/%3E%3C/svg%3E%0A");repeat-x;
}


