.collection-mobile-bar{display:none}@media screen and (max-width:768px){.collection-mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;background-color:#fafafa;border-top:1px solid #c75e43;font-family:Poppins,sans-serif;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));box-sizing:border-box;transform:translateY(0);transition:transform .25s ease;will-change:transform}.collection-mobile-bar.is-hidden{transform:translateY(120%)}@media(prefers-reduced-motion:reduce){.collection-mobile-bar{transition:none}}}.collection-mobile-bar__left{display:flex;gap:12px;align-items:center;flex:1 1 auto;min-width:0}.collection-mobile-bar__btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;flex:1 1 0;min-width:0;height:56px;padding:12px 20px;background-color:#c75e43;color:#fff;border:0;border-radius:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:0;cursor:pointer}.collection-mobile-bar__btn svg{width:16px;height:16px;flex-shrink:0;display:block}.collection-mobile-bar__btn svg{color:currentColor}.collection-mobile-bar__top{width:56px;height:56px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background-color:#fafafa;border:1px solid #e8e8e8;color:#c75e43;cursor:pointer;padding:0;transition:border-color .15s ease}.collection-mobile-bar__top:hover,.collection-mobile-bar__top:focus-visible{border-color:#c75e43;outline:none}.collection-mobile-bar__top svg{width:24px;height:24px;display:block}.collection-mobile-bar__top svg path{stroke:currentColor}.collection-mobile-overlay{display:none}.collection-mobile-overlay.is-open{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:block;background-color:#0000004d;pointer-events:auto;animation:collection-mobile-overlay-fade .25s ease both}@keyframes collection-mobile-overlay-fade{0%{opacity:0}to{opacity:1}}@media screen and (min-width:769px){.collection-mobile-overlay.is-open{display:none}}.collection-mobile-drawer{display:contents}.collection-mobile-drawer__header,.collection-mobile-drawer__footer,.collection-mobile-drawer--sort .collection-mobile-sort{display:none}@media screen and (max-width:768px){.collection-mobile-drawer{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:9999;display:flex;flex-direction:column;height:85vh;max-height:85vh;background-color:#fff;transform:translateY(100%);transition:transform .3s ease;box-sizing:border-box;font-family:Poppins,sans-serif}.collection-mobile-drawer.is-open{transform:translateY(0);height:100vh;height:100dvh;max-height:100vh;max-height:100dvh}.collection-mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:0 0 auto;padding:16px 16px 13px;border-bottom:1px solid #e8e8e8;box-sizing:border-box}.collection-mobile-drawer__title{margin:0;padding:0;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;line-height:21px;color:#111;text-transform:uppercase;letter-spacing:0}.collection-mobile-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background-color:#fff;border:1px solid #e8e8e8;color:#111;cursor:pointer;flex-shrink:0}.collection-mobile-drawer__close svg{width:16px;height:16px;display:block}.collection-mobile-drawer__footer{display:flex;align-items:stretch;gap:10px;flex:0 0 auto;padding:17px 16px 16px;border-top:1px solid #e8e8e8;background-color:#fff;box-sizing:border-box;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.collection-mobile-drawer__apply{flex:1 1 auto;min-width:0;height:56px;padding:10px 12px;background-color:#c75e43;color:#fff;border:0;border-radius:0;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:22px;text-transform:uppercase;letter-spacing:0;cursor:pointer}.collection-mobile-drawer__clear{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:56px;padding:11px 25px;background-color:#fff;color:#6b6b6b;border:1px solid #d3d3d3;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1;text-decoration:none;cursor:pointer;box-sizing:border-box}.collection-mobile-drawer--filter #main-collection-filters{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 16px;margin:0;border:0;border-right:0;box-sizing:border-box;width:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;will-change:scroll-position;transform:translateZ(0)}.collection-mobile-drawer--filter #main-collection-filters>details,.collection-mobile-drawer--filter #main-collection-filters .facets-wrap>details{contain:content;content-visibility:auto;contain-intrinsic-size:auto 240px}.collection-mobile-drawer--filter #main-collection-filters .active-facets-vertical-filter{display:none}.collection-mobile-drawer--filter .mobile-facets__wrapper{display:none!important}.collection-mobile-drawer--filter facet-filters-form.facets.small-hide{display:block!important}.collection-mobile-drawer--filter .active-facets.active-facets-mobile,.collection-mobile-drawer--filter .product-count,.collection-mobile-drawer--filter .product-count__text{display:none!important}.collection-mobile-drawer--sort,.collection-mobile-drawer--sort.is-open{height:auto;max-height:60vh}.collection-mobile-drawer--sort .collection-mobile-sort{display:block;flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 16px;margin:0;list-style:none;box-sizing:border-box}.collection-mobile-sort__option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px 0 15px;background:transparent;border:0;border-bottom:1px solid #f0f0f0;border-radius:0;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:21px;color:#6b6b6b;text-align:left;cursor:pointer;text-transform:capitalize}.collection-mobile-sort__option[aria-current=true]{color:#c75e43;font-weight:500}}body.collection-mobile-drawer-open{overflow:hidden}@media screen and (max-width:768px){.facets-vertical{padding-bottom:calc(100px + env(safe-area-inset-bottom,0px))}.collection-scroll-top{display:none!important}#product-grid{--grid-mobile-horizontal-spacing: 12px;--grid-mobile-vertical-spacing: 12px;--grid-desktop-horizontal-spacing: 12px;--grid-desktop-vertical-spacing: 12px}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/component-collection-mobile.css.map */
