<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.p-controller {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
}
.p-controller__btn {
  font-size: 0.8rem;
}
.p-controller:before {
  background-image: url(https://styledeli.itembox.design/item/assets/images/button/sort-btn.png);
}
.p-controller__btn {
  position: relative;
  display: inline-block;
  height: auto;
  border: 0px;
  background: none;
  color: var(--base-font-color);
}
@media screen and (min-width: 768px) {
  .p-controller__btn {
    font-size: 1.5rem;
    padding-right: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-controller__btn {
    font-size: 1.2rem;
    padding-right: 14px !important;
  }
}
.p-controller__btn .c-arrow {
  width: 12px;
  height: 6px;
  background-image: url(https://styledeli.itembox.design/item/assets/images/icon/common/arrow_bk_open.png);
  background-size: 12px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-top: 1px;
}
.p-controller__btn.is-open .c-arrow {
  background-image: url(https://styledeli.itembox.design/item/assets/images/icon/common/arrow_bk_close.png);
}
.p-controller__modal {
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .p-controller__modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000000000000000;
    width: 100%;
    height: 100%;
  }
}
.p-controller__modal__wrap {
  width: 100%;
  margin-top: 20px;
}
.p-controller__modal__wall {
  position: fixed;
  z-index: 997;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .p-controller__modal__wall {
    display: none;
  }
}
.p-controller__modal__body {
  box-sizing: border-box;
  z-index: 999998;
  width: 90%;
  max-height: -moz-max-content;
  max-height: max-content;
}
@media screen and (min-width: 768px) {
  .p-controller__modal__body {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    width: 200px;
    background: #f9f9f9;
  }
}
@media screen and (max-width: 767px) {
  .p-controller__modal__body {
    max-width: 800px;
    position: relative;
    width: 94.666%;
    margin: 40px auto;
    left: 0;
    background: #fff;
    border: 1px solid #b3b3b3;
    padding: 16px 13px 40px 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-controller__modal__body::before {
    content: "";
    position: absolute;
    top: -30px;
    right: 15px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f9f9f9;
  }
}
.p-controller__modal__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.p-controller__modal__inner .fs-c-sortItems {
  display: block;
  border: none;
}
.p-controller__modal__close {
  position: absolute;
  top: 8px;
  right: 0;
  display: table;
  width: 36px;
  height: 36px;
  z-index: 999999;
}
.p-controller__modal__close &gt; span {
  display: table-cell;
  width: 100%;
  color: #333;
  vertical-align: middle;
  text-align: right;
  cursor: pointer;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-controller__modal__close &gt; span {
    display: none;
  }
}
.p-controller__modal__content {
  overflow-y: auto;
  height: 100%;
}
.p-controller__modal__content::-webkit-scrollbar {
  width: 10px;
}
.p-controller__modal__content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff !important;
}
.p-controller__modal__content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c1c1c1 !important;
}
.p-controller__item {
  position: relative;
  width: 50%;
  /* border: 1px solid var(--border-color); */
  /* border-radius: 3px; */
  padding: 0 5px;
}
.p-controller__btn {
  display: block;
  line-height: 1;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}
.p-controller__btn::before {
  content: "";
  width: 13px;
  height: 13px;
  margin-top: -2px;
  margin-right: 5px;
  content: "";
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-controller__item.-sliders .p-controller__btn::before {
  background-image: url("https://styledeli.itembox.design/item/assets/images/icon/sliders.png?ver=2024061801");
}

.p-controller__item.-sort .p-controller__btn::before {
  background-image: url("https://styledeli.itembox.design/item/assets/images/icon/sort.png?ver=2024061801");
}

.p-sort {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-sort {
    display: inline-block;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sort {
    display: block;
    width: 100%;
    padding: 1rem var(--padding-width);
  }
}
.p-sort .fs-c-sortItems__label {
  display: none;
}
.p-sort .fs-c-sortItems__list {
  border: none;
  display: block;
}
.p-sort .fs-c-sortItems__list__item {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  background: none;
  color: inherit;
  position: relative;
  text-align: left;
  border: none;
}
.p-sort .fs-c-sortItems__list__item:last-child {
  border-bottom: 0;
}
.p-sort .fs-c-sortItems__list__item.is-active {
  background: none;
  color: inherit;
}
.p-sort .fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
  color: var(--base-font-color);
}
.p-sort .fs-c-sortItems__list__item .fs-c-sortItems__list__item__label {
  text-align: center;
  display: block;
  padding: 5px 0;
  color: var(--base-light-color);
}
@media screen and (min-width: 768px) {
  .p-sort .fs-c-sortItems__list__item .fs-c-sortItems__list__item__label {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sort .fs-c-sortItems__list__item .fs-c-sortItems__list__item__label {
    font-size: 1.2rem;
  }
}
.p-sort .fs-c-sortItems__list__item .fs-c-sortItems__list__item__label:before {
  content: unset;
}

.p-filter {
  width: 100% s;
  max-width: 500px;
  margin: 0 auto;
}
.p-filter__inner {
  margin: var(--padding-width);
  max-width: 1140px;
}
.p-filter__item {
  display: grid;
  grid-template-columns: 35% 65%;
  margin: 3rem auto;
}
.p-filter__item.p-filter__keyword {
  display: block;
}
.p-filter__item__title {
  grid-column: 1/2;
  grid-row: 1/3;
  font-size: 1.1rem;
}
.p-filter__item__contents {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-filter__item__contents input[type=text], .p-filter__item__contents input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 0 5px;
  max-width: 100%;
  height: 33px;
  border: 1px solid #cccccc;
  background: #fff;
  box-sizing: border-box;
}
.p-filter__item__contents select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 0 25px 0 5px;
  max-width: 100%;
  height: 33px;
  border: 1px solid #cccccc;
  background: #fff;
  box-sizing: border-box;
}
.p-filter__select .p-filter__item__contents {
  position: relative;
}
.p-filter__select .p-filter__item__contents::after {
  content: "";
  margin-top: -4px;
  position: absolute;
  right: 9px;
  top: 50%;
  pointer-events: none;
  width: 7px;
  height: 7px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(45deg);
}
.p-filter__color .color-box {
  width: 35px;
  height: 35px;
  border: 1px solid #cccccc;
  display: inline-block;
}
.p-filter__color .color-box.-white {
  background-color: #ffffff;
}
.p-filter__color .color-box.-black {
  background-color: #000000;
}
.p-filter__color .color-box.-gray {
  background-color: grey;
}
.p-filter__color .color-box.-brown {
  background-color: #803d26;
}
.p-filter__color .color-box.-beige {
  background-color: #e6dab8;
}
.p-filter__color .color-box.-green {
  background-color: #2e994c;
}
.p-filter__color .color-box.-blue {
  background-color: #0060e6;
}
.p-filter__color .color-box.-purple {
  background-color: #5d0d80;
}
.p-filter__color .color-box.-yellow {
  background-color: #f5e431;
}
.p-filter__color .color-box.-pink {
  background-color: #f6b1d7;
}
.p-filter__color .color-box.-red {
  background-color: #db0028;
}
.p-filter__color .color-box.-orenge {
  background-color: #ff9633;
}
.p-filter__color .color-box.-silver {
  background-color: #d1d1d1;
}
.p-filter__color .color-box.-gold {
  background-color: #ccb97e;
}
.p-filter__color .color-box.-other {
  background-color: #ffffff;
  border: 1px dashed #cccccc;
  position: relative;
}
.p-filter__color .color-box.active {
  border: 2px solid #333333;
  box-shadow: inset 0 0 0 1px #fff;
}
.p-filter__color .color-box-unspecified {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
}
.p-filter__color label.color-box-unspecified {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .p-filter__color .color-box-unspecified {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-filter__color .color-box-unspecified {
    font-size: 1.3rem;
  }
}
.p-filter__color .color-box span {
  transition: 0.2s linear;
  position: relative;
  display: block;
  line-height: 0;
  width: 90%;
  height: 0;
  margin: 0 auto;
  padding-top: 90%;
  border-radius: 200px;
  border: 0 solid transparent;
  text-indent: -9999px;
  cursor: pointer;
}
.color-box.-unselected span,
.color-box.-other span {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 32px;
  height: 32px;
}

.color-box.-unselected span {
  background-image: url(https://styledeli.itembox.design/item/assets/images/icon/unselected.png?ver=20240621);
}

.color-box.-other span {
  background-image: url(https://styledeli.itembox.design/item/assets/images/icon/other.png);
}

.p-filter__stock input[type=radio]:checked + .stock-box, .p-filter__stock input[type=radio]:checked + .sale-box, .p-filter__sale input[type=radio]:checked + .stock-box, .p-filter__sale input[type=radio]:checked + .sale-box {
  background: #cccccc;
}
.p-filter__stock .stock-box, .p-filter__stock .sale-box, .p-filter__sale .stock-box, .p-filter__sale .sale-box {
  border: 1px solid #cccccc;
  font-size: 1rem;
  padding: 0 5px;
  line-height: 33px;
}
.p-filter__submit {
  cursor: pointer;
  text-align: center;
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
  box-shadow: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 48%;
  line-height: 40px;
  float: left;
  display: inline-block;
  margin: 0 auto;
  padding: 0 2rem;
  letter-spacing: 0.1em;
  font-family: var(--heading-font-family);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-filter__submit {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-filter__submit {
    font-size: 1.2rem;
  }
}
.p-filter__submit.-reset {
  border: 1px solid var(--base-light-color);
  color: var(--base-base-color) !important;
}
.p-filter__submit.-submit {
  margin-left: 4%;
  background-color: var(--base-gold-color);
  border: 1px solid var(--base-gold-color);
  color: #ffffff !important;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

#filterRange {
  max-width: 500px;
  background: #f9f9f9;
  border: none;
  height: 4px;
  box-shadow: none;
  margin: 2rem 0;
}
#filterRange .noUi-connect {
  background: #333;
}
#filterRange .noUi-handle {
  height: 18px;
  width: 18px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  top: -9px;
  right: -7px;
}
#filterRange .noUi-handle:before, #filterRange .noUi-handle:after {
  content: none;
}

.p-range-num {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-range-num-input {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-range-num-input {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-range-num-between {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-range-num-between {
    font-size: 1.3rem;
  }
}
.p-range-num input {
  width: 66px;
  margin-right: 4px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}</pre></body></html>