/** Shopify CDN: Minification failed

Line 72:2 Expected "}" to go with "{"

**/
.collection-filters-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
  align-items: center;
  position: relative;
  z-index: 1;
}

.filter-dropdown {
  flex: 0 0 auto;
}

.filter-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 30px 8px 12px;
  font-size: 14px;
  background-color: white;
  border: 1px solid #000000;
  border-radius: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  min-width: 150px;
  height: 40px;
  outline: none;
  box-shadow: none;
  width: 100%;
  
}

.filter-dropdown select:focus-visible {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

.filter-dropdown select option {
  background-color: #305145;
  color: #fff;
  padding: 10px;
  text-align: left;
  cursor: pointer;
  /* display: block !important; */
}

.filter-dropdown select option:hover {
  background-color: transparent !important;
  color: inherit !important;
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 1120px) {
  .filter-dropdown {
     flex: 1 1 200px;
     min-width: 180px;
  }



  