.elm-modal{animation:showModalElm .2s ease-in;margin:auto;max-width:95%;overflow-y:auto}.elm-modal-closing{animation:hideModalElm .2s ease-out}.elm-modal-desc{max-height:78vh}.elm-modal-overlay{animation:showOverlayElm .2s ease-in;backdrop-filter:blur(30px);background:rgba(0,0,0,.8);height:100%;left:0;position:fixed;top:0;z-index:1000}.elm-modal-overlay-closing{animation:hideOverlayElm .2s ease-out}.elm-modal-overlay .extra-small{width:300px}.elm-modal-overlay .small{width:380px}.elm-modal-overlay .medium{width:550px}.elm-modal-overlay .large{width:800px}.elm-modal-header{padding:8px 8px 8px 16px}.elm-modal-close-button{border-radius:4px;cursor:pointer;height:32px;width:32px}.elm-modal-close-button:focus,.elm-modal-close-button:hover{border:1px solid #d1d5db;border-radius:8px}@keyframes showOverlayElm{0%{opacity:0}to{opacity:1}}@keyframes hideOverlayElm{0%{opacity:1}to{opacity:0}}@keyframes showModalElm{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes hideModalElm{to{opacity:0;transform:scale(.9)}}.custom-size{max-width:420px}.drawer{animation:showDrawer .3s cubic-bezier(0,0,.2,1);height:100%}.drawer-overlay{animation:showOverlay .3s cubic-bezier(0,0,.2,1)}.drawer-overlay-closing{animation:hideOverlay .2s cubic-bezier(0,0,.2,1)}.drawer-closing{animation:hideDrawer .2s cubic-bezier(0,0,.2,1)}.drawer-header{border-bottom:2px solid #172554;padding:16px 8px}.drawer-footer{box-shadow:0 -5px 10px rgba(33,30,34,.2);width:100%;z-index:2}.drawer-content{height:100%;overflow-x:hidden;overflow-y:scroll;padding:8px 8px 66px}@keyframes showOverlay{0%{background:transparent}to{background:rgba(0,0,0,.8)}}@keyframes hideOverlay{0%{background:rgba(0,0,0,.8)}to{background:transparent}}@keyframes showDrawer{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes hideDrawer{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.placeholder{background-color:#eee}@media(max-width:608px){.placeholder-product{width:100%}}.placeholder-product-image{height:122px}.placeholder-product-description{height:18px}.placeholder-product-price{height:24px;width:80%}.placeholder-product-button{height:34px;width:116px}.placeholder-filter-heading{height:45px;width:100%}.placeholder-filter-item{height:25px;width:95%}.placeholder-breadcrumb,.placeholder-control-bar,.placeholder-page-range,.placeholder-price-range,.placeholder-title,.placeholder-top-products-banner{background-color:#fff}.placeholder-price-range-field{height:42px;width:93px}.placeholder-price-range-separator{height:19px;width:15px}.placeholder-page-range{height:24px;margin-bottom:8px;width:175px}.placeholder-control-bar{height:76px;width:100%}.placeholder-top-products-banner{height:52px;width:100%}.placeholder-breadcrumb{height:24px;width:250px}.placeholder-title{height:32px;width:300px}@media(min-width:870px){.placeholder-title{height:52px}}.filter-manage-list{overflow:hidden}.filter-manage-list li{display:inline-block}.filter-manage-tag{border:1px solid #d1d5db;color:#000;margin:4px 8px 4px 0;padding:8px}.filter-manage-tag:focus,.filter-manage-tag:hover{border-color:#1e3a8a;color:#1e3a8a}.filter-manage-icon{height:14px;width:14px}