.ozis-filter {
  position: relative !important;
  margin-bottom: 24px !important;
  color: #ffffff !important;
  font-family: 'Kodchasan', sans-serif !important;
}

.ozis-filter * {
  font-family: 'Kodchasan', sans-serif !important;
}

.ozis-filter-panel {
  position: relative !important;
}

.ozis-filter-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 16px !important;
}

.ozis-filter-close {
  background: transparent !important;
  border: 0 !important;
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

@media (min-width: 1201px) {
  .ozis-filter-close,
  .ozis-filter-toggle {
    display: none !important;
  }
}

.ozis-filter-field {
  margin-bottom: 20px !important;
}

.ozis-filter-label {
  display: block !important;
  margin-bottom: 8px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.ozis-filter-category-select {
  width: 100% !important;
}

.ozis-category-tree {
  display: grid !important;
  gap: 10px !important;
}

.ozis-category-item {
  background: #2a2a2a !important;
  border: 1px solid #3a3a3a !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

.ozis-category-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 12px 14px !important;
  cursor: pointer !important;
}

.ozis-category-label {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #ffffff !important;
  font-size: 16px !important;
}

.ozis-filter input[type="checkbox"],
.ozis-filter input[type="radio"],
.ozis-category-label input[type="checkbox"],
.ozis-subcategory-item input[type="checkbox"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  flex: 0 0 18px !important;
  border: 1px solid #bfbfbf !important;
  border-radius: 4px !important;
  background: #111111 !important;
  display: inline-grid !important;
  place-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
}

.ozis-category-toggle {
  background: transparent !important;
  border: 0 !important;
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1 !important;
  width: 32px !important;
  height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  margin-top: -5px !important;
  transform: none !important;
  cursor: pointer !important;
}

.ozis-subcategories {
  display: none !important;
  padding: 0 18px 14px 18px !important;
}

.ozis-category-item.is-open .ozis-subcategories {
  display: grid !important;
  gap: 10px !important;
}

.ozis-subcategory-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #e6e6e6 !important;
  font-size: 15px !important;
  padding-left: 8px !important;
  cursor: pointer !important;
}

.ozis-subcategory-item input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  flex: 0 0 18px !important;
  border-radius: 4px !important;
}

.ozis-filter-attribute {
  margin-bottom: 18px !important;
}

.ozis-filter-attribute-title {
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.ozis-filter-terms {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
}

.ozis-filter-term {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.ozis-filter input[type="checkbox"],
.ozis-filter input[type="radio"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  flex: 0 0 18px !important;
  border: 1px solid #bfbfbf !important;
  border-radius: 4px !important;
  background: #111111 !important;
  display: inline-grid !important;
  place-content: center !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.ozis-filter input[type="radio"] {
  border-radius: 999px !important;
}

.ozis-filter input[type="checkbox"]::before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  transform: scale(0) !important;
  transition: transform 0.12s ease !important;
  box-shadow: inset 1em 1em #ffffff !important;
  display: block !important;
  justify-self: center !important;
  align-self: center !important;
}

.ozis-filter input[type="radio"]::before {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  transform: scale(0) !important;
  transition: transform 0.12s ease !important;
  box-shadow: inset 1em 1em #ffffff !important;
  display: block !important;
  justify-self: center !important;
  align-self: center !important;
}

.ozis-filter input[type="checkbox"]:checked::before,
.ozis-filter input[type="radio"]:checked::before {
  transform: scale(1) !important;
}

.ozis-filter input[type="checkbox"]:focus,
.ozis-filter input[type="radio"]:focus {
  outline: none !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.3) !important;
}

.ozis-filter-select {
  width: 100% !important;
  background: #101010 !important;
  border: 1px solid #333333 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 0.85rem 1.2rem !important;
  font-size: 15px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%) !important;
  background-position: calc(100% - 22px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px) !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
}

.ozis-filter-select:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 1px #ffffff, 0 0 10px rgba(255,255,255,0.35) !important;
  outline: none !important;
}

.ozis-filter-term.is-hidden {
  display: none !important;
}

.ozis-filter-attribute.is-hidden {
  display: none !important;
}

.ozis-filter-actions {
  margin-top: 16px !important;
}

.ozis-filter-reset {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  height: 34px !important;
  padding: 0 12px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.ozis-filter-toggle {
  display: none !important;
  border: 1px solid #ffffff !important;
  background: #000000 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 0.75rem 1.5rem !important;
  font-size: 14px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

.ozis-filter-overlay {
  display: none !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.55) !important;
  z-index: 2147483600 !important;
  pointer-events: none !important;
}

.ozis-filter-empty {
  font-size: 14px !important;
  color: #cfcfcf !important;
}

.ozis-filter.is-loading .ozis-filter-panel {
  opacity: 0.65 !important;
  pointer-events: none !important;
}

.ozis-filter-products-host {
  position: relative !important;
}

.ozis-filter-products-host.is-loading::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.35) !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

.ozis-filter-products-host.is-loading::before {
  content: "" !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transform-origin: center center !important;
  width: 42px !important;
  height: 42px !important;
  border: 3px solid rgba(255, 255, 255, 0.25) !important;
  border-top-color: #ffffff !important;
  border-radius: 999px !important;
  animation: ois-filter-spin 0.8s linear infinite !important;
  z-index: 3 !important;
  margin-top: 0 !important;
  pointer-events: none !important;
  box-sizing: border-box !important;
}

.ozis-filter-loading-backdrop {
  display: none !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483660 !important;
  background: rgba(0, 0, 0, 0.35) !important;
  justify-content: center !important;
  align-items: center !important;
  pointer-events: none !important;
}

body.ozis-filter-loading .ozis-filter-loading-backdrop {
  display: flex !important;
}

body.ozis-filter-loading .ozis-filter-loading-backdrop::before {
  content: "" !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  width: 44px !important;
  height: 44px !important;
  border: 3px solid rgba(255, 255, 255, 0.25) !important;
  border-top-color: #ffffff !important;
  border-radius: 999px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transform-origin: center center !important;
  animation: ois-filter-spin 0.8s linear infinite !important;
  box-sizing: border-box !important;
  pointer-events: none !important;
}

@keyframes ois-filter-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg) !important;
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg) !important;
  }
}

.ozis-filter-status {
  margin-top: 10px !important;
  font-size: 12px !important;
  color: #cfcfcf !important;
}

.ozis-ordering-select,
.ozis-filter-select,
form.woocommerce-ordering select[name="orderby"] {
  width: 100% !important;
  background: #101010 !important;
  border: 1px solid #333333 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 0.82rem 1.2rem !important;
  font-size: 15px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%) !important;
  background-position: calc(100% - 22px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px) !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  text-align: center !important;
  text-align-last: center !important;
  -moz-text-align-last: center !important;
  text-indent: 0 !important;
  display: block !important;
  line-height: 1.2 !important;
}

form.woocommerce-ordering select[name="orderby"]:focus,
.ozis-ordering-select:focus,
.ozis-filter-select:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 1px #ffffff, 0 0 10px rgba(255,255,255,0.35) !important;
  outline: none !important;
}

@media (max-width: 1200px) {
  .ozis-mobile-catalog .elementor-widget-woocommerce-products,
  .ozis-mobile-catalog .elementor-widget-wc-archive-products,
  .ozis-mobile-catalog .elementor-widget-wc-products {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ozis-mobile-catalog .elementor-widget-woocommerce-products .woocommerce,
  .ozis-mobile-catalog .elementor-widget-wc-archive-products .woocommerce,
  .ozis-mobile-catalog .elementor-widget-wc-products .woocommerce,
  .ozis-mobile-catalog .elementor-widget-woocommerce-products .elementor-widget-container,
  .ozis-mobile-catalog .elementor-widget-wc-archive-products .elementor-widget-container,
  .ozis-mobile-catalog .elementor-widget-wc-products .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ozis-mobile-catalog .elementor-widget-woocommerce-products .elementor-grid,
  .ozis-mobile-catalog .elementor-widget-wc-archive-products .elementor-grid,
  .ozis-mobile-catalog .elementor-widget-wc-products .elementor-grid {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ozis-filter-mobile-toolbar {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
    margin-top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 2147483650 !important;
  }

  .ozis-filter-mobile-toolbar .ozis-filter-toggle {
    margin-bottom: 0 !important;
    flex: 0 0 auto !important;
    margin-top: 0 !important;
    align-self: stretch !important;
    height: auto !important;
    min-height: 42px !important;
    white-space: nowrap !important;
    width: auto !important;
    padding-top: 0.82rem !important;
    padding-bottom: 0.82rem !important;
  }

  .ozis-filter-mobile-toolbar .woocommerce-ordering,
  .ozis-filter-mobile-toolbar form.woocommerce-ordering,
  .ozis-filter-mobile-toolbar .ozis-ordering,
  .ozis-ordering,
  .ozis-mobile-catalog .ozis-ordering,
  .ozis-mobile-catalog form.woocommerce-ordering {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    margin: 0 !important;
    display: block !important;
  }

  .ozis-filter-mobile-toolbar .woocommerce-ordering select[name="orderby"],
  .ozis-filter-mobile-toolbar .ozis-ordering-select,
  .ozis-mobile-catalog .ozis-ordering-select,
  .ozis-mobile-catalog form.woocommerce-ordering select[name="orderby"] {
    width: 100% !important;
    margin: 0 !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    text-align: center !important;
    text-align-last: center !important;
    -moz-text-align-last: center !important;
  }

  body.ozis-filter-open {
    overflow: hidden !important;
  }

  .ozis-filter-toggle {
    display: inline-flex !important;
    margin-bottom: 0 !important;
    align-self: stretch !important;
    margin-top: 0 !important;
    padding-top: 0.82rem !important;
    padding-bottom: 0.82rem !important;
  }

  .ozis-filter-panel {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: min(360px, 86vw) !important;
    height: 100vh !important;
    transform: translateX(-105%) !important;
    transition: none !important;
    z-index: 2147483650 !important;
    overflow-y: auto !important;
    max-width: 86vw !important;
    max-height: 100vh !important;
    padding-top: 12px !important;
  }

  body.ozis-filter-open .ozis-filter-panel {
    transform: translateX(0) !important;
  }

  .ozis-filter-overlay {
    pointer-events: auto !important;
  }

  body.ozis-filter-open .ozis-filter-overlay {
    display: block !important;
  }

  .ozis-filter-mobile-products-column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ozis-filter-mobile-products-column .elementor-widget-woocommerce-products,
  .ozis-filter-mobile-products-column .elementor-widget-wc-archive-products,
  .ozis-filter-mobile-products-column .elementor-widget-wc-products,
  .ozis-filter-mobile-products-column .woocommerce,
  .ozis-filter-mobile-products-column .elementor-widget-container,
  .ozis-filter-mobile-products-column .elementor-grid {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ozis-mobile-catalog .ozis-filter {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
  }

  .ozis-mobile-catalog .ozis-filter-mobile-column {
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    flex-basis: 0 !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    opacity: 0 !important;
  }

  .ozis-mobile-catalog .ozis-filter-mobile-column .ozis-filter {
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
  }

  .ozis-mobile-catalog .ozis-filter-mobile-column .ozis-filter-mobile-toolbar {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative !important;
    z-index: 2147483650 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    display: flex !important;
    align-items: stretch !important;
  }
}

/* Added for custom sorting dropdown in JS override while keeping original visual style */
form.woocommerce-ordering.ozis-ordering-form {
  position: relative !important;
}

form.woocommerce-ordering.ozis-ordering-form .ozis-orderby-native {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  pointer-events: none !important;
}

.ozis-ordering-custom {
  position: relative !important;
  width: 100% !important;
}

.ozis-ordering-trigger {
  width: 100% !important;
  background: #101010 !important;
  border: 1px solid #333333 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 0.82rem 1.2rem !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer !important;
}

.ozis-ordering-trigger:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 1px #ffffff, 0 0 10px rgba(255,255,255,0.35) !important;
  outline: none !important;
}

.ozis-ordering-label {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  margin-right: 8px !important;
}

.ozis-ordering-arrow {
  width: 10px !important;
  height: 10px !important;
  position: relative !important;
  display: inline-block !important;
  flex: 0 0 10px !important;
  border-right: 2px solid #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
  transform: rotate(45deg) !important;
  transform-origin: center !important;
  transition: transform .2s ease !important;
}

.ozis-ordering-arrow::before,
.ozis-ordering-arrow::after {
  content: none !important;
  display: none !important;
}

.ozis-ordering-custom.is-open .ozis-ordering-arrow {
  transform: rotate(-135deg) !important;
}

.ozis-ordering-menu {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: auto !important;
  right: 0 !important;
  width: max-content !important;
  min-width: 100% !important;
  max-width: min(92vw, 420px) !important;
  border: 1px solid #333333 !important;
  border-radius: 14px !important;
  background: #111111 !important;
  box-shadow: 0 12px 24px rgba(0,0,0,.32) !important;
  max-height: 280px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  z-index: 60 !important;
  padding: 6px !important;
}

.ozis-ordering-custom.is-open .ozis-ordering-menu {
  display: block !important;
}

.ozis-ordering-option {
  width: 100% !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #ffffff !important;
  text-align: left !important;
  padding: 10px 12px !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  cursor: pointer !important;
}

.ozis-ordering-option:hover,
.ozis-ordering-option:focus,
.ozis-ordering-option.is-selected {
  background: #212121 !important;
}

/* Fix pack v1.1.3 */
.ozis-filter-loading-backdrop {
  z-index: 1202 !important;
}

body.ozis-filter-loading .ozis-filter-loading-backdrop::before {
  content: none !important;
  display: none !important;
}

.ozis-filter-loading-spinner {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  border: 0 !important;
  background: conic-gradient(from 0deg, rgba(255,255,255,0.15) 0deg, rgba(255,255,255,0.95) 300deg, rgba(255,255,255,0.15) 360deg) !important;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px)) !important;
  mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px)) !important;
  animation: ozis-loader-spin .75s linear infinite !important;
}

@keyframes ozis-loader-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.ozis-category-row {
  align-items: center !important;
}

.ozis-category-toggle {
  align-self: center !important;
  margin-top: -5px !important;
  transform: none !important;
}

.ozis-filter-actions {
  margin-bottom: 20px !important;
}

.ozis-filter .ozis-category-label input[type="checkbox"],
.ozis-filter .ozis-subcategory-item input[type="checkbox"],
.ozis-filter .ozis-filter-term input[type="checkbox"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #bfbfbf !important;
  border-radius: 4px !important;
  background: #111111 !important;
  display: inline-grid !important;
  place-content: center !important;
}

.ozis-filter .ozis-category-label input[type="checkbox"]::before,
.ozis-filter .ozis-subcategory-item input[type="checkbox"]::before,
.ozis-filter .ozis-filter-term input[type="checkbox"]::before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  transform: scale(0) !important;
  box-shadow: inset 1em 1em #ffffff !important;
  transition: transform .12s ease !important;
}

.ozis-filter .ozis-category-label input[type="checkbox"]:checked::before,
.ozis-filter .ozis-subcategory-item input[type="checkbox"]:checked::before,
.ozis-filter .ozis-filter-term input[type="checkbox"]:checked::before {
  transform: scale(1) !important;
}

@media (max-width: 1200px) {
  .ozis-filter-overlay {
    z-index: 1200 !important;
  }

  .ozis-filter-panel {
    z-index: 1201 !important;
  }

  .ozis-filter-mobile-toolbar,
  .ozis-mobile-catalog .ozis-filter-mobile-column .ozis-filter-mobile-toolbar {
    z-index: 40 !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .ozis-filter-mobile-toolbar,
  .ozis-filter-mobile-toolbar *,
  .ozis-filter-mobile-products-column,
  .ozis-filter-mobile-products-column *,
  .ozis-filter-panel,
  .ozis-filter-overlay {
    transition: none !important;
  }

  .ozis-filter-mobile-toolbar .ozis-filter-toggle {
    order: 1 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 132px !important;
    min-height: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: stretch !important;
  }

  .ozis-filter-mobile-toolbar form.woocommerce-ordering,
  .ozis-filter-mobile-toolbar .ozis-ordering-form,
  .ozis-mobile-catalog form.woocommerce-ordering.ozis-ordering-form {
    order: 2 !important;
    margin: 0 0 0 auto !important;
    float: none !important;
    width: auto !important;
    min-width: 132px !important;
    max-width: 220px !important;
    flex: 0 0 auto !important;
    overflow: visible !important;
  }

  .ozis-filter-mobile-toolbar .ozis-ordering-custom {
    width: auto !important;
    min-width: 132px !important;
    max-width: 220px !important;
  }

  .ozis-filter-mobile-toolbar .ozis-ordering-trigger {
    width: auto !important;
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 18px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  .ozis-filter-mobile-toolbar .ozis-ordering-label {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .ozis-ordering-menu {
    z-index: 45 !important;
  }

  .ozis-ordering-option {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }
}

.ozis-filter-products-host.is-loading::before {
  content: none !important;
  display: none !important;
}
