body.sort-modal--is-active{overflow:hidden;touch-action:none;-ms-touch-action:none}.s-sort-modal__overlay{width:100%;height:100vh;background:rgba(0,0,0,.5);opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;pointer-events:none}.s-sort-modal__overlay.is-active{opacity:100;pointer-events:all}@media screen and (min-width: 768px){.s-sort-modal__overlay.is-active{cursor:url("https://cdn.shopify.com/s/files/1/2567/9988/files/icon-close-cursor.svg?v=1723021794") 58 58,auto}}.s-sort-modal__modal-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%}.s-sort-modal__modal{background:#fff;height:100%;position:fixed;top:0;right:0;width:100%;max-width:0;-webkit-transition:max-width .3s cubic-bezier(0.77, 0, 0.175, 1),opacity .05s cubic-bezier(0.77, 0, 0.175, 1);transition:max-width .3s cubic-bezier(0.77, 0, 0.175, 1),opacity .05s cubic-bezier(0.77, 0, 0.175, 1);pointer-events:none;overflow:hidden}.s-sort-modal__modal.is-active{pointer-events:all;max-width:100vw}@media screen and (min-width: 450px){.s-sort-modal__modal.is-active{max-width:258px}}@media screen and (min-width: 768px){.s-sort-modal__modal.is-active{max-width:258px}}.s-sort-modal__title{color:#000;font-family:var(--font-body);font-size:12px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase}.s-sort-modal__close{cursor:pointer;border:none;padding:10px;outline:none;background-color:unset;display:-webkit-box;display:-ms-flexbox;display:flex;width:28px;height:28px}.s-sort-modal__close svg{width:100%;height:100%}.s-sort-modal__close svg path{stroke:#000}.s-sort-modal__inner{scrollbar-width:none;max-height:100%;overflow-y:auto;padding:24px 13px 0}@media screen and (min-width: 450px){.s-sort-modal__inner{padding:54px 24px 0}}.s-sort-modal__inner-top{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.s-sort-modal__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.s-sort-modal__sort-options{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.s-sort-modal__radio{width:100%;cursor:pointer}.s-sort-modal__radio:hover>span{font-weight:500}.s-sort-modal__radio>input{display:none}.s-sort-modal__radio>input:checked+span{font-weight:500}.s-sort-modal__radio>span{color:#000;font-family:var(--font-body);font-size:12px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase;list-style:none;position:relative;overflow:hidden;cursor:pointer}.s-sort-modal__button{border:1px solid #000;width:100%;padding:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#000;color:#fff;text-transform:uppercase;-webkit-transition:all .3s ease;transition:all .3s ease;max-width:391px;-ms-flex-item-align:center;align-self:center}.s-sort-modal__button span{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 16px 6px;border:1px solid #000;font-size:12px;font-weight:400;line-height:100%;color:inherit}.s-sort-modal__button:hover{color:#000;border-color:#fde8e7;background-color:#fde8e7}