.product-grid{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-gap:4px;gap:4px}@media (min-width: 768px){.product-grid{grid-gap:12px;gap:12px;grid-template-columns:repeat(3, minmax(0, 1fr))}}.product-grid.show-six{grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:4px;gap:4px}@media (min-width: 768px){.product-grid.show-six{grid-gap:12px;gap:12px;grid-template-columns:repeat(6, minmax(0, 1fr))}}.grid-button{transition:all 150ms ease-in-out}.grid-button.active{fill:var(--black-alt)}.grid-button.inactive{fill:var(--black-alt-75)}@media (min-width: 768px){.grid-button.inactive{fill:var(--grid-button-inactive)}}.collection-grid-wrapper.active{-webkit-animation:collectionGridIn 300ms ease-in-out;animation:collectionGridIn 300ms ease-in-out}.filter-dropdown{position:absolute;height:0px;width:100%;top:0px;overflow:hidden}.filter-dropdown.open{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow-y:none;-webkit-animation:filterIn 200ms ease-in-out;animation:filterIn 200ms ease-in-out}.filter-dropdown.closing{-webkit-animation:filterOut 200ms ease-in-out;animation:filterOut 200ms ease-in-out}.filter-dropdown.freeze{-webkit-animation:none;animation:none}.filter-dropdown.init{transition:none;opacity:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;overflow-y:none}.filter-dropdown .filter-dropdown-content{width:100%;padding:16px 12px 38px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media (min-width: 768px){.filter-dropdown .filter-dropdown-content{padding:24px 18px 62px}}.filter-dropdown .filter-dropdown-content.open{-webkit-animation:contentIn 350ms ease-in-out;animation:contentIn 350ms ease-in-out}.filter-dropdown .filter-dropdown-content.closing{-webkit-animation:contentOut 300ms ease-in-out;animation:contentOut 300ms ease-in-out}.filter-dropdown .filter-dropdown-content.freeze{-webkit-animation:none;animation:none}.filter-dropdown-icon{transition:all 200ms ease-in-out}.filter-dropdown-icon.open{transform:rotate(-180deg)}.paginate-arrow svg{fill:#1c1b1f}.collection-nav-item{padding:0px 0px}@media (min-width: 768px){.collection-nav-item{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0px 13px;position:relative;transition:all 150ms ease-in-out}}.collection-nav-link{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.collection-nav-link:hover{cursor:pointer}.nav-modal{position:absolute;background-color:var(--black-alt);flex-direction:column;z-index:1000;color:var(--white);padding:8px 50px 12px 12px;top:36px}.col-nav-mobile-text{font-size:18px;line-height:24px;letter-spacing:.1px;text-transform:capitalize;color:#241f20;margin-right:18px;padding:4px 7px}.col-nav-mobile-text.active{background-color:rgba(237,233,231,.66)}.paginate-button{background-color:var(--white);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:7px;transition:all 150ms ease-in-out}.paginate-button:hover{background-color:var(--black-alt)}.paginate-button:hover svg{fill:var(--white)}.paginate-button-icon svg{transition:all 150ms ease-in-out;fill:var(--black-alt)}.paginate-button-icon.disabled svg{fill:var(--black-alt-33)}
