.catalog{align-items:center;display:flex;flex-direction:column}.catalog__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;height:100%;justify-content:center;row-gap:2em;width:100%}.subcategories a>span{text-wrap:nowrap;display:inline-block;overflow:hidden;text-overflow:ellipsis;width:15em}.subcategories button:active,.subcategories button:focus,.subcategories button:hover{border:1px solid transparent;outline:0}.subcategories>li>div{display:flex;justify-content:space-between}.subcategories>li ul{list-style:bullet;margin-left:1em;max-height:0;overflow:hidden;padding:initial;transition:max-height .3s ease-in-out}.subcategories>li i{transform:rotate(180deg);transition:.3s ease-in-out}.subcategories>li.open ul{max-height:40em}.subcategories>li.open i{transform:rotate(0deg)}.top{bottom:0;display:flex;font-size:18px;justify-content:flex-end;padding:1em;position:fixed;right:20px;z-index:3}.top button{background-color:var(--brand-logo-color);border-radius:1px;height:55px;opacity:.5;outline:none;width:55px}.top button:hover{opacity:.8}.top .icon{height:35px;width:35px}.catalog-header{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;padding-bottom:1rem;padding-left:1rem;padding-right:1rem}.catalog-header h1,.catalog-header h2,.catalog-header h3,.catalog-header p{margin:0}.catalog-header__info{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:center}.catalog-header__title{align-items:baseline;display:flex;font-size:.9rem;font-weight:700;gap:.5em}.catalog-header__title i{color:gray;font-size:2em}.catalog-header__product-count{color:var(--brand-color)}.catalog-header__description{grid-column:1/-1}.catalog-header__actions{display:flex;gap:.5rem;justify-content:flex-end}.catalog-header__actions button{outline:none;padding:.25em}.catalog-header__filter{align-items:center;background:none;border:none;color:var(--color-primary);display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;outline:none}.catalog-header__filter>.icon{height:20px;width:20px}@media(min-width:800px){.catalog-header__filter{display:none}}.orderby{align-items:flex-start;display:flex;justify-content:flex-end}.orderby>button{background:none;border:none;color:var(--color-primary);display:flex;flex-direction:column;gap:.5rem;outline:none}.orderby>button>.icon{height:20px;width:20px}.orderby>select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-position-x:100%;background-position-y:50%;background-repeat:no-repeat;background-size:2rem;border:none;color:var(--brand-color);display:none;font-weight:700;padding-right:2rem}@media(min-width:800px){.orderby>button{display:none}.orderby>select{display:block}}.drawer--orderby .drawer__content{display:flex;flex-direction:column;gap:.5rem}.drawer--orderby h2,.drawer--orderby p{margin:0}.drawer--orderby p{font-size:.9rem;opacity:.75}.drawer--orderby__radios{display:flex;flex-direction:column;gap:.25rem}.drawer--orderby__radios label{align-items:center;display:flex}.drawer--orderby__radios label input{margin-right:.5rem}.drawer-enter-active,.drawer-enter-active .drawer__content,.drawer-leave-active,.drawer-leave-active .drawer__content{transition:all .3s ease}.drawer-enter,.drawer-leave-to{opacity:0}.drawer-enter .drawer__content,.drawer-leave-to .drawer__content{transform:translateY(100%)}.drawer{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:rgba(0,0,0,.5);left:0;top:0;z-index:7}.drawer,.drawer__content{bottom:0;position:fixed;right:0}.drawer__content{background-color:#fff;border-radius:.75rem .75rem 0 0;box-sizing:border-box;padding:1.5rem 3rem 1rem;width:100%;z-index:8}.drawer__actions{display:flex;gap:1rem;margin-top:.5rem}.drawer__actions button{background-color:var(--brand-color);border-radius:2em;color:var(--brand-color-invert);flex:1;padding:.75em 2em}.chips__wrapper{overflow-x:auto}.chips__list{display:flex;gap:.5em}.chips__list svg{height:10px;width:10px}.chips__list .chip{background-color:transparent;border:1px solid #000;border-radius:4px;color:#737373;cursor:pointer;display:flex;font-size:12px;gap:.5em;min-width:-moz-fit-content;min-width:fit-content;padding:.5em;text-align:center}.chips button{padding:0}.scroll-pagination{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center}.scroll-pagination__top{width:100%}.scroll-pagination__top button{margin:auto}.scroll-pagination__bottom{width:100%}.scroll-pagination__bottom button{margin:auto}