/** Shopify CDN: Minification failed

Line 21:0 Unexpected "#"
Line 21:2 Unexpected "{"
Line 21:15 Expected ":"
Line 25:2 Unexpected "#"
Line 25:4 Unexpected "{"
Line 25:17 Expected ":"
Line 32:2 Unexpected "#"
Line 32:4 Unexpected "{"
Line 32:17 Expected ":"
Line 37:2 Unexpected "#"
... and 11 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from snippet stylesheet tags */
/* START_SNIPPET:pdp-custom-rating (INDEX:106) */
#{{ _cr_root_id }}.pdp-custom-rating {
    width: 100%;
  }

  #{{ _cr_root_id }} .pdp-custom-rating__row {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  #{{ _cr_root_id }} .pdp-custom-rating__stars {
    display: inline-flex;
    align-items: center;
  }

  #{{ _cr_root_id }} .pdp-custom-rating__star {
    width: 22px;
    height: 22px;
    fill: #ffd700;
  }

  #{{ _cr_root_id }} .pdp-custom-rating__link {
    display: inline-block;
    text-decoration: underline;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
  }

  #{{ _cr_root_id }} .pdp-custom-rating__note {
    font-size: 14px;
    padding-top: 10px;
    margin: 0;
    line-height: 1.3;
  }

  #{{ _cr_root_id }} .pdp-custom-rating__count {
    color: #FF5C00;
    font-weight: 800;
    margin: 0 0.25rem;
    white-space: nowrap;
  }
/* END_SNIPPET:pdp-custom-rating */