.ecsb-wrap {
  position: relative;
  z-index: 30;
}
.ecsb-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
  margin-bottom: 24px;
}
.ecsb-filter,
.ecsb-select,
.ecsb-box,
.ecsb-box:focus,
.ecsb-filter:focus,
.ecsb-select:focus {
  outline: none;
  box-shadow: none;
}
.ecsb-filter {
  cursor: pointer;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  text-decoration: none !important;
  opacity: 1;
}
.ecsb-filter:hover,
.ecsb-filter:active,
.ecsb-filter:visited {
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
}
.ecsb-filter.is-active { opacity: 1; }
.ecsb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.ecsb-box {
  border: 0 !important;
  background: transparent;
}
.ecsb-box.is-hidden {
  display: none;
}
.ecsb-mobile-filter {
  display: none;
  margin-bottom: 24px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.ecsb-select {
  width: 100%;
  max-width: 320px;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
  padding: 28px 36px;
  text-align: center;
  text-align-last: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ecsb-select-toggle {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ecsb-select-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 320px;
  background: #fff;
  color: #404040;
  -webkit-text-fill-color: #404040;
  text-align: center;
  z-index: 3;
}
.ecsb-select-option {
  display: block;
  width: 100%;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
  text-align: center;
  padding: 11px 12px !important;
  line-height: 1.45;
  cursor: pointer;
}
.ecsb-grid-mobile { display: none; }
.ecsb-grid-desktop { display: grid; }
@media (max-width: 1024px) {
  .ecsb-filters { display: none; }
  .ecsb-mobile-filter { display: flex; }
  .ecsb-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .ecsb-grid-desktop { display: none; }
  .ecsb-grid-mobile { display: grid; }
}

.ecsb-select option { text-align: center; }

.ecsb-box, .ecsb-box-content { overflow: visible; }
.fancybox-container, .fancybox__container, .fbx-container, .lg-outer { z-index: 999999 !important; }
