/* START: Bagaholic accessible shop sorting v1.33.0 */
.bh-sort[hidden],.bh-sort__list[hidden] { display:none!important; }
.woocommerce-ordering .bh-sort { position:relative;display:block;width:260px;max-width:100%;font-family:inherit;z-index:30; }
.woocommerce-ordering select.bh-sort-native { display:none!important; }
.woocommerce-ordering .bh-sort__trigger { all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:46px;padding:11px 15px;border:1px solid #e5d4d8;border-radius:6px;background:#fff9f6;color:#251a1d;font:inherit;font-size:14px;line-height:1.5;cursor:pointer;transform:none!important;animation:none!important; }
.woocommerce-ordering .bh-sort__trigger::before,.woocommerce-ordering .bh-sort__trigger::after { content:none!important; }
.woocommerce-ordering .bh-sort__trigger:hover,.woocommerce-ordering .bh-sort__trigger[aria-expanded="true"] { border-color:#780019; }
.woocommerce-ordering .bh-sort__trigger:focus-visible { outline:2px solid #780019;outline-offset:3px; }
.bh-sort__chevron { flex:none;width:8px;height:8px;border-right:1.5px solid #780019;border-bottom:1.5px solid #780019;transform:rotate(45deg);margin:0 3px 4px 0; }
.woocommerce-ordering .bh-sort__list { box-sizing:border-box;position:absolute;top:calc(100% + 8px);left:0;right:0;list-style:none!important;margin:0!important;padding:5px!important;background:#fff9f6;border:1px solid #e5d4d8;border-radius:8px;box-shadow:0 10px 28px rgb(37 26 29 / 12%);overflow-y:auto;overscroll-behavior:contain;max-height:320px;z-index:50; }
.woocommerce-ordering .bh-sort[data-up="true"] .bh-sort__list { top:auto;bottom:calc(100% + 8px); }
.woocommerce-ordering .bh-sort__option { display:flex;gap:10px;align-items:center;justify-content:space-between;list-style:none!important;margin:0!important;padding:10px 12px!important;border-radius:4px;color:#251a1d;cursor:pointer;font-size:14px;line-height:1.5;white-space:normal; }
.woocommerce-ordering .bh-sort__option[aria-selected="true"] { background:#780019;color:#fff9f6; }
.woocommerce-ordering .bh-sort__option[data-active="true"] { outline:2px solid #780019;outline-offset:-2px; }
.woocommerce-ordering .bh-sort__option:not([aria-selected="true"]):hover { background:#f5e6e8; }
.woocommerce-ordering .bh-sort__option[aria-disabled="true"] { opacity:.5;cursor:not-allowed; }
@media(max-width:767px),(pointer:coarse) {
  .woocommerce-ordering .bh-sort { display:none!important; }
  .woocommerce-ordering select.bh-sort-native { display:inline-block!important; }
}
/* END: Bagaholic accessible shop sorting v1.33.0 */
