.widgettitle {
  margin-bottom: 2em;
}

.widget_price_filter {
  padding: 1.5em .8em;
}

@media (min-width: 1024px) {
  .widget_price_filter {
    padding: .8em;
  }
}

.to-minmax {
  display: flex;
  gap: .5rem;
  align-items: center;
  margin-top: 1.3rem;
  flex-wrap: wrap;
  justify-content: center;
}

.to-price-field {
  display: flex;
  gap: .25rem;
  align-items: center;
}

.to-price-input {
  width: 15ch;
  padding: .45rem .55rem;
}

@media (min-width: 1024px) {
  .to-price-input {
    width: 7ch;
    padding: .45rem .55rem;
  }
}

.to-price-sep {
  opacity: .6;
}


.price_slider_amount {
  margin-top: 2rem;
}

@media (min-width:1024px) {
  .price_slider_amount {
    margin-top: .8rem;
  }
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  float: none;
  /*display: block;*/
  width: 94%;
  margin: 0 auto;
}
/* ボタン内をアイコン＋テキストの横並びに */
.woocommerce .widget_price_filter .price_slider_amount .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .2em;      /* アイコンと文字の間 */
}

/* アイコンの調整（必要なら） */
.to-price-btn-icon {
  font-size: 0.9em;
  line-height: 1;
}

.to-price-btn-icon img {
  width: 13px;
  position: relative;
  top: 1.9px;
}

.to-price-btn-label {
  font-weight: 400;
  font-size: 14px;
  position: relative;
  top: 1px;
}

/*.widget_price_filter .price_slider_amount .price_label {
  display: none !important;
}*/
