/* Storefront: native select okları (bozuk dropdown.png yerine SVG) */
select:not([multiple]):not([size]) {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.85rem center !important;
  background-size: 14px 10px !important;
  padding-right: 2.4rem !important;
}

.product-page-per-view select:not([multiple]):not([size]),
.product-page-filter select:not([multiple]):not([size]),
.theme-form select:not([multiple]):not([size]),
.form-group select:not([multiple]):not([size]),
select.form-control:not([multiple]):not([size]),
select.form-select:not([multiple]):not([size]) {
  background-position: right 0.85rem center !important;
}
