/** Shopify CDN: Minification failed

Line 31:0 Expected "}" to go with "{"

**/
/* -------------------- Custom Osign Styles -------------------- */
svg.icon-accordion>path{display:none!important}
svg.icon-accordion{
  display:inline-block;width:20px;height:20px;
  background:url("/cdn/shop/files/osign_check_blue.svg?v=1761101185") no-repeat center/contain;
}
/* === Osign Variant Picker Style === */

/* Labels for the three ordering steps */
.product-form__input label,
.osign-uploader__step-label {
  font-size: 18px !important;     /* adjust label size */
  font-weight: 600 !important;    /* semi-bold */
  color: #001B44 !important;      /* Osign navy */
  margin-bottom: 4px !important;  /* small spacing */
}

/* Dropdowns (inside the boxes) */
.product-form__input select {
  font-size: 16px !important;     /* adjust text size inside box */
  font-weight: 520 !important;    /* slightly bold */
  color: #111 !important;
 


