.content-title {
  font-size: 1.875rem;
  color: var(--color-black);
  font-weight: 700;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gls-wzt-content {
  margin: 1.625rem auto 0 auto;
  display: flex;
  align-items: flex-start;
  gap: var(--layout-padding);
  max-width: 1920px;
}
.gls-wzt-content .gls-wzt-search-filter {
  max-width: 20%;
  width: 20%;
  flex-shrink: 0;
  position: sticky;
  top: 115px;
  transition: 0.5s;
}
.gls-wzt-content .gls-wzt-search-filter .unfold {
  display: flex;
  position: absolute;
  background-color: #f2f2f2;
  padding: 8px 16px;
  border-radius: 6px;
  top: 8px;
  right: 0;
  cursor: pointer;
  transition: 0.2s;
}
.gls-wzt-content .gls-wzt-search-filter .unfold svg {
  transition: 0.2s;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-title {
  display: flex;
  flex-flow: column;
  gap: 15px;
  top: 0;
  background-color: var(--bg-white);
  transition: 0.5s;
  position: relative;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-title .gls-wzt-sf-title-clear {
  height: 1.6875rem;
  font-size: 0.9375rem;
  border-radius: 0.25rem;
  padding: 1rem 0.5rem;
  transition: background 0.3s;
  background: #cfcfcf;
  color: var(--color-white);
  cursor: not-allowed;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-title .gls-wzt-sf-title-clear.active {
  background: #FFBA00;
  cursor: pointer;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap {
  overflow-y: auto;
  margin-top: 14px;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap::-webkit-scrollbar {
  width: 0;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap::-webkit-scrollbar-thumb {
  background-color: #e8e8e8;
  border-radius: 4px;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item {
  margin-top: 2.125rem;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0px;
  color: var(--text-1);
  display: flex;
  align-items: center;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-title .flod-item {
  display: flex;
  margin: 0 10px 0 auto;
  cursor: pointer;
  user-select: none;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-title .flod-item img {
  filter: brightness(2);
  object-fit: contain;
  width: 18px;
  transition: 0.2s;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-title .flod-item.shrink img {
  transform: rotate(90deg);
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-list {
  padding: 2.125rem 0 2.125rem 2rem;
  border-bottom: 1px solid #e9e9e9;
  transition: 0.3s;
  max-height: 800px;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-list .gls-wzt-sf-filter {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-top: 1.25rem;
  max-height: 100px;
  transition: 0.3s;
  cursor: pointer;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-list .gls-wzt-sf-filter.checked .checkbox .checkbox-icon {
  display: none;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-list .gls-wzt-sf-filter.checked .checkbox .checked-icon {
  display: flex;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-list .gls-wzt-sf-filter:first-of-type {
  margin-top: 0;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-list .gls-wzt-sf-filter .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: no-repeat center center;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-list .gls-wzt-sf-filter .checkbox .checked-icon {
  display: none;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-list .gls-wzt-sf-filter .icon {
  max-width: 62px;
  width: 100%;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-list .gls-wzt-sf-filter .text {
  color: var(--text-1);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0px;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-list.shrink {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-list.shrink .gls-wzt-sf-filter {
  max-height: 0px;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 8px;
  padding: 34px 10px;
  transition: 0.3s;
  max-height: 800px;
  overflow: hidden;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option {
  position: relative;
  border-radius: 5px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .gls-wzt-sf-color-tips {
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.2);
  padding: 4px 10px;
  border-radius: 5px;
  color: #333;
  transform: translate(-50%, -100%) scale(0.85);
  transition: 0.2s;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .gls-wzt-sf-color-tips.show {
  animation: show 0.2s;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .gls-wzt-sf-color-tips.fade {
  display: none;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option:hover {
  background: #FFF2E6;
  cursor: pointer;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option > div {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  border: #e8e8e8 1px solid;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color1 {
  background: #000;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color2 {
  background: #333;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color3 {
  background: linear-gradient(to left, #B5895A, #C39A6B, #A67C52);
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color4 {
  background: #3ba83b;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color5 {
  background: linear-gradient(to left, #FFFFFF, #C0C0C0, #333333);
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color6 {
  background: #e63946;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color7 {
  background: linear-gradient(to bottom, #8B4513, #A0522D, #D2B48C);
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color8 {
  background: #fffff0;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color9 {
  background: #ffffff;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color10 {
  background: #1e90ff;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color11 {
  background: #fae782;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color12 {
  background: #808080;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color13 {
  background: linear-gradient(to right, #FF0000, #FFA500, #FFFF00, #00FF00, #0000FF, #800080);
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color14 {
  background: #ffc0cb;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color15 {
  background: #ff66cc;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color16 {
  background: #ffff00;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color17 {
  background: #b76e79;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color18 {
  background: #fff;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color19 {
  background: #8b4513;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color20 {
  background: linear-gradient(to bottom, #D2B48C, #E3CAA5, #F5DEB3);
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color21 {
  background: linear-gradient(to bottom, #000000, #808080, #C0C0C0);
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color22 {
  background: #ffa500;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color23 {
  background: #800080;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color24 {
  background: #c0c0c0;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color25 {
  background: #7b3f00;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color26 {
  background: linear-gradient(to right, #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #4B0082, #9400D3);
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option .color27 {
  background: #ffae00;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list .gls-wzt-sf-color-option.active {
  background: #FFBA00;
}
.gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-color-list.shrink {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
.gls-wzt-content .gls-wzt-search-filter.disable {
  max-width: 0;
}
.gls-wzt-content .gls-wzt-search-filter.disable .gls-wzt-sf-title {
  opacity: 0;
}
.gls-wzt-content .gls-wzt-search-filter.disable .unfold {
  top: 8px;
  right: -30px;
}
.gls-wzt-content .gls-wzt-search-filter.disable .unfold svg {
  transform: rotate(180deg);
}
.gls-wzt-content .gls-wzt-search-result {
  flex: 1;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top {
  display: flex;
  justify-content: space-between;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top .gls-wzt-sr-count {
  color: var(--brand-color);
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top .gls-wzt-sr-top-right {
  display: flex;
  gap: 2.5rem;
  margin-left: 5.375rem;
  flex: 1;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top .gls-wzt-sr-top-right .gls-wzt-sr-search {
  display: flex;
  align-items: center;
  border-radius: 18px;
  border: 1px solid #cfcfcf;
  padding-right: 20px;
  max-width: 600px;
  flex: 1;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top .gls-wzt-sr-top-right .gls-wzt-sr-search .gls-wzt-sr-search-input {
  text-indent: 12px;
  font-size: 0.875rem;
  color: var(--text-1);
  height: 2.5rem;
  flex: 1;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top .gls-wzt-sr-top-right .gls-wzt-sr-search .gls-wzt-sr-search-icon {
  margin-left: 1.25rem;
  width: 1.25rem;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top .gls-wzt-sr-top-right .gls-wzt-sr-sort {
  position: relative;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top .gls-wzt-sr-top-right .gls-wzt-sr-sort .gls-wzt-sr-sort-btn {
  color: var(--brand-color);
  border-radius: 0.5rem;
  line-height: 2.5rem;
  width: 6.625rem;
  height: 2.5rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
  background: var(--brand-light-3);
  border: 1px solid var(--brand-color);
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top .gls-wzt-sr-top-right .gls-wzt-sr-sort .gls-wzt-sr-sort-btn.disabled {
  color: #999;
  background: #f2f2f2;
  border: 1px solid #999;
  cursor: no-drop;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top .gls-wzt-sr-top-right .gls-wzt-sr-sort .gls-wzt-sr-sort-popup {
  position: absolute;
  right: 0;
  top: calc(100% + 0.625rem);
  border-radius: 0.625rem;
  background: var(--bg-white);
  border: 1px solid var(--bg-light-3);
  z-index: 10;
  padding: 10px;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top .gls-wzt-sr-top-right .gls-wzt-sr-sort .gls-wzt-sr-sort-popup .gls-wzt-sr-sort-item {
  color: #7a7a7a;
  padding: 0.625rem 1.75rem;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  border-bottom: 1px solid #ededed;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top .gls-wzt-sr-top-right .gls-wzt-sr-sort .gls-wzt-sr-sort-popup .gls-wzt-sr-sort-item:last-of-type {
  border-bottom: none;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top .gls-wzt-sr-top-right .gls-wzt-sr-sort .gls-wzt-sr-sort-popup .gls-wzt-sr-sort-item.active {
  color: var(--brand-color);
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top .gls-wzt-sr-top-right .gls-wzt-sr-sort .gls-wzt-sr-sort-popup .gls-wzt-sr-sort-item:hover {
  color: var(--text-1);
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top .gls-wzt-sr-top-right .gls-wzt-sr-sort .gls-wzt-sr-sort-popup .gls-wzt-sr-sort-item:hover.active {
  color: var(--brand-color);
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list {
  margin: 2.125rem 0;
  min-height: 600px;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list .gls-wzt-sr-list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
  transition: 0.3s;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list .gls-wzt-sr-list-wrap.unfold {
  grid-template-columns: repeat(4, 1fr);
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list .gls-wzt-sr-list-wrap .gls-wzt-product-card .gls-wzt-pc-cover {
  margin-top: 1.5rem;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list .gls-wzt-sr-list-wrap .gls-wzt-product-card .gls-wzt-pc-top .gls-wzt-pc-collect {
  height: 1.5rem;
  width: 1.75rem;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list .gls-wzt-sr-list-wrap .gls-wzt-product-card .gls-wzt-pc-detail {
  margin-top: 1rem;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list .clusterize-scroll {
  max-height: none;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list-empty {
  display: none;
  margin-top: 2.125rem;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list-empty .gls-wzt-sr-le-title {
  text-align: center;
  margin-top: 6.25rem;
  padding-bottom: 3.125rem;
}
.gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list-empty .recommend-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}
.gls-wzt-recommend .gls-wzt-recommend-list {
  padding-right: 4.375rem;
}
.gls-wzt-sr-search-box {
  display: none;
}
.gls-wzt-sr-filter-title {
  display: none;
}
.gls-wzt-sr-filter-list {
  display: none;
}
@media (max-width: 1260px) {
  .gls-wzt-content {
    gap: 1rem;
  }
  .gls-wzt-content .gls-wzt-search-filter .gls-wzt-sf-wrap .gls-wzt-sf-item .gls-wzt-sf-item-list {
    padding-left: 0;
  }
  .gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list {
    padding-right: 0;
  }
  .gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list .gls-wzt-sr-list-wrap {
    gap: 1rem;
  }
}
@media (max-width: 1100px) {
  .gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list .gls-wzt-sr-list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  :root {
    --layout-padding: 1rem;
  }
  .gls-wzt-content {
    margin: 0;
    display: block;
    margin-bottom: 1.6rem;
    padding: 0 5px !important;
  }
  .gls-wzt-content .gls-wzt-search-filter {
    display: none;
  }
  .gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top {
    display: none;
  }
  .gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top-right {
    display: flex;
    gap: 2.875rem;
  }
  .gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top-right .gls-wzt-sr-search {
    display: flex;
    align-items: center;
  }
  .gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top-right .gls-wzt-sr-search .gls-wzt-sr-search-input {
    border-radius: 8px;
    border: 1px solid #cfcfcf;
    text-indent: 10px;
    font-size: 0.875rem;
    color: var(--text-1);
    width: 15.125rem;
    height: 2.5rem;
  }
  .gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-top-right .gls-wzt-sr-search .gls-wzt-sr-search-icon {
    margin-left: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
  }
  .gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list {
    padding-right: 0;
  }
  .gls-wzt-content .gls-wzt-search-result .gls-wzt-sr-list .gls-wzt-sr-list-wrap {
    width: auto;
    gap: 1rem;
  }
  .gls-wzt-sr-search-box {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
  }
  .gls-wzt-sr-search-box .gls-wzt-sr-search {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 300px;
    border-radius: 18px;
    border: 1px solid #cfcfcf;
    padding: 3px 10px 3px 0;
  }
  .gls-wzt-sr-search-box .gls-wzt-sr-search .gls-wzt-sr-search-input {
    text-indent: 10px;
    font-size: 1.2rem;
    color: var(--text-1);
    width: 15.125rem;
    flex: 1;
    height: 3rem;
  }
  .gls-wzt-sr-search-box .gls-wzt-sr-search .gls-wzt-sr-search-icon {
    margin-left: 1.25rem;
    width: 30px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gls-wzt-sr-search-box .gls-wzt-sr-search .gls-wzt-sr-search-icon svg {
    width: 16px;
    height: 16px;
  }
  .gls-wzt-sr-search-box .gls-wzt-sr-sort {
    position: relative;
    display: flex;
    align-items: center;
  }
  .gls-wzt-sr-search-box .gls-wzt-sr-sort .gls-wzt-sr-sort-btn {
    color: var(--brand-color);
    border-radius: 0.5rem;
    line-height: 2.5rem;
    width: 6.625rem;
    height: 3.2rem;
    text-align: center;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 700;
    background: var(--brand-light-3);
    border: 1px solid var(--brand-color);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gls-wzt-sr-search-box .gls-wzt-sr-sort .gls-wzt-sr-sort-popup {
    position: absolute;
    right: 0;
    top: calc(100% + 0.625rem);
    border-radius: 0.625rem;
    background: var(--bg-white);
    border: 1px solid var(--bg-light-3);
    z-index: 10;
    padding: 10px;
  }
  .gls-wzt-sr-search-box .gls-wzt-sr-sort .gls-wzt-sr-sort-popup .gls-wzt-sr-sort-item {
    color: #7a7a7a;
    padding: 0.625rem 1.75rem;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    font-size: 1rem;
    border-bottom: 1px solid #ededed;
  }
  .gls-wzt-sr-search-box .gls-wzt-sr-sort .gls-wzt-sr-sort-popup .gls-wzt-sr-sort-item:last-of-type {
    border-bottom: none;
  }
  .gls-wzt-sr-search-box .gls-wzt-sr-sort .gls-wzt-sr-sort-popup .gls-wzt-sr-sort-item.active {
    color: var(--brand-color);
  }
  .gls-wzt-sr-search-box .gls-wzt-sr-sort .gls-wzt-sr-sort-popup .gls-wzt-sr-sort-item:hover {
    color: var(--text-1);
  }
  .gls-wzt-sr-search-box .gls-wzt-sr-sort .gls-wzt-sr-sort-popup .gls-wzt-sr-sort-item:hover.active {
    color: var(--brand-color);
  }
  .gls-wzt-sr-filter-title {
    position: sticky;
    top: 49px;
    z-index: 9;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
    cursor: pointer;
    padding-left: 1rem;
    backdrop-filter: blur(5px);
    padding-bottom: 0.4rem;
  }
  .gls-wzt-sr-filter-title--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--bg-white);
    z-index: 1000;
  }
  .gls-wzt-sr-filter-title .gls-wzt-sr-count {
    color: var(--brand-color);
  }
  .gls-wzt-sr-filter-title .gls-wzt-sr-filter-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .gls-wzt-sr-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9375rem;
    padding-left: 1rem;
    margin-top: 2rem;
  }
  .gls-wzt-sr-filter-list .gls-wzt-sr-filter-item {
    border-radius: 18px;
    background: var(--brand-color);
    padding: 8px 12px 8px 12px;
    color: var(--color-white);
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .gls-wzt-side-filter {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 19999;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
  }
  .gls-wzt-side-filter .gls-wzt-out-bg {
    width: 25%;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap {
    width: 75%;
    height: 100%;
    background-color: var(--bg-white);
    padding: 3rem 1rem 82px 1rem;
    margin-bottom: 82px;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: transform 0.3s;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-title {
    text-align: center;
    position: relative;
    margin-bottom: 2.6rem;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-title .gls-wzt-sw-title-close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 1.75rem;
    height: 1.75rem;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-title .gls-wzt-sw-title-close img {
    width: 100%;
    height: 100%;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item {
    padding: 1.5rem 0;
    border-bottom: 1px solid #aaaaaa;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-item-tit {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-1);
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-item-list {
    margin-top: 1.5rem;
    padding: 0 1.6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-item-list.with-icon {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-item-list .gls-wzt-sw-item-filter {
    font-size: 1.4rem;
    color: var(--text-light);
    padding: 0.8rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.4rem;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-item-list .gls-wzt-sw-item-filter.selected {
    color: var(--color-white);
    background-color: var(--brand-color);
    border-radius: 100px;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list {
    display: flex;
    justify-content: space-between;
    row-gap: 0.4rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    padding: 0 1.4rem;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 6px;
    transition: 0.2s;
    width: 130px;
    border-radius: 20px;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option > div {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    border: #e8e8e8 1px solid;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option > span {
    font-size: 1.4rem;
    color: var(--text-light);
    margin: 0 auto;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color1 {
    background: #000;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color2 {
    background: #333;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color3 {
    background: linear-gradient(to left, #B5895A, #C39A6B, #A67C52);
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color4 {
    background: #3ba83b;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color5 {
    background: linear-gradient(to left, #FFFFFF, #C0C0C0, #333333);
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color6 {
    background: #e63946;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color7 {
    background: linear-gradient(to bottom, #8B4513, #A0522D, #D2B48C);
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color8 {
    background: #fffff0;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color9 {
    background: #ffffff;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color10 {
    background: #1e90ff;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color11 {
    background: #fae782;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color12 {
    background: #808080;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color13 {
    background: linear-gradient(to right, #FF0000, #FFA500, #FFFF00, #00FF00, #0000FF, #800080);
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color14 {
    background: #ffc0cb;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color15 {
    background: #ff66cc;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color16 {
    background: #ffff00;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color17 {
    background: #b76e79;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color18 {
    background: #fff;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color19 {
    background: #8b4513;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color20 {
    background: linear-gradient(to bottom, #D2B48C, #E3CAA5, #F5DEB3);
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color21 {
    background: linear-gradient(to bottom, #000000, #808080, #C0C0C0);
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color22 {
    background: #ffa500;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color23 {
    background: #800080;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color24 {
    background: #c0c0c0;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color25 {
    background: #7b3f00;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color26 {
    background: linear-gradient(to right, #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #4B0082, #9400D3);
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option .color27 {
    background: #ffae00;
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option.active {
    background: var(--brand-color);
  }
  .gls-wzt-side-filter .gls-wzt-side-wrap .gls-wzt-sw-list .gls-wzt-sw-item .gls-wzt-sw-color-list .gls-wzt-sw-color-option.active > span {
    color: #fff;
  }
  .gls-wzt-side-filter .gls-wzt-sw-btns {
    position: fixed;
    right: 0;
    bottom: 0;
    gap: 3.2rem;
    width: 75%;
    height: 82px;
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.3s;
  }
  .gls-wzt-side-filter .gls-wzt-sw-btns .gls-wzt-sw-btn {
    width: 81px;
    height: 36px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    cursor: pointer;
    font-weight: 700;
  }
  .gls-wzt-side-filter .gls-wzt-sw-btns .gls-wzt-sw-btn-clear {
    width: 81px;
    height: 36px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    cursor: pointer;
    font-weight: 700;
    border: 1.5px solid var(--brand-color);
    color: var(--brand-color);
  }
  .gls-wzt-side-filter .gls-wzt-sw-btns .gls-wzt-sw-btn-apply {
    width: 81px;
    height: 36px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    cursor: pointer;
    font-weight: 700;
    background: var(--brand-color);
    color: white;
  }
  .gls-wzt-recommend .gls-wzt-recommend-list {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .half-to-mb {
    min-width: 50%;
  }
}
