.category-path{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}
.category-path-title{margin:0;margin-bottom:4.2rem;font-family:"IvyPresto Headline","Times New Roman",Times;font-size:3.6rem;line-height:112%;font-weight:300;color:#1f1f1f}
.category-path-item{cursor:pointer;flex-direction:column;transition:.3s ease-in-out}
.category-path-item-title{margin:0;margin-bottom:2.4rem;font-weight:600;font-size:1.8rem;line-height:112%}
.category-path-item-wrapper{display:flex;flex-direction:column}
.category-path-item-wrapper-inner{padding:1.4rem 2.4rem 1.4rem 4rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;transition:.3s ease-in-out;border:1px solid transparent}
.category-path-item-wrapper-inner:hover{border:1px solid #ebebeb;box-shadow:3px 2px 8px 0 rgba(214,214,214,.1019607843),11px 10px 15px 0 rgba(214,214,214,.0901960784),25px 22px 20px 0 rgba(214,214,214,.0509803922),45px 39px 24px 0 rgba(214,214,214,.0117647059),70px 62px 26px 0 rgba(214,214,214,0);transition:.3s ease-in-out;border-radius:.4rem}
.category-path-item-wrapper-inner:hover .category-path-item-wrapper-text-title{color:#008d9c;transition:.3s ease-in-out}
.category-path-item-wrapper-inner-collapsable{padding:1.5rem 2.4rem 2.4rem;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:1.5rem}
.category-path-item-wrapper-inner-collapsable.expanded svg{transition:.3s ease-in-out;transform:rotate(270deg)}
.category-path-item-wrapper-inner-collapsable-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}
.category-path-item-wrapper-inner-collapsable-title{font-family:"IvyPresto Headline","Times New Roman",Times;font-weight:300;font-size:26px;line-height:112%;letter-spacing:0}
.category-path-item-wrapper-inner-collapsable-text{font-weight:400;font-size:1.6rem;line-height:160%}
.category-path-item-wrapper-inner-collapsable svg{transition:.3s ease-in-out;transform:rotate(90deg);width:1.6rem;height:1.6rem}
.category-path-item-wrapper-text{display:flex;flex-direction:column;gap:.8rem}
.category-path-item-wrapper-text-title{font-family:"IvyPresto Headline","Times New Roman",Times;font-weight:300;font-size:2.4rem;line-height:112%;transition:.3s ease-in-out}
.category-path-item-wrapper-text-text{font-weight:400;font-size:1.4rem;line-height:160%}
.category-path-item-wrapper-icon{min-width:1.6rem;min-height:1.6rem;width:1.6rem;height:1.6rem;transform:rotate(270deg)}
.category-path-item-wrapper-icon svg{width:100%;height:100%}
.category-path-result{margin-top:6.8rem}
.category-path-result-title{font-family:"IvyPresto Headline","Times New Roman",Times;margin:0;margin-bottom:2rem;font-size:5.5rem;line-height:112%;font-weight:300;color:#000}
.category-path-result-text{margin:0;margin-bottom:2.6rem;max-width:68rem}
.category-path-result-text p{font-size:1.6rem;line-height:160%;font-weight:400;color:#000}
.category-path-result-products{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}
.category-path-item-wrapper-inner.active{border:1px solid #ebebeb;box-shadow:3px 2px 8px 0 rgba(214,214,214,.1019607843),11px 10px 15px 0 rgba(214,214,214,.0901960784),25px 22px 20px 0 rgba(214,214,214,.0509803922),45px 39px 24px 0 rgba(214,214,214,.0117647059),70px 62px 26px 0 rgba(214,214,214,0);transition:.3s ease-in-out;border-radius:.4rem}
.category-path-item-wrapper-inner.active .category-path-item-wrapper-text-title{color:#008d9c;transition:.3s ease-in-out}
@media(max-width:990px){
.category-path{display:flex;flex-direction:column;gap:2rem}
.category-path-title{display:none}
.category-path-item{cursor:pointer;transition:.3s ease-in-out}
.category-path-item-title{margin:0;margin-bottom:3.2rem;font-weight:600;font-size:1.6rem;line-height:112%}
.category-path-item-back{margin-bottom:.4rem;padding:2.2rem 2.4rem;display:flex;align-items:center;gap:2rem;background-color:#f7f7f7}
.category-path-item-back-icon{transform:rotate(90deg)}
.category-path-item-back-icon svg{width:1.6rem;height:1.6rem}
.category-path-item-back-text{font-weight:500;font-size:1.8rem;line-height:112%}
.category-path-item-wrapper{display:flex;flex-direction:column;gap:.4rem}
.category-path-item-wrapper-inner{padding:2.4rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;transition:.3s ease-in-out;background-color:#f7f7f7;border-radius:.4rem;border:unset}
.category-path-item-wrapper-inner:hover{border:none;box-shadow:none}
.category-path-item-wrapper-inner:hover .category-path-item-wrapper-text-title{color:unset}
.category-path-item-wrapper-text{display:flex;flex-direction:column;gap:.8rem;max-width:27.5rem}
.category-path-item-wrapper-text-title{font-family:unset;font-weight:500;font-size:1.8rem;line-height:112%;transition:.3s ease-in-out}
.category-path-result{margin-top:3.6rem}
.category-path-result-title{font-family:"IvyPresto Headline","Times New Roman",Times;margin:0;margin-bottom:2rem;font-size:2.4rem;line-height:112%;font-weight:300;color:#000}
.category-path-result-text{margin:0;margin-bottom:2.6rem;max-width:68rem}
.category-path-result-text p{font-size:1.6rem;line-height:160%;font-weight:400;color:#000}
.category-path-result-products{display:flex;flex-direction:column;grid-template-columns:unset;gap:.8rem}
}
.category-path-mobile{display:none}
@media(max-width:990px){
.category-path-desktop{display:none}
.category-path-mobile{display:block}
.category-path-result-products{border-top:1px solid #eee;padding-top:1.8rem;gap:3.6rem}
}
.category-path-result-mobile{display:none}
@media(max-width:990px){
.category-path-result-desktop{display:none}
.category-path-result-mobile{display:block}
}
@media screen and (min-width:990px){
.category-path-result-products{display:grid!important}
}