
/* Opto Zero v3.28 — mobile search SVG icon */
@media (max-width: 767px) {
  .oc-search-button-label,
  .oc-search-button-real-icon {
    display: none !important;
  }

  .oc-search-button-svg {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    fill: none !important;
    stroke: #ffffff !important;
    stroke-width: 2.2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    opacity: 1 !important;
    pointer-events: none !important;
  }

  .oc-header-center .oc-search-button,
  .oc-header-center #oc-search-button,
  .oc-header .oc-header-center .oc-search-button,
  .oc-header .oc-header-center #oc-search-button {
    background: #0d5de6 !important;
    color: #fff !important;
  }
}

@media (min-width: 768px) {
  .oc-search-button-svg {
    display: none !important;
  }

  .oc-search-button-label {
    display: inline !important;
  }
}
