/** Shopify CDN: Minification failed

Line 238:0 Unexpected "}"

**/
/* Modern dark filter bar styles for collection page */
.collection-filters-bar {
  display: flex;
  flex-direction: column;
  background: #282828;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-radius: 14px;
  margin-bottom: 2rem;
  border: 1px solid #666666;
  box-shadow: 0 2px 24px rgba(0,0,0,0.12);
}
.filters-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.filters-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: #bdbdbd;
  font-style: italic;
  margin-right: 2rem;
  min-width: 90px;
}
.product-count {
  color: #bdbdbd;
  font-size: 1.08rem;
  margin: 0 1.5rem;
  white-space: nowrap;
}
.sort-group {
  margin-left: auto;
}
.filter-group {
  position: relative;
}
.filter-main-btn {
  background: #232323;
  color: #fff;
  font-size: 1.06rem;
  font-weight: 700;
  border: none;
  padding: 0.6rem 1.7rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.18s;
  letter-spacing: 0.08em;
  outline: none;
  margin-bottom: 0.2rem;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-transform: uppercase;
}
.filter-main-btn .arrow {
  font-size: 1rem;
  margin-left: 0.5em;
  transition: transform 0.2s;
}
.filter-group.open .filter-main-btn .arrow {
  transform: rotate(180deg);
}
.filter-main-btn.active, .filter-main-btn:focus {
  border: 2px solid #e0cfa7;
  /* background: #25213b; */
}
.filter-panel {
  /* position: absolute; */
  left: 0;
  z-index: 10;
  min-width: 320px;
  background: transparent;
  border-radius: 12px;
  padding: 1rem 0.5rem;
  margin-top: 0.5rem;
  display: none;
  width: max-content;
}
.filter-options-grid {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: nowrap;
}

/* Drag Slider Styles */
.filter-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.filter-slider-track {
  display: flex;
  gap: 1.5rem;
  transition: none;
  cursor: grab;
  user-select: none;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.filter-slider-track::-webkit-scrollbar {
  display: none;
}

.filter-slider-track.dragging {
  cursor: grabbing;
}

.slider-enabled .filter-slider-track {
  cursor: grab;
}

.slider-enabled .filter-slider-track.dragging {
  cursor: grabbing;
}
@media (max-width: 900px) {
  .filter-panel {
    position: static;
    width: 100%;
    min-width: unset;
    box-shadow: none;
    left: unset;
  }
  .filter-options-grid {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .filters-row {
    flex-direction: column;
    align-items: stretch;
    gap: 1.1rem;
  }
}
.filter-panel-inline {
  display: none;
  margin-top: 0.5rem;
}
.filter-group.open .filter-panel,
.filter-group.open .filter-panel-inline {
  display: block;
}
.filter-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  background: #222222;
  color: #fff;
  border: 1px solid transparent;
  /* border-radius: 10px; */
  padding: 10px;
  margin: 0.1rem 0.25rem 0.1rem 0.25rem;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: border 0.16s, color 0.18s, background 0.18s;
  align-items: center;
  gap: 0.7rem;
  min-width: 128px;
  min-height: 128px;
  justify-content: center;
}
.filter-option.selected, .filter-option:focus {
  border: 1px solid #e0cfa7;
  background: #222222;
  color: #fff;
}
.filter-img {
  width: 80px;
  height: 80px;
  
  object-fit: cover;
  border: 1.5px solid transparent;
  background: transparent;
}
.active-filters-bar {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.active-filter-tag {
  background: #222222;
  color: #fff;
  border-radius: 7px;
  padding: 0.3em 1.1em 0.3em 0.9em;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.7em;
  border: 1px solid #e0cfa7;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.active-filter-tag .remove-tag {
  color: #fff;
  margin-left: 0.5em;
  font-size: 1.1em;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
.remove-all-btn {
  background: none;
  border: none;
  color: #bdbdbd;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 0.7em;
  transition: color 0.15s;
}
.remove-all-btn:hover {
  color: #fff;
}
  .filter-panel {
    min-width: 170px;
    padding: 1rem 0.5rem;
    gap: 0.6rem;
  }
}

.collection-filters-bar {
  background: #232323;
  padding: 2rem 2.5rem 1.5rem 2.5rem;
  border-radius: 14px;
  margin-bottom: 2rem;
  box-shadow: 0 2px 24px rgba(0,0,0,0.12);
}
.collection-filters-bar label {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-right: 0.6rem;
}
.collection-filters-bar select {
  background: #181818;
  color: #fff;
  border: 1.5px solid #444;
  border-radius: 6px;
  padding: 0.7rem 1.7rem 0.7rem 0.9rem;
  font-size: 1.08rem;
  font-weight: 500;
  min-width: 140px;
  outline: none;
  margin-right: 1.3rem;
  transition: border 0.2s;
}
.collection-filters-bar select:focus {
  border: 1.5px solid #fff;
}
.collection-filters-bar option {
  background: #232323;
  color: #fff;
}
.collection-filters-bar .filter-option {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 8px;
  width: 128px;
  height: 128px;
  background: #222;
}
.collection-filters-bar .filter-img {
   width: 80px;
  height: 80px;
  /*border-radius: 50%;
  object-fit: cover; */
}

.no-options-message {
  color: #bdbdbd;
  font-style: italic;
  padding: 1rem;
  text-align: center;
  font-size: 0.9rem;
}

.filter-icon-placeholder {
  width: 40px;
  height: 40px;
  background: #444;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bdbdbd;
  font-size: 0.8rem;
  font-weight: bold;
  flex-shrink: 0;
}

.filter-icon-placeholder::before {
  content: "SIZE";
}

.filter-option {
  min-width: fit-content;
  flex-shrink: 0;
  border: 1.5px solid transparent;
  background: transparent;
}

/* Responsive Design for All Viewports */

/* 991px and below */
@media (max-width: 991px) {
  .filter-panel {
    max-width: 90%;
  }
  
  .filter-slider-track {
    gap: 20px;
  }
  
  .filter-option {
    min-width: 60px;
  }
  
  .filter-icon, .filter-icon-placeholder {
    width: 35px;
    height: 35px;
  }
}

/* 880px and below */
@media (max-width: 880px) {
  .filter-panel {
    max-width: 85%;
  }
  
  .filter-slider-track {
    gap: 16px;
  }
  
  .filter-option {
    min-width: 55px;
  }
  
  .filter-icon, .filter-icon-placeholder {
    width: 32px;
    height: 32px;
  }
  
  .filter-label {
    font-size: 14px;
  }
}

/* 767px and below */
@media (max-width: 767px) {
  .filter-panel {
    max-width: 95%;
    padding: 16px;
  }
  
  .filter-slider-track {
    gap: 12px;
  }
  
  .filter-option {
    min-width: 50px;
    padding: 8px;
  }
  
  .filter-icon, .filter-icon-placeholder {
    width: 30px;
    height: 30px;
  }
  
  .filter-label {
    font-size: 13px;
  }
}

/* 420px and below */
@media (max-width: 420px) {
  .filter-panel {
    max-width: 98%;
    padding: 12px;
  }
  
  .filter-slider-track {
    gap: 10px;
  }
  
  .filter-option {
    min-width: 45px;
    padding: 6px;
  }
  
  .filter-icon, .filter-icon-placeholder {
    width: 28px;
    height: 28px;
  }
  
  .filter-label {
    font-size: 12px;
  }
  
  .filter-icon-placeholder::before {
    font-size: 11px;
  }
}

/* 375px and below */
@media (max-width: 375px) {
  .filter-panel {
    max-width: 100%;
    padding: 10px;
  }
  
  .filter-slider-track {
    gap: 8px;
  }
  
  .filter-option {
    min-width: 42px;
    padding: 5px;
  }
  
  .filter-icon, .filter-icon-placeholder {
    width: 26px;
    height: 26px;
  }
  
  .filter-label {
    font-size: 11px;
  }
  
  .filter-icon-placeholder::before {
    font-size: 10px;
  }
}
.collection-filters-bar .dropdown-list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
/* Responsive */
@media (max-width: 700px) {
  .collection-filters-bar {
    flex-direction: column;
    align-items: stretch;
    padding: 1.2rem 1rem;
    gap: 1.2rem;
  }
  .collection-filters-bar label {
    margin-bottom: 0.5rem;
  }
}
