.eyewear-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.eyewear-modal {
  background: #fff;
  border-radius: 8px;
  max-width: 900px;
  width: 95%;
  overflow: hidden;
}
.eyewear-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid #eee;
}
.eyewear-modal .modal-body {
  padding: 14px;
}
.eyewear-modal-close {
  background: none;
  border: 0;
  font-size: 18px;
  cursor: pointer;
}
.eyewear-open-tryon {
  margin-top: 10px;
}
.eyewear-modal .tryon-controls {
  padding: 10px 14px;
  background: #fafafa;
  border-top: 1px solid #eee;
}
.eyewear-modal img.tryon-overlay {
  pointer-events: none;
}
.eyewear-filters {
  margin-bottom: 8px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.eyewear-filter {
  padding: 6px 10px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.eyewear-filter.active {
  background: #0073aa;
  color: #fff;
  border-color: #0073aa;
}
