/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:product-main (INDEX:81) */
.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;
  }
/* END_SECTION:product-main */