/**handles:wd-shop-off-canvas-sidebar,wd-mod-sticky-sidebar-opener**/
@media (min-width: 1025px){.wd-sidebar-hidden-lg .shop-loop-head{align-items:stretch;flex-direction:column;gap:15px}.wd-sidebar-hidden-lg .wd-shop-tools{justify-content:space-between}.wd-sidebar-hidden-lg .wd-shop-tools:not(:last-child){padding-bottom:15px;border-bottom:1px solid var(--brdcolor-gray-300)}.wd-sidebar-hidden-lg .wd-show-sidebar-btn{display:inline-flex;margin-inline-end:auto}.wd-sidebar-hidden-lg.wd-builder-off .woocommerce-result-count{display:block}}@media (max-width: 768.98px){.wd-sidebar-hidden-sm .shop-loop-head{align-items:stretch;flex-direction:column;gap:15px}.wd-sidebar-hidden-sm .wd-shop-tools{justify-content:space-between}.wd-sidebar-hidden-sm .wd-shop-tools:not(:last-child){padding-bottom:15px;border-bottom:1px solid var(--brdcolor-gray-300)}.wd-sidebar-hidden-sm .wd-show-sidebar-btn{display:inline-flex;margin-inline-end:auto}.wd-sidebar-hidden-sm.wd-builder-off .woocommerce-result-count{display:block}}@media (min-width: 769px) and (max-width: 1024px){.wd-sidebar-hidden-md-sm .shop-loop-head{align-items:stretch;flex-direction:column;gap:15px}.wd-sidebar-hidden-md-sm .wd-shop-tools{justify-content:space-between}.wd-sidebar-hidden-md-sm .wd-shop-tools:not(:last-child){padding-bottom:15px;border-bottom:1px solid var(--brdcolor-gray-300)}.wd-sidebar-hidden-md-sm .wd-show-sidebar-btn{display:inline-flex;margin-inline-end:auto}.wd-sidebar-hidden-md-sm.wd-builder-off .woocommerce-result-count{display:block}}

.wd-sidebar-opener{position:fixed;top:30%;inset-inline-start:0;z-index:350;background-color:rgba(var(--bgcolor-white-rgb), 0.9);box-shadow:0 0 5px rgba(0,0,0,0.17);border-start-end-radius:var(--wd-brd-radius);border-end-end-radius:var(--wd-brd-radius);transition:all .25s ease}.wd-sidebar-opener.wd-show-on-scroll{opacity:0;transform:translateX(-100%)}.wd-sidebar-opener.wd-show-on-scroll.wd-shown{opacity:1;transform:none}.wd-sidebar-opener.wd-filter-icon>a:before{content:"\f118"}