.expandable-text__description{position:relative;max-height:calc(1.6em*var(--max-lines));overflow:hidden}.expandable-text__description.gradient-fade:after{content:"";position:absolute;height:100%;width:100%;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,transparent 0,white);transition:opacity .1s ease-out;opacity:1}.expandable-text__checkbox:checked~.expandable-text__description{max-height:none}.expandable-text__checkbox:checked~.expandable-text__description.gradient-fade:after{opacity:0}.expandable-text__checkbox{display:none}.expandable-text__toggle{color:#000;text-decoration:underline;cursor:pointer;display:inline-block;margin-top:16px;font-size:15px}.expandable-text__toggle:focus{outline-offset:2px}.expandable-text__toggle .expandable-text__more{display:inline}.expandable-text__checkbox:checked~.expandable-text__toggle .expandable-text__more,.expandable-text__toggle .expandable-text__less{display:none}.expandable-text__checkbox:checked~.expandable-text__toggle .expandable-text__less{display:inline}.category-filter{display:inline-grid;margin-right:20px;width:100%}.category-filter .category-link{display:inline-block;margin-bottom:5px}.category-filter .category-link.active{color:var(--red);font-weight:700}.category-filter .category-link.parent{color:var(--black-333);font-weight:700}.category-filter .category-link .product-quantity{margin:0;color:var(--gray-50);font-weight:400}.category-filter .category-link:focus-within{outline-offset:-3px}.category-filter .sub-category{margin-left:20px}