/** Shopify CDN: Minification failed

Line 17:10 Expected identifier but found whitespace
Line 17:12 Unexpected "{"
Line 17:21 Expected ":"
Line 17:52 Expected identifier but found "!"
Line 18:11 Expected identifier but found whitespace
Line 18:13 Unexpected "{"
Line 18:22 Expected ":"
Line 18:53 Expected identifier but found "!"

**/


/* CSS from section stylesheet tags */
.bv_stars_component_container svg {
    width: {{ section.settings.rating_stars_size }} !important;
    height: {{ section.settings.rating_stars_size }} !important;

  }
  .bv_stars_component_container svg path {
    /* fill: {{ section.settings.rating_stars_color }} !important; */
    fill: #FCDB62 !important;
  }
  .gdUudo {
    background-color: #FCDB62 !important;
  }

  .product-content hr {
    margin-top: 2%;
  }

  div[aria-controls="bv-reviews-filter-Locale"] {
    display: none !important;
  }